2026-03-09 — PR #299
We refactored VpStarterBranchPage and EnterpriseIndustryTemplate to use a new LandingPagePage template instead of ProductPagePage. This isolates VP landing pages from future Quatico theming changes to ProductPagePage.
2026-03-09 — PR #299
We refactored VpStarterBranchPage and EnterpriseIndustryTemplate to use a new LandingPagePage template instead of ProductPagePage. This isolates VP landing pages from future Quatico theming changes to ProductPagePage.
2026-03-06 by Showboat
PR #846 (CDSTLZ-193-esm) migrates webbloqs to native ESM with nodenext module resolution.
Consumer repo audits revealed that @webbloqs/react has 9 flat files at src/ root
(i18n, models, validation, etc.) imported 518+ times across ewz repos — but with no
explicit barrel exports. Under strict ESM, these require .js extensions.
Renamed listing commands to plural, reworked commits for dual mode, merged diffstat into diff --stat.
| Before | After |
|---|---|
source branch |
source branches |
source tag |
source tags |
source commit [ref] |
source commits [ref] (list mode) / source commits <sha> (detail) |
source diffstat <spec> |
source diff <spec> / source diff <spec> --stat |
Date: 2026-02-23
Branch: fix/cache-control-headers → develop
PR: #279
Static resources served with Cache-Control: no-cache, no-store, max-age=0, must-revalidate because custom ResourceHandler registrations never set cache headers, and Spring Security fills in aggressive defaults.