Skip to content

Commit e85d142

Browse files
committed
update readme to reflect vue 3 support
1 parent 1577c88 commit e85d142

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "vue-vscode-snippets" extension will be documented in
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## 2.1.1
8+
9+
- Update readme to reflect Vue 3 support
10+
711
## 2.1.0
812

913
- Further Vue 3 Composition API support

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
## Description
66

7-
These snippets were built to supercharge my workflow in the most seamless manner possible.
7+
These snippets were built supercharge a workflow in the most seamless manner possible.
88

9-
This repo was built particularly for real world use. It doesn't catalogue the API definitions, and it's not a kitchen sink approach. Rather, it focuses on developer ergonomics from the point of Vue of real world use. Included are the pieces I personally get sick of typing, have to keep looking up, or forget to consider while developing that I make more use of when they're at my fingertips.
9+
This repo was built particularly for real world use. It doesn't catalogue the API definitions, rather, it focuses on developer ergonomics from the point of Vue of real world use. Included are the pieces I personally get sick of typing, and boilerplate that is helpful to stub out quickly.
1010

11-
_Current version: Vue2_
11+
_Versions Supported: Vue 2 and Vue 3_
1212

1313
![SnippetDemo](https://s3-us-west-2.amazonaws.com/s.cdpn.io/28963/SnippetDemo.gif)
1414

@@ -41,7 +41,7 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
4141
| `vbase-pcss` | Single file component base with PostCSS |
4242
| `vbase-styl` | Single file component base with Stylus |
4343
| `vbase-ts` | Single file component base with Typescript |
44-
| `vbase-ts-class` | Single file component base with Typescript Class Format |
44+
| `vbase-ts-class` | Single file component base with Typescript Class Format |
4545
| `vbase-3-ts` | Single File component Composition API with Typescript |
4646
| `vbase-ns` | Single file component with no styles |
4747
| `vbase-sass` | Single file component base with SASS |
@@ -184,4 +184,4 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
184184

185185
This is an open source project open to anyone. Contributions are welcome [github](https://github.com/sdras/vue-vscode-snippets)
186186

187-
If you are contributing a snippet, please be sure to add the documentation for it in the tables in the README, the pull request cannot be accepted without this addition. Thanks.
187+
If you are contributing a snippet, please be sure to add the documentation for it in the tables in the README, the pull request cannot be accepted without this addition. Thanks!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vue VSCode Snippets",
44
"description": "Snippets that will supercharge your Vue workflow",
55
"icon": "images/vue-logo.png",
6-
"version": "2.1.0",
6+
"version": "2.1.1",
77
"publisher": "sdras",
88
"engines": {
99
"vscode": "^1.14.0"

0 commit comments

Comments
 (0)