Skip to content

Commit

Permalink
Added version 6.0.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ephox committed May 25, 2022
1 parent 6eb0c53 commit 9563ee6
Show file tree
Hide file tree
Showing 68 changed files with 198 additions and 161 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 6.0.3 - 2022-05-25

### Fixed
- Could not remove values when multiple cells were selected with the cell properties dialog #TINY-8625
- Could not remove values when multiple rows were selected with the row properties dialog #TINY-8625
- Empty lines that were formatted in a ranged selection using the `format_empty_lines` option were not kept in the serialized content #TINY-8639
- The `s` element was missing from the default schema text inline elements #TINY-8639
- Some text inline elements specified via the schema were not removed when empty by default #TINY-8639

## 6.0.2 - 2022-04-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce/tinymce",
"version": "6.0.2",
"version": "6.0.3",
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"license": [
"MIT-only"
Expand Down
2 changes: 1 addition & 1 deletion models/dom/model.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 6.0.2 (2022-04-27)
* TinyMCE version 6.0.3 (2022-05-25)
*/

(function () {
Expand Down
2 changes: 1 addition & 1 deletion models/dom/model.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce",
"version": "6.0.2",
"version": "6.0.3",
"repository": {
"type": "git",
"url": "https://github.com/tinymce/tinymce.git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/advlist/plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 6.0.2 (2022-04-27)
* TinyMCE version 6.0.3 (2022-05-25)
*/

(function () {
Expand Down
2 changes: 1 addition & 1 deletion plugins/advlist/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/anchor/plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 6.0.2 (2022-04-27)
* TinyMCE version 6.0.3 (2022-05-25)
*/

(function () {
Expand Down
2 changes: 1 addition & 1 deletion plugins/anchor/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/autolink/plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 6.0.2 (2022-04-27)
* TinyMCE version 6.0.3 (2022-05-25)
*/

(function () {
Expand Down
2 changes: 1 addition & 1 deletion plugins/autolink/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/autoresize/plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 6.0.2 (2022-04-27)
* TinyMCE version 6.0.3 (2022-05-25)
*/

(function () {
Expand Down
2 changes: 1 addition & 1 deletion plugins/autoresize/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/autosave/plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 6.0.2 (2022-04-27)
* TinyMCE version 6.0.3 (2022-05-25)
*/

(function () {
Expand Down
2 changes: 1 addition & 1 deletion plugins/autosave/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/charmap/plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 6.0.2 (2022-04-27)
* TinyMCE version 6.0.3 (2022-05-25)
*/

(function () {
Expand Down

0 comments on commit 9563ee6

Please sign in to comment.