Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Version 0.9.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyrno42 committed Jun 14, 2019
1 parent d8c3000 commit 9c9f514
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# Changelog

- [Changelog](#changelog)
- [v0.9.0-beta.0 (in development)](#v090-beta0-in-development)
- [v0.9.0-beta.1](#v090-beta1)
- [v0.9.0-beta.0](#v090-beta0)
- [v0.8.0](#v080)
- [v0.7.1](#v071)
- [v0.7.0](#v070)
Expand All @@ -24,7 +25,11 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

### v0.9.0-beta.0 (in development)
### v0.9.0-beta.1

- By default only listen to keyboard events when modal is open

### v0.9.0-beta.0

- :exclamation: Drop support for react below `16.3.0`
- Removed BrowserModal indirection and merged BrowserModal w/ Modal [issue #35, PR #51]
Expand All @@ -39,7 +44,6 @@
- Migrate away from componentWillReceiveProps
- Lock scroll of main body when modal is open via body-scroll-lock (issue #21, PR #54)
- Fixes scrolling issues in mobile browsers
- By default only listen to keyboard events when modal is open

### v0.8.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tg-modal",
"version": "0.9.0-beta.0",
"version": "0.9.0-beta.1",
"description": "Universal controlled modals for React",
"main": "./dist/index.js",
"jsnext:main": "./es/index.js",
Expand Down

0 comments on commit 9c9f514

Please sign in to comment.