Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 1.03 KB

Changelog

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.

Unreleased

6.0.0 - 2023-11-28

Added

  • VersionLoader.pLoadVersion function. #TINY-10394

Changed

  • Made the VersionLoader.setup functions logs argument optional. #TINY-10394

Removed

  • Removed support for TinyMCE 4.x. #TINY-10142

5.0.1 - 2022-06-29

Changed

  • Bumped internal dependencies to pull in latest changes.

5.0.0 - 2022-03-03

Removed

  • Removed support for Microsoft Internet Explorer and anything that doesn't support ES2018.

4.0.0 - 2021-08-26

Changed

  • Upgraded to Katamari 8.0, which includes breaking changes to the Optional API used in this module.
  • Upgraded to McAgar 7.0, which includes breaking changes to how tinymce is imported.

3.2.0 - 2021-05-28

Added

  • Added new VersionHooks module to support BDD style tests #TINY-7404