Skip to content

Update dependency react-modal to v3.16.3#50

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/react-modal-3.x
Open

Update dependency react-modal to v3.16.3#50
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/react-modal-3.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 27, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-modal 3.11.2 -> 3.16.3 age adoption passing confidence

Release Notes

reactjs/react-modal (react-modal)

v3.16.3

Compare Source

  • a5c0cf4 removing restriction on node engines.

v3.16.2

Compare Source

  • b91c724 updade react and react-dom peer dependencies.
  • a275399 simplify PR template.
  • 588f26b contributing requirements now just need a corresponding issue... on GitHub board
  • 449398d remove discussion note from readme.
  • e4841d6 chore: update shouldCloseOnOverlayClick doc
  • 6724a04 Fix tests
  • 7c1d947 Fix badge
  • 96a81be Comment the ellipsis in code blocks in docs/index.md
  • aff8b91 [added] add nodejs version restriction to package.json
  • 321966e [changed] change Miscellaneous related nodejs version text
  • 8dc2347 [added] add Miscellaneous section to the contributions.md file
  • f9bc6a0 [fixed] strict matching for tabbable nodes
  • e7c4a63 downgrade node version on github action.
  • 1a8f562 running tests on github actions

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

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Nov 27, 2020
@renovate renovate bot changed the title Update dependency react-modal to v3.12.1 Update dependency react-modal to v3.13.1 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/react-modal-3.x branch from 8874b29 to 196852f Compare April 26, 2021 16:15
@renovate renovate bot force-pushed the renovate/react-modal-3.x branch from 196852f to 6d5a7dd Compare June 6, 2021 19:52
@renovate renovate bot changed the title Update dependency react-modal to v3.13.1 Update dependency react-modal to v3.14.2 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/react-modal-3.x branch from 6d5a7dd to afc3bdc Compare June 16, 2021 03:12
@renovate renovate bot changed the title Update dependency react-modal to v3.14.2 Update dependency react-modal to v3.14.3 Jun 16, 2021
@renovate renovate bot force-pushed the renovate/react-modal-3.x branch from afc3bdc to 749164f Compare March 7, 2022 11:16
@renovate renovate bot changed the title Update dependency react-modal to v3.14.3 Update dependency react-modal to v3.14.4 Mar 7, 2022
@renovate renovate bot changed the title Update dependency react-modal to v3.14.4 Update dependency react-modal to v3.15.1 May 16, 2022
@renovate renovate bot force-pushed the renovate/react-modal-3.x branch from 749164f to 3533df3 Compare May 16, 2022 00:10
@renovate renovate bot force-pushed the renovate/react-modal-3.x branch from 3533df3 to fcf9dcf Compare November 20, 2022 15:40
@renovate renovate bot changed the title Update dependency react-modal to v3.15.1 Update dependency react-modal to v3.16.1 Nov 20, 2022
@renovate renovate bot changed the title Update dependency react-modal to v3.16.1 Update dependency react-modal to v3.16.1 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/react-modal-3.x branch December 8, 2024 18:50
@renovate renovate bot changed the title Update dependency react-modal to v3.16.1 - autoclosed Update dependency react-modal to v3.16.1 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/react-modal-3.x branch from 1ea143a to fcf9dcf Compare December 9, 2024 04:21
@renovate renovate bot changed the title Update dependency react-modal to v3.16.1 Update dependency react-modal to v3.16.3 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/react-modal-3.x branch from fcf9dcf to e4c6078 Compare December 17, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants