GitHub / itsdouges/react-router / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| e3eef101 | publish v1.0.0-beta3 | Ryan Florence <r****e@g****m> | about 11 years ago | |
| 6fb9fe01 | merge Merge pull request #1404 from gdi2290/patch-1 | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 86b3bb48 | merge Merge pull request #1449 from mrydengren/fixed/window-scroll-position | Michael Jackson <m****n@g****m> | about 11 years ago | |
| c1c8eb5b | merge Merge pull request #1429 from Schniz/history-singletons | Michael Jackson <m****n@g****m> | about 11 years ago | |
| f4ed9006 | [fixed] correctly updates the window scroll position | Mattias Rydengren <m****n@b****m> | about 11 years ago | |
| fb5de732 | Replaced the singleton with a global variable for IE8 support. | Gal Schlezinger <g****r@s****l> | about 11 years ago | |
| 3fe4d7d0 | merge Merge pull request #1431 from werme/patch-1 | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 83603213 | Add add/removeEventListener util methods | Michael Jackson <m****n@g****m> | about 11 years ago | |
| b6ba8724 | Fix typo | Olle Werme <o****e@g****m> | about 11 years ago | |
| c22f8078 | Updated the README to call the history singleton | Gal Schlezinger <g****r@s****l> | about 11 years ago | |
| 645c5f85 | Updated the examples to use the `history` singleton | Gal Schlezinger <g****r@s****l> | about 11 years ago | |
| 587e54fe | [added] static `history` singleton getter for `HashHistory` and `BrowserHistory` | Gal Schlezinger <g****r@s****l> | about 11 years ago | |
| 847fef47 | Updated the docs to use the static getter | Gal Schlezinger <g****r@s****l> | about 11 years ago | |
| fd87dfbf | Changed the static method to a static getter for a cleaner usage syntax | Gal Schlezinger <g****r@s****l> | about 11 years ago | |
| 67b3aac1 | Changed the docs to reflect the singleton usage | Gal Schlezinger <g****r@s****l> | about 11 years ago | |
| 099257cb | Created a static 'history' for importing with `import {history} from 'react-r... | Gal Schlezinger <g****r@s****l> | about 11 years ago | |
| f7d3dbc2 | Remove interface for postponing pop events |
Alexander Gundermann <t****3@g****e>
Committed by: Michael Jackson <m****n@g****m> |
about 11 years ago | |
| 0d8ef2f0 | Update babel object-assign plugin | Michael Jackson <m****n@g****m> | about 11 years ago | |
| da58240f | merge Merge pull request #1416 from iamtmrobinson/master | Michael Jackson <m****n@g****m> | about 11 years ago | |
| d955d7a6 | Use + instead of %20 for spaces in URLs | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 6e23febb | Update 0 Overview.md | Gal Schlezinger <g****l@s****l> | about 11 years ago | |
| 944cbdd8 | Update HashHistory.md | Gal Schlezinger <g****l@s****l> | about 11 years ago | |
| 6bd8daed | Update BrowserHistory.md | Gal Schlezinger <g****l@s****l> | about 11 years ago | |
| 0b787454 | merge Merge pull request #1421 from johanneslumpe/examples-fixes | Michael Jackson <m****n@g****m> | about 11 years ago | |
| dee0edaf | Removed unnecessary parens | Johannes Lumpe <j****s@j****e> | about 11 years ago | |
| 1e87e42e | Removed reference to indexComponent in README.md | Tom Robinson <t****o@g****m> | about 11 years ago | |
| d97fba38 | not using routerState | Ryan Florence <r****e@g****m> | about 11 years ago | |
| 594638b4 | Docs: link for huge apps | PatrickJS <g****b@g****m> | about 11 years ago | |
| e60cda74 | don’t mutate props.style | Ryan Florence <r****e@g****m> | about 11 years ago | |
| def2fd38 | merge Merge pull request #1380 from nginz/patch-1 | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 2f871ada | merge Merge pull request #1382 from olimsaidov/patch-1 | Michael Jackson <m****n@g****m> | about 11 years ago | |
| bea93d20 | merge Merge pull request #1381 from vramana/fix-examples | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 5aac500a | merge Merge pull request #1387 from rblakeley/master | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 8a911849 | Fixed typo | Ryan Blakeley <r****y@g****m> | about 11 years ago | |
| fcd6366e | Fix Router.handleAbort call misspell | Olim Saidov <o****l@g****m> | about 11 years ago | |
| 5bd62b5d | [fixed] errors in examples | Ramana Venkata <i****m@g****m> | about 11 years ago | |
| 7935175e | Update 0 Overview.md | Moustafa Badawy <m****a@r****m> | about 11 years ago | |
| b66737f9 | Save scroll position at the right time |
Alexander Gundermann <t****3@g****e>
Committed by: Michael Jackson <m****n@g****m> |
about 11 years ago | |
| a3bb2718 | Add history.updateState(extraState) |
Alexander Gundermann <t****3@g****e>
Committed by: Michael Jackson <m****n@g****m> |
about 11 years ago | |
| 486bf2b6 | Add history.isPending(location) |
Alexander Gundermann <t****3@g****e>
Committed by: Michael Jackson <m****n@g****m> |
about 11 years ago | |
| 240cdf6c | Refactor Histories |
Alexander Gundermann <t****3@g****e>
Committed by: Michael Jackson <m****n@g****m> |
about 11 years ago | |
| 3d1b090f | Use History setup() and teardown() for event binding |
Alexander Gundermann <t****3@g****e>
Committed by: Michael Jackson <m****n@g****m> |
about 11 years ago | |
| 928259e2 | Add missing return values |
Alexander Gundermann <t****3@g****e>
Committed by: Michael Jackson <m****n@g****m> |
about 11 years ago | |
| af7eb555 | [added] History.onBeforeChange |
Alexander Gundermann <t****3@g****e>
Committed by: Michael Jackson <m****n@g****m> |
about 11 years ago | |
| 23c0aff6 | Style tweaks |
Alexander Gundermann <t****3@g****e>
Committed by: Michael Jackson <m****n@g****m> |
about 11 years ago | |
| 277ba501 | remove references to indexComponent | Ryan Florence <r****e@g****m> | about 11 years ago | |
| 28a49f73 | Remove location.path |
Alexander Gundermann <t****3@g****e>
Committed by: Michael Jackson <m****n@g****m> |
about 11 years ago | |
| cd49f2ee | Fix scroll management test |
Alexander Gundermann <t****3@g****e>
Committed by: Michael Jackson <m****n@g****m> |
about 11 years ago | |
| 79699851 | merge Merge pull request #1295 from sherodtaylor/master | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 4e2ca3c1 | [fixed] URI escape path components with special chars | Michael Jackson <m****n@g****m> | about 11 years ago | |
| ba23ce6f | Rewrite internal behavior of Histories |
Alexander Gundermann <t****3@g****e>
Committed by: Michael Jackson <m****n@g****m> |
about 11 years ago | |
| 8b812188 | Reformat comment | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 26400c1d | [fixed] Use encodeURI for splat params | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 178efc34 | [fixed] <Link href> when using HashHistory | Michael Jackson <m****n@g****m> | about 11 years ago | |
| ede0b533 | merge Merge pull request #1355 from gmaclennan/test-link-makehref | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 41bd525c | [fixed] Properly escape splats | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 4ed7851b | Add test for <Link> on HashHistory | Gregor MacLennan <g****n@d****g> | about 11 years ago | |
| 5d674c95 | merge Merge pull request #1311 from clearjs/master | Ryan Florence <r****e@g****m> | about 11 years ago | |
| 2d29e918 | merge Merge pull request #1336 from oliveiraa/master | Ryan Florence <r****e@g****m> | about 11 years ago | |
| b15a8468 | Evaluate if prevLocation is null |
Miguel Gonzalez <m****z@r****m>
Committed by: Michael Jackson <m****n@g****m> |
about 11 years ago | |
| 8b1a2789 | merge Merge pull request #1339 from gmaclennan/patch-1 | Ryan Florence <r****e@g****m> | about 11 years ago | |
| d42b80ea | merge Merge pull request #1342 from ttakezawa/fix-remove-event-handler | Ryan Florence <r****e@g****m> | about 11 years ago | |
| 6baec9ed | merge Merge pull request #1345 from heebtob/master | Ryan Florence <r****e@g****m> | about 11 years ago | |
| 7a1b60f8 | merge Merge pull request #1346 from jepezi/hashhistory-instance | Ryan Florence <r****e@g****m> | about 11 years ago | |
| ee9132f1 | merge Merge pull request #1349 from gmaclennan/patch-2 | Ryan Florence <r****e@g****m> | about 11 years ago | |
| b44b28b4 | Update README | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 25b4bdf6 | Docs: Add Link import to first example | Gregor MacLennan <g****n@d****g> | about 11 years ago | |
| 9dd8258d | reimplemented AsyncProps | Ryan Florence <r****e@g****m> | about 11 years ago | |
| c9dea366 | Pass instance of HashHistory to Router | Jirat Arinrith <j****i@g****m> | about 11 years ago | |
| 2c49b7e8 | Some fixes for server side rendering for 1.0.0-beta2 | heebtob <t****s@h****h> | about 11 years ago | |
| f220f75c | Use detachEvent in old IE | Tomohiro Takezawa <t****a@u****m> | about 11 years ago | |
| 2b86a880 | fix history={HashHistory} | Gregor MacLennan <g****n@d****g> | about 11 years ago | |
| 766ebae0 | Quick fix to Passing Props to Children example | Alvaro Oliveira <a****a@g****m> | about 11 years ago | |
| d11e1417 | Fix broken examples | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 698db508 | Update examples | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 5f17eb9a | publish v1.0.0-beta2 | Ryan Florence <r****e@g****m> | about 11 years ago | |
| e0cd24f3 | Fix example | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 689c9af9 | Remove gitter.im, use reactiflux | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 8ecc96fb | Added a test for transitionTo with colon | Michael Jackson <m****n@g****m> | about 11 years ago | |
| b0d046bb | Separate route matching tests into separate file | Michael Jackson <m****n@g****m> | about 11 years ago | |
| dd40c6a6 | Remove unneeded optional flag | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 823cfec3 | support IE8 in babel builds | Ryan Florence <r****e@g****m> | about 11 years ago | |
| bbb2980f | merge Merge pull request #1323 from rackt/export-history-classes | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 5c172496 | merge Merge pull request #1320 from BerkeleyTrue/fix/remove-babelrc | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 06304887 | [fixed] Link module adds extra space | Sherod Taylor <s****r@i****m> | about 11 years ago | |
| 2389c61e | [changed] Export history classes | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 9767602e | remove babelrc from npm package | Berkeley Martinez <B****y@r****m> | about 11 years ago | |
| 285a61f7 | add note about browser support | Ryan Florence <r****e@g****m> | about 11 years ago | |
| 0700d562 | merge Merge pull request #1306 from swirlycheetah/patch-1 | Michael Jackson <m****n@g****m> | about 11 years ago | |
| b4bb9dbb | merge Merge pull request #1307 from abhilashsajeev/patch-1 | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 22511edd | Fixed a minor typo. | Roman Boiko <r****b@c****m> | about 11 years ago | |
| 81b74063 | Updated Link's doc comment. | Roman Boiko <r****b@c****m> | about 11 years ago | |
| 7cc4a5e9 | Fixed property name | Roman Boiko <r****b@c****m> | about 11 years ago | |
| fd1d2429 | Fixed incomplete edit | Roman Boiko <r****b@c****m> | about 11 years ago | |
| e673e8ce | Remove Unwanted Brackets in line 17 and 18 | Abhilash <a****h@q****m> | about 11 years ago | |
| b62b5274 | use location.state in transitions | Ryan Florence <r****e@g****m> | about 11 years ago | |
| 824ed634 | [fixed] <Redirect> handling | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 3a8d1eb9 | Added failing <Redirect> test | Michael Jackson <m****n@g****m> | about 11 years ago | |
| 2447ecb4 | [added] formatPattern util method | Michael Jackson <m****n@g****m> | about 11 years ago | |
| dac83d92 | fix spelling error | Chris Wheatley <s****h@u****m> | about 11 years ago |