Carlos Rodrigues
e3e4c03455
fix(compiler-core): compilation of slot v-if/else
2023-10-20 14:29:42 +01:00
丶远方
aacb66def4
chore(eslint): update eslint `no-unused-vars` rules ( #9028 )
2023-10-20 17:50:50 +08:00
三咲智子 Kevin Deng
df81da8be9
fix(compiler-sfc): model name conflict ( #8798 )
2023-10-20 17:36:36 +08:00
白雾三语
26ca89e5cf
fix(types): support contenteditable="plaintext-only" ( #8796 )
2023-10-20 17:35:53 +08:00
JayFate
21a89af9e6
chore: use git default short commit-id ( #7761 )
2023-10-20 17:31:50 +08:00
丶远方
712f96d6ac
perf: replace Map/Set with WeakMap/WeakSet ( #8549 )
2023-10-20 17:11:52 +08:00
pupu
4162311efd
fix(teleport): ensure descendent component would be unmounted correctly ( #6529 )
...
fix #6347
2023-10-20 16:42:04 +08:00
白雾三语
8f0472c9ab
fix(runtime-core): fix error when using cssvars with disabled teleport ( #7341 )
...
close #7342
2023-10-20 16:34:11 +08:00
Kael
75b8722135
fix(runtime-core): delete stale slots which are present but undefined ( #6484 )
...
close #9109
2023-10-20 16:25:06 +08:00
白雾三语
61c1357427
fix(compiler-ssr): fix missing scopeId on server-rendered TransitionGroup ( #7557 )
...
close #7554
2023-10-20 16:21:41 +08:00
Jeff Tian
36c99a9c6b
fix(compiler-sfc): support asset paths containing spaces ( #8752 )
...
By decoding them before generating them as JavaScript import paths
fix https://github.com/vuejs/vitepress/issues/2596
fix https://github.com/vuejs/vitepress/issues/573
2023-10-20 15:49:58 +08:00
白雾三语
59762335ac
chore(template-explorer): Fix template-explorer highlighting ( #8956 )
2023-10-20 15:43:49 +08:00
丶远方
a44c2b835e
ci: use `.node-version` to maintain node version ( #8986 )
2023-10-20 15:41:01 +08:00
三咲智子 Kevin Deng
f0ef0425b8
chore: remove @types/estree ( #9158 )
2023-10-20 15:40:32 +08:00
disservin
2d3d5c2dd7
chore: fix link in changelog [ci-skip] ( #9438 )
...
* chore: fix link in changelog
fix link to comment in changelog
* Update CHANGELOG.md
* Update CHANGELOG.md
---------
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-10-20 07:21:17 +00:00
Evan You
5ebb459fc7
release: v3.3.5
2023-10-20 11:50:49 +08:00
Evan You
e5844aafb6
chore: avoid unncessary print on release script exit [ci skip]
2023-10-20 11:47:56 +08:00
Evan You
9058853411
chore: fix sfc-playground build
...
@vitejs/plugin-vue 4.4 now relies on vue APIs, so we need to
also build the CJS dist files from a fresh repo
2023-10-20 11:27:24 +08:00
dependabot[bot]
13d8b060c1
chore: bump postcss from 8.4.30 to 8.4.31 ( #9354 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.30 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.30...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 10:56:44 +08:00
renovate[bot]
93b79e6314
chore(deps): update compiler ( #9322 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 10:46:13 +08:00
renovate[bot]
2ac90512ac
chore(deps): update all non-major dependencies ( #9286 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 10:45:54 +08:00
renovate[bot]
36a72c287d
chore(deps): update dependency lint-staged to v15 ( #9407 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 10:45:11 +08:00
Evan You
beb487ef52
chore: bump min node version requirement for development
2023-10-20 10:44:10 +08:00
renovate[bot]
51dfa6517e
chore(deps): update autofix-ci/action digest to d3e5915 ( #9406 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 10:41:58 +08:00
renovate[bot]
b7d2c0b83c
chore(deps): update lint ( #9287 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 10:40:26 +08:00
Evan You
f5a253f69f
chore(deps): update lru-cache to v10
...
ref #9267
2023-10-20 10:38:41 +08:00
renovate[bot]
856dadb18a
chore(deps): update build ( #9260 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 10:27:34 +08:00
Evan You
ec5b36c770
chore: replace chalk with picocolors
2023-10-20 10:23:18 +08:00
Evan You
f23d951f90
chore: check if commit is up-to-date with remote before release
2023-10-20 10:16:45 +08:00
Vít Stanislav
e3c2d699f6
fix(compat): return value of vue compat set() ( #9377 )
...
According to https://v2.vuejs.org/v2/api/#Vue-set , Returns: the set value.
2023-10-19 20:58:59 +08:00
renovate[bot]
8611874e09
fix(deps): update dependency monaco-editor to ^0.44.0 ( #9237 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-19 20:38:48 +08:00
Haoqun Jiang
0a8be4537a
build: use `stripInternal` ( #9379 )
...
Unlike our custom plugin, TypeScript won't automatically remove
re-exports of internal types, so we need to explicitly mark them as
`@internal`.
2023-10-17 21:10:14 +08:00
renovate[bot]
2857a59e61
chore(deps): update dependency @types/node to v18 ( #9323 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-13 06:05:09 +00:00
renovate[bot]
4711158afe
chore(deps): update dependency marked to v9 ( #9324 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-10-12 07:27:36 +00:00
Haoqun Jiang
b8fc18c0b2
ci: add a canary release workflow for next minor ( #9265 )
2023-09-22 15:51:11 +08:00
丶远方
831e180010
chore: add clean script ( #9269 )
...
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-09-21 09:12:49 -05:00
renovate[bot]
fe6f0698bb
chore(deps): update dependency conventional-changelog-cli to v4 ( #9268 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-21 07:32:56 -05:00
renovate[bot]
30c6b12957
chore(deps): update dependency execa to v8 ( #9266 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-09-21 07:25:32 -05:00
renovate[bot]
021a47ac02
chore(deps): update compiler ( #9157 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-09-20 11:16:58 -05:00
renovate[bot]
c651d733a7
chore(deps): update build (major) ( #9238 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-09-20 11:01:34 -05:00
三咲智子 Kevin Deng
6d14fa88e8
fix(build): disable useDefineForClassFields in esbuild ( #9252 )
2023-09-19 23:13:39 +08:00
renovate[bot]
cd3ac9996b
chore(deps): update lint ( #9183 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-19 17:48:44 +08:00
renovate[bot]
2cd7f08d6f
chore(deps): update test ( #9182 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-19 17:19:45 +08:00
renovate[bot]
92cd5955d3
chore(deps): update build ( #9181 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-19 16:32:31 +08:00
renovate[bot]
8b44316118
chore(deps): update all non-major dependencies ( #9180 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-19 15:33:33 +08:00
renovate[bot]
b775b71c78
chore(deps): update vitest to ^0.34.3 ( #9155 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-06 16:19:44 -05:00
renovate[bot]
c8566a22b7
fix(deps): update playground ( #9154 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-06 16:10:50 -05:00
renovate[bot]
9944b50456
chore(deps): update actions/checkout action to v4 ( #9156 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-06 16:08:44 -05:00
renovate[bot]
8238d106ec
chore(deps): update lint ( #9152 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-06 16:05:43 -05:00
renovate[bot]
323d2cebba
chore(deps): update actions/upload-artifact action to v3 ( #9153 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-06 16:05:19 -05:00