Skip to content

Releases: AlchemyCMS/alchemy_cms

v8.0.9

06 Mar 10:12
c03893b

Choose a tag to compare

What's Changed

  • [8.0-stable] Fix page cache flush not invalidating ETags by @alchemycms-ci-bot in #3719
  • [8.0-stable] fix(Page Cache Flushing): Only touch public page versions by @alchemycms-ci-bot in #3722
  • [8.0-stable] CI: Use shorter readiness times by @alchemycms-bot[bot] in #3727
  • Release v8.0.9 by @alchemycms-bot[bot] in #3729

Full Changelog: v8.0.8...v8.0.9

v8.1.3

17 Feb 09:51
fb67454

Choose a tag to compare

What's Changed

Other Changes

  • [8.1-stable] Fix required field indicator to only show for presence validations by @alchemycms-bot[bot] in #3680
  • [8.1-stable] fix(LinkDialog): Fix anchor regex to handle hyphens in URL fragments by @alchemycms-bot[bot] in #3686

Full Changelog: v8.1.2...v8.1.3

v8.0.8

17 Feb 09:32
3d6879c

Choose a tag to compare

What's Changed

  • [8.0-stable] Include credentials in update check fetch request by @alchemycms-bot[bot] in #3663
  • [8.0-stable] fix(LinkDialog): Fix anchor regex to handle hyphens in URL fragments by @alchemycms-bot[bot] in #3685
  • Release v8.0.8 by @alchemycms-bot[bot] in #3688

Full Changelog: v8.0.7...v8.0.8

v7.4.13

17 Feb 09:38
94347ca

Choose a tag to compare

What's Changed

  • [7.4-stable] fix(LinkDialog): Fix anchor regex to handle hyphens in URL fragments by @alchemycms-bot[bot] in #3684
  • Release v7.4.13 by @alchemycms-bot[bot] in #3687

Full Changelog: v7.4.12...v7.4.13

v8.1.2

10 Feb 15:39
266433c

Choose a tag to compare

What's Changed

Other Changes

  • [8.1-stable] Set public_until instead of clearing public_on when unpublishing elements by @alchemycms-bot[bot] in #3676

Full Changelog: v8.1.1...v8.1.2

v8.1.1

10 Feb 05:56
1dfaea1

Choose a tag to compare

What's Changed

Other Changes

  • [8.1-stable] fix(page tree): Use edit link in top frame by @alchemycms-bot[bot] in #3672

Full Changelog: v8.1.0...v8.1.1

v8.1.0

09 Feb 17:51
114702f

Choose a tag to compare

What's Changed

Breaking Changes

New Features

Bug Fixes

  • fix: Use Ruby/Rails internals to create human readable file names by @tvdeyen in #3597

Performance Improvements

Deprecations

Dependencies

Other Changes

  • Picture Thumbnail component by @tvdeyen in #3402
  • Add an abstract collection option to the configuration class by @mamhoff in #3189
  • Convert render_tag_list helper into ViewComponent by @tvdeyen in #3403
  • Use Turbo Stream to flush page cache by @tvdeyen in #3407
  • Use Turbo frames for archive overlays by @tvdeyen in #3408
  • Make permissions.rb autoloadable by @mamhoff in #3419
  • Fix dummy app Event scopes by @mamhoff in #3417
  • CI: Stop testing Ruby 3.1 and Rails 7.1 by @tvdeyen in #3465
  • Convert page_publication_fields into custom element by @tvdeyen in #3484
  • Add context file for agentic coding by @tvdeyen in #3477
  • Lint erb files with herb-linter by @tvdeyen in #3509
  • feat(Alerts): Allow to change auto dismiss delay by @tvdeyen in #3532
  • Add Ruby 4.0 preview to test matrix by @Copilot in #3531
  • feat: Add picture-editor component by @tvdeyen in #3538
  • chore: Test with Postgres 17 by @tvdeyen in #3546
  • Scrollbar styling by @tvdeyen in #3549
  • Replace HTTP status code symbols with numeric codes by @tvdeyen in #3555
  • Fix deprecated ingredient editors by @tvdeyen in #3556
  • Convert ElementEditor to ViewComponent by @tvdeyen in #3547
  • Use tagged logging in Alchemy:Logger by @tvdeyen in #3557
  • feat: Convert FileEditors.js into a custom element by @tvdeyen in #3559
  • Convert SortableElements into a custom element by @tvdeyen in #3560
  • Fix CI workflow to detect package.json changes for Dependabot PRs by @tvdeyen in #3572
  • [dev] Do not use deprecated Sass @import in dummy app by @tvdeyen in #3574
  • fix(publish-button): Remove duplicated submit event handler by @tvdeyen in #3576
  • fix(Page): Ignore deprecated meta data columns by @tvdeyen in #3578
  • Include future-scheduled elements when publishing pages by @tvdeyen in #3592
  • Convert auth accessors to configuration object by @mamhoff in #3418
  • chore: Remove unnecessary variable in ingredient editor specs by @tvdeyen in #3602
  • Adjust UI for users with restricted permissions by @tvdeyen in #3609
  • Fix creating sortable elements by @tvdeyen in #3610
  • [8.1-stable] Configurable color ingredient swatch by @alchemycms-bot[bot] in #3624
  • [8.1-stable] feat(ColorEditor): Show text input if no colors configured by @alchemycms-bot[bot] in #3626
  • [8.1-stable] fix(color-select): Do not prefill color picker value on init by @alchemycms-bot[bot] in #3631
  • [8.1-stable] Add searchable attributes to element and ingredient definition by @alchemycms-bot[bot] in #3635
  • [8.1-stable] fix(FOUC): Always register timeout animation by @alchemycms-bot[bot] in #3643
  • [8.1-stable] fix(elements-window): Use fixed position by @alchemycms-bot[bot] in #3644
  • [8.1-stable] Move notices to top of page again by @alchemycms-ci-bot in #3648
  • [8.1-stable] fix(page_status): fallback to page.public? by @alchemycms-bot[bot] in #3649
  • [8.1-stable] fix(leave dialog): Re-align buttons by @alchemycms-ci-bot in #3647
  • [8.1-stable] fix(tinymce): Do not exceed height of element window by @alchemycms-bot[bot] in #3651
  • [8.1-stable] fix(resource info value): Correct block alignment by @alchemycms-ci-bot in #3654
  • [8.1-stable] feat(ElementWindow): Add list filter by @alchemycms-bot[bot] in #3662
  • [8.1-stable] Include credentials in update check fetch request by @alchemycms-bot[bot] in #3664
  • [8.1-stable] feat: Lazy load admin pages sitemap by @alchemycms-bot[bot] in #3667
  • [8.1-stable] refactor(element): Use folded_parent_element_ids for expanding nested elements by @alchemycms-bot[bot] in #3668

New Contributors

  • @srachner made their first contribution in #3440
  • @Copilot made their first contribution in #3531

Full Changelog: v8.0.7...v8.1.0

v8.0.7

06 Feb 09:07
d4bd361

Choose a tag to compare

What's Changed

  • [8.0-stable] Add searchable attributes to element and ingredient definition by @alchemycms-bot[bot] in #3634
  • [8.0-stable] fix(elements-window): Use fixed position by @alchemycms-ci-bot in #3645
  • [8.0-stable] fix(tinymce): Do not exceed height of element window by @alchemycms-bot[bot] in #3650
  • [8.0-stable] fix(leave dialog): Re-align buttons by @alchemycms-ci-bot in #3646
  • [8.0-stable] fix(FOUC): Always register timeout animation by @alchemycms-ci-bot in #3652
  • [8.0-stable] fix(resource info value): Correct block alignment by @alchemycms-ci-bot in #3653
  • Release v8.0.7 by @alchemycms-bot[bot] in #3656

Full Changelog: v8.0.6...v8.0.7

v8.0.6

03 Feb 08:07
90442d5

Choose a tag to compare

What's Changed

Full Changelog: v8.0.5...v8.0.6

v8.0.5

28 Jan 21:47
cb2d491

Choose a tag to compare

What's Changed

  • [8.0-stable] fix: Page layouts generator fails with NoMethodError by @alchemycms-bot[bot] in #3589
  • [8.0-stable] Fix elements generator by @alchemycms-bot[bot] in #3591
  • [8.0-stable] fix: Filter nested elements by visibility when publishing pages by @alchemycms-bot[bot] in #3595
  • [8.0-stable] fix(gemspec): Ignore build artifacts from package by @alchemycms-bot[bot] in #3599
  • Release v8.0.5 by @alchemycms-bot[bot] in #3600

Full Changelog: v8.0.4...v8.0.5