Skip to content

Latest commit

 

History

History
186 lines (96 loc) · 2.94 KB

CHANGELOG.md

File metadata and controls

186 lines (96 loc) · 2.94 KB

0.4.1 (2023-05-25)

Performance Improvements

  • upgrade to VScode engine 1.78 (c7381fa)

0.4.0 (2023-05-25)

Bug Fixes

  • dynamic changed to default import (#13) (dd3ba3e)
  • import path regex not specific enough (7f769a3)

Features

  • add loadable/next framework options (#11) (54be333)
  • import lazy component from jsx (#5) (41dcafe)

Performance Improvements

  • convertLineToLazy: remove noop (863c3be)

Change Log

All notable changes to React Lazify extension will be documented in this file.

[Todo]

  • Add option to convert to lazy on auto import

[Unreleased]





[0.4.3] - Apr 17 2023

Feature

  • fix: dynamic imports now import as default





[0.4.2] - Feb 05 2023

Feature

  • feat: add next/loadable options
  • refactor: streamline options logic





[0.4.1] - Jan 23 2023

Fixed

  • fix: import path regex specificity — thanks @cjcartier




[0.4.0] - Jan 21 2023

Added

  • feat: add ability to covert to lazy import from components JSX
  • test: increased test coverage to 99%
  • cicd: added test coverage reporting to the pipeline




[0.3.0] - Jan 16 2023

Added

  • Multiple line functionality with highlighting and cursor

Fixed

  • Blank import bug with Windows OS




[0.2.0] - Jan 15 2023

Added

  • Ability to set allow default import (React.lazy()) through settings
  • CI/CD pipeline tests for Windows, Mac & Linux

Fixed

  • Minor async bug that would duplicate imports




[0.1.2] - Jan 13 2023

Added

  • Added bug report templates

Fixed

  • Previous release was missing key documentation




[0.1.1] - Jan 13 2023

Added

  • Added standard key-binding of ctrl+alt+cmd+l for Lazify Command
  • Official icon/logo of React Lazify

Fixed

  • Limit command to .jsx/.tsx files

Changed

  • README.md for clarification




[0.1.0] - Jan 12 2023

Initial release of React Lazify