Skip to content

Commit e462235

Browse files
authored
Merge pull request #454 from platanus/v2.0.0.beta.0
V2.0.0.beta.0
2 parents aff03fb + d33c82a commit e462235

File tree

6 files changed

+16
-13
lines changed

6 files changed

+16
-13
lines changed

CHANGELOG.md

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

55
### Unreleased
66

7+
### 2.0.0.beta-0
8+
9+
* Replaces [Select2](https://select2.org/) with [Slim Select](https://slimselectjs.com/) to make it easier to work with newer bundlers like esbuild [#448](https://github.com/platanus/activeadmin_addons/pull/448)
10+
* Removes support for Paperclip since it has been deprecated. [#450](https://github.com/platanus/activeadmin_addons/pull/450)
11+
* Removes support for enumerize [#452](https://github.com/platanus/activeadmin_addons/pull/452)
12+
* Removes support for the Sprockets installation of ActiveAdmin [#451](https://github.com/platanus/activeadmin_addons/pull/452)
13+
714
### 1.10.0
815

916
#### Added

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 (1.10.0)
11+
activeadmin_addons (2.0.0.beta.0)
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 = "1.10.0"
2+
VERSION = "2.0.0.beta.0"
33
end

lib/generators/activeadmin_addons/webpacker/webpacker_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def add_stylesheets
1717
end
1818

1919
def install_package
20-
run "yarn add activeadmin_addons"
20+
run "yarn add activeadmin_addons@beta"
2121
end
2222

2323
private

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "activeadmin_addons",
3-
"version": "1.0.0",
3+
"version": "2.0.0-beta.0",
44
"description": "Set of addons to help with the activeadmin ui",
55
"main": "src/all.js",
66
"files": [
@@ -21,6 +21,6 @@
2121
"jquery-datetimepicker": "^2.5.21",
2222
"lodash.merge": "^4.6.2",
2323
"script-loader": "^0.7.2",
24-
"slim-select": "https://github.com/platanus/slim-select#b23791ceb150e73b9209b9978c56261347c510ed"
24+
"slim-select": "^2.4.5"
2525
}
2626
}

yarn.lock

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,14 +1077,10 @@ side-channel@^1.0.4:
10771077
get-intrinsic "^1.0.2"
10781078
object-inspect "^1.9.0"
10791079

1080-
slash@^3.0.0:
1081-
version "3.0.0"
1082-
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
1083-
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
1084-
1085-
"slim-select@https://github.com/platanus/slim-select#b23791ceb150e73b9209b9978c56261347c510ed":
1086-
version "2.4.4"
1087-
resolved "https://github.com/platanus/slim-select#b23791ceb150e73b9209b9978c56261347c510ed"
1080+
slim-select@^2.4.5:
1081+
version "2.4.5"
1082+
resolved "https://registry.yarnpkg.com/slim-select/-/slim-select-2.4.5.tgz#7453d9469c4ce6d6121608a8e384561e62057382"
1083+
integrity sha512-64plTJiYwJJqvOQrf3Ty8BvgC3GbNPlGelT7AdhLZ8Ax0z7hxyhHHc5Mfhp1BUVkDSt0+gTpRZH2McIrjia68Q==
10881084

10891085
string.prototype.trimend@^1.0.5:
10901086
version "1.0.6"

0 commit comments

Comments
 (0)