Export Portal: Enhanced exported Cookie Policy HTML to include comprehensive sections:
"Who We Are", "What Are Cookies", "Active Trackers", "How to Manage Cookies", and "Your Rights".
Legal Compliance: Added GDPR compliance statement and privacy policy link to the
exported document footer.
Accessibility & UX: Added full support for dark mode, mobile responsiveness, and WCAG
AA compliance directly in the exported Cookie Policy.
Changed
Routing: Refactored application navigation: The main landing page is now the root
index.html (Homepage), and the builder is relocated to Step 2 (builder.html).
Styling: Standardized navbar height to 64px across all pages (index.html,
step-1.html) for visual consistency.
Styling: Improved cookie declaration table layout by stacking "DECLARED" and "MANUAL"
badges above cookie names to prevent text overflow layout breakage.
Maintainability: Moved badge styling logic directly into CSS files to ensure
maintainability and consistency across pages and exports.
[1.2.0] - 2026-02-23
Added
User Flow: Implemented a complete bottom-table UX flow in Step 1, including a
compliance warning message.
Export Controls: Added "Download Cookie Policy (HTML)" functionality to directly
trigger a file download from Step 1.
Navigation Controls: Added "Proceed to Step 2: Banner Builder" button linking directly
to the builder.
Navigation Layout: Added a top navigation bar on Step 1 providing a "Go back to
homepage" link and a clear, sequenced visual step indicator.
Changed
Privacy Core: Removed all Google Fonts and external CDN requests to enforce strict GDPR
compliance, now exclusively relying on a highly optimized system font stack.
Typography: Unified header typography by applying the hero-headline class
to the main <h1> on Step 1 to match the homepage.
UI States: Styled edit/erase table buttons to morph smoothly during interactions (e.g.,
transforming the 'Edit' button into a 'Save' button when activated).
[1.1.0] - 2026-02-19
Added
Editable Tables: Implemented inline editing capabilities exclusively for manually added
cookies within the tracker table.
Data Management: Added a dedicated "Actions" column to the cookie data table.
Data Deletion: Implemented row deletion functionality for manually added cookies,
complete with a visual fade-out animation and clean DOM removal.
Changed
UI Enhancements: Re-styled "Edit" and "Delete" actions matching brand guidelines with
specific hover and active states (e.g., red theme for deletion).
[1.0.0] - 2026-02-14
Added
Initial release of Complia Engine (Veritas Engine).
Core Builder: Visual Banner Builder with real-time Card and Bar layout previews.
Compliance Tool: Built-in WCAG 2.1 AA accessibility engine for live text-to-background
contrast ratio checks.
Export Portal: CodePen-style modal with syntax-highlighting for HTML, CSS, JS and
direct File System Access API integration.
Production Snippets: Fully self-contained exported banner code with zero dependencies.
Privacy Core: Privacy-first design setting no cookies by the builder itself and
strictly managing consent via localStorage.