diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index d9faa2cb90..0000000000 --- a/CHANGELOG +++ /dev/null @@ -1,127 +0,0 @@ -v0.5.2 -Thu, 07 Aug 2014 18:25:47 GMT - -21f4f57 [added] preserveScrollPosition Route/Routes props -f3b4de8 [added] support for extra props in Links, fixes #170 -829a9ec [added] component -0a49665 [added] Router.makeHref -2100b8c [changed] handlers receive route name -154afba [changed] location of public modules - - -v0.5.1 -Mon, 04 Aug 2014 22:16:38 GMT - -08f5a69 [fixed] location="history" fallback -87b1c2a [fixed] Navigation to root URL can fail -760f021 [fixed] infinite loop in RouteStore.unregisterRoute -5663924 Revert "[added] initialPath prop to " -5fea685 [added] Router.AsyncState mixin -b0aa491 [added] initialPath prop to -395a590 [changed] fallback to window.location for history -2a3582e [changed] make URLStore.push idempotent -4c4f87b [fixed] alt click on Link should count as modified -97c02f1 [fixed] middle click on - - -v0.5.0 -Sat, 26 Jul 2014 22:38:36 GMT - -5af49d4 [changed] Split component from - - -v0.4.2 -Sat, 26 Jul 2014 18:23:43 GMT - -2fc9976 [fixed] eslint cleanup; trailing comma fix for IE -b8018b1 [added] animation example - - -v0.4.1 -Thu, 24 Jul 2014 21:35:07 GMT - -8152d67 [changed] repo location to rackt/react-router -0ac4dea [removed] Dependency on react/lib/emptyFunction - - -v0.4.0 -Thu, 24 Jul 2014 19:41:04 GMT - -0be4bf7 [changed] npm registry name to react-router :D - - -v0.3.5 -Wed, 23 Jul 2014 14:52:30 GMT - -0a7298c [removed] browserify.transforms from package.json -ebf54ab [removed] Dependency on react/lib/merge - - -v0.3.4 -Tue, 22 Jul 2014 21:02:48 GMT - -2598837 [fixed] bower build -8c428ff [fixed] dist min build - - -v0.3.3 -Tue, 22 Jul 2014 20:46:57 GMT - -92b9077 [changed] file name of dist builds - - -v0.3.2 -Tue, 22 Jul 2014 19:47:41 GMT - -3a4732e [changed] global export to ReactRouter - - -v0.3.1 -Tue, 22 Jul 2014 19:40:14 GMT - -baf2257 [fixed] dist files - - -v0.3.0 -Tue, 22 Jul 2014 19:34:11 GMT - -e827870 [added] bower support -58e7b98 [changed] activeRoute -> activeRouteHandler -0177cdd [fixed] Pass the correct component instance to willTransitionFrom hooks -3b590e0 [changed] Upgrade to React 0.11.0 -51e1be2 [fixed] Use peerDeps -a8df2f0 [added] Browser builds for version 0.2.1 -bb066b8 [added] Browser build script -baf79b6 [fixed] Avoid some warnings -8d30552 [changed] README to make use of activeRoute clearer in JSX. -991dede [changed] activeRoute is a function that returns null when no child routes are active. -73570ed [changed] activeRoute can render with props and children. -8562482 [added] ActiveState mixin -616f8bf [changed] Preserve forward slashes in URL params -6c74c69 [changed] Combine URL helpers into URL module - - -v0.2.1 -Mon, 14 Jul 2014 17:31:21 GMT - -0f86654 [fixed] checks for class instead of components -a3d6e2a [changed] Render empty div before transition hooks -f474ab1 [changed] '.' is no longer a path delimeter -f3dcdd7 [fixed] injectParams invariant should not throw on values that coerce to false. -468bf3b [changed] Deprecate Router interface -31d1a6e [added] renderComponentToString() - - -v0.2.0 -Tue, 24 Jun 2014 04:59:24 GMT - -468bf3b [changed] Deprecate Router interface -31d1a6e [added] renderComponentToString() - - -v0.1.0 -Thu, 19 Jun 2014 19:11:38 GMT - - - - diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..835f72d75b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,125 @@ +v0.5.2 - Thu, 07 Aug 2014 18:25:47 GMT +-------------------------------------- + +- [21f4f57](../../commits/21f4f57) [added] preserveScrollPosition Route/Routes props +- [f3b4de8](../../commits/f3b4de8) [added] support for extra props in Links, fixes #170 +- [829a9ec](../../commits/829a9ec) [added] component +- [0a49665](../../commits/0a49665) [added] Router.makeHref +- [2100b8c](../../commits/2100b8c) [changed] handlers receive route name +- [154afba](../../commits/154afba) [changed] location of public modules + + +v0.5.1 - Mon, 04 Aug 2014 22:16:38 GMT +-------------------------------------- + +- [08f5a69](../../commits/08f5a69) [fixed] location="history" fallback +- [87b1c2a](../../commits/87b1c2a) [fixed] Navigation to root URL can fail +- [760f021](../../commits/760f021) [fixed] infinite loop in RouteStore.unregisterRoute +- [5663924](../../commits/5663924) Revert "[added] initialPath prop to " +- [5fea685](../../commits/5fea685) [added] Router.AsyncState mixin +- [b0aa491](../../commits/b0aa491) [added] initialPath prop to +- [395a590](../../commits/395a590) [changed] fallback to window.location for history +- [2a3582e](../../commits/2a3582e) [changed] make URLStore.push idempotent +- [4c4f87b](../../commits/4c4f87b) [fixed] alt click on Link should count as modified +- [97c02f1](../../commits/97c02f1) [fixed] middle click on + + +v0.5.0 - Sat, 26 Jul 2014 22:38:36 GMT +-------------------------------------- + +- [5af49d4](../../commits/5af49d4) [changed] Split component from + + +v0.4.2 - Sat, 26 Jul 2014 18:23:43 GMT +-------------------------------------- + +- [2fc9976](../../commits/2fc9976) [fixed] eslint cleanup; trailing comma fix for IE +- [b8018b1](../../commits/b8018b1) [added] animation example + + +v0.4.1 - Thu, 24 Jul 2014 21:35:07 GMT +-------------------------------------- + +- [8152d67](../../commits/8152d67) [changed] repo location to rackt/react-router +- [0ac4dea](../../commits/0ac4dea) [removed] Dependency on react/lib/emptyFunction + + +v0.4.0 - Thu, 24 Jul 2014 19:41:04 GMT +-------------------------------------- + +- [0be4bf7](../../commits/0be4bf7) [changed] npm registry name to react-router :D + + +v0.3.5 - Wed, 23 Jul 2014 14:52:30 GMT +-------------------------------------- + +- [0a7298c](../../commits/0a7298c) [removed] browserify.transforms from package.json +- [ebf54ab](../../commits/ebf54ab) [removed] Dependency on react/lib/merge + + +v0.3.4 - Tue, 22 Jul 2014 21:02:48 GMT +-------------------------------------- + +- [2598837](../../commits/2598837) [fixed] bower build +- [8c428ff](../../commits/8c428ff) [fixed] dist min build + + +v0.3.3 - Tue, 22 Jul 2014 20:46:57 GMT +-------------------------------------- + +- [92b9077](../../commits/92b9077) [changed] file name of dist builds + + +v0.3.2 - Tue, 22 Jul 2014 19:47:41 GMT +-------------------------------------- + +- [3a4732e](../../commits/3a4732e) [changed] global export to ReactRouter + + +v0.3.1 - Tue, 22 Jul 2014 19:40:14 GMT +-------------------------------------- + +- [baf2257](../../commits/baf2257) [fixed] dist files + + +v0.3.0 - Tue, 22 Jul 2014 19:34:11 GMT +-------------------------------------- + +- [e827870](../../commits/e827870) [added] bower support +- [58e7b98](../../commits/58e7b98) [changed] activeRoute -> activeRouteHandler +- [0177cdd](../../commits/0177cdd) [fixed] Pass the correct component instance to willTransitionFrom hooks +- [3b590e0](../../commits/3b590e0) [changed] Upgrade to React 0.11.0 +- [51e1be2](../../commits/51e1be2) [fixed] Use peerDeps +- [a8df2f0](../../commits/a8df2f0) [added] Browser builds for version 0.2.1 +- [bb066b8](../../commits/bb066b8) [added] Browser build script +- [baf79b6](../../commits/baf79b6) [fixed] Avoid some warnings +- [8d30552](../../commits/8d30552) [changed] README to make use of activeRoute clearer in JSX. +- [991dede](../../commits/991dede) [changed] activeRoute is a function that returns null when no child routes are active. +- [73570ed](../../commits/73570ed) [changed] activeRoute can render with props and children. +- [8562482](../../commits/8562482) [added] ActiveState mixin +- [616f8bf](../../commits/616f8bf) [changed] Preserve forward slashes in URL params +- [6c74c69](../../commits/6c74c69) [changed] Combine URL helpers into URL module + + +v0.2.1 - Mon, 14 Jul 2014 17:31:21 GMT +-------------------------------------- + +- [0f86654](../../commits/0f86654) [fixed] checks for class instead of components +- [a3d6e2a](../../commits/a3d6e2a) [changed] Render empty div before transition hooks +- [f474ab1](../../commits/f474ab1) [changed] '.' is no longer a path delimeter +- [f3dcdd7](../../commits/f3dcdd7) [fixed] injectParams invariant should not throw on values that coerce to false. +- [468bf3b](../../commits/468bf3b) [changed] Deprecate Router interface +- [31d1a6e](../../commits/31d1a6e) [added] renderComponentToString() + + +v0.2.0 - Tue, 24 Jun 2014 04:59:24 GMT +-------------------------------------- + +- [468bf3b](../../commits/468bf3b) [changed] Deprecate Router interface +- [31d1a6e](../../commits/31d1a6e) [added] renderComponentToString() + + +v0.1.0 - Thu, 19 Jun 2014 19:11:38 GMT +-------------------------------------- + + diff --git a/README.md b/README.md index 8802e82c70..7cb2b53bc2 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Before our `1.0` release, breaking API changes will cause a bump to `0.5.0` will have breaking changes. Please refer to the [upgrade guide](/UPGRADE_GUIDE.md) and -[changelog](/CHANGELOG) when upgrading. +[changelog](/CHANGELOG.md) when upgrading. Installation ------------ diff --git a/UPGRADE_GUIDE.md b/UPGRADE_GUIDE.md index 12373ad9df..0c00a6325d 100644 --- a/UPGRADE_GUIDE.md +++ b/UPGRADE_GUIDE.md @@ -2,7 +2,7 @@ Upgrade Guide ============= To see discussion around these API changes, please refer to the -[CHANGELOG](/CHANGELOG) and git log the commits to find the issues +[changelog](/CHANGELOG.md) and git log the commits to find the issues they refer to. 0.4.x -> 0.5.x diff --git a/package.json b/package.json index c787e10b74..93ba20374c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "karma-webpack": "1.2.1", "mocha": "1.20.1", "react": ">=0.11.0", - "rf-release": "0.1.2", + "rf-release": "0.3.0", "uglify-js": "2.4.15", "webpack": "1.2.0-beta5", "webpack-dev-server": "1.4.2" @@ -54,4 +54,4 @@ "browserify-shim": { "react": "global:React" } -} \ No newline at end of file +}