Vscode Glean Versions Save

The extension provides refactoring tools for your React codebase

v5.2.2

3 years ago

5.2.2 (2021-03-19)

Bug Fixes

  • class-to-function: Fixed conversion of class properties with function value. Fixes #95 (e5177a1)

v5.2.1

3 years ago

5.2.1 (2021-03-19)

Bug Fixes

  • generla: optional chaining support (9ac114e)

v5.2.0

3 years ago

5.2.0 (2021-03-19)

Features

  • isJSX: Add support for optional chainning (7aa0826)

v5.1.1

3 years ago

5.1.1 (2021-01-06)

Bug Fixes

  • class-to-functional: fixd support for props distructuring. Fixes #95 (060958c)

v5.1.0

3 years ago

5.1.0 (2020-12-14)

Features

  • hooks-support: BREAKING CHANGE: Drop support to pre-hooks React versions (9421b2f)

v5.0.4

3 years ago

5.0.4 (2020-12-14)

Bug Fixes

v5.0.1

3 years ago

5.0.1 (2020-05-31)

Bug Fixes

  • function-to-class: Fix for wrap with useEffect refactoring relevancy detection. Closes #113 (c273fdc)

v5.0.0

3 years ago

5.0.0 (2020-05-15)

Features

  • v5: New refactorings: wrap with useMemo, useCallback useEffect, rename state veriable (#112) (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

v4.21.1

4 years ago

4.21.1 (2020-04-05)

Bug Fixes

  • build: updated travis setup (efe0d8b)

v4.20.1

4 years ago

4.20.1 (2020-03-14)

Bug Fixes

  • conditional: fixed wrapping with JSX expression when selection nested within JSX element. Fixes #105 (65393db)