1
1
# Changelog
2
2
3
+ ## 1.2.0 [ ☰] ( https://github.com/varyonic/arbo/compare/v1.1.0...v1.1.1 )
4
+
5
+ * Fix rendering ` link_to ` with a block in a arbre template. [ #64 ] [ ] by [ @varyonic ] [ ]
6
+ * Fix deprecation warning about single arity template handlers on Rails 6. [ #110 ] [ ] by [ @aramvisser ] [ ]
7
+ * Fix ruby 2.7 kwargs warnings. [ #205 ] [ ] by [ @deivid-rodriguez ] [ ]
8
+ * Support nested attribute hashes rendered as hyphenated attributes. [ #451 ] [ ] [ @Ikariusrb ] [ ]
9
+
10
+ * Implement ` render_in ` alternative to ` to_s ` . [ #1 ] [ ] by [ @varyonic ] [ ]
11
+ * Remove build_head and build_body from HTML::Document tag. [ #2 ] [ ] by [ @varyonic ] [ ]
12
+
3
13
## 1.1.1 [ ☰] ( https://github.com/activeadmin/arbre/compare/v1.1.0...v1.1.1 )
4
14
5
15
* Use mime-types 2.x for Ruby 1.9 by [ @timoschilling ] [ ]
50
60
51
61
Initial release and extraction from Active Admin
52
62
53
- <!-- - The following link definition list is generated by PimpMyChangelog --->
54
63
[ #4 ] : https://github.com/activeadmin/arbre/issues/4
55
64
[ #6 ] : https://github.com/activeadmin/arbre/issues/6
56
65
[ #7 ] : https://github.com/activeadmin/arbre/issues/7
@@ -62,13 +71,25 @@ Initial release and extraction from Active Admin
62
71
[ #40 ] : https://github.com/activeadmin/arbre/issues/40
63
72
[ #49 ] : https://github.com/activeadmin/arbre/issues/49
64
73
[ #59 ] : https://github.com/activeadmin/arbre/issues/59
74
+ [ #64 ] : https://github.com/activeadmin/arbre/pull/64
75
+ [ #110 ] : https://github.com/activeadmin/arbre/pull/110
76
+ [ #205 ] : https://github.com/activeadmin/arbre/pull/205
77
+ [ #451 ] : https://github.com/activeadmin/arbre/pull/451
78
+
79
+ [ #1 ] : https://github.com/varyonic/arbo/pull/1
80
+ [ #2 ] : https://github.com/varyonic/arbo/pull/2
81
+
82
+ [ @aramvisser ] : https://github.com/aramvisser
83
+ [ @deivid-rodriguez ] : https://github.com/deivid-rodriguez
65
84
[ @LTe ] : https://github.com/LTe
66
85
[ @OscarBarrett ] : https://github.com/OscarBarrett
67
86
[ @alexesDev ] : https://github.com/alexesDev
68
87
[ @dtaniwaki ] : https://github.com/dtaniwaki
69
88
[ @gregbell ] : https://github.com/gregbell
89
+ [ @Ikariusrb ] : https://github.com/Ikariusrb
70
90
[ @jpmckinney ] : https://github.com/jpmckinney
71
91
[ @kaapa ] : https://github.com/kaapa
72
92
[ @ramontayag ] : https://github.com/ramontayag
73
93
[ @seanlinsley ] : https://github.com/seanlinsley
74
94
[ @timoschilling ] : https://github.com/timoschilling
95
+ [ @varyonic ] : https://github.com/varyonic
0 commit comments