File tree Expand file tree Collapse file tree 8 files changed +20
-7
lines changed Expand file tree Collapse file tree 8 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 2.11.1 [ ☰] ( https://github.com/activeadmin/activeadmin/compare/v2.11.0..v2.11.1 )
6
+
7
+ ### Enhancements
8
+
9
+ * Add turbolinks support to has many js. [ #7384 ] by [ @amiel ]
10
+
11
+ ### Documentation
12
+
13
+ * Remove ` insert_tag ` from Form-Partial docs. [ #7394 ] by [ @TonyArra ]
14
+
5
15
## 2.11.0 [ ☰] ( https://github.com/activeadmin/activeadmin/compare/v2.10.1..v2.11.0 )
6
16
7
17
### Enhancements
@@ -731,6 +741,8 @@ Please check [0-6-stable] for previous changes.
731
741
[ #7341 ] : https://github.com/activeadmin/activeadmin/pull/7341
732
742
[ #7349 ] : https://github.com/activeadmin/activeadmin/pull/7349
733
743
[ #7350 ] : https://github.com/activeadmin/activeadmin/pull/7350
744
+ [ #7384 ] : https://github.com/activeadmin/activeadmin/pull/7384
745
+ [ #7394 ] : https://github.com/activeadmin/activeadmin/pull/7394
734
746
735
747
[ @1000ship ] : https://github.com/1000ship
736
748
[ @5t111111 ] : https://github.com/5t111111
@@ -837,6 +849,7 @@ Please check [0-6-stable] for previous changes.
837
849
[ @timoschilling ] : https://github.com/timoschilling
838
850
[ @TimPetricola ] : https://github.com/TimPetricola
839
851
[ @tomgilligan ] : https://github.com/tomgilligan
852
+ [ @TonyArra ] : https://github.com/TonyArra
840
853
[ @tordans ] : https://github.com/tordans
841
854
[ @utkarsh2102 ] : https://github.com/utkarsh2102
842
855
[ @varyonic ] : https://github.com/varyonic
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- activeadmin (2.11.0 )
4
+ activeadmin (2.11.1 )
5
5
arbre (~> 1.2 , >= 1.2.1 )
6
6
formtastic (>= 3.1 , < 5.0 )
7
7
formtastic_i18n (~> 0.4 )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ../..
3
3
specs:
4
- activeadmin (2.11.0 )
4
+ activeadmin (2.11.1 )
5
5
arbre (~> 1.2 , >= 1.2.1 )
6
6
formtastic (>= 3.1 , < 5.0 )
7
7
formtastic_i18n (~> 0.4 )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ../..
3
3
specs:
4
- activeadmin (2.11.0 )
4
+ activeadmin (2.11.1 )
5
5
arbre (~> 1.2 , >= 1.2.1 )
6
6
formtastic (>= 3.1 , < 5.0 )
7
7
formtastic_i18n (~> 0.4 )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ../..
3
3
specs:
4
- activeadmin (2.11.0 )
4
+ activeadmin (2.11.1 )
5
5
arbre (~> 1.2 , >= 1.2.1 )
6
6
formtastic (>= 3.1 , < 5.0 )
7
7
formtastic_i18n (~> 0.4 )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ../..
3
3
specs:
4
- activeadmin (2.11.0 )
4
+ activeadmin (2.11.1 )
5
5
arbre (~> 1.2 , >= 1.2.1 )
6
6
formtastic (>= 3.1 , < 5.0 )
7
7
formtastic_i18n (~> 0.4 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module ActiveAdmin
3
- VERSION = "2.11.0 "
3
+ VERSION = "2.11.1 "
4
4
end
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @activeadmin/activeadmin" ,
3
- "version" : " 2.11.0 " ,
3
+ "version" : " 2.11.1 " ,
4
4
"description" : " The administration framework for Ruby on Rails." ,
5
5
"main" : " app/assets/javascripts/active_admin/base.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments