Skip to content

v7.3.0

Compare
Choose a tag to compare
@tvdeyen tvdeyen released this 11 Sep 08:30
· 85 commits to main since this release
0be49e8

What's Changed

This release adds Rails 7.2 support and drops Ruby 3.0 support to align with Rails.

We also introduced a new Resource Table view component to render resource views. See #2972 for more details.

As always please make sure to run the upgrader after updating to v7.3.0

bin/rake alchemy:upgrade:7.3

and follow the instructions.

What's new

Fixes

Removals

Deprecations

Other changes

  • [js] Update tinymce 7.2.0 → 7.2.1 (patch) by @depfu in #2969
  • 🚨 [security] [js] Update tinymce 7.1.1 → 7.2.0 (minor) by @depfu in #2935
  • [js] Update tinymce 7.1.0 → 7.1.1 (patch) by @depfu in #2920
  • [js] Update all development Yarn dependencies (2024-06-06) by @depfu in #2922
  • [js] Update all development Yarn dependencies (2024-06-13) by @depfu in #2930
  • Bump braces from 3.0.2 to 3.0.3 by @dependabot in #2932
  • CSS: Use custom properties for spacing by @tvdeyen in #2925
  • Bump ws from 8.14.2 to 8.17.1 by @dependabot in #2933
  • Use custom properties for color variables by @tvdeyen in #2938
  • [js] Update all development Yarn dependencies (2024-06-27) by @depfu in #2940
  • Remove dartsass-rails requirement from alchemy_cms.rb by @sascha-karnatz in #2941
  • Prevent Javascript error if the page will be unlocked by @sascha-karnatz in #2942
  • Return 422 on validation error by @tvdeyen in #2869
  • Wrap error responses in turbo-frame tags by @tvdeyen in #2949
  • [js] Update all development Yarn dependencies (2024-07-11) by @depfu in #2970
  • [js] Update all development Yarn dependencies (2024-07-18) by @depfu in #2971
  • [js] Update all development Yarn dependencies (2024-07-25) by @depfu in #2975
  • Use keywords in routes mapping by @tvdeyen in #2986
  • [js] Update @shoelace-style/shoelace 2.15.1 → 2.16.0 (minor) by @depfu in #2990
  • Tackle Sass deprecation with mixed declarations by @tvdeyen in #2989
  • Switch to Bun as bundler and script runner by @tvdeyen in #2994
  • [js] Update all development npm dependencies (2024-08-15) by @depfu in #2996
  • Add sprockets-rails as dependency by @tvdeyen in #2997
  • [CI] Fix builds by @tvdeyen in #3006
  • Add 7.3 upgrader by @tvdeyen in #3008
  • Resource table fixes by @tvdeyen in #3025
  • Move alchemy resources table into resource_table partial by @tvdeyen in #3026

New Contributors

Full Changelog: v7.2.6...v7.3.0