Skip to content

Releases: AlchemyCMS/alchemy_cms

v7.1.6

05 Mar 09:49
8be4c3e
Compare
Choose a tag to compare

What's Changed

  • [7.1-stable] Do not include timezone in datepickers only displaying date by @alchemycms-bot in #2768

Full Changelog: v7.1.5...v7.1.6

v7.0.11

05 Mar 09:52
f208a3b
Compare
Choose a tag to compare

What's Changed

  • [7.0-stable] Do not include timezone in datepickers only displaying date by @tvdeyen in #2769

Full Changelog: v7.0.10...v7.0.11

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