Skip to content

Commit 1988cfc

Browse files
author
Guillaume Chau
authored
Update CHANGELOG.md
1 parent dc90be4 commit 1988cfc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/vue-component/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## 0.8.1 - 2017-01-04
44

5-
- Performance improvements and es2015 transpilation with `vue-template-es2015-compiler`.
5+
- Performance improvements and es2015 transpilation in templates for `.vue` files with `vue-template-es2015-compiler`.
66

77
## 0.8.0 - 2017-01-02
88

9-
- The components `name` option will be set by default depending on the filename. #99
10-
- Fix sourcemaps #46
11-
- Enabled CSS autoprefixer. Turn it off with `<style autoprefix="off">`. #4
9+
- The components `name` option will be set by default depending on the filename. [#99](https://github.com/Akryum/meteor-vue-component/issues/99)
10+
- Fix sourcemaps [#46](https://github.com/Akryum/meteor-vue-component/issues/46)
11+
- Enabled CSS autoprefixer. Turn it off with `<style autoprefix="off">`. [#4](https://github.com/Akryum/meteor-vue-component/issues/4)
1212
- New `data-v-source-file` attribute on development `<style>` tags.
1313

1414
## 0.7.1 - 2016-09-28
@@ -69,7 +69,7 @@
6969

7070
## 0.3.3 - 2016-06-15
7171

72-
- Fix nested <template> tags for Vue conditional rendering [#29](https://github.com/Akryum/meteor-vue-component/issues/29)
72+
- Fix nested `<template>` tags for Vue conditional rendering [#29](https://github.com/Akryum/meteor-vue-component/issues/29)
7373

7474
## 0.3.2 - 2016-06-15
7575

0 commit comments

Comments
 (0)