alchemy-devise 8.0.0 → 8.0.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: aa739c92a801c881866bb6892e6173fdd1fd71cee618ec1f71e14fb8fb97308e
4
- data.tar.gz: 7ab851553d4284cb21cfe6fe9042925008ad01209412c3587fd48b3adc267769
3
+ metadata.gz: 81239cd50e9cb076ca07a379347841d3914f7317440c99480a2adaef2bd7a3ce
4
+ data.tar.gz: 6825c62e2f3cca54eec3f0a490a841ed8087d5d2eca5e5aaeeed35d0e9d20394
5
5
  SHA512:
6
- metadata.gz: 338681631406095227adee11ed992a8c6b9a32027cfa332792f4207e735df90f0dc289268c5b9c78382910f8615fcc070b9426f823886e8336fdadc37330ddea
7
- data.tar.gz: b01851129e4b08a1535895d7aad2ea50038514a72ff988f82ae92d8a679e3b42b3168d801ae3b10356e3b4b9ec332578307754a2209637a8b9d9b038b33b3731
6
+ metadata.gz: d65a99dd56a0631c0c7f2c9e2cecf0dbbc1cfa5ee7fd35374d40323cadaf656713cb35247286c146f266b81aca4051a75eb62e2b585106e0b068cbafad4ee423
7
+ data.tar.gz: ec6b5cdc3bedda631b9151b6762c8bd9fb75acc22f78d36ab19b15a3ac624b9aad9fc6cd47337631095f462e65ddbe36a9056ebd0f65e850b11f2d236ec2a926
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.0.1 (2025-12-04)
4
+
5
+ - [8.0-stable] Merge pull request #237 from AlchemyCMS/devise-rememberable [#243](https://github.com/AlchemyCMS/alchemy-devise/pull/243) ([alchemycms-bot](https://github.com/apps/alchemycms-bot))
6
+ - [8.0-stable] Merge pull request #236 from AlchemyCMS/alchemy-config [#242](https://github.com/AlchemyCMS/alchemy-devise/pull/242) ([alchemycms-bot](https://github.com/apps/alchemycms-bot))
7
+ - [8.0-stable] Merge pull request #238 from robinboening/fix_missing_clear_buttons [#241](https://github.com/AlchemyCMS/alchemy-devise/pull/241) ([alchemycms-bot](https://github.com/apps/alchemycms-bot))
8
+ - Enable rememberable module [#237](https://github.com/AlchemyCMS/alchemy-devise/pull/237) ([tvdeyen](https://github.com/tvdeyen))
9
+ - Use Alchemy::Configuration for config [#236](https://github.com/AlchemyCMS/alchemy-devise/pull/236) ([tvdeyen](https://github.com/tvdeyen))
10
+ - Set 8.0-stable branch to current `main` [#232](https://github.com/AlchemyCMS/alchemy-devise/pull/232) ([mamhoff](https://github.com/mamhoff))
11
+
3
12
  ## 8.0.0 (2025-11-28)
4
13
 
5
14
  - Enable rememberable module [#237](https://github.com/AlchemyCMS/alchemy-devise/pull/237) ([tvdeyen](https://github.com/tvdeyen))
@@ -16,7 +16,8 @@
16
16
  input_html: {
17
17
  multiple: true,
18
18
  is: 'alchemy-select',
19
- class: 'alchemy_selectbox'
19
+ class: 'alchemy_selectbox',
20
+ data: { allow_clear: true }
20
21
  },
21
22
  as: 'select' %>
22
23
  <% end %>
@@ -1,5 +1,5 @@
1
1
  module Alchemy
2
2
  module Devise
3
- VERSION = "8.0.0"
3
+ VERSION = "8.0.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.0.0
4
+ version: 8.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas von Deyen