All Versions
52
Latest Version
Avg Release Cycle
93 days
Latest Release
2117 days ago

Changelog History
Page 3

  • v1.1.7 Changes

    • ๐Ÿ›  Fix dropdown values reverting to default #901
    • โž• Add config to prevent scroll jumping on paste #1082
    • Prevent scrolling on API source calls #1152
    • ๐Ÿ›  Fix tsconfig build error #1165
    • ๐Ÿ›  Fix delete and formatting interaction in Firefox #1171
    • ๐Ÿ›  Fix cursor jump on formatting in middle of text #1176

    ๐Ÿš€ Thanks to @cutteroid, @houxg, @jasongisstl, @nikparo, @sbevels, and sferoze for your contributions to this release.

  • v1.1.6 Changes

    ๐Ÿ”‹ Features

    ๐Ÿ’ป Checklists #759 support has been added to the API. UI and relevant interactions are still forthcoming.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix bug that allowed edits in readOnly mode #1151
    • ๐Ÿ›  Fix max call stack bug on large paste #1123

    ๐Ÿš€ Thank you @jgmediadesign and @julienbmobile for contributions to this release!

  • v1.1.5 Changes

    • โœ‚ Remove unnecessary type attribute in documentation #1087
    • ๐Ÿ›  Fix chrome 52+ input file label open slow #1090
    • Only query the last op's insertion string if it's actually an insert #1095

    ๐Ÿš€ Thank you @jleen, @kaelig, and @YouHan26 for your contributions to this release.

  • v1.1.3 Changes

    • โšก๏ธ Update quill-delta delta#2
    • ๐Ÿ›  Fix link creation #1073

    ๐Ÿš€ Thanks to @eamodio and @metsavir for contributions to this release!

  • v1.1.2 Changes

    • ๐Ÿ›  Fix setContents on already formatted text #1065
    • ๐Ÿ›  Fix regression #1067
    • ๐Ÿ‘Œ Improve documentation #1069 #1070

    ๐Ÿš€ Thank you @benbro, @derickruiz, @eamodio, @hallaathrad, and @philly385 for your contributions to this release.

  • v1.1.1 Changes

    ๐Ÿ› Bug fixes

    • TEXT_CHANGE event now use cursor position to inform change location #746
    • ๐Ÿ›  Fix inconsistent cursor reporting between browsers #1007
    • ๐Ÿ›  Fix tooltip overflow in docs #1060
    • ๐Ÿ›  Fix naming #1063
    • ๐Ÿ›  Fix Medium example #1064

    ๐Ÿš€ Thanks to @artaommahe, @benbro, @fuffalist, @sachinrekhi, @sergop321, and @tlg for contributions to this release!

    Special thanks to @DadaMonad for contributions on fast-diff that enabled the #746 fix.

  • v1.1.0 Changes

    โž• Additions

    Quill has always allowed API calls, even when the editor is in readOnly mode. All API calls also took a source parameter to indicate the origin of the change. For example, a click handler in the toolbar would call formatText with source set to "user". When the editor is in readOnly mode, it would make sense for user initiated actions to be ignored. For example the user cannot focus or type into the editor. However because API calls are allowed, the user could still modify the editor contents #909. The natural fix is to ignore user initiated actions, even if it came through an API call, when the editor is in readOnly mode.

    ๐Ÿ“š However, the documentation never stated API calls with source set to "user" would be ignored sometimes, so this would be a breaking change under semver. Some could argue this is a bug fix and would only warrant a patch version bump, but this seems disingenuous for this particular case. The fact that almost no one took advantage of the source beyond default values is irrelevant under the eyes of semver.

    ๐Ÿ”ง So a strict configuration option has been added. It is true by default so the above behavior is unchanged, and #909 is unfixed. Changing this to false, will use new behavior of ignoring user initiated changes on a disabled editor, even if through an API call.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix undo when preformatted text inserted before plain text #1019
    • โž• Add focus indicator on toolbar buttons #1020
    • Do not steal focus on API calls #1029
    • Disable paste when Quill is disabled #1038
    • ๐Ÿ›  Fix blank detection #1043
    • Enable yarn #1041
    • ๐Ÿ“š Documentation fixes #1026, #1027, #1032

    ๐Ÿš€ Thank you @benbro, @cutteroid, @evansolomon, @felipeochoa, jackmu95, @joedynamite, @lance13c, @leebenson, @maartenvanvliet, @sarbbottam, @viljark, @w00fz for their contributions to this release.

  • v1.0.6 Changes

    ๐Ÿ“š Documentation clarifications and bug fixes.

    • ๐Ÿ›  Fix attaching toolbar to <select> without themes #997
    • ๐Ÿ”— Link code icon to code-block #998
    • ๐Ÿ›  Fix undo stack when at size limit #1001
    • ๐Ÿ›  Fix bug where formatLine did not ignore inline formats 8a7190

    ๐Ÿš€ Thanks to @dropfen, @evansolomon, @hallaathrad, @janyksteenbeek, @jackmu95, @marktron, @mcat-ee, @unhammer, and @zeke for contributions to this release!

  • v1.0.5 Changes

    ๐Ÿš€ Became 1.0.6 with a build/deploy fix.

  • v1.0.4 Changes

    • ๐Ÿ›  Fix bubble theme defaults #963
    • ๐Ÿ›  Fix browsers modifying inline nesting order #971
    • Do not fire selection-change event on paste #974
    • ๐Ÿ‘Œ Support alt attribute in images #975
    • ๐Ÿ—„ Deprecate pasteHTML for removal in Quill 2.0 #981

    ๐Ÿš€ Thank you jackmu95, kristeehan, ruffle1986, sergop321, sferoze, and sijad for contributions to this release.