Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vite-plugin): missed some default options in "load" preprocess #1936

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

3cp
Copy link
Member

@3cp 3cp commented Apr 4, 2024

closes #1935

Copy link

codecov bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.63%. Comparing base (32e8cc1) to head (a416807).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1936      +/-   ##
==========================================
- Coverage   88.64%   88.63%   -0.01%     
==========================================
  Files         261      261              
  Lines       22896    22896              
  Branches     5294     5294              
==========================================
- Hits        20296    20295       -1     
- Misses       2600     2601       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@3cp 3cp requested a review from bigopon April 4, 2024 04:48
@bigopon bigopon merged commit 794f3c6 into master Apr 4, 2024
25 of 26 checks passed
@bigopon bigopon deleted the 3cp-patch-1 branch April 4, 2024 11:02
AureliaEffect pushed a commit that referenced this pull request Apr 17, 2024
2.0.0-beta.15 (2024-04-17)

A step closer to RC

**BREAKING CHANGES:**

* **expression-parser:** move exp parser to its own package (#1943) ([6e7dcad](6e7dcad))
* **bindings:** move binding infra to runtime html (#1944) ([1c7608a](1c7608a))
* **runtime:** migration to TC39 decorators + metadata simplification (#1932) ([22f90ad](22f90ad))

**Features:**

* **resources:** support static `$au` property for definition (#1939) ([877a385](877a385))

**Bug Fixes:**

* **ts-jest:** add isolated modules for internal ts-jest instance (#1941) ([7eb31f4](7eb31f4))
* **vite-plugin:** missed some default options in "load" preprocess (#1936) ([794f3c6](794f3c6))
* **vite-plugin:** when using ShadowDOM, need to load css as string (#1934) ([32e8cc1](32e8cc1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vite load issue.
2 participants