Releases: AlchemyCMS/alchemy_cms
Releases · AlchemyCMS/alchemy_cms
v8.0.9
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
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
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
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
What's Changed
Other Changes
- [8.1-stable] Set
public_untilinstead of clearingpublic_onwhen unpublishing elements by @alchemycms-bot[bot] in #3676
Full Changelog: v8.1.1...v8.1.2
v8.1.1
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
What's Changed
Breaking Changes
New Features
- Only mark ingredients as mandatory for presence validations by @antwertinger in #3480
- Show element hint in element select by @tvdeyen in #3446
- Add sorting select to Attachments Library by @tvdeyen in #3487
- Server side render page sitemap by @tvdeyen in #3476
- CI: Test Ruby 4.0 by @tvdeyen in #3545
- Allow using clipboard for menu nodes by @dbwinger in #3381
- feat: Move page metadata to PageVersion by @tvdeyen in #3554
- Add publish button with version status by @tvdeyen in #3558
- Add color ingredient type by @sascha-karnatz in #3385
- Add publication timestamps to element by @tvdeyen in #3573
- Allow Rails 8.1 by @tvdeyen in #3456
- Add multiple selection support to Select ingredient by @antwertinger in #3471
- Include published elements in page ETag for scheduled content by @tvdeyen in #3594
Bug Fixes
Performance Improvements
- performance: Update page tree eager loading by @tvdeyen in #3605
- Optimize page tree rendering performance by @tvdeyen in #3606
Deprecations
Dependencies
- Bump vitest from 3.2.4 to 4.0.5 by @dependabot[bot] in #3450
- Bump @rollup/plugin-commonjs from 28.0.9 to 29.0.0 by @dependabot[bot] in #3452
- Update shoulda-matchers requirement from ~> 6.0 to ~> 7.0 by @dependabot[bot] in #3459
- Update all JS dev dependencies by @tvdeyen in #3537
- chore(deps): Update brakeman requirement from ~> 7.1 to ~> 8.0 by @dependabot[bot] in #3608
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_listhelper 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
@importin 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
Full Changelog: v8.0.7...v8.1.0
v8.0.7
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
What's Changed
- [8.0-stable] fix: Disabled button styles by @alchemycms-ci-bot in #3604
- [8.0-stable] Use css only solution to reduce FOUC by @alchemycms-ci-bot in #3615
- [8.0-stable] Fix creating a fixed element by @alchemycms-ci-bot in #3616
- [8.0-stable] Fix scrollable elements offset for fixed elements by @alchemycms-ci-bot in #3617
- Release v8.0.6 by @alchemycms-bot[bot] in #3619
Full Changelog: v8.0.5...v8.0.6
v8.0.5
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