Skip to content

Latest commit

 

History

History
282 lines (124 loc) · 9.92 KB

CHANGELOG.md

File metadata and controls

282 lines (124 loc) · 9.92 KB

5.0.5 (2024-06-22)

Bug Fixes

  • add cache/minification support to expression (c72946a)

5.0.4 (2024-06-21)

Bug Fixes

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

5.0.3 (2024-03-18)

Bug Fixes

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

5.0.2 (2023-12-29)

Build System

  • bump vite from 5.0.0 to 5.0.5 (aa89862)

5.0.1 (2023-11-20)

Bug Fixes

  • correct import-rewriter package version (ad51bd6)

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.

4.0.3 (2023-10-26)

Bug Fixes

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

4.0.2 (2023-07-26)

Bug Fixes

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

4.0.1 (2023-07-26)

Bug Fixes

  • build: ensure correct build target (89fdd0f)

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.

3.0.0 (2023-04-30)

Bug Fixes

  • allow server open behaviour to be disabled (e5b278a)

Build System

  • update npm deps and node engine (2e67c8c)

Features

  • ability to define custom AEM path segments (e378c58)

BREAKING CHANGES

  • minimum version of node/vite

Node.js v14.18.0 and Vite 3.0.0 or greater are now required.

2.3.3 (2023-03-13)

Bug Fixes

  • dep: remove zlib dependency for node.js lib (35e7784)

2.3.2 (2022-11-30)

Bug Fixes

  • mark @vitejs/plugin-react as an optional peer dep (6db341d)

2.3.1 (2022-11-14)

Bug Fixes

  • add missing proxy path for /login (9aa57ba)

2.3.0 (2022-11-13)

Bug Fixes

  • correct position of devserver scripts in proxy (41f5782)

Features

  • improved rollup input handler (c9abe72)

2.2.1 (2022-08-16)

Bug Fixes

  • allow root of content path(s) to be proxied (d467370)

2.2.0 (2022-08-16)

Features

  • allow custom ClientLibs expressions (4137cd9)

2.1.0 (2022-07-29)

Features

  • default builds to ES2015 for compatibility (996f11b)

2.0.0 (2022-07-29)

Build System

  • update npm dependencies (d71e3c0)

Features

  • default builds to ES2015 for compatibility (3f6c4a4)

BREAKING CHANGES

  • This plugin now requires Vite v3+. Please use v1 of this plugin for Vite 2 compatibility

2.0.0 (2022-07-29)

Build System

  • update npm dependencies (d71e3c0)

Features

  • default builds to ES2015 for compatibility (3f6c4a4)

BREAKING CHANGES

  • This plugin now requires Vite v3+. Please use v1 of this plugin for Vite 2 compatibility

1.0.1 (2022-07-20)

Bug Fixes

  • configured server options were missing (04e5e31)

1.0.0 (2022-07-02)

Bug Fixes

  • add missing proxy paths (9768155)
  • correct default port for aem (de09594)
  • remove import rewriter (de59a2c)
  • resolve incorrect plugin instance type (77ea949)

Build System

  • increase minimum node version (ce1ebe4)

Features

  • initial public release (a1677e6)
  • restore import rewriter plugin (5db5ebe)

BREAKING CHANGES

  • Increment minimum required node version to v14

As Node v12 is no longer supported we are bringing our minimum supported version of node to v14. Please ensure your project is up to date.

1.0.0-alpha.5 (2022-07-01)

Bug Fixes

  • correct default port for aem (de09594)

1.0.0-alpha.4 (2022-06-14)

Build System

  • increase minimum node version (ce1ebe4)

Features

  • restore import rewriter plugin (5db5ebe)

BREAKING CHANGES

  • Increment minimum required node version to v14

As Node v12 is no longer supported we are bringing our minimum supported version of node to v14. Please ensure your project is up to date.

1.0.0-alpha.3 (2022-05-26)

Bug Fixes

1.0.0-alpha.2 (2022-05-26)

Bug Fixes

  • resolve incorrect plugin instance type (77ea949)

1.0.0-alpha.1 (2022-02-18)

Features