Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
c164217
chore: Format file paths in filter-e2e.
ygj6 Jan 24, 2022
245230e
chore: remove no longer present V_FOR_REF compat entry
yyx990803 Mar 31, 2022
b2b6b6f
chore: bump vite & esbuild
yyx990803 Apr 12, 2022
8eceabd
fix(runtime-core): fix event listener as dynamicProp is added erroneo…
iwusong Apr 12, 2022
68bb8f2
chore: remove debugger
yyx990803 Apr 12, 2022
4311ddd
fix(transition): ensure flattened transition group children inherit p…
yyx990803 Apr 12, 2022
d121a9b
fix(runtime-core): Avoid mutating original options object in createAp…
yuwu9145 Apr 12, 2022
7efb9db
refactor: remove use of Object.assign
yyx990803 Apr 12, 2022
cee1eaf
fix(runtime-core/template-ref): named ref in v-for regression fix (#5…
lidlanca Apr 12, 2022
0a301d4
fix(reactivity): fix currentScope loss when running detached effect s…
a65162 Apr 12, 2022
f44087e
fix(runtime-core): ensure custom directive instance properly exposes …
LinusBorg Apr 12, 2022
ea6fc84
chore: trim non-public properties on EffectScope type
yyx990803 Apr 12, 2022
f4f5e80
release: v3.2.32
yyx990803 Apr 12, 2022
154233a
fix(reactivity): fix ref tracking of self-stopping effects
yyx990803 Apr 13, 2022
2c09969
fix(runtime-dom): patch translate as an attr (#5485)
zhmushan Apr 13, 2022
711c826
chore(reactivity): use warn (#5548)
xxmyyds Apr 13, 2022
74d239c
chore(@vue/shared): add `"sideEffects": false` (#5480)
haoqunjiang Apr 13, 2022
fa1d14c
fix(runtime-dom): catch more cases of DOM property setting error (#5552)
zscumt123 Apr 13, 2022
57ca32b
chore: remove superfluous code (#5683)
zh-lx Apr 13, 2022
053c65b
dx(suspense): warn when using async setup when not inside a Suspense …
LinusBorg Apr 13, 2022
c6eb3cc
build: improve treeshakeability (#5682)
fnlctrl Apr 13, 2022
1612971
fix(compat): copy additional properties for functions bound via globa…
LinusBorg Apr 13, 2022
f4d2c9f
fix(custom-elements): work with async component + slots (#4657)
edison1105 Apr 13, 2022
85af139
fix(runtime-dom): properly handle style properties with undefined val…
LinusBorg Apr 13, 2022
86858a9
test(vue-compat): remove test.only (#5715)
cexbrayat Apr 14, 2022
1f14f19
fix(reactivity-transform): should not rewrite catch param (#5711)
edison1105 Apr 14, 2022
f641c4b
fix(runtime-core): fix use of non-existent-in-prod internal property …
yyx990803 Apr 14, 2022
cc238cd
fix(ssr): avoid rendering reserved internal keys in output (#5564)
paraboul Apr 14, 2022
8e29ef6
fix(compiler-sfc): handle type modifier in import specifiers (#5498)
zhmushan Apr 14, 2022
71c9536
fix(runtime-core): ensure custom events are not emitted anymore after…
LinusBorg Apr 14, 2022
767d212
fix(transition): fix broken leave transition on dev root fragment (#5…
edison1105 Apr 14, 2022
62eba63
fix(transition): handle transition for v-if branches with comment
yyx990803 Apr 14, 2022
56879e6
release: v3.2.33
yyx990803 Apr 14, 2022
82bdf86
fix(reactivity): ensure computed is invalidated before other effects
yyx990803 Apr 15, 2022
74d2a76
fix(watch): fix flush: pre watchers triggered synchronously in setup
yyx990803 Apr 15, 2022
4a3237a
refactor: use Event constructor
yyx990803 Apr 16, 2022
4e7b36f
chore: update sponsor img link [ci skip]
yyx990803 May 3, 2022
67099fe
fix(runtime-core): ensure consistent behavior between dev/prod on inv…
yyx990803 May 6, 2022
32e53bf
fix(types): keep the original type when unwrapping `markRaw` (#3791)
pikax May 6, 2022
98b821d
fix(types): preserve and expose original options on defineComponent r…
Zclhlmgqzc May 6, 2022
b948454
refactor(reactivity): make some expression simpler (#5131)
zhangenming May 6, 2022
292ce69
chore: remove outdated type comment (#5103)
senmu-a May 6, 2022
0683a02
types(reactivity-transform): improve type readability for reactive va…
yyx990803 May 7, 2022
7dfe146
fix(compiler-sfc): fix object default values for reactive props destr…
yyx990803 May 10, 2022
1693924
fix(compiler-sfc): automatically infer component name from filename w…
ygj6 May 10, 2022
7d7a241
fix(compiler-sfc): remove the jsx from the babelParserPlugins when no…
liulinboyi May 10, 2022
0abcb2b
chore: update reference to transformExpressions (#2682) [ci skip]
thedamon May 10, 2022
7540a3f
chore(server renderer): readable warn message (#2890)
tarunama May 10, 2022
decad9d
types(compiler-sfc): export SFCParseResult type (#2923)
edison1105 May 10, 2022
762a9e9
chore(runtime-core): use `getGlobalThis` when installing HMR API (#3217)
edison1105 May 10, 2022
2a44225
chore(runtime-core): Remove duplicate variable assignments (#3700)
edison1105 May 10, 2022
29e454d
chore: fix duplicate export
yyx990803 May 10, 2022
16a0b23
chore: remove unused import due to merge conflict resolve mistake
yyx990803 May 10, 2022
e58277f
fix(runtime-dom): "el._assign is not a function" in compat mode (#4121)
jaulz May 10, 2022
30c33af
chore: use explicit type import to avoid Rollup warning
yyx990803 May 10, 2022
c355c4b
fix(ssr): implement empty read() on node stream
yyx990803 May 10, 2022
0aeb4bc
fix(shared): missed Symbol judge in looseEqual (#3553)
conwnet May 10, 2022
392ca5d
chore: fix eslint error (#5876)
hchlq May 10, 2022
83aaa9b
workflow: update eslint config to allow spread usage
yyx990803 May 10, 2022
1414f17
ci: run lint during ci
yyx990803 May 10, 2022
9bcfcac
chore: bump typescript deps
yyx990803 May 10, 2022
908ffb4
chore: typo (#5732) [ci skip]
May 10, 2022
181872f
types(runtime-dom): fix typo in jsx type autosave (#5638)
HelloWorld017 May 10, 2022
6042ab0
chore: type [ci skip]
dev-itsheng May 10, 2022
8ccbb09
chore: type [ci skip]
SnowingFox May 10, 2022
d52907f
fix(runtime-core): ensure consistent identity of $forceUpdate and $ne…
yyx990803 May 10, 2022
b87dc06
fix(reactivity): ios10.x compatibility (#4900)
descire May 10, 2022
8e31765
chore: fix snapshot
yyx990803 May 10, 2022
e4dffe9
fix(runtime-core): ensure raw slot function is only normalized once (…
LinusBorg May 10, 2022
03b03ee
chore: bump vite
yyx990803 May 10, 2022
4101441
fix(compiler-sfc): defineProps return binding or rest binding should …
yyx990803 May 10, 2022
cd659fc
fix(ssr): should de-optimize on vnode with PatchFlags.BAIL (#4818)
edison1105 May 10, 2022
da10dd7
fix(ssr): don't warn for missing teleport target if disabled (#5135)
KaelWD May 11, 2022
fec12d7
fix(runtime-core): transition hooks can be arrays of functions (#5177)
KaelWD May 11, 2022
57bb37b
fix(ssr): should not hoist transformed asset urls in ssr compile
yyx990803 May 11, 2022
41d255b
fix(compiler-sfc): fix skipped srcset transform when using base option
yyx990803 May 11, 2022
b7025d2
fix(compiler-sfc): ensure consistent behavior of export default rende…
yyx990803 May 11, 2022
51f3d38
fix(compiler-core): template v-if should never be treated as dev root…
yyx990803 May 11, 2022
2bab639
fix(runtime-core): fix directive inheritance on dev root fragment
yyx990803 May 11, 2022
425310e
fix(transition/v-show): ensure transition is in persisted mode when u…
yyx990803 May 11, 2022
c901dca
feat(types): avoid props JSDocs loss by `default` option (#5871)
johnsoncodehk May 11, 2022
d4fcfdd
fix(types): allow indeterminate for checkbox (#3473)
simon04 May 11, 2022
f1d1cdb
fix(runtime-core): fix activated hook when using async component with…
edison1105 May 12, 2022
eed3973
chore(runtime-code): delete outdated test case (#3036)
Zardddddd60 May 12, 2022
b5aa768
workflow: upgrade to pnpm 7
yyx990803 May 12, 2022
c44b3fc
chore: update ci step name [ci skip]
yyx990803 May 12, 2022
cd39555
chore(compiler-core): use aliasHelper (#3592)
edison1105 May 12, 2022
b5b103a
chore(types): delete @ts-ignore or use @ts-expected-error instead (#3…
hyf0 May 12, 2022
54753c3
chore: update branch references
yyx990803 May 12, 2022
9329feb
chore(compiler): improve readability of compiler-core's test case (#4…
stayhpjinng May 12, 2022
cb69208
chore: issues forms (#5145)
patak-dev May 12, 2022
bc50c99
Merge branch 'main' into main
yyx990803 May 12, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ module.exports = {
// most of the codebase are expected to be env agnostic
'no-restricted-globals': ['error', ...DOMGlobals, ...NodeGlobals],
// since we target ES2015 for baseline support, we need to forbid object
// rest spread usage (both assign and destructure)
// rest spread usage in destructure as it compiles into a verbose helper.
// TS now compiles assignment spread into Object.assign() calls so that
// is allowed.
'no-restricted-syntax': [
'error',
'ObjectExpression > SpreadElement',
'ObjectPattern > RestElement',
'AwaitExpression'
]
Expand Down
68 changes: 68 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
name: "\U0001F41E Bug report"
description: Create a report to help us improve
body:
- type: markdown
attributes:
value: |
**Before You Start...**

This form is only for submitting bug reports. If you have a usage question
or are unsure if this is really a bug, make sure to:

- Read the [docs](https://vuejs.org/)
- Ask on [Discord Chat](https://chat.vuejs.org/)
- Ask on [GitHub Discussions](https://github.com/vuejs/core/discussions)
- Look for / ask questions on [Stack Overflow](https://stackoverflow.com/questions/ask?tags=vue.js)

Also try to search for your issue - it may have already been answered or even fixed in the development branch.
However, if you find that an old, closed issue still persists in the latest version,
you should open a new issue using the form below instead of commenting on the old issue.
- type: input
id: reproduction-link
attributes:
label: Link to minimal reproduction
description: |
The easiest way to provide a reproduction is by showing the bug in [The SFC Playground](https://sfc.vuejs.org/).
If it cannot be reproduced in the playground and requires a proper build setup, try [StackBlitz](https://vite.new/vue).
If neither of these are suitable, you can always provide a GitHub reporistory.

The reproduction should be **minimal** - i.e. it should contain only the bare minimum amount of code needed
to show the bug. See [Bug Reproduction Guidelines](https://github.com/vuejs/core/blob/main/.github/bug-repro-guidelines.md) for more details.

Please do not just fill in a random link. The issue will be closed if no valid reproduction is provided.
placeholder: Reproduction Link
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: |
What do we need to do after opening your repro in order to make the bug happen? Clear and concise reproduction instructions are important for us to be able to triage your issue in a timely manner. Note that you can use [Markdown](https://guides.github.com/features/mastering-markdown/) to format lists and code.
placeholder: Steps to reproduce
validations:
required: true
- type: textarea
id: expected
attributes:
label: What is expected?
validations:
required: true
- type: textarea
id: actually-happening
attributes:
label: What is actually happening?
validations:
required: true
- type: textarea
id: system-info
attributes:
label: System Info
description: Output of `npx envinfo --system --npmPackages vue --binaries --browsers`
render: shell
placeholder: System, Binaries, Browsers
- type: textarea
id: additional-comments
attributes:
label: Any additional comments?
description: e.g. some background/context of how you ran into this bug.
9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Create new issue
url: https://new-issue.vuejs.org/?repo=vuejs/core
about: Please use the following link to create a new issue.
- name: Discord Chat
url: https://chat.vuejs.org
about: Ask questions and discuss with other Vue users in real time.
- name: Questions & Discussions
url: https://github.com/vuejs/core/discussions
about: Use GitHub discussions for message-board style questions and discussions.
- name: Patreon
url: https://www.patreon.com/evanyou
about: Love Vue.js? Please consider supporting us via Patreon.
Expand Down
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: "\U0001F680 New feature proposal"
description: Suggest an idea for this project
labels: [":sparkles: feature request"]
body:
- type: markdown
attributes:
value: |
**Before You Start...**

This form is only for submitting feature requests. If you have a usage question
or are unsure if this is really a bug, make sure to:

- Read the [docs](https://vuejs.org/)
- Ask on [Discord Chat](https://chat.vuejs.org/)
- Ask on [GitHub Discussions](https://github.com/vuejs/core/discussions)
- Look for / ask questions on [Stack Overflow](https://stackoverflow.com/questions/ask?tags=vue.js)

Also try to search for your issue - another user may have already requested something similar!

- type: textarea
id: problem-description
attributes:
label: What problem does this feature solve?
description: |
Explain your use case, context, and rationale behind this feature request. More importantly, what is the **end user experience** you are trying to build that led to the need for this feature?

An important design goal of Vue is keeping the API surface small and straightforward. In general, we only consider adding new features that solve a problem that cannot be easily dealt with using existing APIs (i.e. not just an alternative way of doing things that can already be done). The problem should also be common enough to justify the addition.
placeholder: Problem description
validations:
required: true
- type: textarea
id: proposed-API
attributes:
label: What does the proposed API look like?
description: |
Describe how you propose to solve the problem and provide code samples of how the API would work once implemented. Note that you can use [Markdown](https://guides.github.com/features/mastering-markdown/) to format your code blocks.
placeholder: Steps to reproduce
validations:
required: true
29 changes: 29 additions & 0 deletions .github/bug-repro-guidelines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## About Bug Reproductions

A bug reproduction is a piece of code that can run and demonstrate how a bug can happen.

### Text is not enough

It's impossible to fix a bug from mere text descriptions. First, it's very difficult to precisely describe a technical problem while keeping it easy to follow; Second, the real cause may very well be something that you forgot to even mention. A reproduction is the only way that can reliably help us understand what is going on, so please provide one.

### A repro must be runnable

Screenshots or videos are NOT reproductions! They only show that the bug exists, but do not provide enough information on why it happens. Only runnable code provides the most complete context and allows us to properly debug the scenario. That said, in some cases videos/gifs can help explain interaction issues that are hard to describe in text.

### A repro should be minimal

Some users would give us a link to a real project and hope we can help them figure out what is wrong. We generally do not accept such requests because:

You are already familiar with your codebase, but we are not. It is extremely time-consuming to hunt a bug in a big and unfamiliar codebase.

The problematic behavior may very well be caused by your code rather than by a bug in Vue.

A minimal reproduction means it demonstrates the bug, and the bug only. It should only contain the bare minimum amount of code that can reliably cause the bug. Try your best to get rid of anything that aren't directly related to the problem.

### How to create a repro

For Vue 3 core reproductions, try reproducing it in [The SFC Playground](https://sfc.vuejs.org/).

If it cannot be reproduced in the playground and requires a proper build setup, try [StackBlitz](https://vite.new/vue).

If neither of these are suitable, you can always provide a GitHub repository.
4 changes: 2 additions & 2 deletions .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before

## Pull Request Guidelines

- Checkout a topic branch from a base branch, e.g. `master`, and merge back against that branch.
- Checkout a topic branch from a base branch, e.g. `main`, and merge back against that branch.

- If adding a new feature:

Expand All @@ -40,7 +40,7 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before

## Development Setup

You will need [Node.js](https://nodejs.org) **version 16+**, and [PNPM](https://pnpm.io).
You will need [Node.js](https://nodejs.org) **version 16+**, and [PNPM](https://pnpm.io) **version 7+**.

We also recommend installing [ni](https://github.com/antfu/ni) to help switching between repos using different package managers. `ni` also provides the handy `nr` command which running npm scripts easier.

Expand Down
36 changes: 30 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
branches:
- main
jobs:
test:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 6.15.1
version: 7.0.1

- name: Set node version to 16
uses: actions/setup-node@v2
Expand All @@ -26,17 +26,17 @@ jobs:
- run: pnpm install

- name: Run unit tests
run: pnpm run test
run: pnpm run test-unit

test-dts:
e2e-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 6.15.1
version: 7.0.1

- name: Set node version to 16
uses: actions/setup-node@v2
Expand All @@ -46,6 +46,30 @@ jobs:

- run: pnpm install

- name: Run e2e tests
run: pnpm run test-e2e

lint-and-test-dts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 7.0.1

- name: Set node version to 16
uses: actions/setup-node@v2
with:
node-version: 16
cache: 'pnpm'

- run: pnpm install

- name: Run eslint
run: pnpm run lint

- name: Run type declaration tests
run: pnpm run test-dts

Expand All @@ -59,7 +83,7 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 6.15.1
version: 7.0.1

- name: Set node version to 16
uses: actions/setup-node@v2
Expand Down
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
## [3.2.33](https://github.com/vuejs/core/compare/v3.2.32...v3.2.33) (2022-04-14)


### Bug Fixes

* **compat:** copy additional properties for functions bound via globalProperties ([#4873](https://github.com/vuejs/core/issues/4873)) ([1612971](https://github.com/vuejs/core/commit/16129714714e19c5c6bfbd05c439ff68bcac00b9)), closes [#4403](https://github.com/vuejs/core/issues/4403)
* **compiler-sfc:** handle type modifier in import specifiers ([#5498](https://github.com/vuejs/core/issues/5498)) ([8e29ef6](https://github.com/vuejs/core/commit/8e29ef6019d1b9d9c8f67b4ebba0223b8e0f914c))
* **custom-elements:** work with async component + slots ([#4657](https://github.com/vuejs/core/issues/4657)) ([f4d2c9f](https://github.com/vuejs/core/commit/f4d2c9fc6afea827a081c1eeab78ce5c0cc620ca)), closes [#4639](https://github.com/vuejs/core/issues/4639)
* **reactivity-transform:** should not rewrite catch param ([#5711](https://github.com/vuejs/core/issues/5711)) ([1f14f19](https://github.com/vuejs/core/commit/1f14f194396bf9296a1046d3f680d6d318cd0e40)), closes [#5709](https://github.com/vuejs/core/issues/5709)
* **reactivity:** fix ref tracking of self-stopping effects ([154233a](https://github.com/vuejs/core/commit/154233abdb19b8330bbc1ff0d3e007f2558cd81c)), closes [#5707](https://github.com/vuejs/core/issues/5707)
* **runtime-core:** ensure custom events are not emitted anymore after unmount. ([#5679](https://github.com/vuejs/core/issues/5679)) ([71c9536](https://github.com/vuejs/core/commit/71c953662528c4f0be68e7b412585c6809794528)), closes [#5674](https://github.com/vuejs/core/issues/5674)
* **runtime-core:** fix use of non-existent-in-prod internal property in defineProperty trap ([f641c4b](https://github.com/vuejs/core/commit/f641c4b2289dfdbbbea87538e36fa35f2a115ddc)), closes [#5710](https://github.com/vuejs/core/issues/5710)
* **runtime-dom:** catch more cases of DOM property setting error ([#5552](https://github.com/vuejs/core/issues/5552)) ([fa1d14c](https://github.com/vuejs/core/commit/fa1d14c2c82a70743ed837ee91c8966373aa8142)), closes [#5545](https://github.com/vuejs/core/issues/5545)
* **runtime-dom:** patch translate as an attr ([#5485](https://github.com/vuejs/core/issues/5485)) ([2c09969](https://github.com/vuejs/core/commit/2c09969b1316b88f9a60406ce7c49cf1110bc400)), closes [#5462](https://github.com/vuejs/core/issues/5462)
* **runtime-dom:** properly handle style properties with undefined values ([#5348](https://github.com/vuejs/core/issues/5348)) ([85af139](https://github.com/vuejs/core/commit/85af1398637ee91c6ebabb73bf42250320311e19)), closes [#5322](https://github.com/vuejs/core/issues/5322)
* **ssr:** avoid rendering reserved internal keys in output ([#5564](https://github.com/vuejs/core/issues/5564)) ([cc238cd](https://github.com/vuejs/core/commit/cc238cdb8e9e90b700c22dfb0530d395e60c9836)), closes [#5563](https://github.com/vuejs/core/issues/5563)
* **transition:** fix broken leave transition on dev root fragment ([#5268](https://github.com/vuejs/core/issues/5268)) ([767d212](https://github.com/vuejs/core/commit/767d212d20a9a488d183610d048ba131bbfd067e))
* **transition:** handle transition for v-if branches with comment ([62eba63](https://github.com/vuejs/core/commit/62eba63172414ae0aa895d4b1927c7889c398f2f)), closes [#5675](https://github.com/vuejs/core/issues/5675)



## [3.2.32](https://github.com/vuejs/core/compare/v3.2.31...v3.2.32) (2022-04-12)


### Bug Fixes

* **devtools:** perf: use high-resolution time ([1070f12](https://github.com/vuejs/core/commit/1070f127a78bfe7da6fe550cc272ef11a1f434a0))
* **reactivity:** fix currentScope loss when running detached effect scope ([#5575](https://github.com/vuejs/core/issues/5575)) ([0a301d4](https://github.com/vuejs/core/commit/0a301d4dabd667526cbcd96e88b50741b519a812))
* **runtime-core/template-ref:** named ref in v-for regression fix ([#5118](https://github.com/vuejs/core/issues/5118)) ([cee1eaf](https://github.com/vuejs/core/commit/cee1eafb4d2d5df901c9536ac59c321be72598b5)), closes [#5116](https://github.com/vuejs/core/issues/5116) [#5447](https://github.com/vuejs/core/issues/5447) [#5525](https://github.com/vuejs/core/issues/5525)
* **runtime-core:** allow spying on proxy methods regression ([#5417](https://github.com/vuejs/core/issues/5417)) ([1574edd](https://github.com/vuejs/core/commit/1574edd490bd5cc0a213bc9f48ff41a1dc43ab22)), closes [#5415](https://github.com/vuejs/core/issues/5415) [#4216](https://github.com/vuejs/core/issues/4216)
* **runtime-core:** Avoid mutating original options object in createApp ([#4840](https://github.com/vuejs/core/issues/4840)) ([d121a9b](https://github.com/vuejs/core/commit/d121a9bc7e7af59adb2d2803954cfeee95b35270)), closes [#4398](https://github.com/vuejs/core/issues/4398)
* **runtime-core:** ensure custom directive instance properly exposes properties on closed instances. ([#5022](https://github.com/vuejs/core/issues/5022)) ([f44087e](https://github.com/vuejs/core/commit/f44087e171282cb77f1e23d86516a527e4c5804b)), closes [#5018](https://github.com/vuejs/core/issues/5018)
* **runtime-core:** fix event listener as dynamicProp is added erroneously to props ([#5517](https://github.com/vuejs/core/issues/5517)) ([8eceabd](https://github.com/vuejs/core/commit/8eceabd14ebab2ba6523f920134b02fdf21e0a1c)), closes [#5520](https://github.com/vuejs/core/issues/5520)
* **transition:** ensure flattened transition group children inherit parent keys ([4311ddd](https://github.com/vuejs/core/commit/4311dddfa72b405b20f469f8f219ec3027972f55)), closes [#4718](https://github.com/vuejs/core/issues/4718) [#5360](https://github.com/vuejs/core/issues/5360) [#5392](https://github.com/vuejs/core/issues/5392)



## [3.2.31](https://github.com/vuejs/core/compare/v3.2.30...v3.2.31) (2022-02-12)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Please follow the documentation at [vuejs.org](https://vuejs.org/)!
Vue.js is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome [backers](https://github.com/vuejs/core/blob/main/BACKERS.md). If you'd like to join them, please consider [ sponsor Vue's development](https://vuejs.org/sponsor/).

<p align="center">
<a target="_blank" href="https://vuejs.org/sponsor/">
<a target="_blank" href="https://vuejs.org/sponsor/#current-sponsors">
<img alt="sponsors" src="https://sponsors.vuejs.org/sponsors.svg">
</a>
</p>
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "3.2.31",
"version": "3.2.33",
"scripts": {
"dev": "node scripts/dev.js",
"build": "node scripts/build.js",
Expand All @@ -9,7 +9,7 @@
"size-baseline": "node scripts/build.js runtime-dom runtime-core reactivity shared -f esm-bundler && cd packages/size-check && vite build && node brotli",
"lint": "eslint --ext .ts packages/*/src/**.ts",
"format": "prettier --write --parser typescript \"packages/**/*.ts?(x)\"",
"test": "run-s \"test-unit -- {@}\" \"test-e2e -- {@}\" --",
"test": "run-s \"test-unit {@}\" \"test-e2e {@}\"",
"test-unit": "jest --filter ./scripts/filter-unit.js",
"test-e2e": "node scripts/build.js vue -f global -d && jest --filter ./scripts/filter-e2e.js --runInBand",
"test-dts": "node scripts/build.js shared reactivity runtime-core runtime-dom -dt -f esm-bundler && npm run test-dts-only",
Expand All @@ -18,7 +18,7 @@
"release": "node scripts/release.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"dev-compiler": "run-p \"dev template-explorer\" serve",
"dev-sfc": "run-p \"dev compiler-sfc -- -f esm-browser\" \"dev vue -- -if esm-bundler-runtime \" serve-sfc-playground",
"dev-sfc": "run-p \"dev compiler-sfc -f esm-browser\" \"dev vue -if esm-bundler-runtime \" serve-sfc-playground",
"serve-sfc-playground": "vite packages/sfc-playground --host",
"serve": "serve",
"open": "open http://localhost:5000/packages/template-explorer/local.html",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@types/jest": "^27.0.1",
"@types/node": "^16.4.7",
"@types/puppeteer": "^5.0.0",
"@typescript-eslint/parser": "^4.1.1",
"@typescript-eslint/parser": "^5.23.0",
"@vue/reactivity": "workspace:*",
"@vue/runtime-core": "workspace:*",
"@vue/runtime-dom": "workspace:*",
Expand All @@ -67,7 +67,7 @@
"conventional-changelog-cli": "^2.0.31",
"csstype": "^3.0.3",
"enquirer": "^2.3.2",
"esbuild": "^0.14.11",
"esbuild": "^0.14.35",
"eslint": "^7.7.0",
"execa": "^4.0.2",
"fs-extra": "^9.0.1",
Expand All @@ -89,9 +89,9 @@
"serve": "^12.0.0",
"todomvc-app-css": "^2.3.0",
"ts-jest": "^27.0.5",
"tslib": "^2.3.1",
"typescript": "^4.2.2",
"vite": "^2.7.12",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^2.9.8",
"vue": "workspace:*",
"yorkie": "^2.0.0"
}
Expand Down
Loading