alchemy_cms 7.4.2 → 7.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/app/assets/builds/alchemy/admin.css +1 -1
- data/app/assets/builds/alchemy/admin.css.map +1 -1
- data/app/assets/stylesheets/alchemy/admin/base.scss +6 -0
- data/app/assets/stylesheets/alchemy/admin/navigation.scss +1 -1
- data/app/controllers/alchemy/admin/base_controller.rb +1 -1
- data/app/javascript/alchemy_admin/components/index.js +16 -0
- data/app/views/alchemy/admin/resources/index.html.erb +1 -1
- data/app/views/layouts/alchemy/admin.html.erb +1 -1
- data/lib/alchemy/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d27dfdf9c61694f49a6292e7c8b4560e3aadbc4b354f963739a9bed0e270faf4
|
4
|
+
data.tar.gz: 3c765b0f555bd842945d7edb712a662e4f4366254f4232c239b77ffcacf8d9bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0be5204b30290268d64db93585ba38d55945bc778ed10a7f07a2052a13938c416a7d828ebdac49875b1ac03bbc7d9d292f146a77520616f87e275058eda2a211
|
7
|
+
data.tar.gz: c5459af9b7ce0422d4e6a22e07c0e6669cdb3816631d4fca5a23b600fb9c002cd906ea4ac7969d98574de78dbc046a5ac687b69833344e41e2ae24048dde6432
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 7.4.3 (2025-04-23)
|
4
|
+
|
5
|
+
- [7.4-stable] Hide body while custom elements load [#3232](https://github.com/AlchemyCMS/alchemy_cms/pull/3232) ([tvdeyen](https://github.com/tvdeyen))
|
6
|
+
- [7.4-stable] Skip PushJavaScript Job for PRs without changed bun lock [#3222](https://github.com/AlchemyCMS/alchemy_cms/pull/3222) ([alchemycms-bot](https://github.com/alchemycms-bot))
|
7
|
+
- [7.4-stable] Allow is_safe_redirect_path to recognize customized admin path [#3213](https://github.com/AlchemyCMS/alchemy_cms/pull/3213) ([alchemycms-bot](https://github.com/alchemycms-bot))
|
8
|
+
- [7.4-stable] Resource "Download CSV" link: Use all filter params [#3211](https://github.com/AlchemyCMS/alchemy_cms/pull/3211) ([alchemycms-bot](https://github.com/alchemycms-bot))
|
9
|
+
|
3
10
|
## 7.4.2 (2025-03-17)
|
4
11
|
|
5
12
|
- [7.4-stable] Fix link dialog for links with url scheme mailto [#3207](https://github.com/AlchemyCMS/alchemy_cms/pull/3207) ([alchemycms-bot](https://github.com/alchemycms-bot))
|