# [5.2.0](https://github.com/react-bootstrap/react-overlays/compare/v5.1.2...v5.2.0) (2022-06-02)


### Features

* **useRootClose:** add support for open shadow roots ([#1004](https://github.com/react-bootstrap/react-overlays/issues/1004)) ([3b7fb53](https://github.com/react-bootstrap/react-overlays/commit/3b7fb53d4b2141bbffa476608dfa1c0f694fa429))





## [5.1.2](https://github.com/react-bootstrap/react-overlays/compare/v5.1.1...v5.1.2) (2022-05-10)


### Bug Fixes

* update @restart/hooks to 0.4.7 ([#999](https://github.com/react-bootstrap/react-overlays/issues/999)) ([82d9bf9](https://github.com/react-bootstrap/react-overlays/commit/82d9bf9ffe6c6055d4a1f31c74822f82bb24b3b2))





## [5.1.1](https://github.com/react-bootstrap/react-overlays/compare/v5.1.0...v5.1.1) (2021-07-11)


### Bug Fixes

* **types:** fixed TransitionCallbacks interface to reflect react-transition-group args ([#962](https://github.com/react-bootstrap/react-overlays/issues/962)) ([282161c](https://github.com/react-bootstrap/react-overlays/commit/282161c74ddc129668cc7e536cce13e36ecf62de))





# [5.1.0](https://github.com/react-bootstrap/react-overlays/compare/v5.0.0...v5.1.0) (2021-06-25)


### Bug Fixes

* **Dropdown:** add checking if ref exists on dropdown ([#958](https://github.com/react-bootstrap/react-overlays/issues/958)) ([b0363c0](https://github.com/react-bootstrap/react-overlays/commit/b0363c0b2350a842f13e5ab38e1e33490e1c5d70))
* **Dropdown:** avoid calling onToggle when tabbing if menu ref not set ([#959](https://github.com/react-bootstrap/react-overlays/issues/959)) ([1c23c7d](https://github.com/react-bootstrap/react-overlays/commit/1c23c7d03a4bb3edaed55acc6abecd995b67ae0a))
* allow internal tabbing in dropdown menu ([#939](https://github.com/react-bootstrap/react-overlays/issues/939)) ([30fb517](https://github.com/react-bootstrap/react-overlays/commit/30fb51753e7f763029fb75ddd4bc7333de8bc4e0))


### Features

* **Modal:** split modal types for ease of export ([#956](https://github.com/react-bootstrap/react-overlays/issues/956)) ([849ab56](https://github.com/react-bootstrap/react-overlays/commit/849ab56b181d16215ce850ea1e13c3859c40fba3))





## [5.0.1](https://github.com/react-bootstrap/react-overlays/compare/v5.0.0...v5.0.1) (2021-04-21)


### Bug Fixes

* allow internal tabbing in dropdown menu ([#939](https://github.com/react-bootstrap/react-overlays/issues/939)) ([30fb517](https://github.com/react-bootstrap/react-overlays/commit/30fb51753e7f763029fb75ddd4bc7333de8bc4e0))





# [5.0.0](https://github.com/react-bootstrap/react-overlays/compare/v4.1.1...v5.0.0) (2021-03-01)


* feat!: Make DropdownAPI consistent and fix keyboard handling (#843) ([3ed2d85](https://github.com/react-bootstrap/react-overlays/commit/3ed2d853180db7325ab090ebdd4b2ef1096d20b4)), closes [#843](https://github.com/react-bootstrap/react-overlays/issues/843)


### BREAKING CHANGES

* Dropdown does not inject props or accept a children render function (it just works)





## [4.1.1](https://github.com/react-bootstrap/react-overlays/compare/v4.1.0...v4.1.1) (2020-10-29)


### Bug Fixes

* **Popper:** Prevent duplicate ids in aria-describedby ([#883](https://github.com/react-bootstrap/react-overlays/issues/883)) ([48bb128](https://github.com/react-bootstrap/react-overlays/commit/48bb1285916b6c0b49e02f07bcf1a603b77de15e))
* root-close firing immediately in react 17 ([#880](https://github.com/react-bootstrap/react-overlays/issues/880)) ([fa8c878](https://github.com/react-bootstrap/react-overlays/commit/fa8c878daba92ff7852aa8245d08df31d9ed17ab))





# [4.1.0](https://github.com/react-bootstrap/react-overlays/compare/v4.0.0...v4.1.0) (2020-07-20)


### Bug Fixes

* **deps:** bump lodash from 4.17.15 to 4.17.19 ([#840](https://github.com/react-bootstrap/react-overlays/issues/840)) ([e718175](https://github.com/react-bootstrap/react-overlays/commit/e718175eb4ea35d8bbe656d19ec0769bb2363653))


### Features

* add aria-describedby modifier for tooltips ([#842](https://github.com/react-bootstrap/react-overlays/issues/842)) ([941a5dc](https://github.com/react-bootstrap/react-overlays/commit/941a5dca181c36db891bffd5abdbd7c83759a704))





# [4.0.0](https://github.com/react-bootstrap/react-overlays/compare/v3.2.0...v4.0.0) (2020-07-10)


### Features

* improve popper integration ([#837](https://github.com/react-bootstrap/react-overlays/issues/837)) ([362128f](https://github.com/react-bootstrap/react-overlays/commit/362128f66baab0bfbc611204e5de5c86fc264fb0))


### BREAKING CHANGES

* popperConfig longer accept object forms of modifiers, pass an array instead
* overlay and dropdown menu injected values are different
* overlay no longer triggers an update when placement change due to auto or flip placements

* address feedback





# [3.2.0](https://github.com/react-bootstrap/react-overlays/compare/v3.1.3...v3.2.0) (2020-05-14)


### Bug Fixes

* Adding missing useEventCallback ([#804](https://github.com/react-bootstrap/react-overlays/issues/804)) ([cb7e2ab](https://github.com/react-bootstrap/react-overlays/commit/cb7e2ab299f450ef342fb572cafa355c0108eb26))


### Features

* **Modal:** Prevent onHide when keyboard event defaultPrevented is true ([#816](https://github.com/react-bootstrap/react-overlays/issues/816)) ([b4ffcec](https://github.com/react-bootstrap/react-overlays/commit/b4ffcecc7a1c25af9d2525a5704b2320e0509fb8))





## [3.1.3](https://github.com/react-bootstrap/react-overlays/compare/v3.1.2...v3.1.3) (2020-04-22)


### Bug Fixes

* **types:** fix Modal prop types ([#802](https://github.com/react-bootstrap/react-overlays/issues/802)) ([caa0531](https://github.com/react-bootstrap/react-overlays/commit/caa05316151953eb839a6fe75cb4a36064f76720))





## [3.1.2](https://github.com/react-bootstrap/react-overlays/compare/v3.1.1...v3.1.2) (2020-04-20)


### Bug Fixes

* esm imports in cjs build ([933b159](https://github.com/react-bootstrap/react-overlays/commit/933b159bb5e3e7fe99636b49c488ec249f7bd8dd))





## [3.1.1](https://github.com/react-bootstrap/react-overlays/compare/v3.1.0...v3.1.1) (2020-04-20)


### Bug Fixes

* **types:** onHide is optional ([#800](https://github.com/react-bootstrap/react-overlays/issues/800)) ([bdc10d1](https://github.com/react-bootstrap/react-overlays/commit/bdc10d12d2020ef9430a07cf959018fa4d2ce926))





# [3.1.0](https://github.com/react-bootstrap/react-overlays/compare/v3.0.1...v3.1.0) (2020-04-20)


### Bug Fixes

* build output ([#799](https://github.com/react-bootstrap/react-overlays/issues/799)) ([8bf269e](https://github.com/react-bootstrap/react-overlays/commit/8bf269e42e8a3df249dd8cbff736874b6a23f35c))


### Features

* typescript and docs ([#794](https://github.com/react-bootstrap/react-overlays/issues/794)) ([9c9b441](https://github.com/react-bootstrap/react-overlays/commit/9c9b44144e3c2899b77335546c7484bbf5469b3e))





## [3.0.1](https://github.com/react-bootstrap/react-overlays/compare/v3.0.0...v3.0.1) (2020-03-16)


### Bug Fixes

* popper imports for common js ([#781](https://github.com/react-bootstrap/react-overlays/issues/781)) ([c29dc76](https://github.com/react-bootstrap/react-overlays/commit/c29dc76f66c7eb74f5123ca9d5f531918ea7134a))
* typo ([#777](https://github.com/react-bootstrap/react-overlays/issues/777)) ([edd278b](https://github.com/react-bootstrap/react-overlays/commit/edd278b585106729cfef2ed556cc4a9d97077b0d))





# [3.0.0](https://github.com/react-bootstrap/react-overlays/compare/v2.1.1...v3.0.0) (2020-02-19)


### Features

* upgrade popper to v2 ([#766](https://github.com/react-bootstrap/react-overlays/issues/766)) ([02c8e6d](https://github.com/react-bootstrap/react-overlays/commit/02c8e6dc3c2a692de1a87b7c985f82a08a4e8594))


### BREAKING CHANGES

* popper upgrade to v2, slightly different modifiers format now





## [2.1.1](https://github.com/react-bootstrap/react-overlays/compare/v2.1.0...v2.1.1) (2020-02-03)


### Bug Fixes

* Compute scrollbar size dynamically on need ([#297](https://github.com/react-bootstrap/react-overlays/issues/297)) ([e022e9c](https://github.com/react-bootstrap/react-overlays/commit/e022e9c2b66fb7a0f8ef0c172a1b12c986dbcc75))





# [2.1.0](https://github.com/react-bootstrap/react-overlays/compare/v2.0.0...v2.1.0) (2019-10-11)


### Bug Fixes

* **github:** correct name of bug report template ([30ab079](https://github.com/react-bootstrap/react-overlays/commit/30ab079))


### Features

* **github:** add issue templates ([4fc4e52](https://github.com/react-bootstrap/react-overlays/commit/4fc4e52))





# [2.0.0](https://github.com/react-bootstrap/react-overlays/compare/v2.0.0-1...v2.0.0) (2019-10-03)

> No changes from 2.0.0-1

# [2.0.0-1](https://github.com/react-bootstrap/react-overlays/compare/v2.0.0-0...v2.0.0-1) (2019-09-18)

### Bug Fixes

- mismatch between Modal.dialog and hideSiblings parameters ([#389](https://github.com/react-bootstrap/react-overlays/issues/389)) ([202c96b](https://github.com/react-bootstrap/react-overlays/commit/202c96ba970c87394f245fcef914e94bd8a59a8b))
- **ci:** add git attributes that prevents formatter from failing ([b343193](https://github.com/react-bootstrap/react-overlays/commit/b343193fb30e70cc276ec979e75aafc3001c24b2))
- **ci:** add safeguard for running CodeCov on non-linux container ([b29b594](https://github.com/react-bootstrap/react-overlays/commit/b29b5941fca3a367f68e0ae044b4e9a2e5b1022e))
- **ci:** container action can only be run on linux containers fix ([c0be34e](https://github.com/react-bootstrap/react-overlays/commit/c0be34e1560384d4c10b390999840fe86e2c8e14))
- **ci:** merge upload test coverage step into main testing job ([0671fa8](https://github.com/react-bootstrap/react-overlays/commit/0671fa828b1e8eeeecb0c098883b4e7339b93a17))
- **ci:** missing import due to not installing parent package ([93059c8](https://github.com/react-bootstrap/react-overlays/commit/93059c89b090dc710c544d03d678d01d1c89205a))
- **ci:** potential fix for linting issue on windows ci build ([a54f2b6](https://github.com/react-bootstrap/react-overlays/commit/a54f2b6931c6b7499bdc599208de57ca636014bb))
- **ci:** remove macOS CI build ([b2f7225](https://github.com/react-bootstrap/react-overlays/commit/b2f7225cb74f1b0fd3e1a3a77ba016ffa615d539))
- **ci:** run upload test results as a separate job ([d601e7e](https://github.com/react-bootstrap/react-overlays/commit/d601e7eb590cc16b0187b6380949df305b1a210b))
- **docs:** compilation issues when building production files ([#412](https://github.com/react-bootstrap/react-overlays/issues/412)) ([3867655](https://github.com/react-bootstrap/react-overlays/commit/3867655aa5f61c053cdc7c682cdf8e893af6b232))
- **readme:** correct badge link ([85ad01e](https://github.com/react-bootstrap/react-overlays/commit/85ad01e6550cdcd4da179a497bdcf3ab26f2d80a))
- **readme:** incorrect naming for github actions badge ([e4b47b8](https://github.com/react-bootstrap/react-overlays/commit/e4b47b83fb57bd23b993c5f3c7efc33a1eb955a7))

### Features

- **ci:** only trigger test build on pushes and prs to master ([723f91e](https://github.com/react-bootstrap/react-overlays/commit/723f91eff173da54a4668663ed1aba8ee885389e))

# [2.0.0-0](https://github.com/react-bootstrap/react-overlays/compare/v1.2.0...v2.0.0-0) (2019-08-17)

### Bug Fixes

- cleanup ([d0d95b2](https://github.com/react-bootstrap/react-overlays/commit/d0d95b20037e0d6b93eba603e9d78980671bc3c3))
- disabled mocha/no-mocha-arrows ([a5ed2eb](https://github.com/react-bootstrap/react-overlays/commit/a5ed2ebfdceb52d1d0363e6609984726f697a561))
- eslint ([1ac8079](https://github.com/react-bootstrap/react-overlays/commit/1ac8079813d2ca1ce8569e99bd5cc0eba3e464f7))
- Make sure menu ref is set before using contains ([#291](https://github.com/react-bootstrap/react-overlays/issues/291)) ([8caa423](https://github.com/react-bootstrap/react-overlays/commit/8caa4236ac6d016676130d4a3258e77a3b04bd9b))
- ModalManager typo ([1a25b5a](https://github.com/react-bootstrap/react-overlays/commit/1a25b5a3cbdcea887949ca05e430b68944407502))

### Features

- Hooks and API simplifications ([#288](https://github.com/react-bootstrap/react-overlays/issues/288)) ([9f98306](https://github.com/react-bootstrap/react-overlays/commit/9f9830696178605b4e729bf15cf949140bf8c197))
- Remove affix support ([#287](https://github.com/react-bootstrap/react-overlays/issues/287)) ([cae4df8](https://github.com/react-bootstrap/react-overlays/commit/cae4df8b8762d491abbcd868df9b1b44f6bb9c5c))
- usePopper ([#299](https://github.com/react-bootstrap/react-overlays/issues/299)) ([bb5c51f](https://github.com/react-bootstrap/react-overlays/commit/bb5c51f2993aae28a41d7bdb3ef80a96ce1f4be3))

### BREAKING CHANGES

- removes RootCloseWrapper for useRootClose

# [1.2.0](https://github.com/react-bootstrap/react-overlays/compare/v1.1.2...v1.2.0) (2019-03-07)

### Features

- allow configurable menu focus behavior ([#286](https://github.com/react-bootstrap/react-overlays/issues/286)) ([76a63d4](https://github.com/react-bootstrap/react-overlays/commit/76a63d4))

## [1.1.2](https://github.com/react-bootstrap/react-overlays/compare/v1.1.1...v1.1.2) (2019-02-13)

### Bug Fixes

- modal focus ([#277](https://github.com/react-bootstrap/react-overlays/issues/277)) ([d348903](https://github.com/react-bootstrap/react-overlays/commit/d348903))

## [1.1.1](https://github.com/react-bootstrap/react-overlays/compare/v1.1.0...v1.1.1) (2019-01-04)

### Bug Fixes

- release config ([31a379a](https://github.com/react-bootstrap/react-overlays/commit/31a379a))

# [1.1.0](https://github.com/react-bootstrap/react-overlays/compare/v1.0.0...v1.1.0) (2019-01-03)

### Bug Fixes

- add uncontrollable to deps ([#276](https://github.com/react-bootstrap/react-overlays/issues/276)) ([e07cf96](https://github.com/react-bootstrap/react-overlays/commit/e07cf96)), closes [#262](https://github.com/react-bootstrap/react-overlays/issues/262)

### Features

- add RootCloseWrapper's disabled support to Overlay ([#273](https://github.com/react-bootstrap/react-overlays/issues/273)) ([2e316d1](https://github.com/react-bootstrap/react-overlays/commit/2e316d1))

## [v0.8.3]

> 2017-10-24

- **Bugfix:** Support React v16 portal API ([#208])
- **Bugfix:** Only call `onRendered` in `<LegacyPortal>` on initial render ([#218])
- **Bugfix:** Use more robust method of getting `<Modal>` dialog element ([#220])
- **Bugfix:** Remove broken `getOverlayDOMNode` from `<Portal>` ([#222])

[v0.8.3]: https://github.com/react-bootstrap/react-overlays/compare/v0.8.2...v0.8.3
[#208]: https://github.com/react-bootstrap/react-overlays/pull/208
[#218]: https://github.com/react-bootstrap/react-overlays/pull/218
[#220]: https://github.com/react-bootstrap/react-overlays/pull/220
[#222]: https://github.com/react-bootstrap/react-overlays/pull/222

## [v0.8.2]

> 2017-10-06

- **Bugfix:** Fix detecting escape keyboard event on IE ([#211])

[v0.8.2]: https://github.com/react-bootstrap/react-overlays/compare/v0.8.1...v0.8.2
[#211]: https://github.com/react-bootstrap/react-overlays/pull/211

## [v0.8.1]

> 2017-09-13

- **Bugfix:** Use `keydown` instead of incorrect `keyup` for `<Modal>` close keyboard event ([#195])

[v0.8.1]: https://github.com/react-bootstrap/react-overlays/compare/v0.8.0...v0.8.1
[#195]: https://github.com/react-bootstrap/react-overlays/pull/195

## [v0.8.0]

> 2017-07-03

- **Feature:** Remove `<Transition>` and depend on react-transition-group@2.0.0 ([#184])

[v0.8.0]: https://github.com/react-bootstrap/react-overlays/compare/v0.7.0...v0.8.0
[#184]: https://github.com/react-bootstrap/react-overlays/pull/184

## [v0.7.0]

> 2017-04-22

- **Chore:** Update dependencies to avoid React deprecation warnings
- **Chore:** Use function refs ([#159])

[v0.7.0]: https://github.com/react-bootstrap/react-overlays/compare/v0.6.12...v0.7.0
[#159]: https://github.com/react-bootstrap/react-overlays/pull/159

## [v0.6.12]

> 2017-03-06

- **Feature:** Add `mountOnEnter` to `<Transition>` ([#144])
- **Feature:** Add `restoreFocus` to `<Modal>` ([#145])

[v0.6.12]: https://github.com/react-bootstrap/react-overlays/compare/v0.6.11...v0.6.12
[#144]: https://github.com/react-bootstrap/react-overlays/pull/144
[#145]: https://github.com/react-bootstrap/react-overlays/pull/145

## [v0.6.11]

> 2017-02-13

- **Feature:** Allow accessibility attributes on `<Modal>` root element ([#114])
- **Feature:** Expose triggering event in `onRootClose` callback ([#142])

[v0.6.11]: https://github.com/react-bootstrap/react-overlays/compare/v0.6.10...v0.6.11
[#114]: https://github.com/react-bootstrap/react-overlays/pull/114
[#142]: https://github.com/react-bootstrap/react-overlays/pull/142

## [v0.6.10]

> 2016-10-03

- **Bugfix:** Don't fire `onRootClose` in capture phase to avoid race conditions with React events ([#118])

[v0.6.10]: https://github.com/react-bootstrap/react-overlays/compare/v0.6.9...v0.6.10
[#118]: https://github.com/react-bootstrap/react-overlays/pull/118

## [v0.6.9]

> 2016-10-01

- **Bugfix:** Don't spuriously trigger `onRootClose` when React event handler unmounts event target ([#117])

[v0.6.9]: https://github.com/react-bootstrap/react-overlays/compare/v0.6.8...v0.6.9
[#117]: https://github.com/react-bootstrap/react-overlays/pull/117

## [v0.6.8]

> 2016-09-30

- **Feature:** Remove wrapping DOM element in `<RootCloseWrapper>` ([#116])
- **Bugfix:** Do not bind listeners for `<RootCloseWrapper>` when `disabled` is set ([#116])

[v0.6.8]: https://github.com/react-bootstrap/react-overlays/compare/v0.6.7...v0.6.8
[#116]: https://github.com/react-bootstrap/react-overlays/pull/116

## [v0.6.7]

> 2016-09-29

- **Feature:** Allow opt-out of `<Modal>` container styling ([#113])
- **Feature:** Add `renderBackdrop` to `<Modal>` ([#113])

[v0.6.7]: https://github.com/react-bootstrap/react-overlays/compare/v0.6.6...v0.6.7
[#113]: https://github.com/react-bootstrap/react-overlays/pull/113

## [v0.6.6]

> 2016-08-01

- **Bugfix:** Don't trigger PropTypes warning ([#105])

[v0.6.6]: https://github.com/react-bootstrap/react-overlays/compare/v0.6.5...v0.6.6
[#105]: https://github.com/react-bootstrap/react-overlays/pull/105

## [v0.6.5]

> 2016-07-13

- **Bugfix:** Make `target` on `<Portal>` work like `container` ([#102])

[v0.6.5]: https://github.com/react-bootstrap/react-overlays/compare/v0.6.4...v0.6.5
[#102]: https://github.com/react-bootstrap/react-overlays/pull/102

## [v0.6.4]

> 2016-07-11

- **Feature:** Add `disabled` prop to `<RootCloseWrapper>` ([#93])
- **Feature:** Add `event` prop to `<RootCloseWrapper>` to control mouse event that triggers root close behavior ([#95])
- **Bugfix:** Fix restoring focus on closing `<Modal>` ([#82])
- **Bugfix:** Do not pass unknown props to children ([#99])
- **Chore:** Upgrade to Babel 6 ([#100])

[v0.6.4]: https://github.com/react-bootstrap/react-overlays/compare/v0.6.3...v0.6.4
[#82]: https://github.com/react-bootstrap/react-overlays/pull/82
[#93]: https://github.com/react-bootstrap/react-overlays/pull/93
[#95]: https://github.com/react-bootstrap/react-overlays/pull/95
[#99]: https://github.com/react-bootstrap/react-overlays/pull/99
[#100]: https://github.com/react-bootstrap/react-overlays/pull/100

## [v0.6.3]

> 2016-04-07

- **Minor:** Update React peer dependency ([#76])

[v0.6.3]: https://github.com/react-bootstrap/react-overlays/compare/v0.6.2...v0.6.3
[#76]: https://github.com/react-bootstrap/react-overlays/pull/76

## [v0.6.2]

> 2016-04-03

- **Bugfix:** Fix unmounting `<Portal>` when parent is unmounted ([#74])

[v0.6.2]: https://github.com/react-bootstrap/react-overlays/compare/v0.6.1...v0.6.2
[#74]: https://github.com/react-bootstrap/react-overlays/pull/74

## [v0.6.1]

> 2016-03-28

- **Bugfix:** Flush new props to DOM before initiating transitions ([#60])
- **Bugfix:** Update `<Portal>` container node when `container` prop changes ([#66])
- **Bugfix:** Don't invoke close in `<RootCloseWrapper>` on right clicks ([#69])

[v0.6.1]: https://github.com/react-bootstrap/react-overlays/compare/v0.6.0...v0.6.1
[#60]: https://github.com/react-bootstrap/react-overlays/pull/60
[#66]: https://github.com/react-bootstrap/react-overlays/pull/66
[#69]: https://github.com/react-bootstrap/react-overlays/pull/69

## v0.6.0 - Fri, 15 Jan 2016 16:15:50 GMT

- [c0b5890](../../commit/c0b5890) [fixed] Don't forward own props from <Position>
- [742c3c1](../../commit/742c3c1) [fixed] Modal does not fire show callback

## v0.5.4 - Tue, 17 Nov 2015 20:03:06 GMT

- [4eabbfc](../../commit/4eabbfc) [added] affix state callbacks

## v0.5.3 - Mon, 16 Nov 2015 19:52:03 GMT

- [d064667](../../commit/d064667) [fixed] AutoAffix nnot passing width or updating

## v0.5.2 - Mon, 16 Nov 2015 17:32:27 GMT

- [823d0f8](../../commit/823d0f8) [fixed] fix missing warning dep
- [1857449](../../commit/1857449) [changed] Friendlier default for AutoAffix
- [f633476](../../commit/f633476) [fixed] clean up modal styles if unmounted during exit transition

## v0.5.1 - Mon, 02 Nov 2015 16:07:44 GMT

- [e965152](../../commit/e965152) [added] Affix and AutoAffix

## v0.5.0 - Wed, 07 Oct 2015 19:40:23 GMT

- [044100b](../../commit/044100b) [added] React 0.14 support
- [edd316a](../../commit/edd316a) [added] aria-hidden, by default, to modal container siblings.

## v0.4.4 - Mon, 24 Aug 2015 18:34:19 GMT

## v0.4.3 - Sun, 23 Aug 2015 22:54:52 GMT

- [4f7823e](../../commit/4f7823e) [changed] focus target of the modal to its content

## v0.4.2 - Mon, 10 Aug 2015 19:04:31 GMT

## v0.4.1 - Tue, 04 Aug 2015 23:48:08 GMT
