Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7623fe1

Browse filesBrowse files
release: v0.6.0
1 parent eb9d1c8 commit 7623fe1
Copy full SHA for 7623fe1

File tree

Expand file treeCollapse file tree

2 files changed

+24
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+24
-2
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to the "vue3-vscode-snippets" extension will be documented in this file.
44

5+
## v0.6.0
6+
7+
[compare changes](https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.5.1...v0.6.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Add `withDefaults` snippet for `defineProps` ([#58](https://github.com/ExEr7um/vue3-vscode-snippets/pull/58))
12+
- Add `ref` with generic type argument ([#59](https://github.com/ExEr7um/vue3-vscode-snippets/pull/59))
13+
14+
### 📖 Documentation
15+
16+
- Format tables in `README` ([#60](https://github.com/ExEr7um/vue3-vscode-snippets/pull/60))
17+
18+
### 🏡 Chore
19+
20+
- Update contributors ([#61](https://github.com/ExEr7um/vue3-vscode-snippets/pull/61))
21+
22+
### ❤️ Contributors
23+
24+
- Vasily Kuzin ([@ExEr7um](http://github.com/ExEr7um))
25+
- Fabian
26+
527
## v0.5.1
628

729
[compare changes](https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.5.0...v0.5.1)

‎package.json

Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vue 3 VS Code Snippets",
44
"description": "Vue 3 snippets for VS Code",
55
"icon": "images/vue-logo.png",
6-
"version": "0.5.1",
6+
"version": "0.6.0",
77
"publisher": "exer7um",
88
"repository": {
99
"type": "git",
@@ -150,4 +150,4 @@
150150
}
151151
]
152152
}
153-
}
153+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.