Skip to content

Releases: AlchemyCMS/alchemy_cms

v7.1.0

25 Jan 20:27
9e64c30

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

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

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

v7.1.0.pre.b1

28 Dec 17:07
1ec1bd6

Choose a tag to compare

v7.1.0.pre.b1 Pre-release
Pre-release

What's Changed

Read more

v7.0.8

28 Dec 17:01
85ffb6b

Choose a tag to compare

What's Changed

Full Changelog: v7.0.7...v7.0.8

v7.0.7

28 Nov 08:09
b5e18b4

Choose a tag to compare

What's Changed

Full Changelog: v7.0.6...v7.0.7

v7.0.6

15 Nov 08:33
e2fd9e7

Choose a tag to compare

What's Changed

Full Changelog: v7.0.5...v7.0.6

v7.0.5

06 Oct 12:53
569e02c

Choose a tag to compare

What's Changed

Full Changelog: v7.0.4...v7.0.5

v7.0.4

04 Oct 15:18
420c4f5

Choose a tag to compare

What's Changed

Full Changelog: v7.0.3...v7.0.4

v7.0.3

29 Aug 19:42
7d396cd

Choose a tag to compare

What's Changed

  • Increase minimum Rails version to v6.1 by @sascha-karnatz in #2541
  • [7.0-stable] Merge pull request #2571 from tvdeyen/fix-non-stupid-digest-assets by @github-actions in #2572

Full Changelog: v7.0.2...v7.0.3