schultek / jaspr

Modern web framework for building websites in Dart. Supports SPAs and SSR.
https://jasprpad.schultek.de
MIT License
996 stars 59 forks source link

Main html tag #205

Closed carmas123 closed 3 months ago

carmas123 commented 3 months ago

The following packages have been updated: jaspr : 0.11.0 -> 0.11.1 jaspr_builder : 0.11.0 -> 0.11.1 jaspr_cli : 0.11.0 -> 0.11.1 jaspr_test : 0.11.0 -> 0.11.1 jaspr_pad : 0.1.0 -> 0.1.1 (No Changelog)

Description

Added

component

Type of Change

✨ New feature or improvement

Ready Checklist

  • [X] I've read the Contribution Guide.
  • [X] In case this PR changes one of the core packages, I've modified the respective CHANGELOG.md file using the semantic_changelog format.
  • [X] I updated/added relevant documentation (doc comments with ///).
  • [ ] I added myself to the AUTHORS file (optional, if you want to).
github-actions[bot] commented 3 months ago

Package Version Report

No packages have been updated.

schultek commented 3 months ago

The html components are auto-generated. You need to edit the packages/jaspr/tool/data/html.json file and run melos generate:html.

Also please update the changelog as described in the contribution guide.

And split the tailwind fix into a separate PR.