Skip to content

Commit f8995b9

Browse files
committed
Update changelog for release
1 parent 36a8357 commit f8995b9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [v0.6.4]
2+
> 2016-07-11
3+
4+
- **Feature:** Add `disabled` prop to `<RootCloseWrapper>` ([#93])
5+
- **Feature:** Add `event` prop to `<RootCloseWrapper>` to control mouse event that triggers root close behavior ([#95])
6+
- **Bugfix:** Fix restoring focus on closing `<Modal>` ([#82])
7+
- **Bugfix:** Do not pass unknown props to children ([#99])
8+
- **Chore:** Upgrade to Babel 6 ([#100])
9+
10+
[v0.6.4]: https://github.com/react-bootstrap/react-overlays/compare/v0.6.3...v0.6.4
11+
[#82]: https://github.com/react-bootstrap/react-overlays/pull/82
12+
[#93]: https://github.com/react-bootstrap/react-overlays/pull/93
13+
[#95]: https://github.com/react-bootstrap/react-overlays/pull/95
14+
[#99]: https://github.com/react-bootstrap/react-overlays/pull/99
15+
[#100]: https://github.com/react-bootstrap/react-overlays/pull/100
16+
17+
118
## [v0.6.3]
219
> 2016-04-07
320

0 commit comments

Comments
 (0)