File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
22--------------------------------------
33
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.
57
68
79v3.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:
8282
8383changelog :
8484 @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
8686 @cat .changelog_update CHANGELOG.md > tmp && mv tmp CHANGELOG.md
8787
8888compile :
You can’t perform that action at this time.
0 commit comments