Commit Graph

2966 Commits

Author SHA1 Message Date
Evan You
dfac6eee99 wip: fix defineOptions specifier removal 2020-11-17 12:50:10 -05:00
Evan You
c15bd6235e wip: generate valid v-model and TS code in script setup inline mode 2020-11-17 12:42:58 -05:00
Evan You
6e870f5b30 wip: update sfc style var injection syntax
ref: https://github.com/vuejs/rfcs/pull/231#issuecomment-728993116
2020-11-17 11:43:29 -05:00
Evan You
41bb7fa330 feat(compiler-sfc): new SFC css varaible injection implementation
ref: https://github.com/vuejs/rfcs/pull/231
2020-11-16 18:27:25 -05:00
Evan You
62372e9943 chore: remove unused dep from compiler-sfc 2020-11-16 17:22:59 -05:00
Evan You
e521de1663 Merge branch 'script-setup-2' 2020-11-16 15:42:39 -05:00
Evan You
3a6b1207fa fix(style-vars): apply css vars in post flush effect 2020-11-16 15:40:16 -05:00
Evan You
cea8b25fed wip: fix useCssVars helper call + tests 2020-11-16 11:35:38 -05:00
Evan You
b79a06c605 wip: optimize expose 2020-11-16 11:28:37 -05:00
dependabot-preview[bot]
713fcb18a9
build(deps-dev): bump rollup from 2.33.0 to 2.33.2 (#2617) 2020-11-16 06:33:40 +00:00
Evan You
a603d56970 wip: make <script setup> closed by default 2020-11-14 12:55:21 -05:00
Evan You
468e0d95cf chore: Merge branch 'feat/expose' into script-setup-2 2020-11-14 12:50:32 -05:00
Evan You
0e59770b92 feat(runtime-core): explicit expose API 2020-11-14 12:49:35 -05:00
Evan You
1ff5960971 wip: useOptions -> defineOptions 2020-11-13 17:38:28 -05:00
Evan You
91d990d45a chore: ignore template-explorer in dts tests 2020-11-13 00:14:52 -05:00
Evan You
8ba3a7de40 wip: fix dts tests 2020-11-13 00:12:04 -05:00
Evan You
6fc8d5d0ba wip: type inference for useOptions 2020-11-13 00:01:44 -05:00
Evan You
001f8ce993 wip: defineContext -> useOptions 2020-11-12 22:51:40 -05:00
Evan You
292a657861 wip: fix runtimeConstant marking 2020-11-12 22:44:18 -05:00
Evan You
0ca9137188 wip: tests for defineContext() 2020-11-12 18:11:25 -05:00
Evan You
128621d6a0 wip: further optimize bindings 2020-11-12 16:11:14 -05:00
Evan You
6a9b56ca60 wip: defineContext() 2020-11-12 14:10:39 -05:00
Evan You
dc098c7f81 wip: defineContext 2020-11-11 19:40:27 -05:00
Evan You
2a4fc32d15 wip: remove unnecessary inlinePropsIdentifier option 2020-11-11 10:36:59 -05:00
dependabot-preview[bot]
15baaf14f0
build(deps-dev): bump @microsoft/api-extractor from 7.11.2 to 7.11.4 (#2586) 2020-11-11 06:13:50 +00:00
Evan You
4e8ef55237 wip: optimize binding access to known imported components 2020-11-10 18:06:38 -05:00
Evan You
4977526a2b wip: correctly resolve component in setup inline mode 2020-11-10 17:36:06 -05:00
Evan You
3019508e75 wip: fix binding type fallback 2020-11-10 17:31:09 -05:00
Evan You
886ed7681d feat(compiler-sfc): compileScript inline render function mode 2020-11-10 16:28:34 -05:00
dependabot-preview[bot]
ca8276d1fa
build(deps-dev): bump @typescript-eslint/parser from 4.6.1 to 4.7.0 (#2580) 2020-11-10 06:24:07 +00:00
dependabot-preview[bot]
c33048fcb3
build(deps-dev): bump @types/node from 14.14.6 to 14.14.7 (#2581) 2020-11-10 06:23:15 +00:00
Evan You
3f99e239e0 feat(compiler-sfc): support kebab-case components in <script setup> sfc template 2020-11-09 17:22:58 -05:00
Evan You
8cf0a40d5b chore: update warning and error messages 2020-11-09 17:00:58 -05:00
underfin
af9560455d
fix(runtime-core): ensure scheduler queue is always non-null (#2567)
fix https://github.com/vitejs/vite/issues/1021
2020-11-09 09:19:32 -05:00
dependabot-preview[bot]
b5926ff9f0
build(deps-dev): bump eslint from 7.12.1 to 7.13.0 (#2576) 2020-11-09 06:34:35 +00:00
dependabot-preview[bot]
53608891a5
build(deps-dev): bump ts-jest from 26.4.3 to 26.4.4 (#2577) 2020-11-09 06:34:09 +00:00
Evan You
7a3b964a1b chore: only log prod tip in non-bundler builds 2020-11-06 15:07:35 -05:00
dependabot-preview[bot]
43579a8de3
build(deps-dev): bump jest from 26.6.2 to 26.6.3 (#2560) 2020-11-05 06:22:42 +00:00
dependabot-preview[bot]
54e424f872
build(deps-dev): bump conventional-changelog-cli from 2.1.0 to 2.1.1 (#2558) 2020-11-05 06:20:38 +00:00
dependabot-preview[bot]
e315ce5d0f
build(deps-dev): bump sass from 1.28.0 to 1.29.0 (#2559) 2020-11-05 06:20:30 +00:00
Evan You
f28ca55692 fix(runtime-dom): use correct import source 2020-11-03 09:54:22 -05:00
dependabot-preview[bot]
a1eb1e59ec
build(deps-dev): bump @typescript-eslint/parser from 4.6.0 to 4.6.1 (#2544) 2020-11-03 06:22:53 +00:00
dependabot-preview[bot]
0445d10640
build(deps-dev): bump jest from 26.6.1 to 26.6.2 (#2543) 2020-11-03 06:22:46 +00:00
dependabot-preview[bot]
749dd54706
build(deps-dev): bump rollup from 2.32.1 to 2.33.0 (#2537) 2020-11-02 06:35:47 +00:00
dependabot-preview[bot]
6636114290
build(deps-dev): bump lint-staged from 10.5.0 to 10.5.1 (#2538) 2020-11-02 06:35:37 +00:00
Evan You
3cca6bc3a8 chore: fix snapshots 2020-10-30 17:12:15 -04:00
Evan You
6e3abc8605 fix(compiler-sfc): fix script setup ts helpers 2020-10-30 16:56:12 -04:00
Evan You
8485cd4843 fix: handle case of ref declaration without initial value 2020-10-30 15:29:38 -04:00
dependabot-preview[bot]
38aadf5e7e
build(deps-dev): bump sass from 1.27.0 to 1.28.0 (#2528) 2020-10-30 17:56:41 +00:00
dependabot-preview[bot]
9d79410874
build(deps-dev): bump @microsoft/api-extractor from 7.11.0 to 7.11.2 (#2529) 2020-10-30 17:55:39 +00:00