Skip to content

Releases: bizley/yii2-quill

2.2.1

21 Jul 14:57
Compare
Choose a tag to compare

Fixed bug with formats configuration.

2.3.0

29 Nov 11:23
Compare
Choose a tag to compare
  • code moved to /src
  • asset classes moved to /src/assets
  • minimum PHP version raised to 7.0
  • code cleaned
  • Quill updated to 1.3.6
  • KaTeX updated to 0.10.0
  • KaTeX CDN URL updated
  • Highlight.js updated to 9.13.1

2.2

06 Feb 16:40
Compare
Choose a tag to compare
2.2
  • Quill 1.2.0
  • KaTeX 0.7.1

2.1

28 Dec 18:45
Compare
Choose a tag to compare
2.1
  • Quill 1.1.8,
  • Highlight.js 9.9.0,
  • clicking on editor box is focusing Quill editor now which fixes problem with focus in case of setting min-height instead of height property.

2.0.1

10 Nov 21:44
Compare
Choose a tag to compare
  • Quill 1.1.5
  • Highlight.js 9.8.0

2.0

06 Oct 20:05
Compare
Choose a tag to compare
2.0

It's time for yii2-quill v2.0! 🎈

Quill v1.0 is out, lots of differences from beta so yii2-quill jumps to v2.0.

Please report all issues and suggestions here. Cheers!

PS. beta is still available in yii2-quill ^1.0.

1.2.0.1

01 Aug 15:30
Compare
Choose a tag to compare
  • Proper component uses for older php version with empty()
  • Fixed configuration of toolbar as array.

1.2.0

31 Jul 17:24
Compare
Choose a tag to compare
  • QuillToolbar is now separated class.
  • Some aliases for buttons have been added.
  • Code cleaning and refactoring.
  • Quill's version is now limited to branch 0.*.

1.2.0-beta

31 Jul 16:06
Compare
Choose a tag to compare
1.2.0-beta Pre-release
Pre-release

Code refactor

1.1

31 Dec 11:28
Compare
Choose a tag to compare
1.1
  • js parameter added for additional js
  • jQuery dependency added