schultek / jaspr

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

fix: DomValidator bug #169

Closed siesdart closed 5 months ago

siesdart commented 5 months ago

Description

Fixed a bug where Invalid argument(s): "xxxx" is not a valid attribute name. error would appear for attributes with capital letters in the middle of name, such as 'viewBox' in svg.

Type of Change

Ready Checklist

If you need help, consider asking for advice on the #contribute channel on Discord.

github-actions[bot] commented 5 months ago

Package Version Report

The following packages have been updated: jaspr : 0.10.0 -> 0.10.1 jaspr_builder : 0.10.0 -> 0.10.1 jaspr_cli : 0.10.0 -> 0.10.1 jaspr_test : 0.10.0 -> 0.10.1

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6fdd5f2) 61.52% compared to head (dbe96ea) 61.52%. Report is 8 commits behind head on main.

:exclamation: Current head dbe96ea differs from pull request most recent head da0103f. Consider uploading reports for the commit da0103f to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #169 +/- ## ======================================= Coverage 61.52% 61.52% ======================================= Files 95 95 Lines 4052 4052 ======================================= Hits 2493 2493 Misses 1559 1559 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

schultek commented 5 months ago

Thanks.