Skip to content

chore(deps): update dependency react-transition-group to v4#124

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/react-transition-group-4.x
Open

chore(deps): update dependency react-transition-group to v4#124
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/react-transition-group-4.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Apr 22, 2019

This PR contains the following updates:

Package Type Update Change
react-transition-group peerDependencies major ^2.4.0 -> ^2.4.0 || ^4.0.0
react-transition-group dependencies major ^2.4.0 -> ^4.0.0

Release Notes

reactjs/react-transition-group

v4.4.1

Compare Source

Bug Fixes

v4.4.0

Compare Source

Features
  • add nodeRef alternative instead of internal findDOMNode (#​559) (85016bf)

    • react-transition-group internally uses findDOMNode, which is deprecated and produces warnings in Strict Mode, so now you can optionally pass nodeRef to Transition and CSSTransition, 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 (
          <CSSTransition nodeRef={nodeRef} in timeout={200} classNames="fade">
            <div ref={nodeRef}>Fade</div>
          </CSSTransition>
        )
      }
Bug Fixes
  • set the values of constants attached to Transition to match the exported ones (#​554)

v4.3.0

Compare Source

Features

4.2.2 (2019-08-02)

Bug Fixes

4.2.1 (2019-07-02)

Bug Fixes
  • updated SwitchTransition component to be default export and exported from index.js (#​516) (cfd0070)

v4.2.2

Compare Source

Bug Fixes

v4.2.1

Compare Source

Bug Fixes
  • updated SwitchTransition component to be default export and exported from index.js (#​516) (cfd0070)

v4.2.0

Compare Source

Features

4.1.1 (2019-06-10)

Bug Fixes

v4.1.1

Compare Source

Bug Fixes

v4.1.0

Compare Source

Features

4.0.1 (2019-05-09)

Bug Fixes
  • issue with dynamically applied classes not being properly removed for reentering items (#​499) (129cb11)

v4.0.1

Compare Source

Bug Fixes
  • issue with dynamically applied classes not being properly removed for reentering items (#​499) (129cb11)

v4.0.0

Compare Source

Features
BREAKING CHANGES
  • in environments where esm is supported importing from commonjs requires explicitly adding the .default after require() when resolving to the esm build

v3.0.0

Compare Source

Features
BREAKING CHANGES
  • use new style react context
// package.json
-"react": "^15.0.0",
+"react": "^16.6.0",
-"react-dom": "^15.0.0", 
+"react-dom": "^16.6.0", 

Renovate configuration

📅 Schedule: 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 these updates again.


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

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

@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch from 7a0e8fc to c7b6070 Compare June 19, 2019 11:02
@renovate renovate bot changed the title Update dependency react-transition-group to v4 chore(deps): update dependency react-transition-group to v4 Jul 1, 2020
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.

1 participant