All Versions
113
Latest Version
Avg Release Cycle
74 days
Latest Release
165 days ago

Changelog History
Page 3

  • v3.4.2 Changes

    April 19, 2018
    • โœ… [529ca33](../../commit/529ca33) Add testId prop for use as a test hook
    • ๐Ÿ“ฆ [e294dc7](../../commit/e294dc7) [added] Add module field to package json
    • ๐Ÿ’… [d8fe0dd](../../commit/d8fe0dd) Added default prop for defaultStyles property
  • v3.4.1 Changes

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

    March 12, 2018
    • โšก๏ธ [eb1ac25](../../commit/eb1ac25) [chore] update list of files that shouldn't be packed.
    • ๐Ÿ“š [d8051f9](../../commit/d8051f9) [chore] improve documentation for shouldCloseOnOverlayClick.
    • 0๏ธโƒฃ [9012d81](../../commit/9012d81) [chore] add to docs the default value of the html class option.
  • v3.3.1 Changes

    February 21, 2018
    • [0c6d966](../../commit/0c6d966) [added] htmlOpenClassName will follow the same rules like... bodyOpenClassName.
    • [088e68e](../../commit/088e68e) [added] add class to html when modal is open
    • [e6159b6](../../commit/e6159b6) [chore] Fix README table of contents
    • ๐Ÿ“š [241b8a6](../../commit/241b8a6) [chore] Move API documentation from README to gitbook
    • ๐Ÿ“š [4c1e590](../../commit/4c1e590) Expand documentation
  • v3.2.1 Changes

    February 15, 2018
    • [0809958](../../commit/0809958) [added] ref for overlay and content
    • โœ๏ธ [61b141d](../../commit/61b141d) Fix minor typos in spec
  • v3.1.13 Changes

    February 09, 2018
    • ๐Ÿ›  [700a28a](../../commit/700a28a) [fixed] Tab focus escapes modal on shift + tab after opening
  • v3.1.12 Changes

    February 05, 2018
    • ๐Ÿ›  [6c4d4ad](../../commit/6c4d4ad) [fixed] management of aria-hidden attribute decoupled from the management of the body open class
    • ๐Ÿš€ [93b2c05](../../commit/93b2c05) [chore] Bump bootstrap example to use 4.0 release
    • ๐Ÿ’… [0bd1505](../../commit/0bd1505) [chore] edits style doc
    • ๐Ÿ’… [c7c928c](../../commit/c7c928c) [chore] updates style page
    • ๐Ÿ’… [f5b9c11](../../commit/f5b9c11) [chore] updates README - styles
  • v3.1.11 Changes

    January 16, 2018
    • ๐Ÿ›  [3256671](../../commit/3256671) [fixed] when ModalPortal is clicked, shouldClose is true if shouldCloseOnOverlayClick is true.
  • v3.1.10 Changes

    December 19, 2017
    • ๐Ÿ›  [9a3542a](../../commit/9a3542a) [fixed] stop propagating ESC key event.
  • v3.1.9 Changes

    December 19, 2017
    • ๐Ÿ›  [b2c347b](../../commit/b2c347b) [fixed] stop propagating ESC key event.