You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Formally support Ruby 3.2 [#474](https://github.com/platanus/activeadmin_addons/pull/474)
20
24
* Add ActiveAdmin v3 support [#477](https://github.com/platanus/activeadmin_addons/pull/477)
21
25
* Note that changes made should be backwards compatible with ActiveAdmin 2.x, so this is not a breaking change
22
26
@@ -42,6 +46,14 @@ Skipped
42
46
* Removes support for enumerize [#452](https://github.com/platanus/activeadmin_addons/pull/452)
43
47
* Removes support for the Sprockets installation of ActiveAdmin [#451](https://github.com/platanus/activeadmin_addons/pull/451)
44
48
49
+
### 1.10.2
50
+
51
+
#### Fixes
52
+
53
+
* Remove invalid HTML from selected list input to avoid error in Rails 7.2 [#506](https://github.com/platanus/activeadmin_addons/pull/506)[#508](https://github.com/platanus/activeadmin_addons/pull/508)
54
+
* Pin active material to 1.5 to avoid incompatibility issue with newer versions [#501](https://github.com/platanus/activeadmin_addons/pull/501)
55
+
* Fix searching for ids with selected list input [#489](https://github.com/platanus/activeadmin_addons/pull/489)
56
+
45
57
### 1.10.1
46
58
47
59
* Backport [#477](https://github.com/platanus/activeadmin_addons/pull/477) to have ActiveAdmin v3 compatibility [#479](https://github.com/platanus/activeadmin_addons/pull/479)
0 commit comments