Skip to content

Commit b6d08cc

Browse files
committed
chore(release): v1.15.0
1 parent 9c7a993 commit b6d08cc

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the "vscode-js-ts-react-nextjs-snippets" extension will be documented in this file.
44

5+
## 1.15.0 <small>- 2023/03/10</small>
6+
7+
- Added `loopJSX` (JSX mapping an array) snippet
8+
- Updated logo
9+
- Update [React Hook Form](https://react-hook-form.com/) snippets prefix to `useForm`
10+
- Updated React hook snippets
11+
512
## 1.14.0 <small>- 2023/02/22</small>
613

714
- Added [yup](https://www.npmjs.com/package/yup) snippet

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# VSCode Snippets for JS/TS, React/Next.js, React Query, SWR, Redux, Jest, React Hook Form, Emotion CSS, & many more
1+
# VSCode Snippets for JavaScript, TypeScript, React/Next.js, React Query, SWR, Redux, Jest, React Hook Form, Emotion CSS, & many more
22

33
Write code faster using snippets!
44
Just type the snippet keyword (for example, type `rfc`), a suggestion will appear, then press `Tab`.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "vscode-js-ts-react-nextjs-snippets",
3-
"displayName": "JS/TS React/Next.js Snippets",
4-
"description": "Snippets for JS/TS, React/Next.js, React Query, SWR, Redux, Jest, React Hook Form, Emotion CSS, & many more",
3+
"displayName": "JavaScript/TypeScript React/Next.js Snippets",
4+
"description": "Snippets for JavaScript, TypeScript, React.js, Next.js, React Query, SWR, Redux, Jest, React Hook Form, Emotion CSS, & many more",
55
"icon": "images/logo.png",
6-
"version": "1.14.0",
6+
"version": "1.15.0",
77
"publisher": "afifu",
88
"keywords": [
99
"vscode",

0 commit comments

Comments
 (0)