Changelog
-
⚡️ Features
- Context API: introducing
ContextProvider
anduse_context
[[@lukechu10], #169]
- Context API: introducing
-
🛠 Fixes
- Router should not prevent default if meta keys are held down [[@baile320], #165]
- Remove some
optional
tags on dependencies [[@lukechu10], #167] - Explicitly enable
std
feature inindexmap
to prevent compile error [[@Gearme], #170] - Do not panic when
map_keyed
is updated with same data in debug mode [[@lukechu10], #173]
-
🛠 Internal Fixes and Improvements
- Add some integration tests for
StaticRouter
[[@lukechu10], #168] - Fix intra-doc link [[@tshepang], #162]
- Refactor
sycamore-macro
static text and splices [[@lukechu10], #175]
- Add some integration tests for
-
📃 Documentation
- Simplify cargo command in documentation [[@tshepang], #163]
- Fix link to book in website version selector [[@lukechu10], #166]
-
🚅 Performance Improvements
- Performance tweaks [[@lukechu10], #171]