TINY-8395: Updated changelogs for 6.0 release

This commit is contained in:
Lee Newson
2022-03-03 12:05:23 +10:00
parent a3c13ff4c2
commit 0b76a1c035
19 changed files with 38 additions and 0 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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`.

View File

@ -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.