Skip to content

Releases: jpwallace22/react-lazify

v0.4.4

25 May 17:57
Compare
Choose a tag to compare

Rebase version number for semantic-release

v0.4.1

25 May 17:49
Compare
Choose a tag to compare

0.4.1 (2023-05-25)

Performance Improvements

  • upgrade to VScode engine 1.78 (c7381fa)

v0.4.0

25 May 17:36
Compare
Choose a tag to compare

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)

v0.4.3

18 Apr 02:43
dd3ba3e
Compare
Choose a tag to compare

[0.4.3] - Apr 17 2023

Fix

  • fix: dynamic imports now import as default

v0.4.2

05 Feb 22:52
54be333
Compare
Choose a tag to compare

[0.4.2] - Feb 05 2023

Feature

  • feat: add next/loadable options - (Thanks for the idea @GarrettJMU)
  • refactor: streamline options logic

0.4.1

23 Jan 16:13
042ed1a
Compare
Choose a tag to compare

[0.4.1] - Jan 23 2023

Fixed

  • fix: import path regex specificity — thanks @cjcartier

0.4.0

22 Jan 00:58
97c635d
Compare
Choose a tag to compare

[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

16 Jan 19:06
4be82e2
Compare
Choose a tag to compare

[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

15 Jan 19:52
98c3719
Compare
Choose a tag to compare

[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