diff --git a/README.md b/README.md index 477367cc..34b334bd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # react-transition-group [![npm][npm-badge]][npm] +> **ATTENTION!** This is a fork with the sole purpose of being compatible with React's StrictMode and concurrent react. +> The goal is to always be a feature release ahead of the original package. Once the original package is on feature parity +maintenance of this fork will be dropped. + > **ATTENTION!** To address many issues that have come up over the years, the API in v2 and above is not backwards compatible with the original [`React addon (v1-stable)`](https://github.com/reactjs/react-transition-group/tree/v1-stable). > > **For a drop-in replacement for `react-addons-transition-group` and `react-addons-css-transition-group`, use the v1 release. Documentation and code for that release are available on the [`v1-stable`](https://github.com/reactjs/react-transition-group/tree/v1-stable) branch.** @@ -18,10 +22,10 @@ A set of components for managing component states (including mounting and unmoun Clone the repo first: ``` -git@github.com:reactjs/react-transition-group.git +git@github.com:mui-org/react-transition-group.git ``` Then run `npm install` (or `yarn`), and finally `npm run storybook` to start a storybook instance that you can navigate to in your browser to see the examples. -[npm-badge]: https://img.shields.io/npm/v/react-transition-group.svg -[npm]: https://www.npmjs.org/package/react-transition-group +[npm-badge]: https://img.shields.io/npm/v/@material-ui/react-transition-group.svg +[npm]: https://www.npmjs.org/package/@material-ui/react-transition-group diff --git a/package.json b/package.json index 53aa86ae..e55a1530 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "react-transition-group", + "name": "@material-ui/react-transition-group", "version": "4.1.1", - "description": "A react component toolset for managing animations", + "description": "A react strict mode compatible component toolset for managing animations", "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "scripts": { diff --git a/yarn.lock b/yarn.lock index 439c2d3f..782412c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1248,12 +1248,12 @@ dependencies: regenerator-runtime "^0.12.0" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.2.0.tgz#b03e42eeddf5898e00646e4c840fa07ba8dcad7f" - integrity sha512-oouEibCbHMVdZSDlJBO6bZmID/zA/G/Qx3H1d3rSNPTD+L8UNKvCat7aKWSJ74zYbm5zWGh0GQN0hKj8zYFTCg== +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.4.5": + version "7.4.5" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.5.tgz#582bb531f5f9dc67d2fcb682979894f75e253f12" + integrity sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ== dependencies: - regenerator-runtime "^0.12.0" + regenerator-runtime "^0.13.2" "@babel/template@^7.0.0", "@babel/template@^7.4.0": version "7.4.0" @@ -11714,9 +11714,14 @@ regenerator-runtime@^0.11.0, regenerator-runtime@^0.11.1: regenerator-runtime@^0.12.0, regenerator-runtime@^0.12.1: version "0.12.1" - resolved "http://storage.mds.yandex.net/get-npm/45674/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de" integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg== +regenerator-runtime@^0.13.2: + version "0.13.2" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz#32e59c9a6fb9b1a4aff09b4930ca2d4477343447" + integrity sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA== + regenerator-transform@^0.13.3: version "0.13.3" resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.13.3.tgz#264bd9ff38a8ce24b06e0636496b2c856b57bcbb"