Socket
Socket
Sign inDemoInstall

@vue/compiler-ssr

Package Overview
Dependencies
Maintainers
1
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/compiler-ssr - npm Package Versions

13
23

3.4.36

Diff

Changelog

Source

3.4.36 (2024-08-06)

Bug Fixes

  • compiler-core: fix expression transform for try...catch block params (077a1ae), closes #11465 #11467
  • compiler-core: properly handle for loop variable declarations in expression transforms (67bb820), ref #11467
  • compiler-ssr: don't render v-if comments in TransitionGroup + static tag (#11515) (275354c), closes #11514
  • hydration: force hydrate custom element dynamic props (7d473b7), closes #7203 #8038
  • ssr: respect textContent/innerHTML from getSSRProps in optimized SSR output (79602f9), closes #8112
  • types/withDefaults: ensure default values of type any do not include undefined (#11490) (4592b63)
yyx990803
published 3.5.0-alpha.5 •

Changelog

Source

3.5.0-alpha.5 (2024-07-31)

Features

  • hydration: support suppressing hydration mismatch via data-allow-mismatch (94fb2b8)
  • lazy hydration strategies for async components (#11458) (d14a11c)
yyx990803
published 3.4.35 •

Changelog

Source

3.4.35 (2024-07-31)

Bug Fixes

  • teleport/ssr: fix Teleport hydration regression due to targetStart anchor addition (7b18cdb)
  • teleport/ssr: ensure targetAnchor and targetStart not null during hydration (#11456) (12667da), closes #11400
  • types/ref: allow getter and setter types to be unrelated (#11442) (e0b2975)

Performance Improvements

  • runtime-core: improve efficiency of normalizePropsOptions (#11409) (5680142), closes #9739
yyx990803
published 3.5.0-alpha.4 •

Changelog

Source

3.5.0-alpha.4 (2024-07-24)

Bug Fixes

  • suspense/hydration: fix hydration timing of async component inside suspense (1b8e197), closes #6638
  • useId: properly mark async boundary for already resolved async component (cd28172)
yyx990803
published 3.4.34 •

Changelog

Source

3.4.34 (2024-07-24)

Bug Fixes

  • defineModel: correct update with multiple changes in same tick (#11430) (a18f1ec), closes #11429
yyx990803
published 3.5.0-alpha.3 •

Changelog

Source

3.5.0-alpha.3 (2024-07-19)

Bug Fixes

  • build: enable SSR branches in esm-browser builds (b14cd9a)
  • compiler-core: change node hoisting to caching per instance (#11067) (cd0ea0d), closes #5256 #9219 #10959
  • compiler-sfc: should properly walk desutructured props when reactive destructure is not enabled (0fd6193), closes #11325
  • types: respect props with default on instance type when using __typeProps (96e4738)

Features

yyx990803
published 3.4.33 •

Changelog

Source

3.4.33 (2024-07-19)

Bug Fixes

  • runtime-dom: handle undefined values in v-html (#11403) (5df67e3)
yyx990803
published 3.4.32 •

Changelog

Source

3.4.32 (2024-07-17)

Bug Fixes

  • build: use consistent minify options from previous terser config (789675f)
  • compiler-sfc: correctly resolve type annotation for declared function (#11279) (b287aee), closes #11266
  • defineModel: force local update when setter results in same emitted value (de174e1), closes #10279 #10301
  • hmr: hmr reload should work with async component (#11248) (c8b9794)
  • hydration: fix tracking of reactive style objects in production (c10e40a), closes #11372
  • hydration: handle consectuvie text nodes during hydration (f44c3b3), closes #7285 #7301
  • reactivity: ensure unref correctly resolves type for ShallowRef (#11360) (a509e30), closes #11356
  • reactivity: shallowReactive map "unwraps" the nested refs (#8503) (50ddafe), closes #8501 #11249
  • runtime-core: avoid recursive warning (3ee7b4c), closes #8074
  • runtime-core: bail manually rendered compiler slot fragments in all cases (3d34f40), closes #10870
  • runtime-core: do not emit when defineModel ref is set with same value (#11162) (f1bb0ae), closes #11125
  • runtime-core: errors during component patch should be caught by error handlers (ee0248a)
  • runtime-core: force diff slot fallback content and provided content (d76dd9c), closes #7256 #9200 #9308 #7266 #9213
  • runtime-core: more edge case fix for manually rendered compiled slot (685e3f3), closes #11336
  • runtime-core: use separate prop caches for components and mixins (#11350) (b0aa234), closes #7998
  • runtime-dom: properly handle innerHTML unmount into new children (#11159) (3e9e32e), closes #9135
  • teleport: skip teleported nodes when locating patch anchor (8655ced), closes #9071 #9134 #9313 #9313
  • v-model: component v-model modifiers trim and number when cases don't match (#9609) (7fb6eb8), closes #4848 #4850 #4850
  • v-once: properly unmount v-once cached trees (d343a0d), closes #5154 #8809

Performance Improvements

  • server-renderer: avoid unnecessary checks in createBuffer (#11364) (fc205bf)
  • server-renderer: optimize unrollBuffer by avoiding promises (#11340) (05779a7)
yyx990803
published 3.4.31 •

Changelog

Source

3.4.31 (2024-06-28)

Bug Fixes

Reverts

  • Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#11135)" (e0df985)
  • Revert "fix(reactivity): fix side effect computed dirty level (#11183)" (6c303ea), closes #11183
yyx990803
published 3.4.30 •

Changelog

Source

3.4.30 (2024-06-22)

Note: this release contains a fix (#11150) that requires vue-tsc to also be updated in sync to ^2.0.22. See #11196

Bug Fixes

  • compiler-core: should not remove slot node with v-else (#11150) (e102670)
  • hydration: fix css vars hydration mismatch false positive on attr-fallthrough (#11190) (7ad67ce), closes #11188
  • hydration: skip prop mismatch check for directives that mutate DOM in created (3169c91), closes #11189
  • reactivity: fix side effect computed dirty level (#11183) (3bd79e3), closes #11181 #11169
  • runtime-core: ensure unmount dynamic components in optimized mode (#11171) (220fe24), closes #11168
  • runtime-core: update devtool __vnode on patch, avoid memory leak during dev (a959781), closes #11192
  • runtime-dom: ensure only symbols are explicitly stringified during attribute patching (#11182) (a2e35d6), closes #11177
  • runtime-dom: prevent setting state as attribute for custom elements (#11165) (8ae4c29), closes #11163

Performance Improvements

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc