3.0.0 (2022-12-06)
- resolve unclosed resource resolver (c146cef)
2.3.0 (2022-07-01)
- remove Vite DevServer functionality (2675c00)
- 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)
- ensure apps paths don't overlap (bf6a92c)
2.2.1 (2021-10-28)
- resolve repoinit failing during install (5feb0c2)
2.2.0 (2021-09-27)
- removed ACS Commons dependency (79fe70f)
2.1.5 (2021-09-27)
- resolve user mapping for precompiled files (c8bb838)
2.1.4 (2021-09-22)
- switched from principal users to single user mapping (1c66f00)
2.1.3 (2021-07-30)
- updated
getLibraries
execute to usetransitive
resolution (33b0edf)
2.1.2 (2021-07-25)
- ensure fallback resource resolver is available (830c660)
2.1.1 (2021-07-11)
- ensure aem-vite-clientlibs user gets installed (9aa0604)
2.1.0 (2021-07-11)
- added support for JCR resolver access via 'aem-vite-clientlibs' (acffe47)
2.0.3 (2021-06-13)
- 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)
- resolved issues with the
accepts
logic (3fca432)
2.0.1 (2021-06-02)
- resolved some ClientLib paths not being removed (f19abd0)
2.0.0 (2021-06-01)
- core: replace AEM entry with ES6 module entry (9d29c48)
- 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)
- resolved react refresh crashing pages (877a868)
1.0.1 (2021-05-19)
- add missing
@Override
annotation (ee535dc) - resolved possible race condition with
devServerConfigurations
(aa9fe31) - switched from obsolete
List
instance type (e9d6b35)
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.