[release] 4.0 tracker
See original GitHub issueMajor release, routing edition
Programmatic navigation is essential. But to achieve it we need to have breaking changes. And if we’re going to break things, we might as well go all out again. So this issue is here to track the changes for the 4.0.0
release. All patches will be merged into the 4 branch, so that should provide an accurate representation of where things are at. Feedback and testing at any stage would be very welcome!
Changes
- slim down server side rendering API | issue | pull-request
- update router API to be lisp-like | issue | pull-request
- update
sheet-router
to be lisp-like | issue | pull-request - update
sheet-router
to add thunking | issue | pull-request - update
wayfarer
to add awalk
function | issue | pull-request - update
sheet-router
to expose thewalk
function | issue | pull-request - update
choo
to use thewalk
function | pull-request
- update
- support inline anchor links | issue
- allow bypassing of link clicks in
sheet-router
| issue | pull-request
- allow bypassing of link clicks in
- update router API to handle hashes by default
- update
sheet-router
to handle hashes by default | issue
- update
- update
location
state to exposesearch
parameters (query strings) | issue - swap
state
anddata
argument order | issue - move opts from
app.start()
toapp = choo()
- update documentation to reflect new changes
- first pass
- feedback round
- update examples to reflect new changes
- first pass
- feedback round
- update handbook to reflect new changes
- first pass
- feedback round
- create migration guide in handbook prefixed as
migration-
ormigrations/
See Also
Issue Analytics
- State:
- Created 7 years ago
- Reactions:5
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Next Generation Fitness and Health Monitoring - WHOOP 4.0
The all-new WHOOP 4.0 is smaller, smarter, and designed with new biometric tracking, including skin temperature, blood oxygen, and more.
Read more >Elite Dangerous 4.0 | Release Tracker - Frontier Forums
Here with another Episode of Live Release Tracker. ... we are gearing up for the release of 4.0 today for Elite Dangerous PC...
Read more >RT: Request Tracker 4.0 series - Launchpad
Version, Expected, Released, Summary. RT: Request Tracker 4.0.25, None, 2017-07-27. RT: Request Tracker 4.0.24, None, 2016-08-17. RT: Request Tracker 4.0.23 ...
Read more >What's new in release 4.0.0? - Antilatency
Version 4.0.0 includes time synchronization for Antilatency devices, advanced features for the Vertical tracking area, working with additional IR markers in ...
Read more >Samsung One UI 4.1 (Android 12) update roll out tracker [Cont ...
Samsung's One UI 4.0 on top of Android 12 is yet to be released for all the eligible Galaxy devices. As of now,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
migration note:
old:
send('location:setLocation', { location: path }, done);
new:send('location:set', { pathname: path }, done);
v4
was released - closing 😁