v0.1.1
0.1.1
is mostly a series of bugfixes to 0.1.0
; see the 0.1.0
release notes for a list of new features in this series. Thanks to our new contributors, and to everyone who's helped find bugs.
What's Changed
- Fix link to counters_stable in README by @dzfrias in #309
- Doc fix + search & replace url by @akesson in #310
- Update Generated API URL on Windows Attempt #2 by @Indrazar in #308
- Use rust-cache in CI by @TaKO8Ki in #312
- Fix doctest in
create_slice
and edit doc comment slightly by @gbj in #314 - Create CODE_OF_CONDUCT.md by @gbj in #315
- Death to suspense hydration mismatches by @gbj in #316
- Switch get_configuration calls to None and add a note in the docs for get_configuration() by @benwis in #318
- Fix
<Router fallback>
(signature and functionality) by @gbj in #324 - Use comments instead of element markers for hydration by @gbj in #321
- Make sure Axum returns a relative URI for http and https requests by @benwis in #326
- Updated example code and README to use latest syntax for data binding by @ekanna in #327
- Minor: For each sub crate the landing page should be the root README.md. by @martinfrances107 in #328
- impl
Debug
onMetaContext
by @gbj in #329 - typed-builder inconsistent version. by @martinfrances107 in #330
- Path and Query for Axum by @benwis in #331
- Add programmatic navigation in router example by @gbj in #332
- Fix
MetaContext
debug for wasm target by @gbj in #334 - Minimize panics when runtime has already been disposed (e.g., in SSR) by @gbj in #333
- Fix behavior of
RouteContext
in nested routes with different parameters by @gbj in #345 - Change
<Suspense/>
to a specialized type that uses comments for SSR by @gbj in #346
New Contributors
- @dzfrias made their first contribution in #309
- @TaKO8Ki made their first contribution in #312
- @ekanna made their first contribution in #327
Full Changelog: v0.1.0...v0.1.1