vue3-yuanma/packages
Evan You 09b4202a22 refactor(reactivity): adjust APIs
BREAKING CHANGE: Reactivity APIs adjustments:

- `readonly` is now non-tracking if called on plain objects.
  `lock` and `unlock` have been removed. A `readonly` proxy can no
  longer be directly mutated. However, it can still wrap an already
  reactive object and track changes to the source reactive object.

- `isReactive` now only returns true for proxies created by `reactive`,
   or a `readonly` proxy that wraps a `reactive` proxy.

- A new utility `isProxy` is introduced, which returns true for both
  reactive or readonly proxies.

- `markNonReactive` has been renamed to `markRaw`.
2020-04-15 16:45:20 -04:00
..
compiler-core release: v3.0.0-alpha.13 2020-04-15 12:46:26 -04:00
compiler-dom release: v3.0.0-alpha.13 2020-04-15 12:46:26 -04:00
compiler-sfc release: v3.0.0-alpha.13 2020-04-15 12:46:26 -04:00
compiler-ssr release: v3.0.0-alpha.13 2020-04-15 12:46:26 -04:00
reactivity refactor(reactivity): adjust APIs 2020-04-15 16:45:20 -04:00
runtime-core refactor(reactivity): adjust APIs 2020-04-15 16:45:20 -04:00
runtime-dom release: v3.0.0-alpha.13 2020-04-15 12:46:26 -04:00
runtime-test refactor(reactivity): adjust APIs 2020-04-15 16:45:20 -04:00
server-renderer release: v3.0.0-alpha.13 2020-04-15 12:46:26 -04:00
shared release: v3.0.0-alpha.13 2020-04-15 12:46:26 -04:00
size-check release: v3.0.0-alpha.13 2020-04-15 12:46:26 -04:00
template-explorer release: v3.0.0-alpha.13 2020-04-15 12:46:26 -04:00
vue release: v3.0.0-alpha.13 2020-04-15 12:46:26 -04:00
global.d.ts build: avoid runtime wildcard import in global build 2020-02-13 18:50:36 -05:00