mirror of
https://github.com/tinymce/tinymce.git
synced 2025-08-16 18:21:47 +00:00
TINY-8395: Updated changelogs for 6.0 release
This commit is contained in:
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 5.0.0 - 2022-03-03
|
||||
|
||||
### Added
|
||||
- Added a new `rgbaToHexString` API, to convert RGBA to Hex.
|
||||
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 7.0.0 - 2022-03-03
|
||||
|
||||
### Changed
|
||||
- The `sizzle` library is now used directly instead of using the `@ephox/wrap-sizzle` wrapper library.
|
||||
- Replaced `jsverify` with `fast-check` for the `Arbitraries` module.
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 10.0.0 - 2022-03-03
|
||||
|
||||
### Added
|
||||
- Added a new `buildOrPatch` function to the `SystemApi` to allow reusing the passed obsoleted dom element.
|
||||
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 6.0.0 - 2022-03-03
|
||||
|
||||
### Changed
|
||||
- Upgraded to Katamari 9.0, which includes breaking changes to the `Optional` API used in this module.
|
||||
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 7.0.0 - 2022-03-03
|
||||
|
||||
### Changed
|
||||
- Upgraded to Katamari 9.0, which includes breaking changes to the `Optional` API used in this module.
|
||||
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 4.0.0 - 2022-03-03
|
||||
|
||||
### Added
|
||||
- New `slider` dialog component #TINY-8304
|
||||
- New `buttonType` property on dialog button components, supporting `toolbar` style in addition to `primary` and `secondary` #TINY-8304
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 8.0.0 - 2022-03-03
|
||||
|
||||
### Changed
|
||||
- Upgraded to Katamari 9.0, which includes breaking changes to the `Optional` API used in this module.
|
||||
- Changed the `CellOpSelection` module to take selected cells directly instead of a `Selections` instance.
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 7.0.0 - 2022-03-03
|
||||
|
||||
### Changed
|
||||
- Upgraded to Katamari 9.0, which includes breaking changes to the `Optional` API used in this module.
|
||||
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 7.0.0 - 2022-03-03
|
||||
|
||||
### Changed
|
||||
- Upgraded to Katamari 9.0, which includes breaking changes to the `Optional` API used in this module.
|
||||
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 4.0.0 - 2022-03-03
|
||||
|
||||
### Changed
|
||||
- Updated to Katamari 9.0, which is incompatible with Katamari 8.0 if used in the same bundle.
|
||||
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 9.0.0 - 2022-03-03
|
||||
|
||||
### Added
|
||||
- Added a new `unique` API to the `Arr` module to remove duplicate elements in an array.
|
||||
- Added a new `Type.is` API to check if an object type matches the specified constructor type.
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 8.0.0 - 2022-03-03
|
||||
|
||||
### Added
|
||||
- Added the `getSel()` function to the `EditorTypes.Selection` interface.
|
||||
- Added the `setRawSelection()` function to the `TinySelections` helper methods to allow setting the selection without using any TinyMCE APIs.
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 8.0.0 - 2022-03-03
|
||||
|
||||
### Changed
|
||||
- Upgraded to Katamari 9.0, which is incompatible with Katamari 8.0 if used in the same bundle.
|
||||
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 6.0.0 - 2022-03-03
|
||||
|
||||
### Changed
|
||||
- Upgraded to Katamari 9.0, which is incompatible with Katamari 8.0 if used in the same bundle.
|
||||
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 7.0.0 - 2022-03-03
|
||||
|
||||
### Changed
|
||||
- Upgraded to Katamari 9.0, which is incompatible with Katamari 8.0 if used in the same bundle.
|
||||
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 10.0.0 - 2022-03-03
|
||||
|
||||
### Changed
|
||||
- Upgraded to Katamari 9.0, which is incompatible with Katamari 8.0 if used in the same bundle.
|
||||
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 6.0.0 - 2022-03-03
|
||||
|
||||
### Changed
|
||||
- Upgraded to Katamari 9.0, which is incompatible with Katamari 8.0 if used in the same bundle.
|
||||
- The `isOSX` API has been renamed to `isMacOS` #TINY-8175
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 11.0.0 - 2022-03-03
|
||||
|
||||
### Added
|
||||
- Added new `refreshBars` API to `TableResize`.
|
||||
|
||||
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 9.0.0 - 2022-03-03
|
||||
|
||||
### Added
|
||||
- New `Ready.image` function that returns a promise which will not resolve until the image element has loaded. Errors trigger promise rejection.
|
||||
|
||||
|
Reference in New Issue
Block a user