Skip to content

Commit c761470

Browse files
Get ready for 2.9.0 release (activeadmin#6612)
1 parent e055434 commit c761470

File tree

8 files changed

+40
-7
lines changed

8 files changed

+40
-7
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 2.9.0 [](https://github.com/activeadmin/activeadmin/compare/v2.8.1..v2.9.0)
6+
7+
### Enhancements
8+
9+
* Support for Rails 6.1. [#6548] by [@deivid-rodriguez]
10+
* Add ability to override "Remove" button text on has_many forms. [#6523] by [@littleforest]
11+
* Drop git in gemspec. [#6462] by [@utkarsh2102]
12+
13+
### Bug Fixes
14+
15+
* Pick up upstream fixes in devise templates. [#6536] by [@munen]
16+
17+
### Documentation
18+
19+
* Fix `has_many` syntax in forms documentation. [#6583] by [@krzcho]
20+
* Add example of using `default_main_content` in show pages. [#6487] by [@sjieg]
21+
22+
### Dependency Changes
23+
24+
* Remove sassc and sprockets runtime dependencies. [#6584] by [@deivid-rodriguez]
25+
526
## 2.8.1 [](https://github.com/activeadmin/activeadmin/compare/v2.8.0..v2.8.1)
627

728
### Bug Fixes
@@ -622,6 +643,13 @@ Please check [0-6-stable] for previous changes.
622643
[#6422]: https://github.com/activeadmin/activeadmin/pull/6422
623644
[#6451]: https://github.com/activeadmin/activeadmin/pull/6451
624645
[#6460]: https://github.com/activeadmin/activeadmin/pull/6460
646+
[#6462]: https://github.com/activeadmin/activeadmin/pull/6462
647+
[#6487]: https://github.com/activeadmin/activeadmin/pull/6487
648+
[#6523]: https://github.com/activeadmin/activeadmin/pull/6523
649+
[#6536]: https://github.com/activeadmin/activeadmin/pull/6536
650+
[#6548]: https://github.com/activeadmin/activeadmin/pull/6548
651+
[#6583]: https://github.com/activeadmin/activeadmin/pull/6583
652+
[#6584]: https://github.com/activeadmin/activeadmin/pull/6584
625653

626654
[@5t111111]: https://github.com/5t111111
627655
[@aarek]: https://github.com/aarek
@@ -677,15 +705,18 @@ Please check [0-6-stable] for previous changes.
677705
[@ko-lem]: https://github.com/ko-lem
678706
[@kobeumut]: https://github.com/kobeumut
679707
[@Kris-LIBIS]: https://github.com/Kris-LIBIS
708+
[@krzcho]: https://github.com/krzcho
680709
[@kwent]: https://github.com/kwent
681710
[@leio10]: https://github.com/leio10
711+
[@littleforest]: https://github.com/littleforest
682712
[@Looooong]: https://github.com/Looooong
683713
[@markstory]: https://github.com/markstory
684714
[@mauriciopasquier]: https://github.com/mauriciopasquier
685715
[@mconiglio]: https://github.com/mconiglio
686716
[@micred]: https://github.com/micred
687717
[@mirelon]: https://github.com/mirelon
688718
[@mshalaby]: https://github.com/mshalaby
719+
[@munen]: https://github.com/munen
689720
[@ndbroadbent]: https://github.com/ndbroadbent
690721
[@Nguyenanh]: https://github.com/Nguyenanh
691722
[@orkhan]: https://github.com/orkhan
@@ -703,12 +734,14 @@ Please check [0-6-stable] for previous changes.
703734
[@ShallmentMo]: https://github.com/ShallmentMo
704735
[@shekibobo]: https://github.com/shekibobo
705736
[@shouya]: https://github.com/shouya
737+
[@sjieg]: https://github.com/sjieg
706738
[@stefsava]: https://github.com/stefsava
707739
[@stereoscott]: https://github.com/stereoscott
708740
[@taralbass]: https://github.com/taralbass
709741
[@tiagotex]: https://github.com/tiagotex
710742
[@timoschilling]: https://github.com/timoschilling
711743
[@TimPetricola]: https://github.com/TimPetricola
744+
[@utkarsh2102]: https://github.com/utkarsh2102
712745
[@varyonic]: https://github.com/varyonic
713746
[@vcsjones]: https://github.com/vcsjones
714747
[@vfonic]: https://github.com/vfonic

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GIT
1212
PATH
1313
remote: .
1414
specs:
15-
activeadmin (2.8.1)
15+
activeadmin (2.9.0)
1616
arbre (~> 1.2, >= 1.2.1)
1717
formtastic (>= 3.1, < 5.0)
1818
formtastic_i18n (~> 0.4)

gemfiles/rails_52/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.8.1)
4+
activeadmin (2.9.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.8.1)
4+
activeadmin (2.9.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
@@ -12,7 +12,7 @@ GIT
1212
PATH
1313
remote: ../..
1414
specs:
15-
activeadmin (2.8.1)
15+
activeadmin (2.9.0)
1616
arbre (~> 1.2, >= 1.2.1)
1717
formtastic (>= 3.1, < 5.0)
1818
formtastic_i18n (~> 0.4)

gemfiles/rails_61_webpacker/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GIT
1212
PATH
1313
remote: ../..
1414
specs:
15-
activeadmin (2.8.1)
15+
activeadmin (2.9.0)
1616
arbre (~> 1.2, >= 1.2.1)
1717
formtastic (>= 3.1, < 5.0)
1818
formtastic_i18n (~> 0.4)

lib/active_admin/version.rb

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

0 commit comments

Comments
 (0)