Socket
Socket
Sign inDemoInstall

vue

Package Overview
Dependencies
20
Maintainers
2
Versions
501
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245
51Next

3.4.11

Diff

Changelog

Source

3.4.11 (2024-01-12)

Bug Fixes

  • hydration: improve mismatch when client value is null or undefined (#10086) (08b60f5)
  • reactivity: correct dirty assign in render function (#10091) (8d04205), closes #10082
  • runtime-core: filter single root for nested DEV_ROOT_FRAGMENT (#8593) (d35b877), closes #5203 #8581 #10087
yyx990803
published 3.4.10 •

Changelog

Source

3.4.10 (2024-01-11)

Bug Fixes

  • hydration: should not warn on falsy bindings of non-property keys (3907c87)
yyx990803
published 3.4.9 •

Changelog

Source

3.4.9 (2024-01-11)

Bug Fixes

  • build: avoid accessing FEATURE_PROD_DEVTOOLS flag in root scope (dfd9654)
  • hydration: do not warn against bindings w/ object values (dcc68ef)
  • runtime-dom: unify behavior for v-show + style display binding (#10075) (cd419ae), closes #10074
  • suspense: avoid double-patching nested suspense when parent suspense is not resolved (#10055) (bcda96b), closes #8678
yyx990803
published 3.4.8 •

Changelog

Source

3.4.8 (2024-01-10)

Bug Fixes

  • hydration: fix class and style hydration mismatch message (5af3987), closes #10067
  • hydration: improve attr hydration mismatch check for boolean attrs (972face), closes #10057 #10060
  • suspense: fix more suspense patch before resolve edge cases (70ad4ca), closes #10017
yyx990803
published 3.4.7 •

Changelog

Source

3.4.7 (2024-01-09)

Bug Fixes

  • parser: skip compat mode check for SFC root <template> tags (#10034) (923d560)
  • types: fix functional component for h (#9991) (438a74a)

Reverts

  • "dx(computed): warn incorrect use of getCurrentInstance inside computed" (2fd3905)
yyx990803
published 3.4.6 •

Changelog

Source

3.4.6 (2024-01-08)

Bug Fixes

yyx990803
published 3.4.5 •

Changelog

Source

3.4.5 (2024-01-04)

Bug Fixes

  • compiler-sfc: fix co-usage of defineModel transform options and props destructure (b20350d), closes #9972
  • compiler-sfc: fix sfc template unref rewrite for class instantiation (ae60a91), closes #6483 #6491
  • compiler-ssr: fix node clone edge case caused by AST reuse (#9983) (7dbdb3e), closes #9981
  • watch: cleanup watcher effect from scope when manually stopped (#9978) (d2d8955)
yyx990803
published 3.4.4 •

Changelog

Source

3.4.4 (2024-01-03)

Bug Fixes

  • compiler-sfc: fix scss source map regression (71d3121), closes #9970 #9969
  • compiler-sfc: use compilerOptions when re-parsing consumed AST (d94d8d4)
  • defineModel: support kebab-case/camelCase mismatches (#9950) (10ccb9b)
  • runtime-core: correctly assign suspenseId to avoid conflicts with the default id (#9966) (0648804), closes #9944
  • ssr: avoid rendering transition-group slot content as a fragment (#9961) (0160264), closes #9933
  • watch: remove instance unmounted short circuit in getter of watchEffect (#9948) (f300a40)
  • watch: revert watch behavior when watching shallow reactive objects (a9f781a), closes #9965

Performance Improvements

  • watch: avoid double traverse for reactive source (24d77c2)
yyx990803
published 3.4.3 •

Changelog

Source

3.4.3 (2023-12-30)

Bug Fixes

  • compiler-sfc: respect sfc parse options in cache key (b8d58ec)
yyx990803
published 3.4.2 •

Changelog

Source

3.4.2 (2023-12-30)

Bug Fixes

  • compiler-sfc: fix dev regression for dot / namespace component usage (dce99c1), closes #9947
  • runtime-core: support deep: false when watch reactive (#9928) (4f703d1), closes #9916
  • ssr: fix hydration error for slot outlet inside transition-group (#9937) (6cb00ed), closes #9933
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc