Releases: bizley/yii2-quill
Releases · bizley/yii2-quill
2.2.1
Fixed bug with formats configuration.
2.3.0
- 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.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
- Quill 1.1.5
- Highlight.js 9.8.0
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
- Proper component uses for older php version with empty()
- Fixed configuration of toolbar as array.
1.2.0
- 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.1
- js parameter added for additional js
- jQuery dependency added