Skip to content

Commit 32b16cd

Browse files
committed
0.27.0 changelog
1 parent 21f24a6 commit 32b16cd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
## 0.27.0
4+
5+
* [Behavior Change] The Babel configuration `sourceType` default was
6+
changed from not being specified (so, the default `module` was used)
7+
to `unambiguous`. This is to help Babel's `useBuiltIns` functionality
8+
properly determine if a `require` or `import` should be automatically
9+
added to your files, based on that file's style - #555 thanks to @Lyrkan.
10+
11+
* Added JSX support to Vue! #553 thanks to @Kocal.
12+
13+
* Cleaned up the jsdoc in `index.js` to add better docs and better
14+
IDE auto-completion - #550 thank sto @Lyrkan.
15+
316
## 0.26.0
417

518
* [Behavior change] The Babel `useBuiltIns` option default value changed

0 commit comments

Comments
 (0)