We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f24a6 commit 32b16cdCopy full SHA for 32b16cd
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# CHANGELOG
2
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
16
## 0.26.0
17
18
* [Behavior change] The Babel `useBuiltIns` option default value changed
0 commit comments