Skip to content

Releases: VaguelySerious/react-quill

react-quill-new@3.8.3

02 Feb 17:51
6f901df

Choose a tag to compare

Patch Changes

react-quill-new@3.8

02 Feb 03:37
e01cc22

Choose a tag to compare

3.8.1 & 3.8.2

  • d905530 Add useSemanticHTML prop, which can be set to false to restore the <3.7.0 behavior of using editor.root.innerHTML for display instead
  • 7aff3d0 Update Quill dependency from 2.0.2 to 2.0.3
  • 34866ce Migrate repository to pnpm + turborepo + changesets.

3.8.0

  • 34866ce Replace webpack bundle build with tsup and begin migrating tests to vitest (playwright browser mode). This might affect the bundled package distribution, and should not affect installs via npm.

3.7.0

17 Dec 10:29

Choose a tag to compare

  • BREAKING: Rendering now uses getSemanticHTML() to prevent unordered list coming back as <ol> (#48)
  • Changes to placeholder prop will update Quill's placeholder in-place (27a3bb4) (#47)

3.7.0-rc.1

18 Sep 16:35

Choose a tag to compare

3.7.0-rc.1 Pre-release
Pre-release
  • Changes to placeholder prop will update Quill's placeholder in-place (27a3bb4)

3.6.0

29 Jul 18:51

Choose a tag to compare

  • Fix toolbar issues when multiple ReactQuill components are on the same page (#41) from @haxxxton
  • Update yarn.lock to remove third party package repository (#43) from @haxxxton

Thank you @haxxxton for your contributions!

3.4.7

29 Jul 18:49

Choose a tag to compare

  • Update yarn.lock to remove third party package repository (#43)

Contributors:

3.4.5 & 3.4.6

24 Mar 21:21

Choose a tag to compare

3.4.5: Fixed a bug where using the shorthand for specified an external toolbar container for Quill would accidentally erase the toolbar on remount of the component
3.4.6: Fix an issue with the logic inside the fix code for 3.4.5

PRs

  • preventing custom toolbar removal toolbar param is string by @anshulsahni in #32

New Contributors

Full Changelog: 3.5.0...3.4.5

3.5.0 & 3.4.4

20 Mar 17:58

Choose a tag to compare

  • Fix a regression where custom toolbars get hidden (#29, #30) due to another fix in 3.4.3

Full Changelog: 3.4.2...3.5.0

3.4.2

19 Mar 22:21

Choose a tag to compare

  • Fix double rendering of Quill toolbar in development mode when using React 18+ with strict mode enabled AND using createRoot syntax in react-dom

3.4.1

14 Mar 18:25

Choose a tag to compare

  • Fix react-quill.js not being available in dist/ in the released NPM package