Releases: VaguelySerious/react-quill
Releases · VaguelySerious/react-quill
3.7.0-rc.1
- Changes to placeholderprop will update Quill's placeholder in-place (27a3bb4)
3.6.0
3.4.7
3.4.5 & 3.4.6
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
- @anshulsahni made their first contribution in #32
Full Changelog: 3.5.0...3.4.5
3.5.0 & 3.4.4
Full Changelog: 3.4.2...3.5.0
3.4.2
- Fix double rendering of Quill toolbar in development mode when using React 18+ with strict mode enabled AND using createRootsyntax inreact-dom
3.4.1
- Fix react-quill.jsnot being available indist/in the released NPM package
3.4.0
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 lodashtolodash-esto better support tree-shaking and share a dependency with QuillJS
New Contributors
- @RobertStanyon made their first contribution in #22