Vscode Glean Versions Save

The extension provides refactoring tools for your React codebase

v4.10.2

5 years ago

4.10.2 (2019-04-09)

Bug Fixes

v4.10.1

5 years ago

4.10.1 (2019-03-28)

Bug Fixes

  • class-to-function: changed the labels of refactorings (d2848ee)

v4.10.0

5 years ago

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

5 years ago

4.9.0 (2019-03-11)

Features

  • function-to-class: defaultProps support (c650f96)
  • function-to-class: defaultProps support (2bc5858)

v4.6.0

5 years ago

4.6.0 (2019-02-15)

Features

  • extract-component: Allow extracting component to same file (f012bda)

v4.5.0

5 years ago

4.5.0 (2019-02-06)

Features

  • class-to-functional: use FC instead of SFC type in hooks are enabled (a97b963)

v4.4.1

5 years ago

4.4.1 (2019-02-06)

Bug Fixes

  • stateful-to-stateless: fix crash in case constructor doesnt have state init (493ecd9)

v4.4.0

5 years ago

4.4.0 (2019-02-06)

Features

  • general: Glean V5 with Hooks support BREAKING CHANGES (f94f81f)

v4.2.3

5 years ago

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

5 years ago

4.2.2 (2018-11-06)

Bug Fixes

  • export-component: Windows 10 support (96f875c)