mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
chore(CHANGELOG): Fix version links
This commit is contained in:
parent
e66c5fa6d6
commit
24541dd1c5
31
CHANGELOG.md
31
CHANGELOG.md
@ -1,11 +1,11 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
## [25.0.0](https://github.com/isaul32/ckeditor5-math/compare/v24.0.1...25.0.0) (2021-03-02)
|
||||
## [25.0.0](https://github.com/isaul32/ckeditor5-math/compare/v24.0.1...v25.0.0) (2021-03-02)
|
||||
|
||||
* Update dependencies.
|
||||
|
||||
## [24.0.1](https://github.com/isaul32/ckeditor5-math/compare/v24.0.0...24.0.1) (2021-02-28)
|
||||
## [24.0.1](https://github.com/isaul32/ckeditor5-math/compare/24.0.0...v24.0.1) (2021-02-28)
|
||||
|
||||
* Fix balloon view position.
|
||||
|
||||
@ -13,33 +13,32 @@ Changelog
|
||||
|
||||
* Update dependencies.
|
||||
|
||||
## [23.3.0](https://github.com/isaul32/ckeditor5-math/compare/v23.2.2...23.3.0) (2020-11-07)
|
||||
## [23.3.0](https://github.com/isaul32/ckeditor5-math/compare/23.2.2...v23.3.0) (2020-11-07)
|
||||
|
||||
* Add autoformat support. ([3354872](https://github.com/isaul32/ckeditor5-math/commit/3354872))
|
||||
|
||||
|
||||
## [23.2.2](https://github.com/isaul32/ckeditor5-math/compare/v23.2.1...23.2.2) (2020-11-03)
|
||||
|
||||
* 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))
|
||||
|
||||
## [23.2.1](https://github.com/isaul32/ckeditor5-math/compare/v23.2.0...23.2.1) (2020-10-18)
|
||||
## [23.2.1](https://github.com/isaul32/ckeditor5-math/compare/v23.2.0...v23.2.1) (2020-10-18)
|
||||
|
||||
* Fix math editing button for balloon editor. ([3629401](https://github.com/isaul32/ckeditor5-math/commit/3629401))
|
||||
|
||||
## [23.2.0](https://github.com/isaul32/ckeditor5-math/compare/v23.1.0...23.2.0) (2020-10-18)
|
||||
## [23.2.0](https://github.com/isaul32/ckeditor5-math/compare/v23.1.0...v23.2.0) (2020-10-18)
|
||||
|
||||
* Add math editing button for balloon editor. ([aa0392c](https://github.com/isaul32/ckeditor5-math/commit/aa0392c))
|
||||
|
||||
## [23.1.0](https://github.com/isaul32/ckeditor5-math/compare/v23.0.0...23.1.0) (2020-10-11)
|
||||
## [23.1.0](https://github.com/isaul32/ckeditor5-math/compare/v23.0.0...v23.1.0) (2020-10-11)
|
||||
|
||||
* Add typesetting auto load feature. ([a665b64](https://github.com/isaul32/ckeditor5-math/commit/a665b64))
|
||||
|
||||
## [23.0.0](https://github.com/isaul32/ckeditor5-math/compare/v22.0.0...23.0.0) (2020-10-02)
|
||||
## [23.0.0](https://github.com/isaul32/ckeditor5-math/compare/v22.0.0...v23.0.0) (2020-10-02)
|
||||
|
||||
* Update dependencies.
|
||||
|
||||
## [22.0.0](https://github.com/isaul32/ckeditor5-math/compare/v21.0.0...22.0.0) (2020-08-29)
|
||||
## [22.0.0](https://github.com/isaul32/ckeditor5-math/compare/v21.0.0...v22.0.0) (2020-08-29)
|
||||
|
||||
* Seperate schema to display and inline.
|
||||
|
||||
@ -51,35 +50,35 @@ Changelog
|
||||
|
||||
* Update dependencies.
|
||||
|
||||
## [21.0.0](https://github.com/isaul32/ckeditor5-math/compare/v20.0.0...21.0.0) (2020-08-03)
|
||||
## [21.0.0](https://github.com/isaul32/ckeditor5-math/compare/v20.0.0...v21.0.0) (2020-08-03)
|
||||
|
||||
* Update dependencies.
|
||||
|
||||
## [20.0.0](https://github.com/isaul32/ckeditor5-math/compare/v19.0.0...20.0.0) (2020-07-13)
|
||||
## [20.0.0](https://github.com/isaul32/ckeditor5-math/compare/v19.0.0...v20.0.0) (2020-07-13)
|
||||
|
||||
* Update dependencies.
|
||||
|
||||
## [19.0.0](https://github.com/isaul32/ckeditor5-math/compare/v18.0.1...19.0.0) (2020-05-12)
|
||||
## [19.0.0](https://github.com/isaul32/ckeditor5-math/compare/v18.0.1...v19.0.0) (2020-05-12)
|
||||
|
||||
* Update dependencies.
|
||||
|
||||
## [18.0.1](https://github.com/isaul32/ckeditor5-math/compare/v18.0.0...18.0.1) (2020-04-05)
|
||||
## [18.0.1](https://github.com/isaul32/ckeditor5-math/compare/v18.0.0...v18.0.1) (2020-04-05)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* 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))
|
||||
|
||||
## [18.0.0](https://github.com/isaul32/ckeditor5-math/compare/v17.0.1...18.0.0) (2020-03-30)
|
||||
## [18.0.0](https://github.com/isaul32/ckeditor5-math/compare/v17.0.1...v18.0.0) (2020-03-30)
|
||||
|
||||
* Update dependencies.
|
||||
|
||||
## [17.0.1](https://github.com/isaul32/ckeditor5-math/compare/v17.0.0...17.0.1) (2020-02-27)
|
||||
## [17.0.1](https://github.com/isaul32/ckeditor5-math/compare/v17.0.0...v17.0.1) (2020-02-27)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Fix missing dependencies.
|
||||
|
||||
## [17.0.0](https://github.com/isaul32/ckeditor5-math/compare/v1.0.3...17.0.0) (2020-02-27)
|
||||
## [17.0.0](https://github.com/isaul32/ckeditor5-math/compare/v1.0.3...v17.0.0) (2020-02-27)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user