This repository has been archived by the owner on Dec 15, 2018. It is now read-only.
Ima fix `Fragment`
This release focuses on improving Fragment
. We fixed a bunch of rendering bugs, removed <RouterProvider>
, and added 404 fragments!
Breaking
- Remove
<RouterProvider>
.bff8788
- The middleware now emits navigation events like
PUSH
andREPLACE
in addition toLOCATION_CHANGED
. You should still depend onLOCATION_CHANGED
to know when the navigation actually happens.
Added
- Added "404" routes with a
forNoMatch
prop onFragment
- Swap in builder with more concurrency + other tweaks. Thanks @ryan-roemer !
36d38d0
- Add hash router (#173) (thanks @Stuk !) (resolved #102)
- We use Prettier now!