File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Master (unreleased)
3+ ## 2.0.0 [ ☰] ( https://github.com/activeadmin/arbre/compare/v1.7.0...v2.0.0 )
4+
5+ * Include empty attributes in HTML output. [ #543 ] [ ] by [ @javierjulio ] [ ]
6+ * Remove table tag defaults. [ #542 ] [ ] by [ @javierjulio ] [ ]
7+ * Remove component CSS class name default. [ #545 ] [ ] by [ @javierjulio ] [ ]
48
59## 1.7.0 [ ☰] ( https://github.com/activeadmin/arbre/compare/v1.6.0...v1.7.0 )
610
@@ -127,6 +131,9 @@ Initial release and extraction from Active Admin
127131[ #456 ] : https://github.com/activeadmin/arbre/pull/456
128132[ #537 ] : https://github.com/activeadmin/arbre/pull/537
129133[ #539 ] : https://github.com/activeadmin/arbre/pull/539
134+ [ #542 ] : https://github.com/activeadmin/arbre/pull/542
135+ [ #543 ] : https://github.com/activeadmin/arbre/pull/543
136+ [ #545 ] : https://github.com/activeadmin/arbre/pull/545
130137
131138[ @aramvisser ] : https://github.com/aramvisser
132139[ @LTe ] : https://github.com/LTe
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- arbre (1.7 .0 )
4+ arbre (2.0 .0 )
55 activesupport (>= 3.0.0 )
66 ruby2_keywords (>= 0.0.2 )
77
Original file line number Diff line number Diff line change 11PATH
22 remote: ../..
33 specs:
4- arbre (1.7 .0 )
4+ arbre (2.0 .0 )
55 activesupport (>= 3.0.0 )
66 ruby2_keywords (>= 0.0.2 )
77
Original file line number Diff line number Diff line change 11PATH
22 remote: ../..
33 specs:
4- arbre (1.7 .0 )
4+ arbre (2.0 .0 )
55 activesupport (>= 3.0.0 )
66 ruby2_keywords (>= 0.0.2 )
77
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module Arbre
3- VERSION = "1.7 .0"
3+ VERSION = "2.0 .0"
44end
You can’t perform that action at this time.
0 commit comments