Skip to content

Commit 4b4cf48

Browse files
committed
chore: release v2.4.0
1 parent 2d0cd50 commit 4b4cf48

File tree

8 files changed

+27
-7
lines changed

8 files changed

+27
-7
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [2.4.0](https://github.com/vuejs/vue-jsx-vapor/compare/v2.3.6...v2.4.0) (2025-05-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **babel:** add typescript plugin for parse ([2d0cd50](https://github.com/vuejs/vue-jsx-vapor/commit/2d0cd50245ac6c6add853b7c69c6a86758a0b9c4))
7+
* **vue-jsx-vapor/volar:** correct passing macros's options ([21d8b0a](https://github.com/vuejs/vue-jsx-vapor/commit/21d8b0a390db96ad9f8a1f200715579d3dc97609))
8+
9+
10+
### Features
11+
12+
* **macros/define-style:** support navigation for css-modules ([710127d](https://github.com/vuejs/vue-jsx-vapor/commit/710127d020fc10d2bb4a85c3cc83986fa2294440))
13+
* **macros:** add JSX support for auto generate props ([4cfcc0d](https://github.com/vuejs/vue-jsx-vapor/commit/4cfcc0ded95f03281cf166c5ae0fdc309003e0d5))
14+
* **macros:** props allowed to be overridden for defineComponent ([2f5ce4a](https://github.com/vuejs/vue-jsx-vapor/commit/2f5ce4ad78677c755764b9a199d70665c366baab))
15+
* **vue-jsx-vapor:** add pauseTracking and pauseTracking for createNodes ([617eb2f](https://github.com/vuejs/vue-jsx-vapor/commit/617eb2f0c0ebb6155b11e4a1bf1b0e627f447e75))
16+
* **vue-jsx-vapor:** introduce useProps and useFullProps ([69041a7](https://github.com/vuejs/vue-jsx-vapor/commit/69041a748f6908c9a1e1a2750107defd6a3308fb))
17+
* **vue-jsx-vapor:** support custom HTMLAttributes for jsx-runtime ([22fb370](https://github.com/vuejs/vue-jsx-vapor/commit/22fb370ab8468268c1f7934326943c61d92f342d))
18+
19+
20+
121
## [2.3.6](https://github.com/vuejs/vue-jsx-vapor/compare/v2.3.5...v2.3.6) (2025-05-12)
222

323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.6",
2+
"version": "2.4.0",
33
"packageManager": "pnpm@10.10.0",
44
"description": "Vue JSX Vapor",
55
"type": "module",

packages/babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-jsx-vapor/babel",
3-
"version": "2.3.6",
3+
"version": "2.4.0",
44
"description": "Vue JSX Vapor Babel Plugin",
55
"type": "module",
66
"keywords": [

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-jsx-vapor/compiler",
3-
"version": "2.3.6",
3+
"version": "2.4.0",
44
"description": "Vue JSX Vapor Compiler",
55
"type": "module",
66
"keywords": [

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-jsx-vapor/eslint",
3-
"version": "2.3.6",
3+
"version": "2.4.0",
44
"description": "Vue JSX Vapor ESLint Plugin",
55
"type": "module",
66
"keywords": [

packages/macros/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-jsx-vapor/macros",
3-
"version": "2.3.6",
3+
"version": "2.4.0",
44
"description": "Macros for Vue JSX Vapor",
55
"type": "module",
66
"keywords": [

packages/vue-jsx-vapor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-jsx-vapor",
3-
"version": "2.3.6",
3+
"version": "2.4.0",
44
"description": "Convert Vue JSX to Vapor",
55
"type": "module",
66
"keywords": [

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground",
3-
"version": "2.3.6",
3+
"version": "2.4.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)