github leptos-rs/leptos v0.6.7
0.6.7

latest releases: v0.7.0-preview2, v0.6.11, v0.6.10...
2 months ago

Hello everyone! Some lovely changes in here. My favorite is the addition of version hashes to css,js, and wasm files to automatically invalidate browser caching issues. Be sure to update to the latest version of cargo leptos(v0.2.8) to test out this feature. As always, big thanks to our returning contributors and welcome to the new folks!

What's Changed

  • feat: Add owning memos to allow memos that re-use the previous value by @pheki in #2139
  • feat: add impl_from argument to #[server] proc_macro by @videobitva in #2335
  • Make it so that cancelled timeouts don't leak by @rjmac in #2331
  • Update suspense_component.rs documentation to use .get() instead of .… by @sjud in #2346
  • add comment specifying edgecase of server function prefixes by @sjud in #2345
  • feat(leptos-axum): propagate trace context to server functions by @janu-cambrelen in #2340
  • finish doc sentence by @sjud in #2348
  • Fix Broken Doc links and Deprecate FromUtf8Error in oco.rs by @zoomiti in #2318
  • ci(examples): build hackernews_js_fetch with deno by @agilarity in #2344
  • chore(ci): fix failing CI by removing deprecation note by @gbj in #2362
  • Trailing slashes (#2154) take 2 by @skirsdeda in #2217
  • feat: add method to RouteContext (#1808) by @zoomiti in #2315
  • Replace Resrouce::read() in doc examples with Resource::get() by @sjud in #2372
  • fix: do not strip query in redirect hook when using client-side navigation by @haslersn in #2376
  • added hashes generated from cargo-leptos by @maccesch in #2373
  • Add MSRV by @paul-hansen in #2360

New Contributors

Full Changelog: v0.6.6...v0.6.7

Don't miss a new leptos release

NewReleases is sending notifications on new releases.