Skip to content

Releases: aem-vite/vite-aem-plugin

v5.0.5

22 Jun 01:02
Compare
Choose a tag to compare

5.0.5 (2024-06-22)

Bug Fixes

  • add cache/minification support to expression (c72946a)

v5.0.4

21 Jun 03:51
Compare
Choose a tag to compare

5.0.4 (2024-06-21)

Bug Fixes

  • react fast refresh by reordering Vite React preamble script first (a466c67)

v5.0.3

18 Mar 11:22
Compare
Choose a tag to compare

5.0.3 (2024-03-18)

Bug Fixes

  • ensure correct content type is used #8 (819add5)

v5.0.2

29 Dec 05:09
Compare
Choose a tag to compare

5.0.2 (2023-12-29)

Build System

  • bump vite from 5.0.0 to 5.0.5 (aa89862)

v5.0.1

20 Nov 01:15
Compare
Choose a tag to compare

5.0.1 (2023-11-20)

Bug Fixes

  • correct import-rewriter package version (ad51bd6)

v5.0.0

20 Nov 01:13
Compare
Choose a tag to compare

5.0.0 (2023-11-20)

Build System

  • drop native CJS support (be827b5)
  • increase minimum node and vite versions (2e41bce)

BREAKING CHANGES

  • no longer support CJS

Vite 5 deprecates CJS support and as such support has been dropped here.

  • bump min node and vite versions

Node v18/20 and Vite v5+ are required moving forward.

v4.0.3

26 Oct 04:52
Compare
Choose a tag to compare

4.0.3 (2023-10-26)

Bug Fixes

  • resolve issue when AEM user is logged out (28c47f0)

v4.0.2

26 Jul 15:32
Compare
Choose a tag to compare

4.0.2 (2023-07-26)

Bug Fixes

  • build: ensure latest npm is used (88b63cf)

v4.0.1

26 Jul 15:24
Compare
Choose a tag to compare

4.0.1 (2023-07-26)

Bug Fixes

  • build: ensure correct build target (89fdd0f)

v4.0.0

14 Jul 15:32
Compare
Choose a tag to compare

4.0.0 (2023-07-14)

Build System

  • increase minimum node and vite versions (2c6cdc4)

BREAKING CHANGES

  • bump min node and vite versions

Node v16 and Vite v3.0.0 are required moving forward. @vitejs/plugin-react v3+ is also now required too.