mirror of
https://github.com/tinymce/tinymce.git
synced 2025-07-30 12:56:42 +00:00
TINY-8099: Updated changelogs and SECURITY.md for 6.1.0 release
This commit is contained in:
@ -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).
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
3
modules/katamari/.gitignore
vendored
3
modules/katamari/.gitignore
vendored
@ -17,6 +17,5 @@ ephox-katamari-*.tgz
|
||||
|
||||
package-lock.json
|
||||
|
||||
jenkins-plumbing
|
||||
yarn.lock
|
||||
yarn-error.log
|
||||
yarn-error.log
|
||||
|
3
modules/oxide-icons-default/.gitignore
vendored
3
modules/oxide-icons-default/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
node_modules
|
||||
dist
|
||||
scratch
|
||||
scratch
|
||||
yarn-error.log
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user