Skip to content

Commit 0a19400

Browse files
authored
Merge pull request #510 from platanus/f/v2-beta-4-release
feat: release v2.0.0.beta.4
2 parents eefd1a5 + 5b4d53f commit 0a19400

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
### Unreleased
66

7+
### 2.0.0.beta-4
8+
79
#### Fixed
810

9-
* Remove invalid HTML from selected list input to avoid error in Rails 7.2
11+
* Remove invalid HTML from selected list input to avoid error in Rails 7.2 [#506](https://github.com/platanus/activeadmin_addons/pull/506)
12+
* Suppress sass deprecation warning [#503](https://github.com/platanus/activeadmin_addons/pull/503)
13+
1014

1115
#### Added
1216

13-
* Add confirm_message to toggle-bool-switch
17+
* Add confirm_message to toggle-bool-switch [#498](https://github.com/platanus/activeadmin_addons/pull/498)
1418

1519
### 2.0.0.beta-3
1620

1721
#### Added
1822

19-
* Add Ruby 3.2 support [#474](https://github.com/platanus/activeadmin_addons/pull/474)
23+
* Formally support Ruby 3.2 [#474](https://github.com/platanus/activeadmin_addons/pull/474)
2024
* Add ActiveAdmin v3 support [#477](https://github.com/platanus/activeadmin_addons/pull/477)
2125
* Note that changes made should be backwards compatible with ActiveAdmin 2.x, so this is not a breaking change
2226

@@ -42,6 +46,14 @@ Skipped
4246
* Removes support for enumerize [#452](https://github.com/platanus/activeadmin_addons/pull/452)
4347
* Removes support for the Sprockets installation of ActiveAdmin [#451](https://github.com/platanus/activeadmin_addons/pull/451)
4448

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+
4557
### 1.10.1
4658

4759
* Backport [#477](https://github.com/platanus/activeadmin_addons/pull/477) to have ActiveAdmin v3 compatibility [#479](https://github.com/platanus/activeadmin_addons/pull/479)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
activeadmin_addons (2.0.0.beta.3)
11+
activeadmin_addons (2.0.0.beta.4)
1212
railties
1313
redcarpet
1414
require_all

lib/activeadmin_addons/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveadminAddons
2-
VERSION = "2.0.0.beta.3"
2+
VERSION = "2.0.0.beta.4"
33
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "activeadmin_addons",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0-beta.4",
44
"description": "Set of addons to help with the activeadmin ui",
55
"main": "src/all.js",
66
"files": [

0 commit comments

Comments
 (0)