All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
The HugeRTE React component 1.0.0 is based on the TinyMCE React component 6.0.0-rc. Unreleased changes from Tiny since 5.1.0 are included in the 1.0.0 changelog.
- License headers were not included in the files in the
lib
directory because the build was made before including the license headers.
- Added
cdnVersion
prop.
- Moved
tinymce(now hugerte) dependency to peerDependencies, as well as making it optional. - Renamed
tinymceScriptSrc
prop tohugerteScriptSrc
and restrict its type to a string.
- Removed
apiKey
prop. - Removed
licenseKey
prop. - Removed
cloudChannel
prop.
- Updated dependencies.