[major] choo v4 (#352)
* location: change url on location:setLocation - [ ] don't break hashing - [ ] allow not changing the url fixup! move fns around fixup! add search string * app.start: clean * walk: add * location: update arg calls * fixup! location: update * uri-wrap: fix thunking * router: update to latest sheet-router (#239) * router: update to latest sheet-router * tests: fix for latest version * tests: fix SSR * tests: fix history * tests: spruce up * docs: update example * examples: update * deps: bump sheet-router * 4.0.0-0 * chore(changelog): 4.0.0 (#211) * feat(api:) arg order (#268) * s/data, state/state, data/ * feat(api): swap arguments * fix(href): fix routing (#271) * feat(http): remove (#269) * feat(router): enable hash routing (#273) * deps: fix mount * 4.0.0-1 * feat(mount): copy {script,link} tags * 4.0.0-2 * fix(mount): forEach -> for Lol can't use forEach * fix(router): use state.location.href (#282) * fix(mount): use deep node clone * 4.0.0-3 * fix(deps): remove hash-match * 4.0.0-4 * fix(mount): return node * 4.0.0-5 * fix(router): check if a hash is a valid selector (#339) * 4.0.0-6 * fix(router): pass params on newstate (#343) * 4.0.0-7 * feat(docs): update for 4.0.0 (#320) * feat(docs): update for 4.0.0 * docs: update router example in readme (#337) * chore(changelog): update for v4 (#351)
This commit is contained in:
@@ -1,3 +1,32 @@
|
||||
## `4.0.0` The routing patch
|
||||
This patch changes the way we handle routes. It introduces query string
|
||||
support (!), and changes the router to use a lisp-like syntax. It also inverts
|
||||
the argument order of effects and reducers to be more intuitive. We also
|
||||
managed to sneak in some performance upgrades :sparkles: - We hope you enjoy
|
||||
it!
|
||||
|
||||
### changes
|
||||
- :exclamation: slim down server side rendering API |
|
||||
[issue](https://github.com/yoshuawuyts/choo/issues/191) |
|
||||
[pull-request](https://github.com/yoshuawuyts/choo/pull/203)
|
||||
- :exclamation: update router API to be lisp-like
|
||||
- :exclamation: swap `state` and `data` argument order |
|
||||
[issue](https://github.com/yoshuawuyts/choo/issues/179)
|
||||
- :exclamation: remove `choo/http`. Use [xhr](https://github.com/naugtur/xhr)
|
||||
instead | [pull-request](https://github.com/yoshuawuyts/choo/pull/269)
|
||||
- update `router` to use memoization |
|
||||
[issue](https://github.com/yoshuawuyts/sheet-router/issues/17) |
|
||||
[pull-request](https://github.com/yoshuawuyts/sheet-router/pull/34)
|
||||
- support inline anchor links |
|
||||
[issue](https://github.com/yoshuawuyts/choo/issues/65)
|
||||
- allow bypassing of link clicks in `sheet-router` |
|
||||
[issue](https://github.com/yoshuawuyts/sheet-router/issues/15) |
|
||||
[pull-request](https://github.com/yoshuawuyts/sheet-router/pull/27)
|
||||
- update router API to handle hashes by default
|
||||
- update router to provide out of the box support for Electron
|
||||
- update `location` state to expose `search` parameters (query strings) |
|
||||
[issue](https://github.com/yoshuawuyts/sheet-router/issues/31)
|
||||
|
||||
## `3.3.0`
|
||||
Yay, `plugins` now support `wrappers` which is a segway onto HMR, time travel
|
||||
and other cool plugins. These changes have come through in barracks `v8.3.0`
|
||||
|
||||
Reference in New Issue
Block a user