2021-05-16 14:03:23 -05:00
# Changelog
2019-10-03 19:27:47 +03:00
2022-03-22 10:19:58 -05:00
## Current
2022-05-12 08:07:58 -05:00
- Add latest changes here
2022-08-03 18:22:24 -05:00
- New configuration setting, `katexRenderOptions` (optional) - for KaTeX engines. Accepts object of `katex.render()` / `katex.renderToString()` [options ](https://katex.org/docs/options.html ):
```js
InlineEditor.defaultConfig = {
// ...
math: {
engine: 'katex'
katexRenderOptions: {
macros: {
"\\neq": "\\mathrel{\\char`≠}",
},
},
}
}
```
via PR [#64 ](https://github.com/isaul32/ckeditor5-math/pull/64 ) by [Tony
Narlock](https://www.git-pull.com).
2022-05-12 08:07:58 -05:00
2022-06-21 08:59:52 -05:00
## [34.1.0](https://github.com/isaul32/ckeditor5-math/compare/v34.0.0...v34.1.0) (2022-06-21)
- Update dependencies for CKEditor 34.1.0 ([Release
notes](https://github.com/ckeditor/ckeditor5/blob/v34.1.0/CHANGELOG.md))
2022-06-21 09:02:39 -05:00
- Changelog:
- Begin adding dates to releases
- Remove _(current)_ , which was being applied to old releases incorrectly up to last release
2022-06-21 08:59:52 -05:00
2022-05-12 12:32:38 -05:00
## [34.0.0](https://github.com/isaul32/ckeditor5-math/compare/v33.0.0...v34.0.0) (2022-05-12)
2022-05-12 08:07:58 -05:00
- Update dependencies for CKEditor 34.0.0 ([Release
notes](https://github.com/ckeditor/ckeditor5/blob/v34.0.0/CHANGELOG.md))
2022-03-22 10:19:58 -05:00
- Begin keeping a yarn lockfile. This will make it easier to track changes
aren't due to sub-dependencies shifting across time and development
conditions.
2022-05-12 12:30:54 -05:00
## [33.0.0](https://github.com/isaul32/ckeditor5-math/compare/v32.0.0...v33.0.0)
2022-03-22 09:20:20 -05:00
- Update dependencies for CKEditor 33.0.0 ([Release
notes](https://github.com/ckeditor/ckeditor5/blob/v33.0.0/CHANGELOG.md))
2022-05-12 12:30:54 -05:00
## [32.0.0](https://github.com/isaul32/ckeditor5-math/compare/v31.1.0...v32.0.0)
2022-02-07 15:16:14 -06:00
- Update dependencies for CKEditor 32.0.0 ([Release
notes](https://github.com/ckeditor/ckeditor5/blob/v32.0.0/CHANGELOG.md))
- Update webpack, postcss-loader, mini-css-extract-plugin, minimum node version (12 to 14)
per above.
2022-05-12 12:30:54 -05:00
## [31.1.0](https://github.com/isaul32/ckeditor5-math/compare/v31.0.0...v31.1.0)
2022-01-05 08:55:55 -06:00
2022-02-07 15:38:46 -06:00
- Update dependencies for CKEditor 31.1.0 ([Release
2022-01-05 08:55:55 -06:00
notes](https://github.com/ckeditor/ckeditor5/blob/v31.1.0/CHANGELOG.md))
2022-05-12 12:30:54 -05:00
## [31.0.0](https://github.com/isaul32/ckeditor5-math/compare/v30.0.0...v31.0.0)
2022-01-05 08:50:38 -06:00
- Update dependencies for CKEditor 31.0.0 ([Release
notes](https://github.com/ckeditor/ckeditor5/blob/v31.0.0/CHANGELOG.md))
2022-05-12 12:30:54 -05:00
## [30.0.0](https://github.com/isaul32/ckeditor5-math/compare/v29.2.0...v30.0.0)
2021-09-29 06:30:19 -05:00
- Update dependencies for CKEditor 30.0.0 ([Release
notes](https://github.com/ckeditor/ckeditor5/blob/v30.0.0/CHANGELOG.md))
2022-05-12 12:30:54 -05:00
## [29.2.0](https://github.com/isaul32/ckeditor5-math/compare/v29.1.0...v29.2.0)
2021-09-07 12:06:36 -05:00
- Update dependencies for CKEditor 29.2.0 ([Release
notes](https://github.com/ckeditor/ckeditor5/blob/v29.2.0/CHANGELOG.md))
- Fix `yarn start` 's missing classic editor dependency
2022-05-12 12:30:54 -05:00
## [29.1.0](https://github.com/isaul32/ckeditor5-math/compare/v29.0.0...v29.1.0)
2021-09-07 11:59:33 -05:00
2021-09-07 12:06:36 -05:00
- Update dependencies for CKEditor 29.1.0 ([Release
2021-09-07 11:59:33 -05:00
notes](https://github.com/ckeditor/ckeditor5/blob/v29.1.0/CHANGELOG.md))
2022-05-12 12:30:54 -05:00
## [29.0.0](https://github.com/isaul32/ckeditor5-math/compare/v28.0.0...v29.0.0)
2021-09-07 11:57:01 -05:00
- Update dependencies for CKEditor 29.0.0 ([Release
notes](https://github.com/ckeditor/ckeditor5/blob/v29.0.0/CHANGELOG.md))
2022-05-12 12:30:54 -05:00
## [28.0.0](https://github.com/isaul32/ckeditor5-math/compare/v27.1.4...v28.0.0)
2021-06-21 10:58:36 -05:00
- Update dependencies for CKEditor 28.0.0 ([Release
notes](https://github.com/ckeditor/ckeditor5/releases/tag/v28.0.0))
2022-05-12 12:30:54 -05:00
## [27.1.4](https://github.com/isaul32/ckeditor5-math/compare/v27.1.3...v27.1.4)
2021-05-16 14:07:20 -05:00
- #45: docs(README,CHANGELOG): Format with prettier 2.3.0
2021-05-16 14:11:58 -05:00
- #42: use `SwitchButton` to toggle "display mode". Thanks you @Jules -Bertholet!
2021-05-16 14:07:20 -05:00
2021-05-16 13:56:01 -05:00
## [27.1.3](https://github.com/isaul32/ckeditor5-math/compare/v27.1.2...27.1.3) (2021-05-16)
2021-05-16 13:52:30 -05:00
2021-05-16 14:03:23 -05:00
- #41: Prevent inserting empty equations, thank you @Jules -Bertholet.
2021-05-16 13:52:30 -05:00
2021-05-05 10:41:07 -05:00
## [27.1.2](https://github.com/isaul32/ckeditor5-math/compare/v27.1.1...v27.1.2) (2021-03-29)
2021-05-05 10:36:00 -05:00
2021-05-16 14:03:23 -05:00
- #38: You can now boot into a development instance with `yarn start` (supports
live reload)
- #40 (fixed #39 ): Support for upcasting Quill style tags
2021-05-05 10:36:00 -05:00
2021-04-21 13:20:05 -05:00
## [27.1.1](https://github.com/isaul32/ckeditor5-math/compare/v27.1.0...v27.1.1) (2021-03-29)
2021-05-16 14:03:23 -05:00
- Update dependencies for CKEditor 27.1.0 ([Release
notes](https://github.com/ckeditor/ckeditor5/releases/tag/v27.1.0))
2021-04-21 13:20:05 -05:00
2021-04-17 13:31:15 -05:00
## [27.1.0](https://github.com/isaul32/ckeditor5-math/compare/v27.0.1...v27.1.0) (2021-03-29)
2021-05-16 14:03:23 -05:00
- #33: New optional config variables: `previewClassName` and `popupClassName` as an array
of classes, this makes it easier to style the preview:
2021-04-17 13:31:15 -05:00
2021-05-16 14:03:23 -05:00
```javascript
{
2021-05-16 14:06:01 -05:00
"math": {
"popupClassName": ["myeditor"],
"previewClassName": ["myeditor"]
}
2021-05-16 14:03:23 -05:00
}
```
2021-04-17 13:31:15 -05:00
2021-05-16 14:03:23 -05:00
This assures the preview appended to `document.body` and the popup both are
accessible via `.myeditor` .
2021-04-17 13:31:15 -05:00
2021-04-17 13:25:31 -05:00
## [27.0.1](https://github.com/isaul32/ckeditor5-math/compare/v27.0.0...v27.0.1) (2021-03-29)
2021-05-16 14:03:23 -05:00
- Typo fix from #32 .
2021-04-17 13:25:31 -05:00
2021-03-29 10:06:09 -05:00
## [27.0.0](https://github.com/isaul32/ckeditor5-math/compare/v26.0.0...v27.0.0) (2021-03-29)
2021-05-16 14:03:23 -05:00
- Update dependencies.
2021-03-29 10:06:09 -05:00
2021-03-04 09:58:29 -06:00
## [26.0.0](https://github.com/isaul32/ckeditor5-math/compare/v25.0.0...v26.0.0) (2021-03-04)
2021-05-16 14:03:23 -05:00
- Update dependencies.
2021-03-04 09:58:29 -06:00
2021-03-02 12:48:10 -06:00
## [25.0.0](https://github.com/isaul32/ckeditor5-math/compare/v24.0.1...v25.0.0) (2021-03-02)
2021-03-02 07:48:50 -06:00
2021-05-16 14:03:23 -05:00
- Update dependencies.
2021-03-02 07:48:50 -06:00
2021-03-02 12:48:10 -06:00
## [24.0.1](https://github.com/isaul32/ckeditor5-math/compare/24.0.0...v24.0.1) (2021-02-28)
2021-02-28 13:53:43 +02:00
2021-05-16 14:03:23 -05:00
- Fix balloon view position.
2021-02-28 13:53:43 +02:00
2020-12-12 18:04:54 +02:00
## [24.0.0](https://github.com/isaul32/ckeditor5-math/compare/v23.3.0...24.0.0) (2020-12-12)
2021-05-16 14:03:23 -05:00
- Update dependencies.
2020-12-12 18:04:54 +02:00
2021-03-02 12:48:10 -06:00
## [23.3.0](https://github.com/isaul32/ckeditor5-math/compare/23.2.2...v23.3.0) (2020-11-07)
2020-11-07 22:23:47 +02:00
2021-05-16 14:03:23 -05:00
- Add autoformat support. ([3354872 ](https://github.com/isaul32/ckeditor5-math/commit/3354872 ))
2020-11-07 22:23:47 +02:00
2020-11-03 21:51:42 +02:00
## [23.2.2](https://github.com/isaul32/ckeditor5-math/compare/v23.2.1...23.2.2) (2020-11-03)
2021-05-16 14:03:23 -05:00
- Fix placeholder handling. ([dc288ea ](https://github.com/isaul32/ckeditor5-math/commit/dc288ea ))
- Fix selection after entering inline expression. ([2fea2e2 ](https://github.com/isaul32/ckeditor5-math/commit/2fea2e2 ))
2020-11-03 21:51:42 +02:00
2021-03-02 12:48:10 -06:00
## [23.2.1](https://github.com/isaul32/ckeditor5-math/compare/v23.2.0...v23.2.1) (2020-10-18)
2020-10-18 19:24:10 +03:00
2021-05-16 14:03:23 -05:00
- Fix math editing button for balloon editor. ([3629401 ](https://github.com/isaul32/ckeditor5-math/commit/3629401 ))
2020-10-18 19:24:10 +03:00
2021-03-02 12:48:10 -06:00
## [23.2.0](https://github.com/isaul32/ckeditor5-math/compare/v23.1.0...v23.2.0) (2020-10-18)
2020-10-18 14:44:30 +03:00
2021-05-16 14:03:23 -05:00
- Add math editing button for balloon editor. ([aa0392c ](https://github.com/isaul32/ckeditor5-math/commit/aa0392c ))
2020-10-18 14:44:30 +03:00
2021-03-02 12:48:10 -06:00
## [23.1.0](https://github.com/isaul32/ckeditor5-math/compare/v23.0.0...v23.1.0) (2020-10-11)
2020-10-11 11:00:05 +03:00
2021-05-16 14:03:23 -05:00
- Add typesetting auto load feature. ([a665b64 ](https://github.com/isaul32/ckeditor5-math/commit/a665b64 ))
2020-10-11 11:00:05 +03:00
2021-03-02 12:48:10 -06:00
## [23.0.0](https://github.com/isaul32/ckeditor5-math/compare/v22.0.0...v23.0.0) (2020-10-02)
2020-10-02 20:36:16 +03:00
2021-05-16 14:03:23 -05:00
- Update dependencies.
2020-10-02 20:36:16 +03:00
2021-03-02 12:48:10 -06:00
## [22.0.0](https://github.com/isaul32/ckeditor5-math/compare/v21.0.0...v22.0.0) (2020-08-29)
2020-08-29 18:01:17 +03:00
2021-05-16 14:03:23 -05:00
- Seperate schema to display and inline.
2020-08-29 18:01:17 +03:00
### Bug fixes
2021-05-16 14:03:23 -05:00
- Fix writer. ([7d0cd01 ](https://github.com/isaul32/ckeditor5-math/commit/7d0cd01 ))
2020-08-29 18:01:17 +03:00
### Other changes
2021-05-16 14:03:23 -05:00
- Update dependencies.
2020-08-29 18:01:17 +03:00
2021-03-02 12:48:10 -06:00
## [21.0.0](https://github.com/isaul32/ckeditor5-math/compare/v20.0.0...v21.0.0) (2020-08-03)
2020-08-03 19:10:57 +03:00
2021-05-16 14:03:23 -05:00
- Update dependencies.
2020-08-03 19:10:57 +03:00
2021-03-02 12:48:10 -06:00
## [20.0.0](https://github.com/isaul32/ckeditor5-math/compare/v19.0.0...v20.0.0) (2020-07-13)
2020-07-13 12:43:40 +03:00
2021-05-16 14:03:23 -05:00
- Update dependencies.
2020-07-13 12:43:40 +03:00
2021-03-02 12:48:10 -06:00
## [19.0.0](https://github.com/isaul32/ckeditor5-math/compare/v18.0.1...v19.0.0) (2020-05-12)
2020-05-12 12:43:13 +03:00
2021-05-16 14:03:23 -05:00
- Update dependencies.
2020-05-12 12:43:13 +03:00
2021-03-02 12:48:10 -06:00
## [18.0.1](https://github.com/isaul32/ckeditor5-math/compare/v18.0.0...v18.0.1) (2020-04-05)
2020-04-05 17:28:43 +03:00
### Bug fixes
2021-05-16 14:03:23 -05:00
- Fix spacebar before formula bug in Firefox. [isaul32/ckeditor5-math#2 ](https://github.com/isaul32/ckeditor5-math/issues/2 ). ([9d15010 ](https://github.com/isaul32/ckeditor5-math/commit/9d15010 ))
2020-04-05 17:28:43 +03:00
2021-03-02 12:48:10 -06:00
## [18.0.0](https://github.com/isaul32/ckeditor5-math/compare/v17.0.1...v18.0.0) (2020-03-30)
2020-03-30 12:49:02 +03:00
2021-05-16 14:03:23 -05:00
- Update dependencies.
2020-03-30 12:49:02 +03:00
2021-03-02 12:48:10 -06:00
## [17.0.1](https://github.com/isaul32/ckeditor5-math/compare/v17.0.0...v17.0.1) (2020-02-27)
2020-02-27 20:35:10 +02:00
### Bug fixes
2021-05-16 14:03:23 -05:00
- Fix missing dependencies.
2020-02-27 20:35:10 +02:00
2021-03-02 12:48:10 -06:00
## [17.0.0](https://github.com/isaul32/ckeditor5-math/compare/v1.0.3...v17.0.0) (2020-02-27)
2020-02-27 20:05:52 +02:00
### Bug fixes
2021-05-16 14:03:23 -05:00
- Fix dependencies resolving problem. Closes [isaul32/ckeditor5-math#1 ](https://github.com/isaul32/ckeditor5-math/issues/1 ). ([7d40a2c ](https://github.com/isaul32/ckeditor5-math/commit/7d40a2c ))
2020-02-27 20:05:52 +02:00
2019-10-11 19:31:18 +03:00
## [1.0.3](https://github.com/isaul32/ckeditor5-math/compare/v1.0.2...v1.0.3) (2019-10-11)
### Bug fixes
2021-05-16 14:03:23 -05:00
- Fix preview flickering effect. ([70fefa8 ](https://github.com/isaul32/ckeditor5-math/commit/70fefa8 ))
2019-10-11 19:31:18 +03:00
2021-05-16 14:03:23 -05:00
- Fix disabled eslint lines. ([1f96286 ](https://github.com/isaul32/ckeditor5-math/commit/1f96286 ))
2019-10-11 19:31:18 +03:00
### Other changes
2021-05-16 14:03:23 -05:00
- Update some tests.
2019-10-11 19:31:18 +03:00
2021-05-16 14:03:23 -05:00
- Update readme.
2019-10-11 19:31:18 +03:00
2019-10-07 11:10:14 +03:00
## [1.0.2](https://github.com/isaul32/ckeditor5-math/compare/v1.0.1...v1.0.2) (2019-10-07)
### Other changes
2021-05-16 14:03:23 -05:00
- Update readme.
2019-10-07 11:10:14 +03:00
2021-05-16 14:03:23 -05:00
- Add unique identifier for math preview. ([8b6804c ](https://github.com/isaul32/ckeditor5-math/commit/98815fc ))
2019-10-07 11:10:14 +03:00
2019-10-04 20:07:22 +03:00
## [1.0.1](https://github.com/isaul32/ckeditor5-math/compare/v1.0.0...v1.0.1) (2019-10-04)
### Bug fixes
2021-05-16 14:03:23 -05:00
- Fix preview rendering bug. ([070f84e ](https://github.com/isaul32/ckeditor5-math/commit/070f84e ))
2019-10-04 20:07:22 +03:00
### Other changes
2021-05-16 14:03:23 -05:00
- Remove paste from office dependency. ([8b6804c ](https://github.com/isaul32/ckeditor5-math/commit/8b6804c ))
2019-10-04 20:07:22 +03:00
2019-10-03 19:27:47 +03:00
## [1.0.0](https://github.com/isaul32/ckeditor5-math/compare/v1.0.0...v1.0.0) (2019-10-03)
Initial release.