Skip to content

Commit 36330e8

Browse files
committed
chore: 0.1.0 changelog [ci skip]
1 parent 84ca6b1 commit 36330e8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# 0.1.0 (2018-12-25)
2+
3+
## other
4+
5+
#### Bug Fixes
6+
7+
* Add events at the begining of argument list ([0604214](https://github.com/vuejs/jsx/commit/0604214))
8+
* Add staticClass as root attribute ([cd3bab1](https://github.com/vuejs/jsx/commit/cd3bab1))
9+
* Do not trim all spaces ([c5ebfac](https://github.com/vuejs/jsx/commit/c5ebfac))
10+
* Fix failing tests ([21213df](https://github.com/vuejs/jsx/commit/21213df))
11+
* Force html & svg tags to always be treated as string tags ([12a311e](https://github.com/vuejs/jsx/commit/12a311e))
12+
* proper support for camelCase ([a903610](https://github.com/vuejs/jsx/commit/a903610))
13+
* Support camelCase directives ([6a43377](https://github.com/vuejs/jsx/commit/6a43377))
14+
* Support default export in functional component ([7e6f893](https://github.com/vuejs/jsx/commit/7e6f893))
15+
* throw an error if v-model is used with a string ([82d6bcb](https://github.com/vuejs/jsx/commit/82d6bcb))
16+
#### Features
17+
18+
* Add release utilities ([4bb22fb](https://github.com/vuejs/jsx/commit/4bb22fb))
19+
* add support for argument and modifiers for directives ([0085b8f](https://github.com/vuejs/jsx/commit/0085b8f))
20+
* change the syntax for argument and modifiers ([b1c8036](https://github.com/vuejs/jsx/commit/b1c8036))
21+
* Event modifiers for v-on ([cef09bb](https://github.com/vuejs/jsx/commit/cef09bb))
22+
* implement babel preset ([1137c1d](https://github.com/vuejs/jsx/commit/1137c1d))
23+
* Support vModel in kebab-case components ([dc0e29f](https://github.com/vuejs/jsx/commit/dc0e29f))
24+
* Treat string as component if declared in scope ([51ca488](https://github.com/vuejs/jsx/commit/51ca488))
25+
26+
27+

0 commit comments

Comments
 (0)