Releases: adobe/aem-site-theme-builder
Releases · adobe/aem-site-theme-builder
v5.2.1
v5.2.0
- proxy open site url based on the
env.AEM_SITE
- browsersync request url fix
v5.1.2
- windows path fix
- cross platform path processing
v5.1.1
- Passthrough status code from proxy response to a client
- Content-length modification fix based on the html changes
- Complex headers are properly modified and passthrough
v5.1.0
Changelog:
- support for theme sources hosted on external domain (different than original text/html request comes from),
- dynamic mapping for files located in dist folder (whenever new file gets added by the frontend module build they are populated into proxy mapping).
v5.0.0
Changes introduced to API:
- functionality change in
npx aem-site-theme-builder live
. Now it runs both proxy and browser sync. - introduction of
npx aem-site-theme-builder proxy
. Runs only the proxy part (as previouslynpx aem-site-theme-builder live
did.
Other changes:
- introduced browser sync support
- dynamic port detection for proxy and browser sync