Skip to content

Releases: VaguelySerious/react-quill

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

3.4.0

14 Mar 01:09

Choose a tag to compare

What's Changed

  • fix: editor crash on dirty props change by @RobertStanyon in #22
  • css: re-export CSS map files from Quill (previously missing)
  • deps: move from lodash to lodash-es to better support tree-shaking and share a dependency with QuillJS

New Contributors