Remirror: [email protected] Release

Release date:
August 3, 2023
Previous version:
[email protected] (released July 31, 2023)
Magnitude:
78 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in [email protected]

remirror-bot
ocavue
dependabot-bot
sorenbs

Directory Browser for [email protected]

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

2023-08-03

Patch Changes

  • 7d15cdc1f: Revert the prettier dependency to v2.8.8 in @remirror/extension-code-block.

Prettier v3 has changed all APIs to be asynchronous. ProseMirror's APIs are mostly synchronous, so using Prettier v3's API would be challenging (although possible). @prettier/sync provides a synchronous Prettier v3 API, but this library can only be used in a Node.js environment, so we cannot use it either.