Skip to content

Latest commit

 

History

History
904 lines (672 loc) · 43.6 KB

CHANGELOG.md

File metadata and controls

904 lines (672 loc) · 43.6 KB

3.16.1 - Mon, 17 Oct 2022 22:07:22 UTC

  • 840a0f6 Add tests
  • 742e9f5 [fixed] Revert changes to test helpers
  • 28ea6b5 [fixed] Fix missing returns in keydown helpers
  • 15e0711 [fixed] address review comments
  • f3a19fc [fixed] switched from KeyboardEvent.keyCode to KeyboardEvent.code
  • aca5261 fixing element with display 'contents' is visible and is tabbable
  • df0665e update broken build badge
  • 9bf0d4f [fixed]: css class added to root document in iframe

3.15.1 - Mon, 11 Apr 2022 22:26:43 UTC

  • 8395a21 allow react 18 as peer dependency
  • 68af7ec [added] tabbable support for iframes
  • 28986ea Fix typo in docs

3.14.4 - Wed, 10 Nov 2021 17:53:33 UTC

  • 12ccd6a [fixed] using concat for finding shadowRoot descendants instead of spread
  • f5783ca [fixed] ensuring usage of Web Components functions in all browsers (Safari, specifically)
  • b049feb Update src/helpers/tabbable.js
  • edc4f12 [fixed] Ensure we don't check for hidden on Shadow DOM.
  • ffbaf0e Wrap NODE_ENV conditional code in block
  • 5eccdb0 Wrap NODE_ENV conditional code in block
  • f5d404c Wrap NODE_ENV conditional code in block
  • 22e80e7 [chore] update karma dependency.
  • e3bfbf8 Bump ws from 6.2.1 to 6.2.2
  • fa914c5 Bump path-parse from 1.0.6 to 1.0.7
  • 9e867d5 Bump url-parse from 1.5.1 to 1.5.3
  • fb6bab5 Update readme documentation with CDN installation
  • d5ecf0a Update documentation by my suggestion in #889

3.14.3 - Tue, 15 Jun 2021 15:08:58 UTC

  • b33923a [changed]: Updated and formatted example in README
  • 0847049 [fixed] Cancel requested animation frame on unmount.
  • fc76b0c [chore] added link to the discussion for react-modal v4.
  • 0d99156 [chore] Don't allow mkdocs.yml be included on releases.

3.14.2 - Tue, 01 Jun 2021 21:42:17 UTC

  • 172879e [chore] Don't allow .log in on releases.

3.14.1 - Tue, 01 Jun 2021 21:39:02 UTC

  • fc62ab1 Fixing lint error and PR suggestion change to use double quotes
  • ce94d86 Working on lint error
  • 7e732d7 Wrapping getComputedStyle in try catch per PR review
  • 31d59b2 Adding a check to see if the element is a prototype of Element before getting the computed style
  • 827796d [fixed] Ensure after-open css transitions work in Safari 14 & Mobile Safari
  • 76df16b [chore] regenerate package-lock.
  • 4fbe228 bump prop-types to 15.7.2
  • a5f959a [chore] update packages.
  • 8050773 [chore] clean up all element leaks between tests.

3.13.1 - Tue, 13 Apr 2021 14:19:44 UTC

  • 5832904 Updated README.md
  • d7083c5 [added] docs note about setAppElement not pruning removed nodes
  • e1807ce [added] support Array, HTMLCollection and NodeList values for appElement
  • c9d8e2d Bump ini from 1.3.5 to 1.3.8
  • 8d4ef84 fixed(documentation): jsx-lexer now requires to generate a css file...
  • ab8c44c fixed(documentation): link to app-element on index.

3.12.1 - Sun, 22 Nov 2020 22:51:08 UTC

  • 029a525 Added react 17 support
  • 694d425 fix #833 by changing stale link from README.md
  • 9ca3626 [fixed] add aria-modal attribute
  • b2e58e7 [fixed] extra 'p' character in index.md
  • 94ad567 [fixed] don't access ReactDOM.createPortal if DOM not available
  • 421a1c8 chore(lint): run lint.
  • c797e9a [added] Added custom overlayElement and contentElement.
  • fa98fcc [fixed] check before react-modal removal from parent element that parent has it
  • ff0a7f5 [added] a preventScroll prop
  • 2ea6d44 Add '--save'
  • eea891c Update package.json
  • 6417a6a fixed(chore): update packages.
  • bd07d56 Adds testId prop and useage to documentation
  • 4a120a9 fix linting
  • 206cfe6 ensure focus does not scroll the modal
  • 9a4dde5 [fixed] - Fix broken links of codepen in examples in docs

3.11.2 - Tue, 25 Feb 2020 21:49:35 UTC

  • 8cd47cd fixed: update package.json version.
  • bb76272 fixed: rules' execution order.
  • 83c8c23 fixed: when building, use test single run rule.
  • c6c4d8c fixed: removed build and version rules since they were simplified.
  • 83c5e29 fixed: makefile rule to check the working tree.
  • 5fdcfdd [fixed] set correct URL for codepen setAppElement example
  • 8efaa37 [chore] forgot to remote book.json.
  • f7e96f3 [fixed] sync package-lock.json.
  • 4abbc0a [fixed] passing lint.
  • dc57795 [chore] fixed rule to check if repository is dirty.
  • b9cbd40 [chore] rewrite CHANGELOG.
  • e5fe406 [chore] moving documentation to mkdocs.
  • 525c35c [chore] moving webpack scripts to scripts folder.
  • aa822be [chore] it's not necessary to make chunks when running the examples.
  • eb20444 [fixed] Focus trap when reentering document (#742) (#791)
  • 98dd5be [Chore] Update README (example with React Hooks).
  • cec8833 fixed: using variable before declaration...
  • 5dffbf2 [fixed] Call parent.removeChild only if parent exists (#778)

3.11.1 - Fri, 25 Oct 2019 21:02:39 UTC

  • ee1a363 chore: update webpack* versions.
  • 4ac3ff4 [added]: pass overlay and content element references to onAfterOpen fn (#741)
  • 9be00a9 [fixed] some untabbable elements are being returned from findTabbable (#774)
  • 4dd25ac chore: changed xvfb to a service.
  • 2d4f231 chore: changed xvfb to a service.

3.10.1 - Wed, 21 Aug 2019 20:50:38 UTC

  • 8a71f71 [fixed] onAfterClose prop falsly called on unmount
  • 1b80146 Revert "Merge pull request #766 from reactjs/dependabot/npm_and_yarn/webpack-dev-server-3.1.11"
  • 43e2296 Revert "[chore] run npm audit fix"
  • 0b56049 Revert "[chore] cleanup readme"
  • a428d83 [chore] cleanup readme
  • b0eb17f [chore] run npm audit fix
  • 9a6edf9 Merge pull request #766 from reactjs/dependabot/npm_and_yarn/webpack-dev-server-3.1.11
  • 8f4ea54 Bump webpack-dev-server from 2.11.5 to 3.1.11

3.9.1 - Sun, 14 Jul 2019 16:53:00 UTC

  • c747c24 [added] Added an id prop, applied to the modal dialog (content) (#765)

3.8.2 - Sun, 30 Jun 2019 20:48:49 UTC

  • 9fe84df Update warning to v4
  • 6ff8d85 [fixed] Local development environment (#754)
  • a2838bb [chore] update webpack-dev-server dependency.
  • ec3f749 fix item index
  • d56e295 fix can't close Modal B

3.8.1 - Wed, 19 Dec 2018 00:57:38 UTC

  • 988f55a [added] Introduce onAfterClose callback prop (#724)

3.7.1 - Mon, 10 Dec 2018 13:13:29 UTC

  • 2ae092a [fixed] Allow empty classNames for body (#720)
  • 8d8f476 React-Modal: chromeHeadless use
  • fc53400 [fixed] Allow ReactDOM.createPortal to be mocked in tests
  • 6a6bcf7 [fixed] Render testId property
  • 1b561fc [fixed] if tabbable element is undefined, focus head or tail based on shiftKey
  • 86632aa [fixed] check if element exists before focusing in scopeTab helper

3.6.1 - Tue, 25 Sep 2018 11:53:39 UTC

  • a2c38cc [fixed] set default role for accessibility
  • 921358e Add explicit comments as suggested in PR review
  • 3d74c1b Update doc to inform v3 users about close transition
  • 1e349c0 [fixed] remove aria-modal attr to prevent browser bugs

3.5.1 - Wed, 04 Jul 2018 10:23:09 UTC

  • c3e06ab [added] additional data attributes.
  • e5a80d6 [fixed] portal node will be reparented if necessary on props change

3.4.5 - Fri, 01 Jun 2018 11:11:50 UTC

  • 2bf2dd2 chore: update Makefile.
  • 73893a2 [fixed] Safety check for SSR (#668)
  • 5f92df7 very small spelling correction in comment
  • 92cae36 [chore] don't allow publish if branch is not master.

3.4.4 - Mon, 23 Apr 2018 23:09:20 UTC

  • 2e619b9 [chore] fix incorrect path for module in package.json.

3.4.3 - Mon, 23 Apr 2018 23:07:56 UTC

  • 35c56e6 [chore] fix incorrect path for module in package.json.

3.4.2 - Thu, 19 Apr 2018 09:17:14 UTC

  • 529ca33 Add testId prop for use as a test hook
  • e294dc7 [added] Add module field to package json
  • d8fe0dd Added default prop for defaultStyles property

3.4.1 - Tue, 17 Apr 2018 09:50:04 UTC

  • 2132488 Add eslint rule to disallow importing devDependencies in lib sources
  • 4887c69 Move react-lifecycles-compat to dependencies and upgrade it to v3
  • f748406 Remove cWRP usage in ModalPortal
  • e91d59a Fix lifecycle method usages in Modal
  • 0dd7805 [chore] update the pull request template...
  • fa8e33c removed un-safe lifecycle methods componentWillMount and componentWillUpdate. Implemented getDerivedStateFromProps and getSnapshotBeforeUpdate lifecycle methods using react-lifecycles-compat polyfill.
  • d8c3dad [fixed] mouse up event on overlay triggered the closing of the modal
  • d6f3463 [chore] Update transitions.md (#635)
  • fa87046 [Chore] update README.md: added description for setting app element

3.3.2 - Mon, 12 Mar 2018 22:16:58 UTC

  • eb1ac25 [chore] update list of files that shouldn't be packed.
  • d8051f9 [chore] improve documentation for shouldCloseOnOverlayClick.
  • 9012d81 [chore] add to docs the default value of the html class option.

3.3.1 - Wed, 21 Feb 2018 09:54:52 UTC

  • 0c6d966 [added] htmlOpenClassName will follow the same rules like... bodyOpenClassName.
  • 088e68e [added] add class to html when modal is open
  • e6159b6 [chore] Fix README table of contents
  • 241b8a6 [chore] Move API documentation from README to gitbook
  • 4c1e590 Expand documentation

3.2.1 - Thu, 15 Feb 2018 09:07:59 UTC

  • 0809958 [added] ref for overlay and content
  • 61b141d Fix minor typos in spec

3.1.13 - Fri, 09 Feb 2018 10:28:38 UTC

  • 700a28a [fixed] Tab focus escapes modal on shift + tab after opening

3.1.12 - Mon, 05 Feb 2018 08:35:24 UTC

  • 6c4d4ad [fixed] management of aria-hidden attribute decoupled from the management of the body open class
  • 93b2c05 [chore] Bump bootstrap example to use 4.0 release
  • 0bd1505 [chore] edits style doc
  • c7c928c [chore] updates style page
  • f5b9c11 [chore] updates README - styles

3.1.11 - Tue, 16 Jan 2018 12:45:23 UTC

  • 3256671 [fixed] when ModalPortal is clicked, shouldClose is true if shouldCloseOnOverlayClick is true.

3.1.10 - Tue, 19 Dec 2017 17:42:30 UTC

  • 9a3542a [fixed] stop propagating ESC key event.

3.1.9 - Tue, 19 Dec 2017 17:36:51 UTC

  • b2c347b [fixed] stop propagating ESC key event.

3.1.8 - Tue, 12 Dec 2017 20:45:35 UTC

  • eb5ea07 [fixed] check if focusLaterElements is empty before popping

3.1.7 - Mon, 04 Dec 2017 14:23:04 UTC

  • 22e8b23 [fixed] ignore .babelrc when publishing to npm.
  • 5693a40 [chore] typo on word (#574)

3.1.6 - Thu, 30 Nov 2017 10:25:02 UTC

  • 0122238 [chore] added badge to react-modal gitter channel.
  • c925763 remove code climate badge from readme.
  • 38dc8f9 [fixes] don't set aria-hidden if appElement is not defined.

3.1.5 - Mon, 27 Nov 2017 19:57:33 UTC

  • cae99d9 [fixed] shouldCloseOnOverlayClick conflict with text inputs.

3.1.4 - Fri, 24 Nov 2017 14:27:40 UTC

  • c1e535f [chore] changelog writer.
  • a296627 fix: prevent mouse event when shouldCloseOnOverlayClick = false.
  • cba31dd Update on_request_close.md

3.1.3 - Wed, 22 Nov 2017 16:38:06 UTC

  • c434e84 [fixed] Respect overflow css property when determining whether or not a tabbable node is hidden

3.1.2 - Mon, 06 Nov 2017 19:56:00 UTC

  • 3c86e2d [fixed] shouldFocusAfterRender and shouldReturnFocusAfterClose flags.
  • 0f2bf9e [fixed] corretly walk when using TAB.
  • 5cf9326 Update README.md
  • cdcc1cb [chore]: fixed changelog generator.

3.1.0 - Wed, 25 Oct 2017 14:26:17 UTC

  • 42d724c [added] shouldReturnFocusAfterClose to control focus.
  • 400ac13 [chore] make sure all tests meet line-length requirement.
  • 18a15eb [fixed] correct property name shouldFocusAfterRender.

3.0.4 - Wed, 18 Oct 2017 19:55:15 UTC

  • 5ec0f7f [fixed] Removes body classNames after the modal is closed.
  • 1fb33d9 [chore] run tests only on node 8.
  • 59fbdb3 [chore] specifiy the object when overriding class names.

3.0.3 - Sat, 14 Oct 2017 17:38:38 UTC

  • 32441c3 [fixed] Issue #526 Import PropTypes as default import.

3.0.2 - Sat, 14 Oct 2017 12:04:40 UTC

  • 1d495a6 [fixed] Add shouldCloseOnEsc prop
  • d98f091 [chore] update CHANGELOG.md
  • 95f628a [chore] fix prettier linting after merge issue
  • 47d0d87 [chore] prettier all the things
  • c0620e0 [chore] Use babel-preset-env instead of babel-preset-es2015
  • 2a05bd8 [chore] Updated eslint and a few related deps
  • b3701f6 [fixed] Issue #526 Import PropTypes as default import.

3.0.0 - Fri, 06 Oct 2017 13:29:20 UTC

  • d0f242b Merged next into master.
  • de3c039 [chore] remove warning about injectCSS.
  • f77b53e [chore] use canUseDOM from exenv.
  • 4fa5628 [fixed] Drag stop (mouseup) on Overlay closes Modal
  • a712d88 [chore] update README.md installation for react 16 support.
  • f9a2f3f [chore] update README.md.

3.0.0-rc2 - Wed, 04 Oct 2017 13:30:44 UTC

  • 1260850 [fixed] backward compatibility with previous react versions.

3.0.0-rc1 - Wed, 04 Oct 2017 10:34:47 UTC

  • d25563c [fixed] check for both window and document.createElement.
  • 2b835d6 [fixed] typeof returns a string (canUseDOM).

3.0.0-alpha - Wed, 04 Oct 2017 03:58:27 UTC

  • b942504 [feature] initial support for react 16.

2.4.1 - Fri, 06 Oct 2017 12:09:11 UTC

  • 4fa5628 [fixed] Drag stop (mouseup) on Overlay closes Modal
  • a712d88 [chore] update README.md installation for react 16 support.
  • f9a2f3f [chore] update README.md.

2.3.3 - Wed, 04 Oct 2017 01:59:57 UTC

  • ace2bf0 [chore] added babel-cli to compile and fix dist configuration.
  • 876972b [chore] removed depencendy 'react-dom-factory'.
  • 73db6dd [chore] improve examples style.
  • 8970956 [chore] remove code climate yml.
  • d896241 [chore] fix multiple modal example.
  • ce2b34e [chore] added example with react-router.
  • 16c3dce [chore] update dependencies, lint rules and refactor tests.
  • 13dfc4e [chore] update tests.
  • ba81894 Remove required flag from contentLabel propType in Modal
  • f007aeb [chore] Update description for onRequestClose.

2.3.2 - Wed, 06 Sep 2017 16:10:27 UTC

  • 54c59c5 Export default property in CommonJS and global object
  • ba526cf [chore] fix changelog generator.

2.3.1 - Tue, 05 Sep 2017 16:18:41 UTC

  • 93256e9 [added] Don't focus after render if we don't want to
  • 2adb45d [chore] update readme syntax flavour to jsx

2.2.4 - Mon, 14 Aug 2017 09:41:39 UTC

  • fafa127 typo fix
  • fe1983b fix #466: Dragging inside modal and release outside of modal closes the modal

2.2.3 - Thu, 10 Aug 2017 19:27:47 UTC

  • 1caabed [fixed] Uncaught TypeError: Cannot read property 'state' of null when unmouting
  • 92c23b5 [chore] Mention shouldCloseOnOverlayClick dependency
  • a2d5c4e [chore] allow latest version for exenv dependency

2.2.2 - Tue, 11 Jul 2017 14:20:29 UTC

  • 9076eb7 [added] Support using multiple document.body classes
  • 581be77 [chore] added test for default parentSelector.
  • e56c414 [chore] Return null for portal when modal is closed

2.2.1 - Fri, 30 Jun 2017 09:22:10 UTC

  • 7301aa7 [chore] Change 'a11y' to 'accessibility' in README.md
  • f47e79d [fixed] Modal.removePortal not called when using closeTimeoutMS
  • f386aa4 [chore] added more examples.

2.2.0 - Wed, 28 Jun 2017 18:56:24 UTC

  • 67ee9f5 [added] allow users to pass aria-* attribute.
  • 6f73764 [chore] update installation documentation.

2.1.0 - Mon, 26 Jun 2017 22:11:54 UTC

  • 1baebf4 [change] Track open body className appropriately

2.0.7 - Sun, 25 Jun 2017 17:44:29 UTC

  • d1fe05e [chore] use local babel instead of requiring a global installation.
  • bb69a91 [chore] improvements on readme testing section.
  • c2f582f [chore] fix typo.
  • f8edc2b [fixed] improvements on setAppElement...
  • 5641f40 [chore] update installation section.
  • ae258ec [chore] removing active development section.
  • f5d95e2 Add codesandbox link to the ISSUE_TEMPLATE

2.0.6 - Tue, 20 Jun 2017 11:23:30 UTC

  • 1676259 removing trailing space. (#2)
  • 07a2753 [fixed] check if the modal content is available when async update... (#1)
  • cb6504c [fixed] Use bound ref functions
  • 7da6ec8 [fix] Unnecessary renders when modal is closed
  • 648cc2f [fixed] update script path on bootstrap example.
  • 6c780ae Update react-addons-test-utils to react-dom/test-utils
  • 385a8eb Update react dependencies
  • 8480042 [chore] cache yarn when running on travis-ci.
  • 8d87599 [chore] added documentation for development.
  • aaeb310 [chore] added patterns on .gitignore.
  • 4ec7184 [chode] Add table of contents
  • 96fdb90 [chore] don't test on node versions < 6.x.y.
  • 20fcdc3 [chore] update README.md.
  • 4b57b2a [chore] added script to regenerate all the changelog.
  • 21dc212 [chore] ask before publishing...
  • 2af9b89 chore] improve publish docs commands.

2.0.2 - Fri, 16 Jun 2017 13:10:06 UTC

  • c1dc7fd change PropTypes.String to PropTypes.string

2.0.1 - Fri, 16 Jun 2017 11:30:58 UTC

  • 435ab91 Update eslint config so it should pass
  • b1a28a4 remove yarn.lock per comment
  • 389a8fa Address review comments
  • ab11c36 [fixed] removing 'es' for now.
  • 2f0a1a9 [fixed] added rules to compile on Makefile.
  • e921de8 [fixed] use the correct babel presets combination.
  • 92ccf1d Additional changes to support move from src to lib
  • 138f8ef Remove unnecessary comma
  • e36336a Update yarn.lock
  • d08b96e Create es and commonjs separate build steps
  • d024d3a Transform based on env
  • 4704fa7 Remove unnecessary react-create-class dependency
  • a6422f6 Use ES module for top level export
  • c05e88d Move lib to src so we can use lib for build output

2.0.0 - Thu, 15 Jun 2017 18:16:21 UTC

  • 0374b6b [chore] update makefile to run coverage.
  • ba2c124 [chore] passing lint...
  • a5cc01b Use callback ref in readme
  • 933f3a4 Modify the sample code to es2015 syntax in README.md (#295)
  • 8059ded Updates License (#303)
  • 315d1e1 Add code climate and code coverage
  • 1c326a1 Add Linting (#293)
  • d2fbe55 [chore] added babel stage-2 preset.

1.9.7 - Thu, 15 Jun 2017 13:28:17 UTC

  • df14528 Added cross-env to run tests on windows

1.9.6 - Thu, 15 Jun 2017 00:57:18 UTC

  • 91e1a67 Remove deprecation warning in react 15.6.0 about React.DOM.noscript
  • 937f835 [chore] removing unnecessary file.

1.9.5 - Wed, 14 Jun 2017 22:57:03 UTC

  • 3139e85 [added] refresh portalClassName on componentWillUpdate

1.9.4 - Tue, 13 Jun 2017 10:12:34 UTC

1.9.3 - Tue, 13 Jun 2017 09:21:26 UTC

  • 28ecc0b [fixed] compatibility with unstable_handleError.

1.9.2 - Mon, 12 Jun 2017 21:05:11 UTC

  • a61f73c fix react proptypes warning

1.9.1 - Mon, 12 Jun 2017 16:27:34 UTC

  • a12246e [changed] use object className and overlayClassName prop to override...

1.8.1 - Mon, 12 Jun 2017 12:37:12 UTC

  • e5bb415 [change] allow to customize the react-modal document.body open class.

1.7.13 - Mon, 12 Jun 2017 10:26:34 UTC

  • 3bc4719 [chore] refactoring tests...

1.7.12 - Fri, 09 Jun 2017 22:27:37 UTC

  • 4b69478 [chore] clean publish resources before start...
  • 00ea6fe [chore] refactor and clean up build system.

1.7.11 - Thu, 08 Jun 2017 16:47:56 UTC

  • a3f69d5 [chore] add travis ci build status on README.md.

1.7.10 - Thu, 08 Jun 2017 16:43:41 UTC

  • 651ce99 [chore] prevent publish if an error occur.

1.7.9 - Thu, 08 Jun 2017 12:59:39 UTC

  • 99c7e32 [fixed] use Object.assign for now.

1.7.8 - Thu, 08 Jun 2017 01:45:46 UTC

  • 14a2fd0 [chore] improving build and publish pipeline.

1.7.7 - Tue, 18 Apr 2017 07:40:29 UTC

  • 889ffde [fixed] Removed additional es2015 causing problems

1.7.6 - Thu, 13 Apr 2017 08:41:16 UTC

  • 048ef2d [fixed] remove additional es2015 from refCount

1.7.5 - Thu, 13 Apr 2017 08:20:34 UTC

  • 1db0ee1 [fixed] remove es2015 from v1 branch

1.7.4 - Thu, 13 Apr 2017 07:37:19 UTC

  • 86987d5 Use create-react-class to avoid React.createClass deprecations
  • 16efd72 Use prop-types
  • e579a0d [fix] keep references of modals.

1.7.3 - Mon, 13 Mar 2017 19:22:00 UTC

  • e1df119 [fixed] remove portal context in timeout (#353)

1.7.2 - Wed, 08 Mar 2017 20:59:52 UTC

  • 185f2b0 Remove .bind(this) from removePortal call

1.7.1 - Thu, 02 Mar 2017 07:49:30 UTC

  • a1d29c6 [fixed] rewrite removePortal as es5 function

1.7.0 - Wed, 01 Mar 2017 20:54:08 UTC

  • fb3eb5e [chore] use afterEach to cleanup modals automatically.
  • ea4f37a [fixed] respect closeTimeoutMS during unmount
  • f6768b7 [change] improve reliability on focus management.
  • 4232477 [fixed] Enable click to close in iOS (#301) (#304) (#313)

1.6.5 - Sat, 31 Dec 2016 10:14:28 UTC

  • c50f19a [fixed] Add file extention to entry point (#294)
  • f22c206 Add v2 development info
  • 426f5e4 Update testing setup
  • 945919d Ignore the _book directory
  • ff23603 Move documentation site to GitBook
  • 08bf920 [fixed] closeTimeoutMS doesn't work without onRequestClose (#278)
  • 6c68e95 Update CHANGELOG.md

1.6.4 - Wed, 14 Dec 2016 22:48:59 UTC

  • ad0b071 Bumps lodash.assign to 4.2.0 (#277)
  • 694cb87 [fixed] updated references from rackt to reactjs. (#244)
  • 1dea51d Update travis build matrix
  • e50dc70 Update CHANGELOG.md

1.6.3 - Mon, 12 Dec 2016 07:03:43 UTC

  • a2e5952 [docs] added required props info to README (#274)
  • f460c10 Update CHANGELOG.md

1.6.2 - Sun, 11 Dec 2016 10:32:03 UTC

1.6.1 - Tue, 06 Dec 2016 10:16:10 UTC

  • 62d87e1 [fixed] Remove arrow function from ES5 source

1.6.0 - Tue, 06 Dec 2016 08:09:25 UTC

  • de14816 [added] Ability for modal to be appended to arbitrary elements (#183)
  • 3fdc672 Ensure aria-hidden on appElement is reset on unmount
  • e9fd43d Document ReactModal__Body--open so people dare to use it
  • 3d8e5a0 [added] Add contentLabel prop to put aria-label on modal content

1.5.2 - Sat, 08 Oct 2016 08:29:09 UTC

  • d78428b [fixed] Remove remaining reference to role dialog
  • b09cdf9 Update CHANGELOG.md

1.5.1 - Fri, 07 Oct 2016 22:11:39 UTC

1.5.0 - Fri, 07 Oct 2016 20:18:52 UTC

  • 919daa3 [fixed] Remove the default aria role dialog
  • c8106f2 Update ModalPortal.js (#228)
  • 2e806c7 [added] Make modal portal have the dialog role (#223)
  • abe88a8 installation instructions (#227)
  • 5429f7c [fixed] Don't steal focus from a descendent when rendering (#222)
  • 8e767e9 [fixed] Add react-dom as a peer dependency
  • ff09b49 [fixed] Close modal when mouseDown and MouseUp happen only on the overlay (#217)
  • 6550b87 Revert "[fixed] Dont change body class if isOpen not change (#201)"
  • 8e5f5b7 [fixed] Fix incorrect details in the README
  • e5b0181 [added] ability to change default 'ReactModalPortal' class (#208)
  • 1e29e4f [fixed] Dont change body class if isOpen not change (#201)
  • d347547 [fixed] Updates webpack distribution config to reference the correct externals (#210)
  • f0933fd [doc] fix onRequestClose callback in Usage (#195)

1.4.0 - Thu, 30 Jun 2016 13:12:02 UTC

  • 13bd46e [fixed] clear the delayed close timer when modal opens again. (#189)
  • 70d91eb [fixed] Add missing envify npm dependency. Closes #193 (#194)

1.3.0 - Tue, 17 May 2016 10:04:50 UTC

  • 9089a2d [fixed] Make the modal portal render into body again (#176)
  • e9aff7a Update PULL_REQUEST_TEMPLATE.md

1.2.1 - Sat, 23 Apr 2016 13:09:46 UTC

  • aa66819 [fixed] Removes unneeded sanitizeProps function (#169)

1.2.0 - Thu, 21 Apr 2016 16:02:02 UTC

  • 18f5eae fix typo in README 📝 (#168)
  • a10683a [fixed] Make the non-minified dist build present again (#164)
  • 04db149 [added] Propagate event on close request (#91)

1.1.2 - Mon, 18 Apr 2016 20:36:05 UTC

  • 4509133 [fixed] moved sanitizeProps out of the render calls. (#162)
  • 25c1dad Update changelog for 1.1.1

1.1.1 - Thu, 14 Apr 2016 23:30:45 UTC

  • f1555d9 Merge branch 'development-improvements'
  • 9823bc5 Use -p flag in webpack for minification and exclude externals react and react-dom (#159)
  • 72c8498 Move to using webpack for building the library

1.1.0 - Tue, 12 Apr 2016 07:03:08 UTC

  • 6c03d17 [added] trigger onAfterOpen callback when available. (#154)
  • 7cf8463 [doc] Update docs to include details about CSS classes

1.0.0 - Fri, 08 Apr 2016 23:03:25 UTC

  • 7af8ee5 Update README.md to include testing gotchas (#136)
  • e4be332 Add extra information for contributors (#143)
  • 4e2447a [changed] Updated to add support for React 15 (#152)
  • 0d4e600 [added] module for default style
  • cf70338 Avoid stopPropagation
  • f9871c6 Merge pull request #94 from apprennet/remove-body-class-unmount
  • cb53bca [fixed] Remove ReactModal__Body--open class when unmounting Modal
  • fe46c63 Merge pull request #108 from evoyy/pr/override-anchor-to-document-body
  • b5e38cf Merge pull request #141 from everdimension/fix-no-tabbable-focus
  • c844719 keep focus on modal if no tabbable elements are within it
  • e8749dd Merge pull request #128 from dorsha/master
  • 93c73f3 Merge pull request #140 from everdimension/add_missing_webpack_dependency
  • d732041 add missing webpack devDependency
  • 6282c3e Added the ability to decide whether the modal should be closed when clicking the overlay area. This is an important ability since in some cases we don't want the modal to be closed when users are clicking outside. Added tests and README instructions.
  • 23eee3b Merge pull request #120 from evoyy/pr/bugfix_empty_tabbable_array
  • 471ef4c Handle case when no tabbable element exists
  • c13fed9 Restore Modal.setAppElement() functionality
  • 06ebde2 Merge pull request #121 from evoyy/pr/listen-on-all-interfaces
  • 597882d Merge pull request #123 from evoyy/pr/fix_example_css_for_firefox
  • 980ad5d Merge pull request #132 from shunjikonishi/shunjikonishi-patch-1
  • bc58b9c Merge pull request #100 from claydiffrient/bugfix/classes-take-precedence
  • ef02e29 Prevent default behavior of ESC key
  • 7f631bd Update README.md
  • aac1841 CSS transform for non-Webkit browsers
  • 3e89412 dev server listens on all interfaces
  • 63bee72 [fixed] Custom classnames override default styles

0.6.1 - Fri, 23 Oct 2015 12:03:54 UTC

  • e20595e Merge pull request #87 from flskif/master
  • 5705b85 Ignore react-dom in build

0.6.0 - Wed, 21 Oct 2015 15:39:48 UTC

  • cd4dd21 Merge pull request #85 from miracle2k/master
  • 5c59b9f Use renderSubtreeIntoContainer to keep context.
  • c7153d1 Merge pull request #84 from existentialism/typos
  • 78fa9bd fix a couple typos
  • acdcb7c Merge pull request #83 from roth1002/feature/react-14
  • 4b3b885 move exenv to dependencies
  • c107d02 Merge pull request #81 from roth1002/feature/react-14
  • 7e12d8a Modify spec Readme.md example to use ReactDOM.render to replace React.render
  • 496bb0b upgrade react 0.14
  • 920d421 Merge pull request #70 from dinodsaurus/master
  • 4c8ed91 imporved env check
  • 33d47db added suport for isomorphic rendering

0.5.0 - Tue, 22 Sep 2015 13:19:44 UTC

  • 408329f Updating dependencies
  • b24bc4b Merge pull request #65 from web2style/master
  • 6b50f7b Merge pull request #58 from jackofseattle/fix/NoMoreInjectCSS
  • 4d25989 [added] Inline CSS for modal and overlay as well as props to override. [changed] injectCSS has been changed to a warning message in preperation for a future removal. lib/components/Modal.js [changed] setAppElement method is now optional. Defaults to document.body and now allows for a css selector to be passed in rather than the whole element.
  • acd3c65 Merge pull request #53 from ewiner/master
  • 9e092ae Merge pull request #52 from DelvarWorld/noscript
  • 8ccf23a Merge pull request #63 from basarat/patch-1
  • 9bd8f68 Update peerDependencies
  • 9545427 📝 link to demos
  • 02cf2c3 [fixed] Clear the closeWithTimeout timer before unmounting
  • 85a13b8 Returning noscript tag instead of null
  • 0d5e76a Updating README

0.3.0 - Wed, 15 Jul 2015 00:17:24 UTC

  • adecf62 [added] Class name on body when modal is open
  • 0e94233 Updating dependencies
  • 3938e55 Merge pull request #42 from claydiffrient/patch-1
  • 669f3a8 Merge pull request #39 from wisely0515/ie8-support
  • fbb07d4 Moves classnames to dependencies
  • 278b9ba fixed 'unknow runtime error' ie IE8

0.2.0 - Fri, 08 May 2015 23:16:40 UTC

  • 1a51bf8 Merge pull request #31 from maisano/patch-1
  • 494d7d2 Merge pull request #28 from peterjmag/use-classnames-module
  • e06e801 Merge pull request #22 from misuba/bugfix/server-clean
  • 1829f43 Merge pull request #27 from claydiffrient/master
  • e898b6b Check if modalElement exists in handleFocus.
  • 930c4ca Use classnames instead of react/lib/cx.
  • f5fe537 [added] Ability to specify style for the modal contents
  • 6887b00 Shim the possibly-absent HTMLElement

0.1.1 - Tue, 31 Mar 2015 09:56:47 UTC

  • bb57045 Merge pull request #19 from amccloud/patch-2
  • 10e9582 Merge pull request #18 from amccloud/patch-1
  • f86de0a [fixed] shift+tab closes #23
  • bb218ca ignore node_modules
  • c464368 Check for addEventListener before tying to use to support IE 8
  • 63b6828 Remove trailing commas for IE8 support

0.1.0 - Thu, 26 Feb 2015 10:14:27 UTC

  • db8b725 Merge pull request #16 from arasmussen/master
  • 1b8e2d0 [fixed] ModalPortal's componentWillReceiveProps

0.0.7 - Fri, 02 Jan 2015 23:44:47 UTC

  • ea31beb Using shared stylesheet
  • 8e01b27 Renaming example
  • 399b386 Merge pull request #8 from leoasis/update_react_version
  • a8faa92 Fixing paths so they work on gh-pages
  • 1024026 Fixing paths so they work on gh-pages
  • 2d62f51 Adding default example
  • 4a85cd2 Update to React 0.12. Fix warnings.

0.0.6 - Wed, 03 Dec 2014 14:24:45 UTC

0.0.5 - Thu, 13 Nov 2014 11:55:47 UTC

  • edd0dc7 Merge pull request #12 from cavneb/example-bootstrap
  • e5cb4e2 Bootstrap-style modal example
  • b15aa82 [added] Supporting custom className
  • b7a38de [fixed] Warning caused by trying to focus null element closes #11
  • 2ac5290 Better solution for applying focus

0.0.4 - Tue, 11 Nov 2014 09:08:14 UTC

  • ebcc11f s/script/scripts/
  • 278cfbc Merge pull request #10 from rackt/bug-9
  • 9616a8c Removing console.log
  • e57bab5 [fixed] Issue with focus being lost - closes #9
  • 07541b3 example displaying bug
  • 31c160d switch to web pack dev server for examples

0.0.3 - Fri, 31 Oct 2014 13:25:20 UTC

  • cf3e57a Merge pull request #5 from leoasis/fix_main_package_json
  • 5ea6651 Fix main entry point in package.json
  • 2277726 Merge pull request #1 from claydiffrient/master
  • 8f7cefd Updates keyboard handling to use keyCode
  • de0b661 slightly less junky README
  • cde1572 hang on people, just hang on.

0.0.2 - Wed, 24 Sep 2014 20:36:47 UTC

0.0.1 - Wed, 24 Sep 2014 16:26:40 UTC