Skip to content

Commit 1c7ffd9

Browse files
committed
TINY-11906: Add changelog and update tinymce
1 parent 25c73ae commit 1c7ffd9

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
### Changed
10+
- `disabled` property is now mapped to the TinyMCE `disabled` option.
11+
12+
### Added
13+
- Added `readonly` property that maps to the TinyMCE `readonly` option.
14+
915
## 6.1.0 - 2025-03-31
1016

1117
### Added

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ This package is a thin wrapper around [TinyMCE](https://github.com/tinymce/tinym
1010
* For our quick demos, check out the TinyMCE React [Storybook](https://tinymce.github.io/tinymce-react/).
1111

1212

13+
### Support
14+
15+
Version 7.0 is intended to support TinyMCE version 7.6 and above.
16+
1317
### Issues
1418

1519
Have you found an issue with tinymce-react or do you have a feature request? Open up an [issue](https://github.com/tinymce/tinymce-react/issues) and let us know or submit a [pull request](https://github.com/tinymce/tinymce-react/pulls). *Note: For issues concerning TinyMCE please visit the [TinyMCE repository](https://github.com/tinymce/tinymce).*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@
7676
"typescript": "~5.8.2",
7777
"vite": "^6.2.1"
7878
},
79-
"version": "6.1.1-rc",
79+
"version": "7.0.0-rc",
8080
"name": "@tinymce/tinymce-react"
8181
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8711,9 +8711,9 @@ tiny-invariant@^1.3.1, tiny-invariant@^1.3.3:
87118711
integrity sha512-ADd1cvdIuq6NWyii0ZOZRuu+9sHIdQfcRNWBcBps2K8vy7OjlRkX6iw7zz1WlL9kY4z4L1DvIP+xOrVX/46aHA==
87128712

87138713
tinymce@^7.2.1:
8714-
version "7.7.1"
8715-
resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-7.7.1.tgz#e7c19f14153dc9bcde11bbc012db45167892c116"
8716-
integrity sha512-rMetqSgZtYbj4YPOX+gYgmlhy/sIjVlI/qlrSOul/Mpn9e0aIIG/fR0qvQSVYvxFv6OzRTge++NQyTbzLJK1NA==
8714+
version "7.8.0"
8715+
resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-7.8.0.tgz#d57a597aecdc2108f2dd68fe74c6099c0a0ef66f"
8716+
integrity sha512-MUER5MWV9mkOB4expgbWknh/C5ZJvOXQlMVSx4tJxTuYtcUCDB6bMZ34fWNOIc8LvrnXmGHGj0eGQuxjQyRgrA==
87178717

87188718
tinyrainbow@^1.2.0:
87198719
version "1.2.0"

0 commit comments

Comments
 (0)