File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- v3.0.4 - Wed, 18 Oct 2017 19:55:15 UTC
1
+ v3.1.0 - Wed, 25 Oct 2017 14:26:17 UTC
2
2
--------------------------------------
3
3
4
-
4
+ - [ 42d724c] ( ../../commit/42d724c ) [ added] shouldReturnFocusAfterClose to control focus.
5
+ - [ 400ac13] ( ../../commit/400ac13 ) [ chore] make sure all tests meet line-length requirement.
6
+ - [ 18a15eb] ( ../../commit/18a15eb ) [ fixed] correct property name shouldFocusAfterRender.
5
7
6
8
7
9
v3.0.4 - Wed, 18 Oct 2017 19:52:46 UTC
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ check-working-tree:
82
82
83
83
changelog :
84
84
@echo " [Updating CHANGELOG.md $( CURRENT_VERSION) > ` cat .version` ]"
85
- @python3 ./scripts/changelog.py v` cat .version` v $( CURRENT_VERSION ) > .changelog_update
85
+ @python3 ./scripts/changelog.py v$( CURRENT_VERSION ) v ` cat .version` > .changelog_update
86
86
@cat .changelog_update CHANGELOG.md > tmp && mv tmp CHANGELOG.md
87
87
88
88
compile :
You can’t perform that action at this time.
0 commit comments