Product Changelog

What's New

Track our latest product updates, improvements, and bug fixes. We release updates continuously.

Filter by Product

v1.11.0

September 02, 2026
ID Card Designer
Added

ID Card Digital Verification & Card Lifecycle Suite: Upgraded the package from a badge design studio into an end-to-end Enterprise Credential Management and Anti-Counterfeiting Platform.

Added

Standalone Digital Verification Modal (<IdCardVerificationModal />): Real-time verification certificate modal displaying dynamic color-coded validity banners: Active, Issued & Valid, Draft / Unverified, Suspended, Revoked, Lost / Stolen, and Expired.

Added

Anti-Tampering Photo Match: Displays official high-resolution database photos alongside credential metadata to instantly expose physical photo-substitution tampering on printed cards.

Added

Built-in HTML5 Camera Scanner & Barcode Reader: Integrated direct webcam and smartphone camera scanning using getUserMedia with a real-time targeting reticle overlay for instant badge lookups at gates and reception desks.

Added

Instant Roll / ID Lookup & 1-Click Admin Status Controls: Direct search with live suggestion filtering, plus 1-click administrative action buttons (Activate, Mark Issued, Suspend Access, Revoke Credential, Report Lost) with instant state synchronization.

Added

Card Lifecycle State Machine in <IdCardManager />: Added a dedicated Lifecycle Status column with interactive status pills, row-level 'Verify' action buttons, smart lifecycle filter tabs (All, Active, Issued, Draft, Suspended, Revoked), and batch actions for bulk status transitions.

Added

Automatic Print Issuance Tracking: When exporting cards via Batch PDF or ZIP, selected records automatically transition to 'Issued' status and record their issuance timestamp (issuedAt).

Added

Dynamic Verification QR Code Preset: Added a dedicated 'Verification QR' preset button in the Studio sidebar supporting customizable verification base endpoints and dynamic cardholder ID binding.

Added

Public Verification Link Generator: Generates copyable secure verification URLs (e.g. https://verify.stratametriq.com/badge/{{id}}) with tamper-proof digital checksum indicators.

Added

Exported IdCardVerificationModal Component: Exported <IdCardVerificationModal /> from package root for embedding in custom security gate portals, kiosks, and mobile applications.

v1.10.0

September 01, 2026
ID Card Designer
Added

Brand & Security Watermark Suite: Integrated complete watermarking support for templates, live canvas editing, card previews, and batch print exports.

Added

Multi-Type Watermarking: Supports custom Brand / Security text (defaulting to STRATAMETRIQ with dynamic placeholder interpolation such as {{companyName}} or {{employeeId}}), custom uploaded Seal / Logo images, and repeating SVG security pattern tiles.

Added

Interactive Watermark Inspector: Added dedicated controls in the right Property Inspector with quick preset buttons (STRATAMETRIQ, OFFICIAL, CONFIDENTIAL, SAMPLE, DRAFT), fine-tuned opacity slider (3%–40%), rotation angle presets (-45°, -30°, 0°, 30°, 45°), color picker, and font size selector.

Added

Layer Placement Control: Configure watermarks to sit in the Background layer (behind text, photos, and barcodes for crisp readability) or the Overlay layer (top security/draft layer across the entire badge).

Added

Target Side Selection: Apply watermarks to Both Sides (Front & Back), Front Side Only, or Back Side Only.

Added

High-DPI PDF & Batch Export Pipeline: Watermarks are rendered in high resolution (300 DPI) across single-card PNG downloads, thermal PVC CR80 prints, and multi-page batch PDF print sheets while maintaining 100% optical scannability for barcodes and QR codes.

Added

Exported WatermarkLayer Component: Exported <WatermarkLayer /> in package entry point for standalone custom ID card previews and embedded applications.

v1.9.5

August 30, 2026
ID Card Designer
Added

Multi-Mode Scannable QR Codes: Added support for three QR modes: Dynamic Field Mode (Binds QR codes dynamically to any roster field with custom URL prefix and suffix parameters), Static URL / Text Mode (Encodes fixed web URLs or static verification strings), and vCard 3.0 Digital Contact Mode (Automatically formats and encodes Full Name, Designation, Phone, Email, and Organization from active records into a smartphone-scannable digital contact card).

Added

Custom QR Styling & Color Pickers: Added foreground module color and background color pickers directly to the Property Inspector, allowing QR codes to match organizational branding.

Added

Selectable Error Correction Level (ECC): Added an ECC dropdown (`L - 7%`, `M - 15%`, `Q - 25%`, `H - 30%`) to optimize scannability on small print cards or with logo overlays.

Added

1-Click Blank Excel Template Generator: Added a <Download /> button to Step 1 that generates and downloads a clean, pre-formatted `.xlsx` file tailored to the active department.

Added

Prominent Studio Scannables Toolbar: Restructured the left palette in the designer studio with dedicated one-click buttons for Dynamic QR Codes and 1D Barcodes.

Fixed

CR80 Thermal PVC Print Matrix Calculation: Fixed the Live Sheet Matrix calculation for CR80 card formats to accurately reflect single-card capacity (`1 Col × 1 Row`, `54×86 mm`) rather than falling back to multi-card A4 sheet dimensions.

Fixed

Roster ID Number Badge Wrapping: Added `whiteSpace: nowrap` to table ID badges in the Live Roster Directory to prevent hyphens from splitting codes across multiple lines.

Fixed

Auto-Shrink & Multi-Line Text Wrapping: Fixed text rendering so elements without auto-shrink enabled wrap cleanly across multiple lines with `word-break: break-word` instead of overflowing horizontally.

Fixed

Classic Preset Vertical Spacing: Adjusted element coordinates in `v_classic_traditional` to eliminate clipping between the address field and Principal signature line.

v1.9.4

August 27, 2026
ID Card Designer
Added

Full Roster CRUD & IndexedDB Sync: Added a dedicated '+ Add Record' modal with integrated photo upload, an 'Edit Record' modal for inline detail fixes, row-level 'Delete' with confirmation, and bulk 'Delete Selected' actions—all synchronized in real-time with browser IndexedDB (localforage).

Added

Interactive Multi-Column Sorting: Enabled 1-click column header sorting (Ascending / Descending) across Name & Avatar, Class/Designation, ID Number, Guardian/Department, and Contact Phone.

Added

Smart Roster Pagination: Integrated a high-performance pagination and rows-per-page toolbar (`10`, `25`, `50`, `100`, `All`) with responsive page navigation controls, preventing DOM lag on large imported rosters (1,000+ cards).

Added

Accurate Selection Counters: Fixed selection counters to dynamically reflect active category record counts and prevent negative selection indexes.

v1.9.3

August 26, 2026
ID Card Designer
Added

Production-Ready Scannable QR Codes: Upgraded the QR code generator to use the industry-standard `qrcode` engine. Generated QR codes are mathematically accurate and fully scannable with mobile camera scanners and physical optical scanners.

Added

Production-Ready Code 128 1D Barcodes: Upgraded 1D barcode generation with `jsbarcode` for native Code 128 barcode rendering in both the canvas preview and high-resolution PDF print exports.

Added

Smart Data Field Filtering for QR/Barcode Elements: When selecting a QR Code or Barcode element in the designer, the Data Field Key dropdown automatically filters to display only relevant ID, code, number, and contact fields, eliminating clutter from irrelevant fields (like photo URLs, blood groups, or long addresses) for a clean user experience.

v1.9.2

August 25, 2026
ID Card Designer
Added

Multi-CSV Import Append: Enhanced the CSV importer to append new data instead of overriding previous uploads. When importing multiple CSV, Excel, or ZIP files sequentially, the new records and any new dynamic fields are now merged seamlessly into the existing active workspace and automatically saved to IndexedDB.

v1.9.1

August 24, 2026
ID Card Designer
Fixed

AI Background Removal Bundler Interop: Fixed a dynamic import resolution bug that caused the AI module to fail (`removeBackground is not a function`) when the library was used inside Webpack/Next.js environments.

Fixed

WASM CDN Loading Error: Removed a manual proxy CDN configuration that was causing `Failed to fetch` errors on some adblocked networks. The library now natively uses its built-in globally distributed edge servers to download the AI models.

Fixed

Improved Security Logging: Added an intuitive frontend popup alert to specifically notify the user if their browser's strict CORS policy blocks the AI from reading a random external internet image link.

v1.9.0

August 21, 2026
ID Card Designer
Added

AI Background Removal: Integrated an advanced, fully client-side WebAssembly machine learning model (`@imgly/background-removal`) directly into the Live Roster Data Table. Users can now perfectly remove the background from uploaded profile photos or webcam captures with a single click, completely offline, without any backend processing or API keys.

v1.8.8

August 19, 2026
ID Card Designer
Fixed

Fixed an infinite re-render loop in the Webcam Capture Modal that caused the video feed to get stuck on a black screen.

Fixed

Enhanced camera error handling to provide specific, actionable feedback when the camera is blocked, missing, or in use by another application.

v1.8.2

August 16, 2026
ID Card Designer
Added

Core Management & Export Utilities: Initialized core ID card management functions and PDF export utilities for improved rendering and data handling.

v1.8.1

August 16, 2026
ID Card Designer
Added

Premium Header Redesign: Completely redesigned the SaaS dashboard header to feature a modern, sleek glassmorphism aesthetic with glowing gradients.

Added

Dynamic Status Indicators: Added beautiful pulsating status pills to indicate active dynamic data bindings.

Added

Enhanced Footer: Replaced bulky text links with a minimal, professional icon-based footer.

Added

Enterprise Toggle: Added a showFooter prop to the NPM package, allowing enterprise developers to easily hide the Stratametriq branding when embedding the engine inside their private ERP systems.

Added

Documentation Overhaul: Updated official documentation to explicitly detail our 100% secure, local browser-based data processing architecture.

v1.8.0

August 15, 2026
ID Card Designer
Added

Canva-Style Smart Alignment Guides: Magnetically snap elements to the center of the card or align them perfectly with other elements using color-coded visual guides (Purple for center, Red for edges).

Added

High-Res ZIP Export: Batch export individual ID cards as high-resolution (300 DPI) PNG files neatly packaged in a single ZIP archive.

Added

Thermal PVC Printer Support: Native support for exporting a perfectly dimensioned CR80 layout (1 card per page) specifically optimized for Zebra, Fargo, and Magicard thermal printers.

Added

Dynamic Image Fallbacks: Beautifully generated initial-based avatars with consistent gradient backgrounds are automatically inserted if a profile photo is missing.

Added

Curved Typography: Advanced SVG text rendering to wrap and curve text along circular paths.

v1.7.1

August 13, 2026
ID Card Designer
Changed

Licensing & Metadata: Updated package metadata (homepage, engines) and finalized the internal licensing documentation for the StrataMetriq release. No functional code changes.

v1.7.0

August 12, 2026
ID Card Designer
Added

Excel & ZIP Bulk Import: Upload `.xlsx`, `.xls`, or `.zip` archives. Automatically binds images to rows using fuzzy matching.

Added

Full Workspace Persistence (IndexedDB): The dashboard automatically saves the entire workspace state (data, templates, active tabs) offline.

Added

Offline Project Backup (.stmq): Serialize the entire workspace state into a `.stmq` file for offline, air-gapped portability.

v1.6.1

August 10, 2026
ID Card Designer
Fixed

CSV Data Mapping UX: Built a 'fuzzy mapper' that automatically aliases variations in CSV column headers to preset template bindings.

Fixed

Image CORS Blockers: Removed strict crossOrigin requirement, fixing broken images for non-CORS compliant URLs.

Changed

Studio Property Editor UX: Reorganized Inspector layout to prioritize 'Text Content & Binding'.

Fixed

Excel Output Fix: Importer now correctly ignores empty rows padded with hidden quote marks from .xlsx conversions.

v1.6.0

August 4, 2026
ID Card Designer
Added

Dynamic Expression Engine: Text elements now support Javascript expressions and conditional rendering logic.

Added

Double-Sided ID Cards: Native support for designing both Front and Back of ID cards with a side-toggle UI.

Added

Advanced Batch Export Options: PDF engine now supports Front Only, Interleaved Pages, and A4 Mirrored Grids.

Added

Hardware Printer Calibration: Manual X and Y offset controls to compensate for mechanical print drift in PVC printers.

v1.5.3

August 9, 2026
Architecture Intelligence
Fixed

API Flow Mapping: Added support for dynamic template routes (e.g., fetch(`/api/${id}`)).

Fixed

Pre-Deployment Safety: Refined debug code detection to eliminate false positives in strings.

Fixed

Circular Dependencies: Fixed edge resolution for missing extensions and absolute paths.

Fixed

Duplicate Logic: Increased scan limits to properly analyze large codebases.

v1.5.2

August 9, 2026
Architecture Intelligence
Added

API Flow Mapping: Traces every step of API workflows from start to finish.

Added

Duplicate Logic Detection: Identify repetitive code structures like duplicate logins.

Changed

Migrated issue tracking to a public repository to enhance community support.

Changed

Optimized marketplace SEO keywords for better visibility among full-stack developers.

v1.4.9

August 6, 2026
Architecture Intelligence
Added

Custom Architecture Governance Rules Engine via stratametriq.rules.yaml.

Added

SARIF integration in @stratametriq/cli for GitHub Advanced Security and GitLab CI gates.

Added

Live VS Code squiggles (Diagnostics) for instant architectural rule violation feedback.

Added

Native VS Code integrations including Explorer Context Menus and Configuration Settings.

Changed

Aggressive architectural caching for massively improved scan performance.

v1.4.4

July 29, 2026
Architecture Intelligence
Added

Full-Stack Enterprise Polyglot Support: Native AST parsing for Python, Java, Kotlin, Go, C#, and more.

Added

Cross-Stack Vertical Flow Tracing: Traces frontend API calls directly into backend framework endpoints.

Changed

Improved DFS cycle detection algorithm for circular dependency detection.

Fixed

Resolved a false positive in the secret detection engine for variables ending in _URL.

v1.5.1

August 3, 2026
ID Card Designer
Added

Live Demo: Added an interactive StackBlitz live demo link to the Quick Start section.

Added

API Documentation: Documented the standalone <IdCardDesigner /> props and all available lifecycle events.

Added

Market Comparisons: Expanded the FAQ section to include direct capability comparisons against Canva and enterprise desktop software.

Changed

Added repository and bugs tracking links to package.json for better NPM discoverability.

v1.5.0

July 28, 2026
ID Card Designer
Added

Bulk CSV Import Dashboard: Click the 'Import CSV' button to automatically create a dedicated 'Imported Data' workspace tab.

Added

Dynamic Field Definitions: Extracts column headers and generates dynamic text fields for the Property Inspector.

Added

Advanced Paper Dimensions: Full mathematical rendering support for A3, A4, A5, US Letter, and US Legal paper sheets.

Fixed

Landscape PDF Scaling Fix: Resolved jspdf engine bug where hardware crop marks lost landscape rotation constraints.

v1.4.3

July 25, 2026
ID Card Designer
Added

Initial documented release of the Turnkey Dashboard (<IdCardManager />).

Added

Core HTML2Canvas and jsPDF high-resolution rendering engine.

v1.4.2

July 20, 2026
ID Card Designer
Added

Drag-and-Drop Bounding Boxes: Introduced visual snapping handles for resizing elements on the canvas.

Fixed

Resolved a custom Google Font loading timeout that caused text rendering glitches on slow networks.

v1.4.1

July 12, 2026
ID Card Designer
Added

Undo / Redo History Stack: Full tracking of canvas actions using Ctrl+Z and Ctrl+Y shortcuts.

Added

Keyboard Nudging: Use arrow keys for 1px precise element alignment (Hold Shift for 5px jumps).

v1.4.0

July 5, 2026
ID Card Designer
Added

Dedicated Image Property Inspector: New controls for Object Fit (cover, contain, scale-down).

Added

Avatar Styling: Instant Corner Radius toggles for Circular vs Square profile photos with custom CSS borders.

v1.2.0

June 25, 2026
ID Card Designer
Added

Grid Snapping & Alignment Guides: Toggleable millimeter measurement rulers (0mm - 86mm).

Added

Radial Grid Overlay: Snap-to-grid accuracy for 1mm or 5mm intervals.

v1.1.0

June 10, 2026
ID Card Designer
Added

QR Code & Barcode Generation: Built-in deterministic vector 1D Barcode and 2D QR Code generation.

Added

Live Data Binding: Bind QR codes directly to database keys like {{admissionNo}}.

v1.0.0

May 20, 2026
ID Card Designer
Added

Initial Public Release: The core <IdCardPreview /> component and atomic rendering engine.

Added

Variable Placeholders: Introduced handlebar syntax ({{name}}) for text interpolation.

v1.3.0

June 15, 2026
Architecture Intelligence
Added

Interactive VS Code Extension: First release of the interactive developer UI with real-time editor sync.

Added

13-Point Safety Audit: Shipped the automated DevSecOps pre-deployment audit engine.

Get Notified About New Releases

Subscribe to our developer newsletter to get instantly notified when we drop massive new features or security updates.