Skip to content

Commit

Permalink
[changed] updated rf-changelog
Browse files Browse the repository at this point in the history
look at that changelog... seriously... look at it.
  • Loading branch information
ryanflorence committed Aug 7, 2014
1 parent b501fc1 commit b9f92f9
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 131 deletions.
127 changes: 0 additions & 127 deletions CHANGELOG

This file was deleted.

125 changes: 125 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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] <Redirect/> 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 <Routes>"
- [5fea685](../../commits/5fea685) [added] Router.AsyncState mixin
- [b0aa491](../../commits/b0aa491) [added] initialPath prop to <Routes>
- [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 <Link/>


v0.5.0 - Sat, 26 Jul 2014 22:38:36 GMT
--------------------------------------

- [5af49d4](../../commits/5af49d4) [changed] Split <Routes> component from <Route>


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


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down
2 changes: 1 addition & 1 deletion UPGRADE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -54,4 +54,4 @@
"browserify-shim": {
"react": "global:React"
}
}
}

0 comments on commit b9f92f9

Please sign in to comment.