Releases: jpwallace22/react-lazify
Releases · jpwallace22/react-lazify
v0.4.4
v0.4.1
v0.4.0
v0.4.3
[0.4.3] - Apr 17 2023
Fix
- fix:
dynamic
imports now import as default
v0.4.2
[0.4.2] - Feb 05 2023
Feature
- feat: add next/loadable options - (Thanks for the idea @GarrettJMU)
- refactor: streamline options logic
0.4.1
0.4.0
[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
Full Changelog: v0.3.1...0.4.0
v0.3.0 — Full functionality
[0.3.0] - Jan 16 2023
Added
- Multiple line functionality with highlighting and cursor
Fixed
- Blank import bug with Windows OS
Adds settings and CI/CD pipeline
[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