chore(deps): update dependency @remirror/core to v3 #239
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.0.19
->^3.0.1
Release Notes
remirror/remirror (@remirror/core)
v3.0.1
Patch Changes
38f997d
: Expose the previous versions of Remirror's decorators with a legacy prefix, so users who are unable to use Stage 3 decorators are not blocked updating to Remirror v3.v3.0.0
Major Changes
f6185b9
: Remove deprecated command dry run functionisEnabled
, useenabled
instead.f6185b9
: Based on community feedback, we have decided to decouple the core of Remirror from Lingui, an internationalisation (a.k.a. i18n) library.Thereby making it possible to use any i18n solution with Remirror 🙌🙌🙌.
N.B. To use the translatable strings provided by Remirror, the i18n library you use needs to support ICU message formatting.
This change aims to make it easier to use Remirror in existing applications, by not imposing our architectural decisions on to you.
There are example integrations with many different i18n libraries in our Storybook.
NOTE: "Out-of-the-box" editors unaffected
If you are using editors provided by the
@remirror/react-editors
package, you are unaffected by these changes. These editors have been updated to keep existing behaviour.Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.