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-transition-group to v4 #16

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 23, 2019

This PR contains the following updates:

Package Type Update Change
react-transition-group dependencies major 1.2.1 -> 4.3.0

Release Notes

reactjs/react-transition-group

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

Bug Fixes

v4.2.0

Compare Source

Features

4.1.1 (2019-06-10)

Bug Fixes

v4.1.1

Compare Source

Features

4.1.1 (2019-06-10)

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

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
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
  • in environments where esm is supported importing from commonjs requires explicitly adding the .default after require() when resolving to the esm build

v2.9.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", 

v2.8.0

Compare Source

Features
Reverts
  • bump semantic release dependencies (1bdcaec)

v2.7.1

Compare Source

Features

2.7.1 (2019-03-25)

Bug Fixes
  • revert tree-shaking support because it was a breaking change (271364c)

v2.7.0

Compare Source

Features

2.6.1 (2019-03-14)

Bug Fixes
  • Transition: make exit key optional when passing an object to the timeout prop (#​464) (3a4cf9c)
  • package.json: mark react-transition-group as side-effect free for webpack tree shaking (#​472) (b81dc89)

v2.6.1

Compare Source

Features

2.6.1 (2019-03-14)

Bug Fixes
  • Transition: make exit key optional when passing an object to the timeout prop (#​464) (3a4cf9c)
  • package.json: mark react-transition-group as side-effect free for webpack tree shaking (#​472) (b81dc89)

v2.6.0

Compare Source

Features

2.5.3 (2019-01-14)

Bug Fixes

2.5.2 (2018-12-20)

Bug Fixes

2.5.1 (2018-12-10)

Bug Fixes
  • prevent calling setState in TransitionGroup if it has been unmounted (#​435) (6d46b69)

v2.5.3

Compare Source

Features

2.5.3 (2019-01-14)

Bug Fixes

2.5.2 (2018-12-20)

Bug Fixes

2.5.1 (2018-12-10)

Bug Fixes
  • prevent calling setState in TransitionGroup if it has been unmounted (#​435) (6d46b69)

v2.5.2

Compare Source

Bug Fixes

v2.5.1

Compare Source

Bug Fixes

v2.5.0

Compare Source

Features

v2.4.0

Compare Source

Features

v2.3.1

Compare Source

Features
  • remove deprecated lifecycle hooks and polyfill for older react versions (c1ab1cf)
Performance Improvements
  • don't reflow when there's no class to add (d7b898d)

2.3.1 (2018-04-14)

Bug Fixes
  • deps: Move loose-envify and semantic-release to devDependencies (#​319) (b4ec774)

v2.3.0

2018-03-28

  • Added *-done classes to CSS Transition (#​269)
  • Reorganize docs with more interesting examples! (#​304)
  • A bunch of bug fixes

v2.2.1

2017-09-29

v2.2.0

2017-07-21

  • Feature: Support multiple classes in classNames (#​124)
  • Docs: fix broken link (#​127)
  • Bugfix: Fix Transition props pass-through (#​123)

v2.1.0

2017-07-06

  • Feature: Add back childFactory on <TransitionGroup> (#​113)
  • Bugfix: Ensure child specified onExited fires in a <TransitionGroup> (#​113)

v2.0.2

2017-07-06

  • Fix documentation npm: No code changes

v2.0.1

2017-07-06

  • Fix documentation on npm: No code changes

v2.0.0

2017-07-06

[v1.2.0]

2017-06-12

  • Feature: Dist build now includes both production and development builds (#​64)
  • Feature: PropTypes are now wrapped allowing for lighter weight production builds (#​69)

v1.1.3

2017-05-02

  • bonus release, no additions

v1.1.2

2017-05-02

  • Bugfix: Fix refs on children (#​39)

v1.1.1

2017-03-16

  • Chore: Add a prebuilt version of the library for jsbin and the like.

v1.1.0

2017-03-16

  • Feature: Support refs on children (#​9)
  • Feature: TransitionChild to passes props through (#​4)
  • Bugfix: Fix TransitionGroup error on quick toggle of components (#​15)
  • Bugfix: Fix to work enter animation with CSSTransitionGroup (#​13)

v2.3.0

Compare Source

Bug Fixes
  • deps: Move loose-envify and semantic-release to devDependencies (#​319) (b4ec774)

v2.2.1

Compare Source

2017-09-29

v2.2.0

Compare Source

2017-07-21

  • Feature: Support multiple classes in classNames (#​124)
  • Docs: fix broken link (#​127)
  • Bugfix: Fix Transition props pass-through (#​123)

v2.1.0

Compare Source

2017-07-06

  • Feature: Add back childFactory on <TransitionGroup> (#​113)
  • Bugfix: Ensure child specified onExited fires in a <TransitionGroup> (#​113)

v2.0.2

Compare Source

2017-07-06

  • Fix documentation npm: No code changes

v2.0.1

Compare Source

2017-07-06

  • Fix documentation on npm: No code changes

v2.0.0

Compare Source

2017-07-06


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 if you modify the PR title to begin with "rebase!".

🔕 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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch from e1f8c25 to 081e693 Compare May 12, 2019 08:58
@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch from 081e693 to eb00e78 Compare June 1, 2019 11:54
@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch from eb00e78 to 2fc23b4 Compare June 19, 2019 11:56
@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch from 2fc23b4 to f3c0c60 Compare July 13, 2019 07:58
@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch from f3c0c60 to 63f22ee Compare August 10, 2019 08:55
@renovate renovate bot force-pushed the renovate/react-transition-group-4.x branch from 63f22ee to e326cbd Compare September 7, 2019 10:57
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

1 participant