Releases: AlchemyCMS/alchemy_cms
Releases · AlchemyCMS/alchemy_cms
v7.1.10
What's Changed
- [7.1-stable] fix(ContactMessages): Use alchemy route proxy by @alchemycms-bot in #2928
- [7.1-stable] Prevent Javascript error if the page will be unlocked by @alchemycms-bot in #2945
Full Changelog: v7.1.9...v7.1.10
v7.2.2
What's Changed
- [7.2-stable] fix Ingredient Audio and Video boolean type casting by @alchemycms-bot in #2912
- [7.2-stable] fix(RoutingConstraints): Allow Turbo Stream requests by @alchemycms-bot in #2916
Full Changelog: v7.2.1...v7.2.2
v7.1.9
What's Changed
- [7.1-stable] fix Ingredient Audio and Video boolean type casting by @alchemycms-bot in #2911
- [7.1-stable] fix(RoutingConstraints): Allow Turbo Stream requests by @alchemycms-bot in #2915
Full Changelog: v7.1.8...v7.1.9
v7.0.14
What's Changed
- [7.0-stable] fix Ingredient Audio and Video boolean type casting by @alchemycms-bot in #2910
- [7.0-stable] fix(RoutingConstraints): Allow Turbo Stream requests by @alchemycms-bot in #2914
Full Changelog: v7.0.13...v7.0.14
v7.2.1
What's Changed
- [js] Update @shoelace-style/shoelace 2.15.0 → 2.15.1 (patch) by @depfu in #2903
- fix(HeadlineEditor): Add css class for any level option by @tvdeyen in #2905
- Add name attribute to Preview IFrame by @mamhoff in #2908
- [js] Update all development Yarn dependencies (2024-05-30) by @depfu in #2907
Full Changelog: v7.2.0...v7.2.1
v7.1.8
What's Changed
- [7.1-stable] UI fixes for picture css class display by @alchemycms-bot in #2846
- [7.1-stable] Fix preview window resize transition by @alchemycms-bot in #2872
- [7.1-stable] Fix Preview Window width by @alchemycms-bot in #2881
- [7.1-stable] Fix preview window width for smaller viewports by @alchemycms-bot in #2890
Full Changelog: v7.1.7...v7.1.8
v7.0.13
What's Changed
- [7.0-stable] Fix preview window resize transition by @alchemycms-bot in #2871
- [7.0-stable] Fix Preview Window width by @alchemycms-bot in #2880
- [7.0-stable] Fix preview window width for smaller viewports by @alchemycms-bot in #2889
Full Changelog: v7.0.12...v7.0.13
v7.2.0
What's Changed
In this release we changed the Page's cache key from published_at
timestamp to its public version updated_at
timestamp.
See #2862 for more details.
What's new
- Add nodes to page dialog by @sascha-karnatz in #2699
- Add picture description by @sascha-karnatz in #2717
- Sort the element Select List alphabetically by @kulturbande in #2722
- Allow turbo v2.0.x by @sascha-karnatz in #2747
- Transform the tag selector into a web component by @sascha-karnatz in #2748
- Moved the link dialog partials into view components by @sascha-karnatz in #2766
- Use Rails' CurrentAttributes to store globals by @tvdeyen in #2701
- Add a Sitemap rake task to detect and fix issues by @sascha-karnatz in #2774
- Flexify pages sitemap by @tvdeyen in #2776
- Use svg remixicons by @tvdeyen in #2749
- Convert List Filter into ES module by @tvdeyen in #2791
- Rebuild Growler into web component by @tvdeyen in #2795
- Use Turbo Frame for Elements Window by @tvdeyen in #2801
- Add Toolbar button component by @tvdeyen in #2800
- Convert Preview Window into web component by @tvdeyen in #2802
- Add Alchemy::Admin::ListFilter component by @tvdeyen in #2805
- Refactor link dialog into ES module by @sascha-karnatz in #2796
- Add delete-element-button by @tvdeyen in #2818
- Use Shoelace Dialog for ConfirmDialog by @tvdeyen in #2823
- Always show headline level by @tvdeyen in #2825
- Clear definitions cache after file change by @tvdeyen in #2824
- Add remote Attachment select to Link Dialog by @tvdeyen in #2803
- Nullify Ingredients::Page on Page destroy by @mamhoff in #2829
- Add multi language image descriptions by @tvdeyen in #2792
- Allow to customize Headline Sizes by @tvdeyen in #2843
- Raise missing template errors from
render_site_layout
andrender_menu
by @mamhoff in #2861 - Always show element tabs if the page has fixed elements by @sascha-karnatz in #2852
- feat(alchemy-growl): Allow innerHTML as message by @tvdeyen in #2853
- feat(alchemy-button): Re-enable on turbo:submit-end by @tvdeyen in #2854
- Add
message_for_resource_action
by @tvdeyen in #2866 - Convert legacy page urls panel into Turbo Frame by @tvdeyen in #2867
- Do not use select2 for ingredient style select by @tvdeyen in #2868
- [js] Update tinymce 7.0.1 → 7.1.0 (minor) by @depfu in #2873
- Use page version's
updated_at
timestamp as cache key by @mamhoff in #2862 - Allow engine importmaps by @tvdeyen in #2878
- Allow to add to Alchemy's importmap from Rails application by @tvdeyen in #2884
- Use inline styles for menubar component by @tvdeyen in #2893
- PageSelect: Move URL to bottom by @tvdeyen in #2899
- Highlight search terms in RemoteSelect by @tvdeyen in #2898
Fixes
- Fix ActionNotFound in PictureController by @kulturbande in #2714
- Fix overlay picture grid by @sascha-karnatz in #2728
- Fix two minor translations by @sascha-karnatz in #2734
- Fix tags view for missing taggables by @tvdeyen in #2735
- Fix svg thumbnail size by @tvdeyen in #2741
- Fixes language switching to default language by @robinboening in #2689
- Fix sortable elements by @tvdeyen in #2750
- Fix order of elements after Page copy by @tvdeyen in #2752
- Fix datepicker in resource forms by @tvdeyen in #2760
- Fix taggable uniqueness in tags admin table by @tvdeyen in #2761
- Do not include timezone in datepickers only displaying date by @tvdeyen in #2767
- Reload page sitemap on move errors by @tvdeyen in #2775
- Mark ingredient output as html_safe by @tvdeyen in #2779
- Fix layoutpages layout by @tvdeyen in #2780
- Fix hotkeys by @tvdeyen in #2789
- Fix image archive icons by @tvdeyen in #2790
- Fix tag list style by @tvdeyen in #2793
- Fix hidden element visibility by @tvdeyen in #2799
- Picture view fixes by @tvdeyen in #2798
- Fix module error by @mamhoff in #2820
- Fix Ingredient Boolean View by @tvdeyen in #2836
- UI fixes for picture css class display by @tvdeyen in #2844
- Fix preview window resize transition by @tvdeyen in #2870
- fix(node-select): Display order and seperator style by @tvdeyen in #2877
- Fix Preview Window width by @tvdeyen in #2879
- fix(alchemy_link.plugin): Avoid getting an absolute URL by @tvdeyen in #2885
- Fix preview window width for smaller viewports by @tvdeyen in #2887
- Only set url on attachment select if attachment found by @tvdeyen in #2882
- Prevent jumping of toggle button in element window by @sascha-karnatz in #2888
- Fix link selection of internal root or locale urls by @tvdeyen in #2892
- Support trailing slash in internal link tab selection by @tvdeyen in #2895
- fix(InternalTab): Fix for urls with trailing slash and no locale by @tvdeyen in #2897
- Fix elements clipboard button permissions by @tvdeyen in #2834
- fix(IngredientAnchorLink): Use alchemy-icon setAttribute by @tvdeyen in #2859
- fix(dialog-link): Do not addEventListener on every DOM insert by @tvdeyen in #2874
- fix language scope in picture description field by @tvdeyen in #2876
Removals
- Remove string_extension.coffee by @tvdeyen in #2730
- Remove Alchemy.FileProgress file by @tvdeyen in #2738
- Remove order admin pages route by @tvdeyen in #2770
- Remove order in before_action callback by @kulturbande in #2784
- Remove
render_flash_notice
helper by @tvdeyen in #2857 - Remove rufo gem by @tvdeyen in #2860
- Remove responders gem by @tvdeyen in #2901
Deprecations
- Deprecate
toolbar_button
helper by @tvdeyen in #2855 - Deprecate
js_filter_field
by @tvdeyen in #2856 - Deprecate float positioning in File and Picture ingredients by @tvdeyen in #2894
Other changes
- Update README.md by @kulturbande in #2713
- Harden edit elements feature spec by @tvdeyen in #2718
- Restrict turbo-rails version by @sascha-karnatz in #2720
- Update backport action to v9.3.1 by @tvdeyen in https://github.com/AlchemyCMS/alchemy_cms/pul...
v7.2.0.rc2
What's Changed
- Harden specs by @tvdeyen in #2896
- Support trailing slash in internal link tab selection by @tvdeyen in #2895
Full Changelog: v7.2.0.rc1...v7.2.0.rc2
v7.2.0.rc1
What's Changed
- fix(node-select): Display order and seperator style by @tvdeyen in #2877
- Allow engine importmaps by @tvdeyen in #2878
- Fix Preview Window width by @tvdeyen in #2879
- Only set url on attachment select if attachment found by @tvdeyen in #2882
- fix(alchemy_link.plugin): Avoid getting an absolute URL by @tvdeyen in #2885
- Fix preview window width for smaller viewports by @tvdeyen in #2887
- Prevent jumping of toggle button in element window by @sascha-karnatz in #2888
- Allow to add to Alchemy's importmap from Rails application by @tvdeyen in #2884
- Switch ingredient update response from Javascript to Turob Stream by @sascha-karnatz in #2891
- Deprecate float positioning in File and Picture ingredients by @tvdeyen in #2894
- Use inline styles for menubar component by @tvdeyen in #2893
- Fix link selection of internal root or locale urls by @tvdeyen in #2892
Full Changelog: v7.2.0.b...v7.2.0.rc1