KillerCodeMonkey / stencil-quill

Native web components for the Quill Rich Text Editor built with stencil
MIT License
38 stars 7 forks source link

Update @stencil/core 4.18.3 → 4.21.0 (minor) #334

Closed depfu[bot] closed 1 month ago

depfu[bot] commented 2 months ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​stencil/core (4.18.3 → 4.21.0) · Repo · Changelog

Release Notes

4.21.0

Bug Fixes

  • compiler: default asyncLoading build conditional to true (#5941) (0e261d6), closes #3580
  • compiler: prefer localName over originalName by running an empty check on originalName (#5943) (0f42656), closes #5882
  • compiler: verify parent node when validating component members (#5942) (37a0aaf), closes #5940
  • runtime: have fallback for style setting (#5948) (ae19d7a)
  • runtime: only use setter if existing (#5947) (7e9fa60), closes #2703
  • runtime: place scoped component styles after preconnect links but before custom styles (#5938) (8f92b11)
  • runtime: provide second arg to insertBefore (#5933) (afcc9a5)
  • runtime: render component styles at the end of the head tag (#5926) (90da726), closes #5915
  • runtime: update call to prepend to remove null node (#5946) (970c5d2)
  • typescript: fix documentation on 'serializeShadowRoot' flag (#5927) (277e3e3), closes #5914

Features

4.20.0

Bug Fixes

4.19.2

Bug Fixes

4.19.1

Bug Fixes

  • compiler: account for package imports in aliasing (#5862) (02b41d3), fixes #5859
  • compiler: try to create web worker with the workerPath before falling back to blob (#3513) (c84dd32), fixes #3512
  • hydrate: change type resolve order (#5863) (42b1ff2)
  • internal: add cli sub package to export map (ad95222)
  • internal: add mock-doc export in client runtime package.json (ad95222)

Thanks

🎉 Thanks to @saschanowak and @jeski-bright for their contributions! 🎉

4.19.0

Bug Fixes

Features

  • cli: support generation of sass and less files (#5857) (1883812), closes #2155
  • compiler: generate export maps on build (#5809) (b6d2404)
  • complier: support type import aliasing (#5836) (7ffb25d), closes #2335
  • runtime: support declarative shadow DOM (#5792) (c837063), closes #4010
  • testing: add toHaveLastReceivedEventDetail event spy matcher (#5829) (63491de), closes #2488
  • testing: allow to disable network error logging via 'logFailingNetworkRequests' option (#5839) (dac3e33), closes #2572
  • testing: expose captureBeyondViewport in pageCompareScreenshot (#5828) (cf6a450), closes #3188

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
depfu[bot] commented 1 month ago

Closed in favor of #336.