Releases: VaguelySerious/react-quill
Releases · VaguelySerious/react-quill
react-quill-new@3.8.3
Patch Changes
af81b20Thanks @VaguelySerious! - Fix CSS files missing from bundled package
react-quill-new@3.8
3.8.1 & 3.8.2
d905530AdduseSemanticHTMLprop, which can be set tofalseto restore the <3.7.0 behavior of using editor.root.innerHTML for display instead7aff3d0Update Quill dependency from 2.0.2 to 2.0.334866ceMigrate repository to pnpm + turborepo + changesets.
3.8.0
34866ceReplace 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
- BREAKING: Rendering now uses
getSemanticHTML()to prevent unordered list coming back as<ol>(#48)- Thanks @gidomanders, @amirbenasr
- Changes to placeholder prop will update Quill's placeholder in-place (27a3bb4) (#47)
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