Skip to content

Commit cb7b741

Browse files
author
Damian Sznajder
committed
Add couple of snippets and React 17 components
1 parent 35362be commit cb7b741

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules
33
.vscode-test/
44
*.vsix
55
*.log
6+
.DS_Store

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All info about changes
44

55
# Released
66

7+
[3.1.0] - 2020-12-18
8+
9+
- Add couple of snippets and React 17 components
10+
711
[3.0.0] - 2020-09-11
812

913
- Enable extension on workspaces (i.e. GitHub codespaces).

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ I.E. `tsrcc`
230230
231231
## React Components
232232
233+
### Note for React 17 use `_` prefix. Currently workaround for future options.
234+
233235
### `rcc`
234236
235237
```javascript

0 commit comments

Comments
 (0)