Skip to content

Commit 4b795ce

Browse files
author
ephox
committed
Added version 6.6.2 release.
1 parent 6d4ca51 commit 4b795ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+79
-74
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 6.6.2 - 2023-08-09
10+
11+
### Fixed
12+
- An "Uncaught TypeError: Cannot read properties of null" error would sometimes be thrown when updating the content of a `streamContent: true` iframe dialog component. #TINY-10128
13+
914
## 6.6.1 - 2023-08-02
1015

1116
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinymce/tinymce",
3-
"version": "6.6.1",
3+
"version": "6.6.2",
44
"description": "Web based JavaScript HTML WYSIWYG editor control.",
55
"license": [
66
"MIT-only"

models/dom/model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TinyMCE version 6.6.1 (2023-08-02)
2+
* TinyMCE version 6.6.2 (2023-08-09)
33
*/
44

55
(function () {

models/dom/model.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinymce",
3-
"version": "6.6.1",
3+
"version": "6.6.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tinymce/tinymce.git",

plugins/accordion/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TinyMCE version 6.6.1 (2023-08-02)
2+
* TinyMCE version 6.6.2 (2023-08-09)
33
*/
44

55
(function () {

plugins/accordion/plugin.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/advlist/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TinyMCE version 6.6.1 (2023-08-02)
2+
* TinyMCE version 6.6.2 (2023-08-09)
33
*/
44

55
(function () {

plugins/advlist/plugin.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/anchor/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TinyMCE version 6.6.1 (2023-08-02)
2+
* TinyMCE version 6.6.2 (2023-08-09)
33
*/
44

55
(function () {

0 commit comments

Comments
 (0)