0.4.1 (2023-05-25)
- upgrade to VScode engine 1.78 (c7381fa)
0.4.0 (2023-05-25)
- convertLineToLazy: remove noop (863c3be)
All notable changes to React Lazify extension will be documented in this file.
- Add option to convert to lazy on auto import
- fix:
dynamic
imports now import as default
- feat: add next/loadable options
- refactor: streamline options logic
- fix: import path regex specificity — thanks @cjcartier
- 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
- Multiple line functionality with highlighting and cursor
- Blank import bug with Windows OS
- Ability to set allow default import (
React.lazy()
) through settings - CI/CD pipeline tests for Windows, Mac & Linux
- Minor async bug that would duplicate imports
- Added bug report templates
- Previous release was missing key documentation
- Added standard key-binding of
ctrl+alt+cmd+l
for Lazify Command - Official icon/logo of React Lazify
- Limit command to
.jsx/.tsx
files
- README.md for clarification
Initial release of React Lazify