CHANGELOG
Base UI Hardening, Slider Range Mode & Cleanup
Production UI migration hardening, new slider range support, and major codebase cleanup
Added
- Range slider mode for form fields with improved drag behavior.
- Better slider handling across form preview, single-step, and multi-step rendering.
- UI regression harness and smoke-interaction coverage for stability checks.
- Secure form import/export flow with polished import and export dialogs.
- Locale-prefixed multilingual routing (
/en/*,/es/*) across public pages. - Translation coverage for home, legal, changelog, dashboard, form builder, analytics, and AI builder surfaces.
- Centralized SEO metadata engine with localized canonical, hreflang (
en,es,x-default), OG, Twitter, and robots handling. - App Router metadata routes for localized
sitemap.xmlandrobots.txt. - Localized content trees for legal and changelog entries.
Changed
- Finalized base UI migration with production hardening across shared UI primitives.
- Improved form analytics and field configuration support for slider-related values.
- Expanded README setup guidance and route documentation.
- Updated forms management and settings experiences to support secure transfer workflows.
- Static server-side generation for locale marketing pages to improve performance and crawlability.
- Locale-aware proxy behavior for redirects and navigation normalization.
Fixed
- Restored UI behavior issues identified during react-doctor checks.
- Corrected menu-bar variant styling definitions.
- Completed import migration from
framer-motiontomotion/reactin remaining components.
Removed
- Unused descope/dead feature components and stale UI modules.
- Dead exports and legacy helper surfaces no longer used by the app.
- Unused
framer-motiondependency from the project.