Skip to content

Commit 27c99a8

Browse files
committed
chore(release): v1.14.0
1 parent 645a3ca commit 27c99a8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

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

5+
## 1.14.0 <small>- 2023/02/22</small>
6+
7+
- Added [yup](https://www.npmjs.com/package/yup) snippet
8+
- Updated `useMemo` & `useCallback` snippet
9+
- Updated `JSON.stringify` snippet
10+
511
## 1.13.0 <small>- 2022/09/18</small>
612

713
- Added React.lazy snippet (`_rLazy`)

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If there is no suggestion, use `Ctrl`+`Space` to open it.
1010

1111
- You can just type directly 👉 `rfc`
1212
- You can also use `$` prefix 👉 `$rfc`
13-
- You don't need to write complete snippet prefix. For example, there is `useState` snippet, you can just type `useSt` and the suggestion will appear.
13+
- You don't need to write a complete snippet prefix. For example, there is `useState` snippet, you can just type `useSt` and the suggestion will appear.
1414

1515
For TypeScript snippets:
1616

@@ -31,6 +31,7 @@ For TypeScript snippets:
3131
- Check [React Hook Form](https://react-hook-form.com/) snippets using `$rhf`
3232
- Check [Zustand](https://www.npmjs.com/package/zustand) snippets using `$zu`
3333
- Check [Emotion CSS](https://emotion.sh/docs/introduction) snippets using `$emo`
34+
- Check [Yup](https://www.npmjs.com/package/yup) snippets using `$yup`
3435
- Check wrapper-snippets using `$_`
3536

3637
### 👉 [See All Available Snippets Here!](./snippets.md) 👈

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "JS/TS React/Next.js Snippets",
44
"description": "Snippets for JS/TS, React/Next.js, React Query, SWR, Redux, Jest, React Hook Form, Emotion CSS, & many more",
55
"icon": "images/logo.png",
6-
"version": "1.13.0",
6+
"version": "1.14.0",
77
"publisher": "afifu",
88
"keywords": [
99
"vscode",

0 commit comments

Comments
 (0)