Skip to content

v0.21.7

Choose a tag to compare

@schultek schultek released this 13 Nov 16:12
· 142 commits to main since this release

Various bug fixes across packages.

jaspr, jaspr_builder 0.21.7

  • @Import now supports defining extensions and properly checks elements inside the show parameter.
  • Fixed bug when using SyncStateMixin or @sync on a @client component.
  • Fixed bug with checked and indeterminate attributes not rendering correctly on input elements.
  • Fixed allowing children for path tag by removing it from the list of self-closing tags.
  • Deprecate the package:jaspr/ui.dart library that provides legacy utility components.
    For accessing Jaspr APIs, import package:jaspr/jaspr.dart instead.
    For the utility components, build your own or use a component library.

jaspr_content 0.4.4

  • Adjust styling of DocsLayout to be more responsive on large screens.

jaspr_router 0.8.0

  • Using a redirect function on Router or Route while rendering on the server will now trigger a HTTP redirect (302) instead of rendering the target page.