You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-64Lines changed: 1 addition & 64 deletions
Original file line number
Diff line number
Diff line change
@@ -327,70 +327,7 @@ If you use Webpack, there's also [vue-loader](https://github.com/vuejs/vue-loade
327
327
328
328
## Changelog
329
329
330
-
### 8.5.0
331
-
332
-
- Now also supports passing in Vueify options via browserify transform options. The options are exactly the same as `vue.config.js`.
333
-
334
-
### 8.4.0
335
-
336
-
- Removed peer dependencies. Now vueify simply warns you when you are using a feature that requires a missing dependency.
337
-
338
-
### 8.3.0
339
-
340
-
- Added compile-time template syntax validation that catches common errors.
341
-
- Code blocks with base indents are now de-indented before being processed.
342
-
343
-
### 8.2.0
344
-
345
-
- Added `htmlMinifier` option in config that allows configuration of HTML minification in production mode.
346
-
- Fixed HTML minification removing `type` attribute for `<input type="text">`.
347
-
348
-
### 8.1.0
349
-
350
-
- Vueify now respects `.babelrc` over default options.
351
-
352
-
### 8.0.0
353
-
354
-
-`babel-core` is now a peer dependency.
355
-
356
-
### 7.0.0
357
-
358
-
- Added relative `@import` path support and import dependency tracking for LESS, SASS & Stylus. Now you can `@import` files using relative paths to the file being edited, and editing these imported files will also trigger watchify rebuild.
359
-
360
-
- Removed built-in compiler for `myth`. Prefer using PostCSS + CSSNext.
361
-
362
-
### 6.0.0
363
-
364
-
- Upgraded to Babel 6. This is a breaking change because the babel configuration is now different.
365
-
366
-
### 5.0.4
367
-
368
-
- Added `postcss` option for providing custom PostCSS plugins.
- Added support for [scoped CSS](#scoped-css) and [component hot reloading](#hot-reload).
382
-
383
-
### 2.0.1
384
-
385
-
- Built-in lang for ES2015 has been renamed from `es6` to `es`.
386
-
387
-
-`es` transforms now uses loose mode and optional runtime by default. This means in addition to installing `babel`, you should also install `babel-runtime`.
388
-
389
-
- Templates and CSS are now non-minified by default. To enable minification, run the build with `NODE_ENV=production`.
390
-
391
-
- Options for built-in pre-processors can now be configured in `vue.config.js`.
392
-
393
-
-`vue-component-compiler` has been merged into `vueify`. It is now exposed as `require('vueify').compiler`.
330
+
For version 9.0.0 and above, please see the [Releases](https://github.com/vuejs/vueify/releases) page for changes in each version.
0 commit comments