Skip to content

Commit

Permalink
Branch is ready for release - setting release version
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloakman committed Mar 27, 2024
1 parent faa6eb9 commit 28db821
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 5.0.0 - 2024-03-25
## 5.0.0 - 2024-03-27

### Added
- Added `licenseKey` property that overrides the TinyMCE `license_key` init property. #INT-3291
- Added events `onInput`, `onCompositionEnd`, `onCompositionStart` & `onCompositionUpdate`. #INT-3291
- Added a JSDoc link to the TinyMCE 7 React Technical Reference docs page. #INT-3291

### Fixed
- `readonly` init property is now properly typed as undefined, as it's overriden by the integration. #INT-3287

### Changed
- Updated dependencies. #INT-3291
- Changed default cloudChannel to `'7'`. #INT-3291

### Improved
- Improved `cloudChannel` type. #INT-3291
- Updated to Storybook v8 and it now uses react-vite as a bundler/builder instead of webpack. #INT-3291
- Storybook examples now use CSFv3 components. #INT-3291
- Tests now run against TinyMCE version 7 as well. #INT-3291

### Changed
- Updated dependencies. #INT-3291
- Changed default cloudChannel to `'7'`. #INT-3291

### Fixed
- `readonly` init property is now properly typed as undefined, as it's overriden by the integration. #INT-3287

## 4.3.2 - 2023-11-20

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"typescript": "~5.4.3",
"vite": "^5.2.2"
},
"version": "5.0.0-rc",
"version": "5.0.0",
"name": "@tinymce/tinymce-react"
}

0 comments on commit 28db821

Please sign in to comment.