Skip to content

Commit c6cb081

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.21.1...v5.0.0) (2020-05-15) ### Features * **v5:** New refactorings: wrap with useMemo, useCallback useEffect, rename state veriable ([#112](#112)) ([eba2954](eba2954)) ### BREAKING CHANGES * **v5:** Hooks support will now be activated automatically based on React version (16.8 and up) instead of a flag * feat(rename-state-variable): New Refactoring! Rename State Variable * feat(hooks-support): activate hooks support based on react version * removed excess deps * refactoring + wrap with effect refactoring * feat(wrap-with-useCallback): New refactoring - wrap function with useCallback * ts fix * feat(wrap-with-usememo): New! Wrap expressions with useMemo * docs: updated teh docs * fix(wrap-with-memo): improved case detection * docs: added new refactorings * docs * docs
1 parent eba2954 commit c6cb081

File tree

3 files changed

+2010
-1974
lines changed

3 files changed

+2010
-1974
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# [5.0.0](https://github.com/wix/vscode-glean/compare/v4.21.1...v5.0.0) (2020-05-15)
2+
3+
4+
### Features
5+
6+
* **v5:** New refactorings: wrap with useMemo, useCallback useEffect, rename state veriable ([#112](https://github.com/wix/vscode-glean/issues/112)) ([eba2954](https://github.com/wix/vscode-glean/commit/eba29546fc5430f7bbfc9e93a36baff79919366e))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **v5:** Hooks support will now be activated automatically based on React version (16.8 and up) instead of a flag
12+
13+
* feat(rename-state-variable): New Refactoring! Rename State Variable
14+
15+
* feat(hooks-support): activate hooks support based on react version
16+
17+
* removed excess deps
18+
19+
* refactoring + wrap with effect refactoring
20+
21+
* feat(wrap-with-useCallback): New refactoring - wrap function with useCallback
22+
23+
* ts fix
24+
25+
* feat(wrap-with-usememo): New! Wrap expressions with useMemo
26+
27+
* docs: updated teh docs
28+
29+
* fix(wrap-with-memo): improved case detection
30+
31+
* docs: added new refactorings
32+
33+
* docs
34+
35+
* docs
36+
137
## [4.21.1](https://github.com/wix/vscode-glean/compare/v4.21.0...v4.21.1) (2020-04-05)
238

339

0 commit comments

Comments
 (0)