Version 0.23.0 adds Agent Skills, CLI Improvements, Standalone CSS and Unsafe Import Analysis.
Read the full release notes here.
jaspr, jaspr_cli
-
Added Agent Skills for Jaspr, which can be installed with
jaspr install-skills. -
Multiple improvements to the Jaspr CLI:
- Jaspr can now be installed with
dart install jaspr_cliinstead ofdart pub global activate jaspr_cli. - Added
jaspr convert-htmlcommand to automatically convert raw HTML to Jaspr code. - Breaking Removed
jaspr tooling-daemoncommand. The functionality is now provided by thejaspr_lintspackage. - Improved logging and overall stability.
- Jaspr can now be installed with
-
Added
jaspr: styles: standaloneoption topubspec.yaml.- When enabled, all
@cssdeclarations are rendered to a standalone.cssfile instead of being inlined in the pre-rendered HTML. @cssis now also allowed in client mode projects, where standalone mode is enabled by default.
- When enabled, all
jaspr_lints 0.7.0
- Added
unsafe_importslint rule to detect unsafe platform-specific imports in components depending on where they are rendered (server or client). - Component scopes are now calculated by this package, instead of the
jaspr tooling-daemoncommand.