Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency react-modal to v3 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 16, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-modal 2.4.1 -> 3.16.1 age adoption passing confidence

Release Notes

reactjs/react-modal (react-modal)

v3.16.1

Compare Source

  • 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

v3.15.1

Compare Source

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

v3.14.4

Compare Source

  • 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

v3.14.3

Compare Source

  • 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.

v3.14.2

Compare Source

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

v3.14.1

Compare Source

  • 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.

v3.13.1

Compare Source

  • 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.

v3.12.1

Compare Source

  • 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

v3.11.2

Compare Source

  • 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)

v3.11.1

Compare Source

  • 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.

v3.10.1

Compare Source

  • 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

v3.9.1

Compare Source

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

v3.8.2

Compare Source

v3.8.1

Compare Source

v3.7.1

Compare Source

  • 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

v3.6.1

Compare Source

  • 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

v3.5.1

Compare Source

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

v3.4.5

Compare Source

  • 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.

v3.4.4

Compare Source

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

v3.4.3

Compare Source

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

v3.4.2

Compare Source

  • 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

v3.4.1

Compare Source

  • 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

v3.3.2

Compare Source

  • 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.

v3.3.1

Compare Source

  • 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

v3.2.1

Compare Source

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

v3.1.13

Compare Source

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

v3.1.12

Compare Source

  • 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

v3.1.11

Compare Source

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

v3.1.10

Compare Source

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

v3.1.9

Compare Source

  • b2c347b [fixed] stop propagating ESC key event.

v3.1.8

Compare Source

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

v3.1.7

Compare Source

v3.1.6

Compare Source

  • 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.

v3.1.5

Compare Source

  • cae99d9 [fixed] shouldCloseOnOverlayClick conflict with text inputs.

v3.1.4

Compare Source

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

v3.1.3

Compare Source

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

v3.1.2

Compare Source

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

v3.1.0

Compare Source

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

v3.0.4

Compare Source

  • 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.

v3.0.3

Compare Source

v3.0.2

Compare Source

  • 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.

v3.0.0

Compare Source

  • 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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants