github leptos-rs/leptos v0.1.3
`v0.1.3`

latest releases: 0.7.0-alpha, v0.6.12, v0.7.0-preview2...
17 months ago

The big changes here are the <ErrorBoundary/> and <Show/> components. Many thanks to @benwis for leading the work on these.

You should also see a very significant improvement in SSR performance, as well as small reductions in Wasm binary sizes, and some overall bugfixes and improvements.

Oh, and... 🎡🎢 We don't talk about 0.1.2. 🎢🎡

What's Changed

  • doc: add link for leptos watch by @imalexlab in #347
  • Reenable optimizations for SSR using the view! macro by @gbj in #344
  • Add SVG <script>, <style>, and <title> to set of ambiguous elements by @gbj in #350
  • Add support for class = ..., in view macro to support scoped styling by @gbj in #351
  • Update html.rs by @gbj in #352
  • ErrorBoundary Component by @benwis in #338
  • Fix query params behaviour difference between SSR and Hydrate by @killertux in #343
  • Allow snake case components by @jclmnop in #354
  • Clippy fixes: redundant clone and .to_string() issues. by @martinfrances107 in #353
  • leptos_reactive base64 bump version to 0.21. by @martinfrances107 in #358
  • Add methods to take Actix/Axum Extractors/Route Info/Stuff and pass it to Leptos by @benwis in #359
  • Reorganize snake-case #[component] docs and please clippy by @gbj in #362
  • Add component to avoid rerendering of closures and tweak ErrorBoundary by @benwis in #363
  • Replace urlencoding with percent-encoding by @flosse in #365
  • Fix CSR with Trunk on hackernews example, remove CSR option from isomorphic example by @Indrazar in #369
  • Make Errors Sync by @benwis in #372
  • Add a counter example that does not use macros by @flosse in #373
  • Fix context in outlets by @gbj in #374
  • refactor to eliminate duplicate code by @Gentle in #380
  • (micro optimization) cloning is not needed here by @Gentle in #381
  • added hgroup element by @ModProg in #379
  • leptos_axum::handle_server_fns was also duplicated by @Gentle in #383
  • implements From<Signal<T>> for MaybeSignal<T> by @gbj in #384
  • Allow unused cx in server fn arguments by @gbj in #385
  • Fix a large number of small issues in docs by @gbj in #386
  • Check uniqueness of server function names at registration time by @gbj in #388
  • Fix missing docs error by @gbj in #389
  • fix: Align <ActionForm/> behavior with Action by @gbj in #390
  • doc/book updated leptos version. by @martinfrances107 in #392
  • Remove gloo dependency in leptos_dom by @gbj in #391
  • Fix gtk example by @thomasqueirozb in #395
  • Reduce WASM binary sizes by 3-5% by @gbj in #393
  • Fix hydration issue related to WASM size reduction by @gbj in #396
  • v0.1.2 by @gbj in #397

New Contributors

Full Changelog: v0.1.1...v0.1.3

Don't miss a new leptos release

NewReleases is sending notifications on new releases.