Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 984 Bytes

CHANGELOG.md

File metadata and controls

29 lines (20 loc) · 984 Bytes

Change log

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.

1.0.1 - 2025-01-11

Fixed

  • License headers were not included in the files in the lib directory because the build was made before including the license headers.

1.0.0 - 2025-01-11

Added

  • Added cdnVersion prop.

Changed

  • Moved tinymce (now hugerte) dependency to peerDependencies, as well as making it optional.
  • Renamed tinymceScriptSrc prop to hugerteScriptSrc and restrict its type to a string.

Removed

  • Removed apiKey prop.
  • Removed licenseKey prop.
  • Removed cloudChannel prop.

Improved

  • Updated dependencies.