Skip to content

Releases: AlchemyCMS/alchemy_cms

v7.1.5

29 Feb 11:01
57c9414
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.4...v7.1.5

v7.0.10

29 Feb 11:01
2685296
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.9...v7.0.10

v7.1.4

27 Feb 17:19
a975d75
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.3...v7.1.4

v7.0.9

27 Feb 17:18
a2265b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.8...v7.0.9

v7.1.3

19 Feb 14:27
4c5f22d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.2...v7.1.3

v7.1.2

12 Feb 10:49
a156bcb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.1...v7.1.2

v7.1.1

31 Jan 11:07
4e91b67
Compare
Choose a tag to compare

What's Changed

  • [js] Update @shoelace-style/shoelace 2.12.0 → 2.13.1 (minor) by @depfu in #2709
  • Slighty raise page properties dialog width by @tvdeyen in #2710
  • Translate collapse all elements button by @tvdeyen in #2711

Full Changelog: v7.1.0...v7.1.1

v7.1.0

25 Jan 20:27
9e64c30
Compare
Choose a tag to compare

This release continues our journey to modernize AlchemyCMS admin UI.
We are now using more and more WebComponents and ES6 modules for our JavaScript code instead of CoffeeScript and jQuery.
This will allow us to use the latest JavaScript features and make our code more maintainable.

Highlights of this release:

  • More WebComponents 💅🏻
    Please review PRs for upgrade notice if you customized the admin UI or relied on jquery plugins like $.alchemyPageSelect, $.alchemyNodeSelect
  • More ES6 modules 🚀
  • Admin JS dependencies handled via node modules
  • Removes jQueryUI ✂️
  • Removes Rails 6.1 support 🚂
  • Introduce Shoelace UI for tooltips and tabs 👟
  • Added Rails 7.1, Ruby 3.3 and YJIT-Support 🎉
  • WebP quality setting 🌠
    This deprecates the output_image_jpg_quality config and replaces it with output_image_quality.
  • New UI/Icons 🌸
    If you want to update your custom admin module menu icon pick one of https://remixicon.com to fit the new icons
  • Tinymce v6 📜
    please follow
    https://www.tiny.cloud/docs/tinymce/latest/migration-from-5x/ and
    https://www.tiny.cloud/docs/migration-from-4x/
    if you have custom plugins/toolbar buttons installed)

All Changes

Read more

v7.1.0.pre.rc1

15 Jan 09:03
aca48ec
Compare
Choose a tag to compare
v7.1.0.pre.rc1 Pre-release
Pre-release

What's Changed

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

v7.1.0.pre.b2

09 Jan 11:01
7ab2e6f
Compare
Choose a tag to compare
v7.1.0.pre.b2 Pre-release
Pre-release

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