Socket
Socket
Sign inDemoInstall

@vue/composition-api

Package Overview
Dependencies
Maintainers
4
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/composition-api - npm Package Versions

1
11

1.0.0-beta.18

Diff

Changelog

Source

1.0.0-beta.18 (2020-10-21)

Bug Fixes

  • type: vue constructor should not require props with default values (#567) (964f9f3)
  • better vueDependency importing, close #564 (#572) (555f20a)

Features

<a name="1.0.0-beta.17"></a>

antfu
published 1.0.0-beta.17 •

Changelog

Source

1.0.0-beta.17 (2020-10-17)

Bug Fixes

Code Refactoring

BREAKING CHANGES

  • watch APIs now default to use flush: 'pre' instead of flush: 'post'.

    • Check https://github.com/vuejs/vue-next/commit/49bb44756fda0a7019c69f2fa6b880d9e41125aa

    • This change affects watch, watchEffect, the watch component option, and this.$watch.

    • As pointed out by @skirtles-code in

<a name="1.0.0-beta.16"></a>

antfu
published 1.0.0-beta.16 •

Changelog

Source

1.0.0-beta.16 (2020-10-10)

Bug Fixes

<a name="1.0.0-beta.15"></a>

antfu
published 1.0.0-beta.15 •

Changelog

Source

1.0.0-beta.15 (2020-10-04)

Bug Fixes

  • reactive: fix issue when using reactive array in the template (#532) (d99b91d)
  • reactive in SSR (#546) (535c829)
  • incorrect warning for getRegisteredVueOrDefault, resolve #544 (3a1d992)
  • reactive for props (#547) (4d39443)
  • vue-test: prevent warning when using multiple localVue (#531) (5484bb7)

<a name="1.0.0-beta.14"></a>

antfu
published 1.0.0-beta.14 •

Changelog

Source

1.0.0-beta.14 (2020-09-15)

Bug Fixes

  • circular objects and making all Vue.observable objects isReactive (#512) (f204daa)

Features

  • reactive: allow usage of reactive before Vue.use (#515) (89fd11c)

<a name="1.0.0-beta.13"></a>

antfu
published 1.0.0-beta.13 •

Changelog

Source

1.0.0-beta.13 (2020-09-12)

Bug Fixes

  • sets: check for window to avoid SSR errors (#511) (9ea7230)

<a name="1.0.0-beta.12"></a>

antfu
published 1.0.0-beta.12 •

Changelog

Source

1.0.0-beta.12 (2020-09-12)

Features

<a name="1.0.0-beta.11"></a>

antfu
published 1.0.0-beta.11 •

Changelog

Source

1.0.0-beta.11 (2020-08-22)

Bug Fixes

  • setup: handle updates for directly return a reactive object (#488) (a7f2c25), closes #487
  • watch: check if ob has value before addSub (#477) (d8cd30d)

<a name="1.0.0-beta.10"></a>

pikax
published 1.0.0-beta.10 •

Changelog

Source

1.0.0-beta.10 (2020-08-15)

Bug Fixes

  • watch: check if ob has value before addSub (#477) (d8cd30d)

<a name="1.0.0-beta.9"></a>

antfu
published 1.0.0-beta.9 •

Changelog

Source

1.0.0-beta.9 (2020-08-11)

Bug Fixes

  • watch: watch will trigger when added new keys using set (#468) (13bfed1)

<a name="1.0.0-beta.8"></a>

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