Skip to content

Releases: bizley/yii2-quill

3.3.0

07 Mar 08:33
4e81fe1
Compare
Choose a tag to compare
  • Fixed accessing the attribute value to allow tabular input (thanks @Eseperio )
  • Bumped assets dependencies.

3.2.1

14 Dec 13:22
3dc3891
Compare
Choose a tag to compare

Added PHP 8 support.

3.2.0

30 Sep 06:10
3bef130
Compare
Choose a tag to compare
  • form-control class is now automatically removed from editor's box to not interfere with Quill's style.
  • added allowResize option to allow user to set editor's height with handle.

3.1.0

27 Apr 07:06
Compare
Choose a tag to compare

Added support for shift + enter through https://github.com/simialbi/quill-smart-break by @simialbi

3.0.1

11 Apr 07:24
58d4783
Compare
Choose a tag to compare
  • Strict types added.
  • PHPUnit bumped to ^7.5.

3.0.0

11 Apr 06:54
a39a26d
Compare
Choose a tag to compare
  • Local fixed assets have been removed.
  • Option to use local assets through NPM has been added.
  • Option to replace default button icons with custom ones has been added.
  • quillVersion can not be null from now on.
  • Minimum PHP version has been bumped to 7.1.0.
  • Tests have been added.

Big thanks to @simialbi who contributed the main features for this release 🎉

2.6.1

15 Jan 20:04
Compare
Choose a tag to compare

Fixed bug with focus forced on editor box making impossible to click on the popups.

2.6.0

14 Jan 19:58
aae29b3
Compare
Choose a tag to compare
  • Provided local versions of Quill, KaTeX, and Highlight.js assets as an addition to default CDN assets. You can switch to local assets by setting localAssets to true.
  • Fixed bug with readOnly not being respected.

2.5.0

08 Jan 20:51
2b923ba
Compare
Choose a tag to compare
  • Added hiddenOptions property to allow changing hidden input field's HTML attributes.
  • Highlight.js CDN URL changed to cdn.jsdelivr.net.
  • Highlight.js default version updated to 9.17.1.
  • KaTeX default version updated to 0.11.1.
  • Quill default version updated to 1.3.7.

2.4.0

21 Jul 15:00
Compare
Choose a tag to compare
  • Fixed bug with formats configuration.
  • Default KaTeX version updated to 0.10.2.
  • Default Highlight.js version updated to 9.15.8.