|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## [1.2.0] - 2021-09-06 |
| 6 | + |
5 | 7 | ### Changed
|
6 | 8 |
|
7 |
| -- Small snippet improvements to reach a better user experience |
8 |
| -- Move Next.js function documentaion into a table view |
| 9 | +- Small snippet improvements to reach a better user experience [[#16](https://github.com/mheob/vscode-snippets/pull/16)] |
| 10 | +- Move Next.js function documentaion into a table view [[#17](https://github.com/mheob/vscode-snippets/pull/17)] |
9 | 11 |
|
10 | 12 | ## [1.1.0] - 2021-09-03
|
11 | 13 |
|
12 | 14 | ### Added
|
13 | 15 |
|
14 |
| -- Add `getServerSideProps`, `getStaticPaths` and `getStaticProps` snippets |
15 |
| - [[#14](https://github.com/mheob/vscode-snippets/pull/14)] |
| 16 | +- Add `getServerSideProps`, `getStaticPaths` and `getStaticProps` snippets [[#14](https://github.com/mheob/vscode-snippets/pull/14)] |
16 | 17 |
|
17 | 18 | ### Changed
|
18 | 19 |
|
19 |
| -- Use json as file extension for the source snippets files |
20 |
| - [[#13](https://github.com/mheob/vscode-snippets/pull/13)] |
| 20 | +- Use json as file extension for the source snippets files [[#13](https://github.com/mheob/vscode-snippets/pull/13)] |
21 | 21 |
|
22 | 22 | ### Fixed
|
23 | 23 |
|
24 |
| -- Add missing return type to the React Function Component in the readme |
25 |
| - [[#11](https://github.com/mheob/vscode-snippets/pull/11)] |
| 24 | +- Add missing return type to the React Function Component in the readme [[#11](https://github.com/mheob/vscode-snippets/pull/11)] |
26 | 25 |
|
27 | 26 | ## [1.0.2] - 2021-08-31
|
28 | 27 |
|
29 | 28 | ### Added
|
30 | 29 |
|
31 |
| -- Add Return type and remove extra default export from React Function Component and update all |
32 |
| - dependencies [[#8](https://github.com/mheob/vscode-snippets/pull/8)] |
| 30 | +- Add Return type and remove extra default export from React Function Component and update all dependencies [[#8](https://github.com/mheob/vscode-snippets/pull/8)] |
33 | 31 | - Add the markdown snippets to the readme [[#6](https://github.com/mheob/vscode-snippets/pull/6)]
|
34 | 32 |
|
35 | 33 | ## [1.0.1] - 2021-08-24
|
|
42 | 40 |
|
43 | 41 | ### Added
|
44 | 42 |
|
45 |
| -- First running state with some snippets [[#1](https://github.com/mheob/vscode-snippets/pull/1)] |
46 |
| - [[#2](https://github.com/mheob/vscode-snippets/pull/2)] |
| 43 | +- First running state with some snippets [[#1](https://github.com/mheob/vscode-snippets/pull/1)] [[#2](https://github.com/mheob/vscode-snippets/pull/2)] |
47 | 44 |
|
48 |
| -[unreleased]: https://github.com/mheob/vscode-snippets/compare/v1.1.0...HEAD |
| 45 | +[unreleased]: https://github.com/mheob/vscode-snippets/compare/v1.2.0...HEAD |
| 46 | +[1.2.0]: https://github.com/mheob/vscode-snippets/compare/v1.1.0...v1.2.0 |
49 | 47 | [1.1.0]: https://github.com/mheob/vscode-snippets/compare/v1.0.2...v1.1.0
|
50 | 48 | [1.0.2]: https://github.com/mheob/vscode-snippets/compare/v1.0.1...v1.0.2
|
51 | 49 | [1.0.1]: https://github.com/mheob/vscode-snippets/compare/v1.0.0...v1.0.1
|
|
0 commit comments