Releases: wix-incubator/vscode-glean
Releases · wix-incubator/vscode-glean
v4.10.1
4.10.1 (2019-03-28)
Bug Fixes
- class-to-function: changed the labels of refactorings (d2848ee)
v4.10.0
4.10.0 (2019-03-26)
Bug Fixes
- class-to-functional: useState hook not added for state variables not inited or set (32c71f6)
- extract-component: incorrect handling of nested member expressions. Fixes #62 (1840c64)
Features
- extract-component: added extraction to the same file (63911e7)
v4.9.0
4.9.0 (2019-03-11)
Features
- function-to-class: defaultProps support (c650f96)
- function-to-class: defaultProps support (2bc5858)
v4.6.0
4.6.0 (2019-02-15)
Features
- extract-component: Allow extracting component to same file (f012bda)
v4.5.0
4.5.0 (2019-02-06)
Features
- class-to-functional: use FC instead of SFC type in hooks are enabled (a97b963)
v4.4.1
4.4.1 (2019-02-06)
Bug Fixes
- stateful-to-stateless: fix crash in case constructor doesnt have state init (493ecd9)
v4.4.0
4.4.0 (2019-02-06)
Features
- general: Glean V5 with Hooks support BREAKING CHANGES (f94f81f)
v4.2.3
4.2.3 (2018-11-08)
Bug Fixes
- stateless-to-stateful: fixed crash when converting component with JSX behind logical opetator (9427e5e)
v4.2.2
4.2.2 (2018-11-06)
Bug Fixes
- export-component: Windows 10 support (96f875c)