Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2025

This PR contains the following updates:

Package Change Age Confidence
react-transition-group ^2.3.1 -> ^4.0.0 age confidence

Release Notes

reactjs/react-transition-group (react-transition-group)

v4.4.5

Compare Source

Bug Fixes
  • apply entering animation synchronously when unmountOnExit or mountOnEnter is enabled (#​847) (1043549)

v4.4.4

Compare Source

Bug Fixes

v4.4.3

Compare Source

Bug Fixes
  • enter animations with mountOnEnter or unmountOnExit (#​749) (51bdceb)

v4.4.2

Compare Source

Bug Fixes

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

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

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

Compare Source

Features

4.1.1 (2019-06-10)

Bug Fixes

v4.1.0

Compare Source

Features

4.1.1 (2019-06-10)

Bug Fixes

v4.0.1

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

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", 

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/react-transition-group-4.x branch 3 times, most recently from 3533edc to fc10eac Compare July 28, 2025 09:25
@marslanabdulrauf marslanabdulrauf self-assigned this Jul 28, 2025
@marslanabdulrauf
Copy link
Contributor

We are using react 15 and it requires react 16.
We should consider upgrading react

@marslanabdulrauf marslanabdulrauf removed their assignment Jul 29, 2025
@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch 9 times, most recently from e6b98ec to 2f4fa4f Compare July 31, 2025 12:21
@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch 2 times, most recently from bcf4289 to 210e98b Compare August 8, 2025 11:12
@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch 3 times, most recently from 4a11946 to 3d02c49 Compare August 19, 2025 15:41
@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch 9 times, most recently from e7b2487 to 952b0d5 Compare August 29, 2025 13:11
@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch 10 times, most recently from e73a533 to 3acb066 Compare October 14, 2025 13:32
@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch 7 times, most recently from 74289a4 to aab2156 Compare October 28, 2025 09:17
@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch from aab2156 to 392dbe3 Compare November 6, 2025 08:52
@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch 6 times, most recently from 1e491fa to fe40928 Compare November 19, 2025 16:03
@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch from fe40928 to eeeccfc Compare November 24, 2025 13:53
@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch 3 times, most recently from 9aad62c to 0e95ab6 Compare December 4, 2025 20:35
@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch from 0e95ab6 to 30c9927 Compare December 6, 2025 10:14
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.

2 participants