From 26d049ac3ba9de7be75de4edbcd374c96bf7f938 Mon Sep 17 00:00:00 2001 From: Jason Quense Date: Wed, 28 Mar 2018 17:18:57 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 61 ++++++++++++++++++++++++++++++++++++---------------- package.json | 21 +++++++++--------- 2 files changed, 52 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e7f4f1..f255ea1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,31 @@ +## [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 + +[#269]: https://github.com/reactjs/react-transition-group/pull/269 +[#304]: https://github.com/reactjs/react-transition-group/pull/304 +[v2.3.0]: https://github.com/reactjs/react-transition-group/compare/v2.2.1...2.3.0 + ## [v2.2.1] + > 2017-09-29 -- **Patch:** Allow React v16 ([#198]) +* **Patch:** Allow React v16 ([#198]) [#198]: https://github.com/reactjs/react-transition-group/pull/198 [v2.2.1]: https://github.com/reactjs/react-transition-group/compare/v2.2.0...2.2.1 ## [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]) +* **Feature:** Support multiple classes in `classNames` ([#124]) +* **Docs:** fix broken link ([#127]) +* **Bugfix:** Fix Transition props pass-through ([#123]) [#124]: https://github.com/reactjs/react-transition-group/pull/124 [#123]: https://github.com/reactjs/react-transition-group/pull/123 @@ -19,71 +33,80 @@ [v2.2.0]: https://github.com/reactjs/react-transition-group/compare/v2.1.0...2.2.0 ## [v2.1.0] + > 2017-07-06 -- **Feature:** Add back `childFactory` on `` ([#113]) -- **Bugfix:** Ensure child specified `onExited` fires in a `` ([#113]) +* **Feature:** Add back `childFactory` on `` ([#113]) +* **Bugfix:** Ensure child specified `onExited` fires in a `` ([#113]) [#113]: https://github.com/reactjs/react-transition-group/pull/113 [v2.1.0]: https://github.com/reactjs/react-transition-group/compare/v2.0.1...2.1.0 ## v2.0.2 + > 2017-07-06 -- **Fix documentation npm:** No code changes +* **Fix documentation npm:** No code changes ## v2.0.1 + > 2017-07-06 -- **Fix documentation on npm:** No code changes +* **Fix documentation on npm:** No code changes ## [v2.0.0] + > 2017-07-06 -- **Feature:** New API! ([#24]), migration guide at [https://github.com/reactjs/react-transition-group/blob/master/Migration.md](https://github.com/reactjs/react-transition-group/blob/master/Migration.md) +* **Feature:** New API! ([#24]), migration guide at [https://github.com/reactjs/react-transition-group/blob/master/Migration.md](https://github.com/reactjs/react-transition-group/blob/master/Migration.md) [#24]: https://github.com/reactjs/react-transition-group/pull/24 [v2.0.0]: https://github.com/reactjs/react-transition-group/compare/v1.2.0...v2.0.0 ## [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]) +* **Feature:** Dist build now includes both production and development builds ([#64]) +* **Feature:** PropTypes are now wrapped allowing for lighter weight production builds ([#69]) [#64]: https://github.com/reactjs/react-transition-group/issues/64 [#69]: https://github.com/reactjs/react-transition-group/issues/69 -[v1.1.X]: https://github.com/reactjs/react-transition-group/compare/v1.1.3...master +[v1.1.x]: https://github.com/reactjs/react-transition-group/compare/v1.1.3...master ## [v1.1.3] + > 2017-05-02 -- bonus release, no additions +* bonus release, no additions [v1.1.3]: https://github.com/reactjs/react-transition-group/compare/v1.1.2...v1.1.3 ## [v1.1.2] + > 2017-05-02 -- **Bugfix:** Fix refs on children ([#39]) +* **Bugfix:** Fix refs on children ([#39]) [v1.1.2]: https://github.com/reactjs/react-transition-group/compare/v1.1.1...v1.1.2 [#39]: https://github.com/reactjs/react-transition-group/pull/39 ## [v1.1.1] + > 2017-03-16 -- **Chore:** Add a prebuilt version of the library for jsbin and the like. +* **Chore:** Add a prebuilt version of the library for jsbin and the like. [v1.1.1]: https://github.com/reactjs/react-transition-group/compare/v1.1.0...v1.1.1 ## [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]) +* **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]) [v1.1.0]: https://github.com/reactjs/react-transition-group/compare/v1.0.0...v1.1.0 [#15]: https://github.com/reactjs/react-transition-group/pull/15 diff --git a/package.json b/package.json index 5ac94598..2aa228d5 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,17 @@ "test": "npm run lint && npm run testonly", "testonly": "jest --verbose", "tdd": "jest --watch", - "build": "rimraf lib && babel src --out-dir lib && npm run build:dist && cp README.md LICENSE ./lib", - "build:dist": "rimraf lib/dist && webpack && NODE_ENV=production webpack -p", + "build": + "rimraf lib && babel src --out-dir lib && npm run build:dist && cp README.md LICENSE ./lib", + "build:docs": "npm -C www run build", + "build:dist": + "rimraf lib/dist && webpack && NODE_ENV=production webpack -p", + "bootstrap": "yarn && yarn --cwd www", "lint": "eslint src test", "release": "release", "release:next": "release --preid beta --tag next", "deploy-docs": "npm -C www run deploy", + "start": "npm -C www run develop", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, @@ -37,12 +42,8 @@ "homepage": "https://github.com/reactjs/react-transition-group#readme", "jest": { "testRegex": "-test\\.js", - "setupFiles": [ - "./test/setup.js" - ], - "roots": [ - "/test" - ] + "setupFiles": ["./test/setup.js"], + "roots": ["/test"] }, "peerDependencies": { "react": ">=15.0.0", @@ -94,8 +95,6 @@ "altPkgRootFolder": "lib" }, "browserify": { - "transform": [ - "loose-envify" - ] + "transform": ["loose-envify"] } }