Tag v34.1.1

This commit is contained in:
Tony Narlock 2022-08-03 18:28:24 -05:00
parent f024563960
commit b6fa87b6fe
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@
## Current ## Current
- Add latest changes here - Add latest changes here
## [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):
```js ```js

View File

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