Détail du package

@tinymce/miniature

tinymce10.2kApache-2.06.0.0

This library checks versions of TinyMCE.

readme

miniature

This library checks versions of TinyMCE, and can be used to load versions of TinyMCE for testing.

changelog

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