Socket
Socket
Sign inDemoInstall

@vue/reactivity

Package Overview
Dependencies
Maintainers
2
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/reactivity - npm Package Versions

23
24

3.5.12

Diff

Changelog

Source

3.5.12 (2024-10-11)

Bug Fixes

  • compiler-dom: avoid stringify option with null value (#12096) (f6d9926), closes #12093
  • compiler-sfc: do not skip TSInstantiationExpression when transforming props destructure (#12064) (d3ecde8)
  • compiler-sfc: use sass modern api if available and avoid deprecation warning (#11992) (4474c11)
  • compiler: clone loc to ifNode (#12131) (cde2c06), closes vuejs/language-tools#4911
  • custom-element: properly remove hyphenated attribute (#12143) (e16e9a7), closes #12139
  • defineModel: handle kebab-case model correctly (#12063) (c0418a3), closes #12060
  • deps: update dependency monaco-editor to ^0.52.0 (#12119) (f7cbea2)
  • hydration: provide compat fallback for idle callback hydration strategy (#11935) (1ae545a)
  • reactivity: trigger reactivity for Map key undefined (#12055) (7ad289e), closes #12054
  • runtime-core: allow symbol values for slot prop key (#12069) (d9d4d4e), closes #12068
  • runtime-core: fix required prop check false positive for kebab-case edge cases (#12034) (9da1ac1), closes #12011
  • runtime-dom: prevent unnecessary updates in v-model checkbox when value is unchanged (#12146) (ea943af), closes #12144
  • teleport: handle disabled teleport with updateCssVars (#12113) (76a8223), closes #12112
  • transition/ssr: make transition appear work with Suspense in SSR (#12047) (f1a4f67), closes #12046
  • types: ensure this.$props type does not include string (#12123) (704173e), closes #12122
  • types: retain union type narrowing with defaults applied (#12108) (05685a9), closes #12106
  • useId: ensure useId consistency when using serverPrefetch (#12128) (b4d3534), closes #12102
  • watch: watchEffect clean-up with SSR (#12097) (b094c72), closes #11956

Performance Improvements

  • reactivity: avoid unnecessary recursion in removeSub (#12135) (ec917cf)
yyx990803
published 3.5.11 •

Changelog

Source

3.5.11 (2024-10-03)

Bug Fixes

  • compiler-sfc: do not skip TSSatisfiesExpression when transforming props destructure (#12062) (2328b05), closes #12061
  • reactivity: prevent overwriting next property during batch processing (#12075) (d3f5e6e), closes #12072
  • scheduler: job ordering when the post queue is flushing (#12090) (577edca)
  • types: correctly infer TypeProps when it is any (#12073) (57315ab), closes #12058
  • types: should not intersect PublicProps with Props (#12077) (6f85894)
  • types: infer the first generic type of Ref correctly (#12094) (c97bb84)
yyx990803
published 3.5.10 •

Changelog

Source

3.5.10 (2024-09-27)

Bug Fixes

  • custom-element: properly set kebab-case props on Vue custom elements (ea3efa0), closes #12030 #12032
  • reactivity: fix nested batch edge case (93c95dd)
  • reactivity: only clear notified flags for computed in first batch iteration (aa9ef23), closes #12045
  • types/ref: handle nested refs in UnwrapRef (#12049) (e2c19c2), closes #12044
yyx990803
published 3.5.9 •

Changelog

Source

3.5.9 (2024-09-26)

Bug Fixes

yyx990803
published 3.5.8 •

Changelog

Source

3.5.8 (2024-09-22)

Bug Fixes

  • reactivity: do not remove dep from depsMap when cleaning up deps of computed (#11995) (0267a58)
yyx990803
published 3.5.7 •

Changelog

Source

3.5.7 (2024-09-20)

Bug Fixes

Performance Improvements

  • hydration: avoid observer if element is in viewport (#11639) (e075dfa)
yyx990803
published 3.5.6 •

Changelog

Source

3.5.6 (2024-09-16)

Bug Fixes

  • compile-dom: should be able to stringify mathML (#11891) (85c138c)
  • compiler-sfc: preserve old behavior when using withDefaults with desutructure (8492c3c), closes #11930
  • reactivity: avoid exponential perf cost and reduce call stack depth for deeply chained computeds (#11944) (c74bb8c), closes #11928
  • reactivity: rely on dirty check only when computed has deps (#11931) (aa5dafd), closes #11929
  • watch: once option should be ignored by watchEffect (#11884) (49fa673)
  • watch: unwatch should be callable during SSR (#11925) (2d6adf7), closes #11924
yyx990803
published 3.5.5 •

Changelog

Source

3.5.5 (2024-09-13)

Bug Fixes

  • compiler-core: fix handling of delimiterOpen in VPre (#11915) (706d4ac), closes #11913
  • compiler-dom: fix stringify static edge for partially eligible chunks in cached parent (1d99d61), closes #11879 #11890
  • compiler-dom: should ignore leading newline in <textarea> per spec (3c4bf76)
  • compiler-sfc: nested css supports atrule and comment (#11899) (0e7bc71), closes #11896
  • custom-element: handle nested customElement mount w/ shadowRoot false (#11861) (f2d8019), closes #11851 #11871
  • hmr: reload async child wrapped in Suspense + KeepAlive (#11907) (10a2c60), closes #11868
  • hydration: fix mismatch of leading newline in <textarea> and <pre> (a5f3c2e), closes #11873 #11874
  • reactivity: properly clean up deps, fix memory leak (8ea5d6d), closes #11901
  • runtime-core: properly update async component nested in KeepAlive (#11917) (7fe6c79), closes #11916
  • TransitionGroup: not warn unkeyed text children with whitespece preserve (#11888) (7571f20), closes #11885
yyx990803
published 3.5.4 •

Changelog

Source

3.5.4 (2024-09-10)

Bug Fixes

  • compiler-sfc: correct scoped injection for nesting selector (#11854) (b1de75e), closes #10567
  • reactivity: fix markRaw error on already marked object (#11864) (67d6596), closes #11862
  • Revert "fix: Revert "fix(reactivity): self-referencing computed should refresh"" (e596378)
  • runtime-core: handle shallow reactive arrays in renderList correctly (#11870) (ced59ab), closes #11869
  • types: correctly infer TypeEmits with both tuple and function syntax (#11840) (dad6738), closes #11836

Performance Improvements

  • reactivity: trigger deps directly instead of storing in an array first (#11695) (f80d447)
yyx990803
published 3.5.3 •

Changelog

Source

3.5.3 (2024-09-06)

Bug Fixes

  • hydration: check __asyncHydrate presence for vue3-lazy-hydration compat (#11825) (8e6c337), closes #11793
  • Revert "fix(reactivity): self-referencing computed should refresh" (35c760f)
  • ssr: respect app.config.warnHandler during ssr (bf3d9a2), closes #11830
  • Transition: handle KeepAlive child unmount in Transition out-in mode (#11833) (6b7901d), closes #11775
  • useId: make generated IDs selector compatible (babfb4c), closes #11828
23
24
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