Skip to content

Commit

Permalink
Faust deprecation notices (#1733)
Browse files Browse the repository at this point in the history
* Create deprecation notice for faustjs/next

* Use bold

* Update other packages and legacy.faustjs.org

* Add changeset
  • Loading branch information
blakewilson authored Jan 16, 2024
1 parent 87000a3 commit 6b71e32
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .changeset/mighty-chefs-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@faustjs/react': patch
'@faustjs/core': patch
'@faustjs/next': patch
---

Add deprecation notices
2 changes: 1 addition & 1 deletion internal/legacy.faustjs.org/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
announcementBar: {
id: 'depreciation_notice',
content:
'⭐️ This version of Faust.js is being deprecated. Visit the new version at <a target="_blank" rel="noopener noreferrer" href="https://faustjs.org/">faustjs.org</a> ⭐️',
'⭐️ This version of Faust.js (GQty) has been deprecated. Security updates will continue to be provided through 2024, but no new feature development will occur. Visit the new Faust.js with Apollo at <a target="_blank" rel="noopener noreferrer" href="https://faustjs.org/">faustjs.org</a> ⭐️',
backgroundColor: '#7e5cef',
textColor: '#FFF',
isCloseable: false,
Expand Down
4 changes: 3 additions & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
</a>
</p>

⚠️ TRY THE NEW FAUST: We stopped supporting new feature development in favor of the recent version of Faust. We will provide ongoing support for critical bugs and vulnerabilities only. If you are using the old version of Faust, you will not see an interruption to your existing sites as the new Faust is in a separate “package”. Read the [following announcement](https://faustjs.org/blog/sprint-22-update) that explains the re-release of Faust.js.
> **⚠️ This version of Faust (GQty) has been deprecated!**
>
> We have worked hard to update Faust.js to be a more standardized and performant framework using Apollo Client as its base. We believe that Faust.js with Apollo is more stable and easier to maintain than legacy Faust.js, and we recommend that all users currently on legacy Faust.js start planning their migration to Faust.js with Apollo. We have already updated our blueprints and other resources to reflect our current and forward-looking technology investments. **While security updates will continue to be provided through 2024, no new feature development will happen on legacy Faust.js.**
`@faustjs/core` is the core library for the Faust.js framework. It contains the core classes and interfaces that are used by other libraries in the framework.

Expand Down
4 changes: 3 additions & 1 deletion packages/next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
</a>
</p>

⚠️ TRY THE NEW FAUST: We stopped supporting new feature development in favor of the recent version of Faust. We will provide ongoing support for critical bugs and vulnerabilities only. If you are using the old version of Faust, you will not see an interruption to your existing sites as the new Faust is in a separate “package”. Read the [following announcement](https://faustjs.org/blog/sprint-22-update) that explains the re-release of Faust.js.
> **⚠️ This version of Faust (GQty) has been deprecated!**
>
> We have worked hard to update Faust.js to be a more standardized and performant framework using Apollo Client as its base. We believe that Faust.js with Apollo is more stable and easier to maintain than legacy Faust.js, and we recommend that all users currently on legacy Faust.js start planning their migration to Faust.js with Apollo. We have already updated our blueprints and other resources to reflect our current and forward-looking technology investments. **While security updates will continue to be provided through 2024, no new feature development will happen on legacy Faust.js.**
`@faustjs/next` is part of the Faust.js framework. It aids in building Headless WordPress websites with Next.js.

Expand Down
4 changes: 3 additions & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
</a>
</p>

⚠️ TRY THE NEW FAUST: We stopped supporting new feature development in favor of the recent version of Faust. We will provide ongoing support for critical bugs and vulnerabilities only. If you are using the old version of Faust, you will not see an interruption to your existing sites as the new Faust is in a separate “package”. Read the [following announcement](https://faustjs.org/blog/sprint-22-update) that explains the re-release of Faust.js.
> **⚠️ This version of Faust (GQty) has been deprecated!**
>
> We have worked hard to update Faust.js to be a more standardized and performant framework using Apollo Client as its base. We believe that Faust.js with Apollo is more stable and easier to maintain than legacy Faust.js, and we recommend that all users currently on legacy Faust.js start planning their migration to Faust.js with Apollo. We have already updated our blueprints and other resources to reflect our current and forward-looking technology investments. **While security updates will continue to be provided through 2024, no new feature development will happen on legacy Faust.js.**
`@faustjs/react` is part of the Faust.js framework. It aids in building Headless WordPress websites with React.js.

Expand Down

0 comments on commit 6b71e32

Please sign in to comment.