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

Changelog History
Page 1

  • v3.16.1 Changes

    October 17, 2022
    • โœ… [840a0f6](../../commit/840a0f6) Add tests
    • โช [742e9f5](../../commit/742e9f5) [fixed] Revert changes to test helpers
    • ๐Ÿ›  [28ea6b5](../../commit/28ea6b5) [fixed] Fix missing returns in keydown helpers
    • ๐Ÿ›  [15e0711](../../commit/15e0711) [fixed] address review comments
    • ๐Ÿ›  [f3a19fc](../../commit/f3a19fc) [fixed] switched from KeyboardEvent.keyCode to KeyboardEvent.code
    • [aca5261](../../commit/aca5261) fixing element with display 'contents' is visible and is tabbable
    • โšก๏ธ [df0665e](../../commit/df0665e) update broken build badge
    • ๐Ÿ›  [9bf0d4f](../../commit/9bf0d4f) [fixed]: css class added to root document in iframe
  • v3.15.1 Changes

    April 11, 2022
    • [8395a21](../../commit/8395a21) allow react 18 as peer dependency
    • ๐Ÿ‘ [68af7ec](../../commit/68af7ec) [added] tabbable support for iframes
    • ๐Ÿ“„ [28986ea](../../commit/28986ea) Fix typo in docs
  • v3.14.4 Changes

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

    June 15, 2021
    • โšก๏ธ [b33923a](../../commit/b33923a) [changed]: Updated and formatted example in README
    • ๐Ÿ›  [0847049](../../commit/0847049) [fixed] Cancel requested animation frame on unmount.
    • [fc76b0c](../../commit/fc76b0c) [chore] added link to the discussion for react-modal v4.
    • ๐Ÿš€ [0d99156](../../commit/0d99156) [chore] Don't allow mkdocs.yml be included on releases.
  • v3.14.2 Changes

    June 01, 2021
    • ๐Ÿš€ [172879e](../../commit/172879e) [chore] Don't allow .log in on releases.
  • v3.14.1 Changes

    June 01, 2021
    • ๐Ÿ‘• [fc62ab1](../../commit/fc62ab1) Fixing lint error and PR suggestion change to use double quotes
    • ๐Ÿ‘• [ce94d86](../../commit/ce94d86) Working on lint error
    • ๐Ÿ’… [7e732d7](../../commit/7e732d7) Wrapping getComputedStyle in try catch per PR review
    • ๐Ÿ’… [31d59b2](../../commit/31d59b2) Adding a check to see if the element is a prototype of Element before getting the computed style
    • ๐Ÿ›  [827796d](../../commit/827796d) [fixed] Ensure after-open css transitions work in Safari 14 & Mobile Safari
    • ๐Ÿ”’ [76df16b](../../commit/76df16b) [chore] regenerate package-lock.
    • [4fbe228](../../commit/4fbe228) bump prop-types to 15.7.2
    • โšก๏ธ [a5f959a](../../commit/a5f959a) [chore] update packages.
    • โœ… [8050773](../../commit/8050773) [chore] clean up all element leaks between tests.
  • v3.13.1 Changes

    April 13, 2021
    • โšก๏ธ [5832904](../../commit/5832904) Updated README.md
    • ๐Ÿšš [d7083c5](../../commit/d7083c5) [added] docs note about setAppElement not pruning removed nodes
    • ๐Ÿ‘ [e1807ce](../../commit/e1807ce) [added] support Array, HTMLCollection and NodeList values for appElement
    • [c9d8e2d](../../commit/c9d8e2d) Bump ini from 1.3.5 to 1.3.8
    • ๐Ÿ“š [8d4ef84](../../commit/8d4ef84) fixed(documentation): jsx-lexer now requires to generate a css file...
    • ๐Ÿ“š [ab8c44c](../../commit/ab8c44c) fixed(documentation): link to app-element on index.
  • v3.12.1 Changes

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

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

    October 25, 2019
    • โšก๏ธ [ee1a363](../../commit/ee1a363) chore: update webpack* versions.
    • [4ac3ff4](../../commit/4ac3ff4) [added]: pass overlay and content element references to onAfterOpen fn (#741)
    • ๐Ÿ›  [9be00a9](../../commit/9be00a9) [fixed] some untabbable elements are being returned from findTabbable (#774)
    • [4dd25ac](../../commit/4dd25ac) chore: changed xvfb to a service.
    • [2d4f231](../../commit/2d4f231) chore: changed xvfb to a service.