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

add proper support for raw html #184

Closed schultek closed 3 months ago

schultek commented 4 months ago

Description

Fixes #181

Type of Change

Ready Checklist

github-actions[bot] commented 4 months ago

Package Version Report

The following packages have been updated: jaspr : 0.10.0 -> 0.11.0 jaspr_builder : 0.10.0 -> 0.11.0 jaspr_cli : 0.10.0 -> 0.11.0 jaspr_flutter_embed : 0.2.0 -> 0.3.0 jaspr_riverpod : 0.3.9 -> 0.3.10 jaspr_router : 0.3.1 -> 0.3.2 jaspr_test : 0.10.0 -> 0.11.0

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 12.00000% with 22 lines in your changes are missing coverage. Please review.

Project coverage is 59.94%. Comparing base (5f0c279) to head (03e0b88).

Files Patch % Lines
...ackages/jaspr/lib/src/framework/render_object.dart 0.00% 10 Missing :warning:
...jaspr/lib/src/components/raw_text/raw_text_vm.dart 0.00% 7 Missing :warning:
packages/jaspr/lib/src/components/html/html.dart 0.00% 4 Missing :warning:
packages/jaspr/lib/src/components/style.dart 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #184 +/- ## ========================================== - Coverage 60.98% 59.94% -1.05% ========================================== Files 116 101 -15 Lines 5060 4219 -841 ========================================== - Hits 3086 2529 -557 + Misses 1974 1690 -284 ```

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