2
2
3
3
## Master (unreleased)
4
4
5
+ ## 1.6.0 [ ☰] ( https://github.com/activeadmin/arbre/compare/v1.5.0...v1.6.0 )
6
+
7
+ * Drop support for Ruby 2.6. [ #345 ] [ ] by [ @alejandroperea ] [ ]
8
+ * Add 'main' to HTML5 elements. [ #270 ] [ ] by [ @mynnx ] [ ]
9
+ * Support nested attribute hashes rendered as hyphenated attributes. [ #451 ] [ ] [ @Ikariusrb ] [ ]
10
+ * Lazy-load rails interactions. [ #456 ] [ ] [ @ngan ] [ ]
11
+
5
12
## 1.5.0 [ ☰] ( https://github.com/activeadmin/arbre/compare/v1.4.0...v1.5.0 )
6
13
7
14
* Avoid mutating string literals. [ #292 ] [ ] by [ @tomgilligan ] [ ]
@@ -36,7 +43,7 @@ _No changes_.
36
43
## 1.1.1 [ ☰] ( https://github.com/activeadmin/arbre/compare/v1.1.0...v1.1.1 )
37
44
38
45
* Use mime-types 2.x for Ruby 1.9 by [ @timoschilling ] [ ]
39
- * Verify Ruby 2.3 support. [ #59 ] [ ] by [ @dlackty ] [ ]
46
+ * Verify Ruby 2.3 support. [ #59 ] [ ] by [ @dlackty ] [ ]
40
47
41
48
## 1.1.0 [ ☰] ( https://github.com/activeadmin/arbre/compare/v1.0.3...v1.1.0 )
42
49
@@ -105,10 +112,14 @@ Initial release and extraction from Active Admin
105
112
[ #202 ] : https://github.com/activeadmin/arbre/pull/202
106
113
[ #205 ] : https://github.com/activeadmin/arbre/pull/205
107
114
[ #242 ] : https://github.com/activeadmin/arbre/pull/242
115
+ [ #270 ] : https://github.com/activeadmin/arbre/pull/270
108
116
[ #292 ] : https://github.com/activeadmin/arbre/pull/292
109
117
[ #314 ] : https://github.com/activeadmin/arbre/pull/314
110
118
[ #315 ] : https://github.com/activeadmin/arbre/pull/315
111
119
[ #318 ] : https://github.com/activeadmin/arbre/pull/318
120
+ [ #345 ] : https://github.com/activeadmin/arbre/pull/345
121
+ [ #451 ] : https://github.com/activeadmin/arbre/pull/451
122
+ [ #456 ] : https://github.com/activeadmin/arbre/pull/456
112
123
113
124
[ @aramvisser ] : https://github.com/aramvisser
114
125
[ @LTe ] : https://github.com/LTe
@@ -127,3 +138,6 @@ Initial release and extraction from Active Admin
127
138
[ @varyonic ] : https://github.com/varyonic
128
139
[ @tagliala ] : https://github.com/tagliala
129
140
[ @tomgilligan ] : https://github.com/tomgilligan
141
+ [ @mynnx ] : https://github.com/mynnx
142
+ [ @Ikariusrb ] : https://github.com/Ikariusrb
143
+ [ @ngan ] : https://github.com/ngan
0 commit comments