TINY-8099: Updated changelogs and SECURITY.md for 6.1.0 release

This commit is contained in:
Lee Newson
2022-06-29 13:39:48 +10:00
committed by Lee Newson
parent e9159e4dbf
commit 14b14895b2
10 changed files with 17 additions and 11 deletions

View File

@ -5,9 +5,9 @@
Tiny Technologies, Inc. supports the following community versions of TinyMCE:
| Version | Supported |
| ------- | ------------------------------ |
|---------| ------------------------------ |
| 5.10.x | ✔ |
| 6.0.x | ✔ |
| 6.1.x | ✔ |
| Other | ✖ |
For supported enterprise versions of TinyMCE, refer to the enterprise [Supported TinyMCE versions documentation](https://www.tiny.cloud/docs/tinymce/6/support/#supportedversionsandplatforms).

View File

@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Unreleased
## 7.1.0 - 2022-06-29
### Added
- Added `detail` property to emulated mouse events settings.
- Added `pClick` to the `RealMouse` API.
- Added `pClick` to the `RealMouse` API.
## 7.0.0 - 2022-03-03

View File

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Unreleased
## 10.1.0 - 2022-06-29
### Added
- Added new `immediateGrow` API to the `Sliding` behaviour #TINY-8710
- Added new `onToggled` callback property to the `Toggling` behaviour configuration #TINY-8602

View File

@ -17,6 +17,5 @@ ephox-katamari-*.tgz
package-lock.json
jenkins-plumbing
yarn.lock
yarn-error.log
yarn-error.log

View File

@ -1,3 +1,4 @@
node_modules
dist
scratch
scratch
yarn-error.log

View File

@ -6,7 +6,7 @@
"rules": {
"number-leading-zero": "never",
"order/properties-alphabetical-order": true,
"at-rule-empty-line-before": ["always", { ignoreAtRules: "import"}],
"at-rule-empty-line-before": ["always", { "ignoreAtRules": "import" }],
"function-calc-no-invalid": null
}
}

View File

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Unreleased
## 6.0.2 - 2022-06-29
### Fixed
- Fixed incorrect `Regexes.link` URL detection for path segments that contain valid characters such as `!` and `:` #TINY-5074

View File

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Unreleased
## 11.0.3 - 2022-06-29
### Fixed
- Copying one or more columns with a cell with colspan which starts outside of the selected area will no longer result in a copy with one or more cells missing.
- Pasting a column into a table with a colspan cell will no longer result in missing cells.

View File

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 6.1.0 - 2022-06-29
### Added
- New `sidebar_show` option to show the specified sidebar on initialization. #TINY-8710
- New `newline_behavior` option controls what happens when the Return or Enter key is pressed or the `mceInsertNewLine` command is used. #TINY-8458

View File

@ -1,6 +1,2 @@
# List of packages to bump:
# Format: [package_name]@[new_version]
alloy@10.1.0
agar@7.1.0
polaris@6.0.2