Skip to content

v7.1.0.pre.b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@tvdeyen tvdeyen released this 09 Jan 11:01
· 766 commits to main since this release
7ab2e6f

What's Changed

This release continues our journey to migrate from jQuery based CoffeeScript files managed by Sprockets to modern
ES6 based JS modules that can easily be maintained with established frontend tooling.

Most of the changes should be under the hood and not recognizable by the average user.
But there are potentially breaking changes that we want to emphasize here.

WebP thumbnails

This release will re-create all thumbnails for each picture in the library.
If you have a large set of images and do not want delays while the thumbnails
get re-generated in the admin page edit or library views you can pre-generate them with

bin/rake alchemy:generate:picture_thumbnails

Tinymce 6

Tinymce has finally been upgraded to latest version (We were two versions behind). If you have custom plugins and or mutated the default toolbar buttons, please follow

and

All changes

Full Changelog: v7.1.0.pre.b1...v7.1.0.pre.b2