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 1
1
# Changelog
2
2
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 ] [ ]
4
8
5
9
## 1.7.0 [ ☰] ( https://github.com/activeadmin/arbre/compare/v1.6.0...v1.7.0 )
6
10
@@ -127,6 +131,9 @@ Initial release and extraction from Active Admin
127
131
[ #456 ] : https://github.com/activeadmin/arbre/pull/456
128
132
[ #537 ] : https://github.com/activeadmin/arbre/pull/537
129
133
[ #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
130
137
131
138
[ @aramvisser ] : https://github.com/aramvisser
132
139
[ @LTe ] : https://github.com/LTe
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- arbre (1.7 .0 )
4
+ arbre (2.0 .0 )
5
5
activesupport (>= 3.0.0 )
6
6
ruby2_keywords (>= 0.0.2 )
7
7
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ../..
3
3
specs:
4
- arbre (1.7 .0 )
4
+ arbre (2.0 .0 )
5
5
activesupport (>= 3.0.0 )
6
6
ruby2_keywords (>= 0.0.2 )
7
7
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ../..
3
3
specs:
4
- arbre (1.7 .0 )
4
+ arbre (2.0 .0 )
5
5
activesupport (>= 3.0.0 )
6
6
ruby2_keywords (>= 0.0.2 )
7
7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module Arbre
3
- VERSION = "1.7 .0"
3
+ VERSION = "2.0 .0"
4
4
end
You can’t perform that action at this time.
0 commit comments