Skip to content

v0.19.1

Choose a tag to compare

@schultek schultek released this 19 Jun 18:39
· 340 commits to main since this release

jaspr 0.19.1

  • Added Color.currentColor constant.
  • Added rx and ry properties for svg rect().
  • Added prefersContrast: Contrast.<more|less|noPreference> to MediaQuery.
  • Added MediaQuery.raw() for creating a custom media query from a String.
  • Fixed rendering bug when nesting components with empty children.

jaspr_content 0.2.0

  • Breaking: Changed MemoryPage.builder to accept a BuildContext instead of a Page parameter.
  • Adding or removing content files will now properly update the routes.
  • Support .yml in addition to .yaml for data files.
  • Fixed specifying the layout name in frontmatter.
  • Fixed ContentTheme.none to not apply any styles.
  • Fixed typo with keepSuffixPattern parameter in FilesystemLoader and GithubLoader.

jaspr_lints 0.4.0

  • Added 'prefer_styles_getter' lint and fix.