Releases: AlchemyCMS/alchemy_cms
Releases · AlchemyCMS/alchemy_cms
v7.4.8
What's Changed
- [7.4-stable] fix(DatetimeView): Use settings value if present by @alchemycms-bot in #3350
Full Changelog: v7.4.7...v7.4.8
v7.3.7
What's Changed
- [7.3-stable] fix(DatetimeView): Use settings value if present by @alchemycms-bot in #3349
Full Changelog: v7.3.6...v7.3.7
v8.0.0.a
What's Changed
- Make page select portable by @tvdeyen in #3037
- Remove 7.x upgraders by @tvdeyen in #3039
- Remove 7.x deprecations by @tvdeyen in #3041
- Replace MySQL build with SQLite by @tvdeyen in #3042
- Bundle alchemy_link plugin into tinymce bundle by @tvdeyen in #3043
- Use Handlebars templates from npm by @tvdeyen in #3044
- Precompile alchem/preview.js by @tvdeyen in #3045
- Use cropperjs instead of Jcrop by @tvdeyen in #3047
- Load Select2 via importmap by @tvdeyen in #3048
- Load jQuery via importmap by @tvdeyen in #3049
- Picture alt text form field height by @tvdeyen in #3051
- Convert dialog class into esm by @tvdeyen in #3050
- Use turbo frame and stream to create element by @tvdeyen in #3053
- Fix locked pages tab height by @tvdeyen in #3056
- Remove frontend elements controller by @tvdeyen in #3057
- Use turbo streams to update page from configure dialog by @tvdeyen in #3054
- Generate a view component in ingredient generator by @kulturbande in #3058
- Add tinymce skin files to Sprockets manifest by @tvdeyen in #3062
- [js] Update all development npm dependencies (2024-10-03) by @depfu[bot] in #3061
- fix new page form by @zp1984 in #3060
- Preload SVG Icon Sprite by @tvdeyen in #3046
- Add support for Propshaft by @tvdeyen in #3066
- Fix filtering associated models by id by @tvdeyen in #3067
- chore: Fix rubocop styling issues by @tvdeyen in #3079
- Fix loading custom properties into Tinymce skin by @tvdeyen in #3071
- Update importmap-rails to v2.0.3 by @tvdeyen in #3081
- dev: Update rspec-rails to v7.1 by @tvdeyen in #3084
- CI: Remove rexml gem by @tvdeyen in #3082
- Convert Sass
@import
into@use
by @tvdeyen in #3088 - Add dependabot bundler version updates by @tvdeyen in #3090
- Verify module controllers at runtime by @mamhoff in #3093
- Use
#send
in navigation helper by @mamhoff in #3094 - Prevent redefining 'alchemy-menubar' custom element when using Turbo by @gdott9 in #3095
- Move element hint into header (again) by @tvdeyen in #3096
- Resizable elements window by @tvdeyen in #3097
- Fix image_overlay hidden form style by @tvdeyen in #3110
- [js] Update all development npm dependencies (2024-12-26) by @depfu[bot] in #3109
- [ruby - main] Update rails_live_reload to version 0.4.0 by @depfu[bot] in #3105
- Test with Ruby 3.4.1 by @tvdeyen in #3103
- CI: Run actions on ubuntu-22.04 by @tvdeyen in #3122
- Use safe redirect paths in admin redirects by @tvdeyen in #3129
- Allow Rails 8.0 by @tvdeyen in #3032
- CI: Set workflow permissions by @tvdeyen in #3139
- Correct element guides link in elements.yml.tt by @zirni in #3146
- CI: Brakeman needs security-events: write permissions by @tvdeyen in #3145
- Fix Alchemy Guides links by @zirni in #3148
- fix missing logger issue in github actions by @robinboening in #3154
- fix attribute sorting across Ruby versions by @robinboening in #3153
- Remove coffee-rails dependency by @tvdeyen in #3172
- fix(Uploader): Handle HTML Errors during upload by @tvdeyen in #3176
- Add specs for format matchers by @mamhoff in #3182
- Allow additional stylesheets to be included in the admin UI by @tvdeyen in #3179
- Add rel="noopener noreferrer" to external links by @tvdeyen in #3175
- Add Alchemy.config and DSL for type-safe configuration by @mamhoff in #3178
- Deprecate
Alchemy.enable_searchable
forAlchemy.config.show_page_searchable_checkbox
by @mamhoff in #3188 - Fix image cropper by @tvdeyen in #3192
- Only set elementEditor dirty if present during assignment by @tvdeyen in #3195
- Prevent content overflowing in tinymce editor fullscreen mode by @rabbitbike in #3194
- CI: Use own script to check changes files by @tvdeyen in #3198
- Fix hidden element style by @tvdeyen in #3203
- Fix link dialog for links with url scheme mailto by @tvdeyen in #3204
- Use editable resource attributes for resource_params by @tvdeyen in #3208
- Resource "Download CSV" link: Use all filter params by @mamhoff in #3209
- Allow is_safe_redirect_path to recognize customized admin path by @rabbitbike in #3212
- Use
Alchemy.config.show_page_searchable_checkbox
by @tvdeyen in #3214 - Stop testing Rails 7.0 by @mamhoff in #3216
- Use Alchemy.config in specs by @mamhoff in #3218
- Use Alchemy.user_class_name to configure model_stamper by @mamhoff in #3217
- Skip PushJavaScript Job for PRs without changed bun lock by @mamhoff in #3221
- Stop testing Ruby 3.1 by @mamhoff in #3223
- Move resource name methods into Module by @mamhoff in #3220
- Ransack filters by @mamhoff in #3215
- Add Number ingredient by @tvdeyen in #3224
- Custom format validations by @tvdeyen in #3225
- Hide body while custom elements load by @tvdeyen in #3226
- Compile icon sprite by @tvdeyen in #3227
- Remove require of alchemy/admin/all file by @tvdeyen in #3230
- Allow filtering with a time/date picker by @mamhoff in #3231
- Load Alchemy's config.yml before app initializers by @mamhoff in #3229
- Load JS translations into DOM by @tvdeyen in #3233
- fix(): Do not expect an element editor by @tvdeyen in #3235
- Filter Bar: Submit form on any "change" event in #filter_bar by @mamhoff in #3236
- Respect default resource filter set in controller by @tvdeyen in #3237
- Fix redirect to recent pictures after upload by @tvdeyen in #3238
- Use fetch() over XHR for ajax by @tvdeyen in #3239
- Fix assign dialogs search by @tvdeyen in #3240
- Only enhance
assets:precompile
task if Propshaft is present by @mamhoff in #3241 - New filters: Translate
include_blank
per filter by @mamhoff in #3243 - Lazy load page layouts for select by @tvdeyen in #3244
- Use custom properties instead of Sass variables by @tvdeyen in #3242
- Add alchemy-update-check element by @tvdeyen in #3246
- Fix thumbnail b...
v7.4.6
What's Changed
- [7.4-stable] Remove non visual custom elements after connect by @alchemycms-bot in #3291
- [7.4-stable] Add server error turbo_stream template by @alchemycms-bot in #3292
- [7.4-stable] Fix multi language picture descriptions by @alchemycms-bot in #3293
Full Changelog: v7.4.5...v7.4.6
v7.4.5
v7.4.4
v7.4.3
What's Changed
- [7.4-stable] Allow is_safe_redirect_path to recognize customized admin path by @alchemycms-bot in #3213
- [7.4-stable] Resource "Download CSV" link: Use all filter params by @alchemycms-bot in #3211
- [7.4-stable] Skip PushJavaScript Job for PRs without changed bun lock by @alchemycms-bot in #3222
- [7.4-stable] Hide body while custom elements load by @tvdeyen in #3232
Full Changelog: v7.4.2...v7.4.3
v7.4.2
What's Changed
- [7.4-stable] Only set elementEditor dirty if present during assignment by @alchemycms-bot in #3196
- [7.4-stable] Prevent content overflowing in tinymce editor fullscreen mode by @tvdeyen in #3197
- [7.4-stable] CI: Use own script to check changes files by @alchemycms-bot in #3200
- [7.4-stable] Fix link dialog for links with url scheme mailto by @alchemycms-bot in #3207
Full Changelog: v7.4.1...v7.4.2
v7.3.6
What's Changed
- [7.3-stable] Fix locked pages tab height by @tvdeyen in #3169
- [7.3-stable] Add rel="noopener noreferrer" to external links by @alchemycms-bot in #3185
- [7.3-stable] CI: Use own script to check changes files by @alchemycms-bot in #3199
- [7.3-stable] Fix link dialog for links with url scheme mailto by @alchemycms-bot in #3206
Full Changelog: v7.3.5...v7.3.6
v7.2.9
What's Changed
- [7.2-stable] Add rel="noopener noreferrer" to external links by @alchemycms-bot in #3184
- [7.2-stable] CI: Use own script to check changes files by @tvdeyen in #3201
- [7.2-stable] Fix link dialog for links with url scheme mailto by @alchemycms-bot in #3205
Full Changelog: v7.2.8...v7.2.9