Evan You
|
ded92f93b4
|
fix(runtime-core): dynamic component should support falsy values without warning
|
2020-04-24 15:32:47 -04:00 |
|
Carlos Rodrigues
|
f3a9b516bd
|
fix(types): make return type of defineComponent assignable to Component type (#1032)
fix #993
|
2020-04-24 13:22:58 -04:00 |
|
Carlos Rodrigues
|
28b4c317b4
|
feat(types): expose ToRefs type (#1037)
|
2020-04-24 13:10:16 -04:00 |
|
Evan You
|
c9f10be9de
|
refactor(runtime-core): extract key/ref normalization logic
|
2020-04-24 13:06:56 -04:00 |
|
susiwen8
|
ad2b940c17
|
chore: remove unnecessary export (#1044) [ci skip]
|
2020-04-24 13:02:44 -04:00 |
|
Evan You
|
d7379c7647
|
fix(runtime-core): fix key/ref resolution for cloneVNode
fix #1041
|
2020-04-24 12:42:46 -04:00 |
|
Evan You
|
dcf2458fa8
|
fix(runtime-core): fix dynamic node tracking in dynamic component that resolves to plain elements
fix #1039
|
2020-04-24 12:18:51 -04:00 |
|
Evan You
|
fa216a0c3a
|
feat(compiler-sfc): built-in support for css modules
|
2020-04-24 09:59:52 -04:00 |
|
Evan You
|
20d425fb19
|
feat(compiler-sfc): add preprocessCustomRequire option
|
2020-04-24 09:28:03 -04:00 |
|
dependabot-preview[bot]
|
d1e6932edc
|
build(deps-dev): bump rollup from 2.7.1 to 2.7.2
Bumps [rollup](https://github.com/rollup/rollup) from 2.7.1 to 2.7.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.7.1...v2.7.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-23 08:10:06 +00:00 |
|
underfin
|
63c8444d4a
|
Update packages/runtime-core/src/components/BaseTransition.ts
Co-Authored-By: Carlos Rodrigues <david-181@hotmail.com>
|
2020-04-23 06:53:46 +08:00 |
|
Evan You
|
2acf3e84b9
|
feat(reactivity): add triggerRef API
Also make shallowRef assignment behavior consistent with normal ref
|
2020-04-22 18:00:10 -04:00 |
|
Evan You
|
3e60288a6d
|
chore: update contributing guide [ci skip]
|
2020-04-22 17:14:08 -04:00 |
|
underfin
|
2b19965bcf
|
fix(slots): compiled slot fallback should be functions (#1030)
This avoids it being collected as dynamic children when it's not used.
fix #1021
|
2020-04-22 16:52:41 -04:00 |
|
Evan You
|
ff4d1fcd81
|
fix(runtime-core): mixin options that rely on this context should be deferred
Also ensure consistent option apply order with Vue 2, close #1016, close #1029
|
2020-04-22 16:36:18 -04:00 |
|
Evan You
|
b0d4df9743
|
perf(reactivity): ref should not trigger if value did not change
Note: shallowRef will always trigger on assignment because it does not
account for deep mutations
close #1012
|
2020-04-22 15:11:01 -04:00 |
|
Evan You
|
7d858a9001
|
test(compiler-core): test dynamic component block
|
2020-04-22 14:47:31 -04:00 |
|
Evan You
|
7d0ab3392a
|
fix(compiler-core): dynamic component should always be made blocks
since it can potentially resolve to plain elements
fix #1018
|
2020-04-22 14:45:00 -04:00 |
|
Carlos Rodrigues
|
0bdd889156
|
fix(types): fix ref(false) type to Ref<boolean> (#1028)
|
2020-04-22 11:54:54 -04:00 |
|
Evan You
|
e422b8b082
|
fix(runtime-core): only infer component name for object components
close #1023
|
2020-04-22 04:39:12 -04:00 |
|
dependabot-preview[bot]
|
2bb6f9b5c9
|
build(deps-dev): bump rollup from 2.6.1 to 2.7.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.6.1 to 2.7.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.6.1...v2.7.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-22 08:20:30 +00:00 |
|
likui
|
9bddf3820e
|
types(runtime-core): improve types for transition hook
fix #1000
|
2020-04-21 12:06:10 +08:00 |
|
Evan You
|
6fefeafe98
|
release: v3.0.0-beta.3
|
2020-04-20 17:00:26 -04:00 |
|
Andrew Talbot
|
cebad64d22
|
feat(runtime-core): improve warning for extraneous event listeners (#1005)
fix #1001
|
2020-04-20 16:40:59 -04:00 |
|
Evan You
|
dece6102aa
|
feat(warn): infer anonymous component named based on resolve name
|
2020-04-20 16:17:29 -04:00 |
|
Evan You
|
0278992f78
|
fix(warn): fix component name inference in warning trace
|
2020-04-20 16:06:51 -04:00 |
|
Andrew Talbot
|
054ccecd58
|
perf(core): use startsWith instead of indexOf (#989)
|
2020-04-20 15:44:20 -04:00 |
|
Mohamed Nainar
|
9e26be2c26
|
chore: changelog typo (#988) [ci skip]
|
2020-04-20 15:38:43 -04:00 |
|
Evan You
|
ab844fd169
|
feat(runtime-core): more specific warning for failed v-on fallthrough
close #1001
|
2020-04-20 15:32:21 -04:00 |
|
Evan You
|
e954ba21f0
|
feat(build): provide more specific warnings for runtime compilation
close #1004
|
2020-04-20 15:23:26 -04:00 |
|
Evan You
|
171cfa404f
|
fix(runtime-core): should not cast prop value if prop did not change
fix #999
|
2020-04-20 14:16:25 -04:00 |
|
Evan You
|
36d77f9a9e
|
refactor(hmr): simplify usage
|
2020-04-20 13:39:47 -04:00 |
|
Evan You
|
19223f5462
|
build: remove __BUNLDER__ flag so that HMR is available for all builds
|
2020-04-20 13:39:47 -04:00 |
|
limichange
|
fa40d1ef3a
|
refactor(reactivity): simplify if condition (#1002)
|
2020-04-20 13:39:35 -04:00 |
|
dependabot-preview[bot]
|
6390093691
|
build(deps-dev): bump @rollup/plugin-json from 4.0.2 to 4.0.3
Bumps [@rollup/plugin-json](https://github.com/rollup/plugins) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/url-v4.0.2...json-v4.0.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-20 08:51:49 +00:00 |
|
dependabot-preview[bot]
|
1501328dca
|
build(deps-dev): bump @rollup/plugin-replace from 2.3.1 to 2.3.2
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/replace-v2.3.1...replace-v2.3.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-20 08:49:34 +00:00 |
|
dependabot-preview[bot]
|
ac57ca5adb
|
build(deps-dev): bump jest from 25.3.0 to 25.4.0
Bumps [jest](https://github.com/facebook/jest) from 25.3.0 to 25.4.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v25.3.0...v25.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-20 08:48:22 +00:00 |
|
Evan You
|
218e6e1667
|
build: adjust build formats
- Rename `esm` to `esm-browser`
- Add runtime-only build for `esm-browser`
- Add default CDN alias for jsdelivr
|
2020-04-19 18:43:21 -04:00 |
|
Jian Zhang
|
a51b052672
|
chore: remove a dead if branch (#986)
|
2020-04-17 18:41:33 -04:00 |
|
Evan You
|
ff5606dad2
|
chore: edit changelog [ci skip]
|
2020-04-17 11:18:06 -04:00 |
|
Evan You
|
c1a85cb124
|
release: v3.0.0-beta.2
|
2020-04-17 11:01:01 -04:00 |
|
Evan You
|
d7ca1c5c6e
|
fix(runtime-core): fix user attched public instance properties that start with "$"
|
2020-04-17 10:23:10 -04:00 |
|
Carlos Rodrigues
|
99fd158d09
|
fix(watch): fix deep watchers on refs containing primitives (#984)
|
2020-04-17 09:55:41 -04:00 |
|
Evan You
|
c0adb67c2e
|
feat(types): expose ComponentCustomOptions for declaring custom options
|
2020-04-17 09:41:36 -04:00 |
|
Evan You
|
be21cfb1db
|
feat(types): feat(types): add ComponentCustomProperties interface (#982)
|
2020-04-17 09:12:50 -04:00 |
|
Cédric Exbrayat
|
4cf5e07608
|
feat(types): expose ExtractPropTypes (#983)
|
2020-04-17 09:00:25 -04:00 |
|
扩散性百万甜面包
|
70c8c58be2
|
test(compiler-core): expect onError to be called (#976)
|
2020-04-17 08:58:38 -04:00 |
|
Adrià Fontcuberta
|
dd19db9c5d
|
chore: update VTU status (#979)
|
2020-04-17 07:30:44 -04:00 |
|
dependabot-preview[bot]
|
78e3047189
|
build(deps-dev): bump ts-jest from 25.3.1 to 25.4.0
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.3.1 to 25.4.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v25.3.1...v25.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-17 07:58:01 +00:00 |
|
dependabot-preview[bot]
|
9e8daa2046
|
build(deps-dev): bump @ls-lint/ls-lint from 1.8.0 to 1.8.1
Bumps [@ls-lint/ls-lint](https://github.com/loeffel-io/ls-lint) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/loeffel-io/ls-lint/releases)
- [Commits](https://github.com/loeffel-io/ls-lint/compare/v1.8.0...v1.8.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-17 07:54:33 +00:00 |
|