8000 Get ready for 2.12.0 release · amit/activeadmin@acccfb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit acccfb0

Browse files
Get ready for 2.12.0 release
1 parent d85691c commit acccfb0

File tree

9 files changed

+31
-8
lines changed

9 files changed

+31
-8
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## Unreleased
44

5+
## 2.12.0 [](https://github.com/activeadmin/activeadmin/compare/v2.11.2..v2.12.0)
6+
7+
### Enhancements
8+
9+
* Add Ransack 3 compatibility. [#7453] by [@tagliala]
10+
11+
### Bug Fixes
12+
13+
* Fix pundit namespace detection. [#7144] by [@vlad-psh]
14+
15+
### Documentation
16+
17+
* Don't mention webpacker as the default asset generator in Rails. [#7377] by [@jaynetics]
18+
19+
### Performance
20+
21+
* Avoid duplicate work when downloading CSV. [#7336] by [@d 8000 eivid-rodriguez]
22+
523
## 2.11.2 [](https://github.com/activeadmin/activeadmin/compare/v2.11.1..v2.11.2)
624

725
### Bug Fixes
@@ -736,6 +754,7 @@ Please check [0-6-stable] for previous changes.
736754
[#6959]: https://github.com/activeadmin/activeadmin/pull/6959
737755
[#7095]: https://github.com/activeadmin/activeadmin/pull/7095
738756
[#7127]: https://github.com/activeadmin/activeadmin/pull/7127
757+
[#7144]: https://github.com/activeadmin/activeadmin/pull/7144
739758
[#7170]: https://github.com/activeadmin/activeadmin/pull/7170
740759
[#7181]: https://github.com/activeadmin/activeadmin/pull/7181
741760
[#7205]: https://github.com/activeadmin/activeadmin/pull/7205
@@ -744,12 +763,15 @@ Please check [0-6-stable] for previous changes.
744763
[#7262]: https://github.com/activeadmin/activeadmin/pull/7262
745764
[#7293]: https://github.com/activeadmin/activeadmin/pull/7293
746765
[#7332]: https://github.com/activeadmin/activeadmin/pull/7332
766+
[#7336]: https://github.com/activeadmin/activeadmin/pull/7336
747767
[#7340]: https://github.com/activeadmin/activeadmin/pull/7340
748768
[#7341]: https://github.com/activeadmin/activeadmin/pull/7341
749769
[#7349]: https://github.com/activeadmin/activeadmin/pull/7349
750770
[#7350]: https://github.com/activeadmin/activeadmin/pull/7350
771+
[#7377]: https://github.com/activeadmin/activeadmin/pull/737 10000 7
751772
[#7384]: https://github.com/activeadmin/activeadmin/pull/7384
752773
[#7394]: https://github.com/activeadmin/activeadmin/pull/7394
774+
[#7453]: https://github.com/activeadmin/activeadmin/pull/7453
753775

754776
[@1000ship]: https://github.com/1000ship
755777
[@5t111111]: https://github.com/5t111111
@@ -801,6 +823,7 @@ Please check [0-6-stable] for previous changes.
801823
[@javawizard]: https://github.com/javawizard
802824
[@javierjulio]: https://github.com/javierjulio
803825
[@jawa]: https://github.com/jawa
826+
[@jaynetics]: https://github.com/jaynetics
804827
[@JiiHu]: https://github.com/JiiHu
805828
[@jiikko]: https://github.com/jiikko
806829
[@johnnyshields]: https://github.com/johnnyshields

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
activeadmin (2.11.2)
4+
activeadmin (2.12.0)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (>= 3.1, < 5.0)
77
formtastic_i18n (~> 0.4)

gemfiles/rails_60/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
activeadmin (2.11.2)
4+
activeadmin (2.12.0)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (>= 3.1, < 5.0)
77
formtastic_i18n (~> 0.4)

gemfiles/rails_61/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
activeadmin (2.11.2)
4+
activeadmin (2.12.0)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (>= 3.1, < 5.0)
77
formtastic_i18n (~> 0.4)

gemfiles/rails_61_turbolinks/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
activeadmin (2.11.2)
4+
activeadmin (2.12.0)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (>= 3.1, < 5.0)
77
formtastic_i18n (~> 0.4)

gemfiles/rails_61_webpacker/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
activeadmin (2.11.2)
4+
activeadmin (2.12.0)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (>= 3.1, < 5.0)
77
formtastic_i18n (~> 0.4)

lib/active_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module ActiveAdmin
3-
VERSION = "2.11.2"
3+
VERSION = "2.12.0"
44
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/activeadmin",
3-
"version": "2.11.2",
3+
"version": "2.12.0",
44
"description": "The administration framework for Ruby on Rails.",
55
"main": "app/assets/javascripts/active_admin/base.js",
66
"files": [

spec/changelog_spec.lint.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
it "has well defined third level entries" do
4545
third_level_entries = changelog.scan(/^### (.*)$/).flatten.uniq.sort
46-
expect(third_level_entries).to eq(["Breaking Changes", "Bug Fixes", "Dependency Changes", "Deprecations", "Documentation", "Enhancements", "Security Fixes", "Translation Improvements"])
46+
expect(third_level_entries).to eq(["Breaking Changes", "Bug Fixes", "Dependency Changes", "Deprecations", "Documentation", "Enhancements", "Performance", "Security Fixes", "Translation Improvements"])
4747
end
4848

4949
describe "entry" do

0 commit comments

Comments
 (0)
0