swagger-editor
swagger-editor copied to clipboard
chore(deps): bump react-transition-group from 1.2.1 to 4.4.5
Bumps react-transition-group from 1.2.1 to 4.4.5.
Release notes
Sourced from react-transition-group's releases.
v4.4.5
4.4.5 (2022-08-01)
Bug Fixes
- apply entering animation synchronously when unmountOnExit or mountOnEnter is enabled (#847) (1043549)
v4.4.4
4.4.4 (2022-07-30)
Bug Fixes
v4.4.3
4.4.3 (2022-07-30)
Bug Fixes
v4.4.2
4.4.2 (2021-05-29)
Bug Fixes
v4.4.1
4.4.1 (2020-05-06)
Bug Fixes
v4.4.0
4.4.0 (2020-05-05)
Features
- add
nodeRefalternative instead of internalfindDOMNode(#559) (85016bf)
react-transition-group internally uses
findDOMNode, which is deprecated and produces warnings in Strict Mode, so now you can optionally passnodeReftoTransitionandCSSTransition, it's a ref object that should point to the transitioning child:
... (truncated)
Changelog
Sourced from react-transition-group's changelog.
4.4.5 (2022-08-01)
Bug Fixes
- apply entering animation synchronously when unmountOnExit or mountOnEnter is enabled (#847) (1043549)
4.4.4 (2022-07-30)
Bug Fixes
4.4.3 (2022-07-30)
Bug Fixes
4.4.2 (2021-05-29)
Bug Fixes
4.4.1 (2020-05-06)
Bug Fixes
4.4.0 (2020-05-05)
Features
- add
nodeRefalternative instead of internalfindDOMNode(#559) (85016bf)
react-transition-group internally uses
findDOMNode, which is deprecated and produces warnings in Strict Mode, so now you can optionally passnodeReftoTransitionandCSSTransition, it's a ref object that should point to the transitioning child:import React from "react" import { CSSTransition } from "react-transition-group"const MyComponent = () => { const nodeRef = React.useRef(null) return (
... (truncated)
Commits
4cb51a9chore(release): 4.4.5 [skip ci]1043549fix: apply entering animation synchronously when unmountOnExit or mountOnEnte...35fa332chore(release): 4.4.4 [skip ci]97af789fix: missing build files (#845)01dcc83chore(release): 4.4.3 [skip ci]51bdcebfix: enter animations with mountOnEnter or unmountOnExit (#749)6cbd6aaci: run CI on the alpha branch (#822)153d572chore: use React v18 as the default target for development (#810)9923217docs: fix small typo in testing.js (#806)b034f72ci: use@testing-library/react@alphaonly for React v18 (#807)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by eps1lon, a new releaser for react-transition-group since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)