v7.1.0.pre.b2
Pre-releaseWhat'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
- Fix brakeman offense by @tvdeyen in #2661
- [ruby - main] Update sqlite3 → 1.7.0 (unknown) by @depfu in #2663
- Resource filter fixes by @tvdeyen in #2665
- Preserve transparent backgrounds for PNGs by @tvdeyen in #2666
- Update Tinymce to v5 by @tvdeyen in #2670
- Fix missing image styles by @tvdeyen in #2667
- Update Tinymce to v6 by @tvdeyen in #2671
- Do not remove background from non transparent images by @tvdeyen in #2673
- Allow quality setting for webp images by @tvdeyen in #2674
- Fix error linking text in tinymce by @tvdeyen in #2676
- Use WebP for all thumbnails by @tvdeyen in #2675
- Clear unnecessary legacy URLs by @mamhoff in #2677
- Remove legacy pages urls and folded pages if page gets destroyed by @tvdeyen in #2678
- Download and bundle third party JS packages with npm by @tvdeyen in #2679
Full Changelog: v7.1.0.pre.b1...v7.1.0.pre.b2