Skip to content

Latest commit

 

History

History
150 lines (69 loc) · 5.52 KB

CHANGELOG.md

File metadata and controls

150 lines (69 loc) · 5.52 KB

3.0.0 (2022-12-06)

Bug Fixes

  • resolve unclosed resource resolver (c146cef)

2.3.0 (2022-07-01)

Code Refactoring

  • remove Vite DevServer functionality (2675c00)

BREAKING CHANGES

  • This functionality has been superseded by the vite-aem-plugin npm package

Refer to https://www.aemvite.dev/guide/front-end/vite-plugin/ for instructions on getting the Vite DevServer configuration updated.

2.2.2 (2022-01-19)

Bug Fixes

  • ensure apps paths don't overlap (bf6a92c)

2.2.1 (2021-10-28)

Bug Fixes

  • resolve repoinit failing during install (5feb0c2)

2.2.0 (2021-09-27)

Refactor

  • removed ACS Commons dependency (79fe70f)

2.1.5 (2021-09-27)

Bug Fixes

  • resolve user mapping for precompiled files (c8bb838)

2.1.4 (2021-09-22)

Bug Fixes

  • switched from principal users to single user mapping (1c66f00)

2.1.3 (2021-07-30)

Bug Fixes

  • updated getLibraries execute to use transitive resolution (33b0edf)

2.1.2 (2021-07-25)

Bug Fixes

  • ensure fallback resource resolver is available (830c660)

2.1.1 (2021-07-11)

Bug Fixes

  • ensure aem-vite-clientlibs user gets installed (9aa0604)

2.1.0 (2021-07-11)

Features

  • added support for JCR resolver access via 'aem-vite-clientlibs' (acffe47)

2.0.3 (2021-06-13)

Bug Fixes

  • check if content changes after ClientLib removals (75b19c4)
  • pages not display due to error handling (024aaec)
  • prevent extra script/link tags been removed (a59f698)

2.0.2 (2021-06-08)

Bug Fixes

  • resolved issues with the accepts logic (3fca432)

2.0.1 (2021-06-02)

Bug Fixes

  • resolved some ClientLib paths not being removed (f19abd0)

2.0.0 (2021-06-01)

Features

  • core: replace AEM entry with ES6 module entry (9d29c48)

BREAKING CHANGES

  • core: New ClientLib handling for js.txt

The js.txt file now requires the entry file path rather than the conventional AEM #base statement and file names/paths. See the below example.

resources/js/main.js

Please note that only a single entry is supported at this time with the possibility of multiple coming in the near future.

1.0.2 (2021-05-19)

Bug Fixes

  • resolved react refresh crashing pages (877a868)

1.0.1 (2021-05-19)

Bug Fixes

  • add missing @Override annotation (ee535dc)
  • resolved possible race condition with devServerConfigurations (aa9fe31)
  • switched from obsolete List instance type (e9d6b35)

1.0.0 (2021-05-19)

Initial Public Release 🎉 🎉

After much fun getting GPG signing and CI pipelines working, I'm happy to announce the first (but early) version of AEM Vite.

Visit https://aemvite.dev/ for more information.