|
1 |
| -# [1.2.4](https://github.com/vuejs/jsx/compare/v1.2.3...v1.2.4) (2020-10-27) |
| 1 | +# [1.3.0](https://github.com/vuejs/jsx-vue2/compare/v1.2.4...v1.3.0) (2022-07-06) |
| 2 | + |
| 3 | +## other |
| 4 | + |
| 5 | +#### Features |
| 6 | + |
| 7 | +* add importSource option ([#284](https://github.com/vuejs/jsx-vue2/issues/284)) ([abffc65](https://github.com/vuejs/jsx-vue2/commit/abffc65)) |
| 8 | +* rework the `compositionAPI` option of the preset to support Vue 2.7 ([e7d094e](https://github.com/vuejs/jsx-vue2/commit/e7d094e)) |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | +# [1.2.4](https://github.com/vuejs/jsx-vue2/compare/v1.2.3...v1.2.4) (2020-10-27) |
2 | 13 |
|
3 | 14 | ## other
|
4 | 15 |
|
5 | 16 | #### Bug Fixes
|
6 | 17 |
|
7 |
| -* **composition-api-render-instance:** store currentInstance in variable for render instance ([#168](https://github.com/vuejs/jsx/issues/168)) ([a3525bf](https://github.com/vuejs/jsx/commit/a3525bf)) |
| 18 | +* **composition-api-render-instance:** store currentInstance in variable for render instance ([#168](https://github.com/vuejs/jsx-vue2/issues/168)) ([a3525bf](https://github.com/vuejs/jsx-vue2/commit/a3525bf)) |
8 | 19 |
|
9 | 20 |
|
10 | 21 |
|
11 |
| -# [1.2.3](https://github.com/vuejs/jsx/compare/v1.2.2...v1.2.3) (2020-10-20) |
| 22 | +# [1.2.3](https://github.com/vuejs/jsx-vue2/compare/v1.2.2...v1.2.3) (2020-10-20) |
12 | 23 |
|
13 | 24 | ## other
|
14 | 25 |
|
15 | 26 | #### Bug Fixes
|
16 | 27 |
|
17 |
| -* v-model/v-on should apply before arrow-functions transform ([#167](https://github.com/vuejs/jsx/issues/167)) ([319932e](https://github.com/vuejs/jsx/commit/319932e)), closes [#87](https://github.com/vuejs/jsx/issues/87) [/github.com/vuejs/jsx/issues/165#issuecomment-712603569](https://github.com//github.com/vuejs/jsx/issues/165/issues/issuecomment-712603569) |
| 28 | +* v-model/v-on should apply before arrow-functions transform ([#167](https://github.com/vuejs/jsx-vue2/issues/167)) ([319932e](https://github.com/vuejs/jsx-vue2/commit/319932e)), closes [#87](https://github.com/vuejs/jsx-vue2/issues/87) [/github.com/vuejs/jsx/issues/165#issuecomment-712603569](https://github.com//github.com/vuejs/jsx/issues/165/issues/issuecomment-712603569) |
18 | 29 |
|
19 | 30 |
|
20 | 31 |
|
21 |
| -# [1.2.2](https://github.com/vuejs/jsx/compare/v1.2.1...v1.2.2) (2020-10-17) |
| 32 | +# [1.2.2](https://github.com/vuejs/jsx-vue2/compare/v1.2.1...v1.2.2) (2020-10-17) |
22 | 33 |
|
23 | 34 | ## other
|
24 | 35 |
|
25 | 36 | #### Bug Fixes
|
26 | 37 |
|
27 |
| -* functional-vue & inject-h should traverse before JSX plugin ([#166](https://github.com/vuejs/jsx/issues/166)) ([8969609](https://github.com/vuejs/jsx/commit/8969609)), closes [#165](https://github.com/vuejs/jsx/issues/165) |
| 38 | +* functional-vue & inject-h should traverse before JSX plugin ([#166](https://github.com/vuejs/jsx-vue2/issues/166)) ([8969609](https://github.com/vuejs/jsx-vue2/commit/8969609)), closes [#165](https://github.com/vuejs/jsx-vue2/issues/165) |
28 | 39 |
|
29 | 40 |
|
30 | 41 |
|
31 |
| -# [1.2.1](https://github.com/vuejs/jsx/compare/v1.2.0...v1.2.1) (2020-10-16) |
| 42 | +# [1.2.1](https://github.com/vuejs/jsx-vue2/compare/v1.2.0...v1.2.1) (2020-10-16) |
32 | 43 |
|
33 | 44 | ## other
|
34 | 45 |
|
35 | 46 | #### Bug Fixes
|
36 | 47 |
|
37 |
| -* add composition-api packages to dependencies ([cd9db9f](https://github.com/vuejs/jsx/commit/cd9db9f)) |
| 48 | +* add composition-api packages to dependencies ([cd9db9f](https://github.com/vuejs/jsx-vue2/commit/cd9db9f)) |
38 | 49 |
|
39 | 50 |
|
40 | 51 |
|
41 |
| -# [1.2.0](https://github.com/vuejs/jsx/compare/v1.1.2...v1.2.0) (2020-10-16) |
| 52 | +# [1.2.0](https://github.com/vuejs/jsx-vue2/compare/v1.1.2...v1.2.0) (2020-10-16) |
42 | 53 |
|
43 | 54 | ## other
|
44 | 55 |
|
45 | 56 | #### Features
|
46 | 57 |
|
47 |
| -* add [@vue](https://github.com/vue)/composition-api support ([#142](https://github.com/vuejs/jsx/issues/142)) ([ecc6ed6](https://github.com/vuejs/jsx/commit/ecc6ed6)) |
48 |
| -* allow prior babel plugins to traverse JSX tree throughly, close [#86](https://github.com/vuejs/jsx/issues/86) ([b49fa8a](https://github.com/vuejs/jsx/commit/b49fa8a)) |
49 |
| -* change all sugar plugins to work without pre-traversing the Program ([0943580](https://github.com/vuejs/jsx/commit/0943580)) |
| 58 | +* add [@vue](https://github.com/vue)/composition-api support ([#142](https://github.com/vuejs/jsx-vue2/issues/142)) ([ecc6ed6](https://github.com/vuejs/jsx-vue2/commit/ecc6ed6)) |
| 59 | +* allow prior babel plugins to traverse JSX tree throughly, close [#86](https://github.com/vuejs/jsx-vue2/issues/86) ([b49fa8a](https://github.com/vuejs/jsx-vue2/commit/b49fa8a)) |
| 60 | +* change all sugar plugins to work without pre-traversing the Program ([0943580](https://github.com/vuejs/jsx-vue2/commit/0943580)) |
50 | 61 |
|
51 | 62 |
|
52 | 63 |
|
53 |
| -# [1.1.2](https://github.com/vuejs/jsx/compare/v1.1.1...v1.1.2) (2019-11-09) |
| 64 | +# [1.1.2](https://github.com/vuejs/jsx-vue2/compare/v1.1.1...v1.1.2) (2019-11-09) |
54 | 65 |
|
55 | 66 | ## other
|
56 | 67 |
|
57 | 68 | #### Bug Fixes
|
58 | 69 |
|
59 |
| -* add [@babel](https://github.com/babel)/core to peerDependencies ([f60f316](https://github.com/vuejs/jsx/commit/f60f316)) |
| 70 | +* add [@babel](https://github.com/babel)/core to peerDependencies ([f60f316](https://github.com/vuejs/jsx-vue2/commit/f60f316)) |
60 | 71 |
|
61 | 72 |
|
62 | 73 |
|
63 |
| -# [1.1.1](https://github.com/vuejs/jsx/compare/v1.1.0...v1.1.1) (2019-10-11) |
| 74 | +# [1.1.1](https://github.com/vuejs/jsx-vue2/compare/v1.1.0...v1.1.1) (2019-10-11) |
64 | 75 |
|
65 | 76 | ## other
|
66 | 77 |
|
67 | 78 | #### Bug Fixes
|
68 | 79 |
|
69 |
| -* **v-model:** create non-existent properties as reactive ([05b9b3a](https://github.com/vuejs/jsx/commit/05b9b3a)) |
| 80 | +* **v-model:** create non-existent properties as reactive ([05b9b3a](https://github.com/vuejs/jsx-vue2/commit/05b9b3a)) |
70 | 81 |
|
71 | 82 |
|
72 | 83 |
|
73 |
| -# [1.1.0](https://github.com/vuejs/jsx/compare/v1.0.0...v1.1.0) (2019-07-23) |
| 84 | +# [1.1.0](https://github.com/vuejs/jsx-vue2/compare/v1.0.0...v1.1.0) (2019-07-23) |
74 | 85 |
|
75 | 86 | ## other
|
76 | 87 |
|
77 | 88 | #### Bug Fixes
|
78 | 89 |
|
79 |
| -* support for `.passive` modifier ([01177c8](https://github.com/vuejs/jsx/commit/01177c8)) |
| 90 | +* support for `.passive` modifier ([01177c8](https://github.com/vuejs/jsx-vue2/commit/01177c8)) |
80 | 91 |
|
81 | 92 |
|
82 | 93 |
|
83 |
| -# [1.0.0](https://github.com/vuejs/jsx/compare/v1.0.0-beta.3...v1.0.0) (2019-05-08) |
| 94 | +# [1.0.0](https://github.com/vuejs/jsx-vue2/compare/v1.0.0-beta.3...v1.0.0) (2019-05-08) |
84 | 95 |
|
85 | 96 | ## other
|
86 | 97 |
|
87 | 98 | #### Bug Fixes
|
88 | 99 |
|
89 |
| -* Support props with underscore, close [#55](https://github.com/vuejs/jsx/issues/55) ([852481c](https://github.com/vuejs/jsx/commit/852481c)) |
| 100 | +* Support props with underscore, close [#55](https://github.com/vuejs/jsx-vue2/issues/55) ([852481c](https://github.com/vuejs/jsx-vue2/commit/852481c)) |
90 | 101 |
|
91 | 102 |
|
92 | 103 |
|
93 |
| -# [1.0.0-beta.3](https://github.com/vuejs/jsx/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2019-03-22) |
| 104 | +# [1.0.0-beta.3](https://github.com/vuejs/jsx-vue2/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2019-03-22) |
94 | 105 |
|
95 | 106 | ## other
|
96 | 107 |
|
97 | 108 | #### Bug Fixes
|
98 | 109 |
|
99 |
| -* filter out jsx comments in `getChildren` ([7f0c84c](https://github.com/vuejs/jsx/commit/7f0c84c)), closes [#46](https://github.com/vuejs/jsx/issues/46) |
100 |
| -* fix incorrect repository urls ([99380b3](https://github.com/vuejs/jsx/commit/99380b3)) |
| 110 | +* filter out jsx comments in `getChildren` ([7f0c84c](https://github.com/vuejs/jsx-vue2/commit/7f0c84c)), closes [#46](https://github.com/vuejs/jsx-vue2/issues/46) |
| 111 | +* fix incorrect repository urls ([99380b3](https://github.com/vuejs/jsx-vue2/commit/99380b3)) |
101 | 112 |
|
102 | 113 |
|
103 | 114 |
|
104 |
| -# [1.0.0-beta.2](https://github.com/vuejs/jsx/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2019-01-11) |
| 115 | +# [1.0.0-beta.2](https://github.com/vuejs/jsx-vue2/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2019-01-11) |
105 | 116 |
|
106 | 117 | ## other
|
107 | 118 |
|
108 | 119 | #### Bug Fixes
|
109 | 120 |
|
110 |
| -* remove extraneous peer deps ([29414a7](https://github.com/vuejs/jsx/commit/29414a7)) |
111 |
| -* Trim whitespaces properly, fix [#37](https://github.com/vuejs/jsx/issues/37) ([54c75ee](https://github.com/vuejs/jsx/commit/54c75ee)) |
| 121 | +* remove extraneous peer deps ([29414a7](https://github.com/vuejs/jsx-vue2/commit/29414a7)) |
| 122 | +* Trim whitespaces properly, fix [#37](https://github.com/vuejs/jsx-vue2/issues/37) ([54c75ee](https://github.com/vuejs/jsx-vue2/commit/54c75ee)) |
112 | 123 | #### Features
|
113 | 124 |
|
114 |
| -* Support root-level attributes, close [#32](https://github.com/vuejs/jsx/issues/32) ([96b182c](https://github.com/vuejs/jsx/commit/96b182c)) |
| 125 | +* Support root-level attributes, close [#32](https://github.com/vuejs/jsx-vue2/issues/32) ([96b182c](https://github.com/vuejs/jsx-vue2/commit/96b182c)) |
115 | 126 |
|
116 | 127 |
|
117 | 128 |
|
|
121 | 132 |
|
122 | 133 | #### Bug Fixes
|
123 | 134 |
|
124 |
| -* Add events at the begining of argument list ([0604214](https://github.com/vuejs/jsx/commit/0604214)) |
125 |
| -* Add staticClass as root attribute ([cd3bab1](https://github.com/vuejs/jsx/commit/cd3bab1)) |
126 |
| -* Do not trim all spaces ([c5ebfac](https://github.com/vuejs/jsx/commit/c5ebfac)) |
127 |
| -* Fix failing tests ([21213df](https://github.com/vuejs/jsx/commit/21213df)) |
128 |
| -* Force html & svg tags to always be treated as string tags ([12a311e](https://github.com/vuejs/jsx/commit/12a311e)) |
129 |
| -* proper support for camelCase ([a903610](https://github.com/vuejs/jsx/commit/a903610)) |
130 |
| -* Support camelCase directives ([6a43377](https://github.com/vuejs/jsx/commit/6a43377)) |
131 |
| -* Support default export in functional component ([7e6f893](https://github.com/vuejs/jsx/commit/7e6f893)) |
132 |
| -* throw an error if v-model is used with a string ([82d6bcb](https://github.com/vuejs/jsx/commit/82d6bcb)) |
| 135 | +* Add events at the begining of argument list ([0604214](https://github.com/vuejs/jsx-vue2/commit/0604214)) |
| 136 | +* Add staticClass as root attribute ([cd3bab1](https://github.com/vuejs/jsx-vue2/commit/cd3bab1)) |
| 137 | +* Do not trim all spaces ([c5ebfac](https://github.com/vuejs/jsx-vue2/commit/c5ebfac)) |
| 138 | +* Fix failing tests ([21213df](https://github.com/vuejs/jsx-vue2/commit/21213df)) |
| 139 | +* Force html & svg tags to always be treated as string tags ([12a311e](https://github.com/vuejs/jsx-vue2/commit/12a311e)) |
| 140 | +* proper support for camelCase ([a903610](https://github.com/vuejs/jsx-vue2/commit/a903610)) |
| 141 | +* Support camelCase directives ([6a43377](https://github.com/vuejs/jsx-vue2/commit/6a43377)) |
| 142 | +* Support default export in functional component ([7e6f893](https://github.com/vuejs/jsx-vue2/commit/7e6f893)) |
| 143 | +* throw an error if v-model is used with a string ([82d6bcb](https://github.com/vuejs/jsx-vue2/commit/82d6bcb)) |
133 | 144 | #### Features
|
134 | 145 |
|
135 |
| -* Add release utilities ([4bb22fb](https://github.com/vuejs/jsx/commit/4bb22fb)) |
136 |
| -* add support for argument and modifiers for directives ([0085b8f](https://github.com/vuejs/jsx/commit/0085b8f)) |
137 |
| -* change the syntax for argument and modifiers ([b1c8036](https://github.com/vuejs/jsx/commit/b1c8036)) |
138 |
| -* Event modifiers for v-on ([cef09bb](https://github.com/vuejs/jsx/commit/cef09bb)) |
139 |
| -* implement babel preset ([1137c1d](https://github.com/vuejs/jsx/commit/1137c1d)) |
140 |
| -* Support vModel in kebab-case components ([dc0e29f](https://github.com/vuejs/jsx/commit/dc0e29f)) |
141 |
| -* Treat string as component if declared in scope ([51ca488](https://github.com/vuejs/jsx/commit/51ca488)) |
| 146 | +* Add release utilities ([4bb22fb](https://github.com/vuejs/jsx-vue2/commit/4bb22fb)) |
| 147 | +* add support for argument and modifiers for directives ([0085b8f](https://github.com/vuejs/jsx-vue2/commit/0085b8f)) |
| 148 | +* change the syntax for argument and modifiers ([b1c8036](https://github.com/vuejs/jsx-vue2/commit/b1c8036)) |
| 149 | +* Event modifiers for v-on ([cef09bb](https://github.com/vuejs/jsx-vue2/commit/cef09bb)) |
| 150 | +* implement babel preset ([1137c1d](https://github.com/vuejs/jsx-vue2/commit/1137c1d)) |
| 151 | +* Support vModel in kebab-case components ([dc0e29f](https://github.com/vuejs/jsx-vue2/commit/dc0e29f)) |
| 152 | +* Treat string as component if declared in scope ([51ca488](https://github.com/vuejs/jsx-vue2/commit/51ca488)) |
142 | 153 |
|
143 | 154 |
|
144 | 155 |
|
0 commit comments