Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 3.1.0 - 2025-05-29

### Fixed
- tinymce "^v7.0.0 || ^v6.0.0 || ^v5.0.0" is now an optional peer dependency. #INT-3324

### Changed
- `disabled` property is now mapped to the TinyMCE `disabled` option.
- `disabled` property is now mapped to the TinyMCE `disabled` option. #TINY-11909

### Added
- Added `readonly` property that maps to the TinyMCE `readonly` option.
- Added `readonly` property that maps to the TinyMCE `readonly` option. #TINY-11909

## 3.0.0 - 2024-06-05

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinymce/tinymce-svelte",
"version": "3.1.0-rc",
"version": "3.1.0",
"description": "TinyMCE Svelte Component",
"private": false,
"publishConfig": {
Expand Down