alchemy-devise 8.2.0 → 8.2.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9cf0b606ca435cbea3b017b1585034201aa28e2bfbc20ec30533fa7cc4c23311
4
- data.tar.gz: 9ec0a3c91ff2260c708dbda96aaee91d27d56688aaea1c8ed27136d2bdb2e8e2
3
+ metadata.gz: 98457fdd45415961aba0bb6504169e298db2a1eb6686c2ea54c65ea294ea83a6
4
+ data.tar.gz: d68e50c93a243c764cddd86afe354360d908d9dd46246e38d4762c8854b29b1c
5
5
  SHA512:
6
- metadata.gz: 8f9c7b8fb5f6dff4eb7671833a01a8071fea6af6fbb66b09909e78df1ec34fc04f6c81ecf3f0317563d9561a47a2592bcaaed2bd4777190de2bdf77181e5233f
7
- data.tar.gz: 25bca78c7c9f51dc686b4c23d272b5af68256551a9c54b89f0b92a08525e737fac3e8c338421077ebb79efa80baa6d42e3a662b40b575a872e44d66dbdb6cec4
6
+ metadata.gz: 64b60a07503ed0006ef1b73029d747c8b727293bbcaf2692649a0c68b52136ba0031eccdf8c689fe78014a8942866fef642fc4fc694ad86ae3ab6b428457d28e
7
+ data.tar.gz: 3c59fdd407ec4bea3ea1bb89d1923eb0a7b6c6453ab9ee4b9a4f26fa092e3cf968e9530444c297aa71a97ac6af7aab42661f562aa6379ce95054c7338154f7e9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.2.1 (2026-04-16)
4
+
5
+ <!-- Release notes generated using configuration in .github/release.yml at 8.2-stable -->
6
+
7
+ ## What's Changed
8
+ ### Other Changes
9
+ * [8.2-stable] Merge pull request #276 from AlchemyCMS/locale-select-disable-auto-submit by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy-devise/pull/277
10
+
11
+
12
+ **Full Changelog**: https://github.com/AlchemyCMS/alchemy-devise/compare/v8.2.0...v8.2.1
13
+
3
14
  ## 8.2.0 (2026-04-13)
4
15
 
5
16
  <!-- Release notes generated using configuration in .github/release.yml at main -->
@@ -5,7 +5,7 @@
5
5
  <% if Alchemy::I18n.available_locales.many? %>
6
6
  <div class="input select">
7
7
  <%= f.label(:language) %>
8
- <%= render Alchemy::Admin::LocaleSelect.new(f.field_name(:language)) %>
8
+ <%= render Alchemy::Admin::LocaleSelect.new(f.field_name(:language), auto_submit: false) %>
9
9
  </div>
10
10
  <% end %>
11
11
  <%= f.input :password, required: while_signup?, input_html: {autocomplete: "new-password"} %>
@@ -1,5 +1,5 @@
1
1
  module Alchemy
2
2
  module Devise
3
- VERSION = "8.2.0"
3
+ VERSION = "8.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alchemy-devise
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.2.0
4
+ version: 8.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas von Deyen