Tag v34.2.0

This commit is contained in:
Tony Narlock 2022-09-28 07:09:38 -05:00
parent f7d32927a6
commit c6f7a223cb
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,11 @@
- Add latest changes here - Add latest changes here
## [34.2.0](https://github.com/isaul32/ckeditor5-math/compare/v34.1.1...v34.2.0) (2022-09-28)
- Update dependencies for CKEditor 34.2.0 ([Release
notes](https://github.com/ckeditor/ckeditor5/blob/v34.2.0/CHANGELOG.md))
## [34.1.1](https://github.com/isaul32/ckeditor5-math/compare/v34.1.0...v34.1.1) (2022-08-03) ## [34.1.1](https://github.com/isaul32/ckeditor5-math/compare/v34.1.0...v34.1.1) (2022-08-03)
- New configuration setting, `katexRenderOptions` (optional) - for KaTeX engines. Accepts object of `katex.render()` / `katex.renderToString()` [options](https://katex.org/docs/options.html): - New configuration setting, `katexRenderOptions` (optional) - for KaTeX engines. Accepts object of `katex.render()` / `katex.renderToString()` [options](https://katex.org/docs/options.html):

View File

@ -1,6 +1,6 @@
{ {
"name": "ckeditor5-math", "name": "ckeditor5-math",
"version": "34.1.1", "version": "34.2.0",
"description": "Math feature for CKEditor 5.", "description": "Math feature for CKEditor 5.",
"keywords": [ "keywords": [
"ckeditor", "ckeditor",