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.
VersionLoader.pLoadVersion
function. #TINY-10394
- Made the
VersionLoader.setup
functions logs argument optional. #TINY-10394
- Removed support for TinyMCE 4.x. #TINY-10142
- Bumped internal dependencies to pull in latest changes.
- Removed support for Microsoft Internet Explorer and anything that doesn't support ES2018.
- 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.
- Added new
VersionHooks
module to support BDD style tests #TINY-7404