Skip to content

1.0.5

Choose a tag to compare

@henriquefps henriquefps released this 28 Jun 20:31

Release Notes (v1.0.5)
πŸš€ Features & Customization
New Customization Guide: Added

customization.md
detailing the theme variables (CSS Custom Properties) for full styling customization.
HTML5 Calendar Indicator: Added customization rules for the native webkit calendar picker indicator to respect custom themes using --theme-calendar-invert and --theme-calendar-brightness.
🎨 Styling & UI Updates
Builder: Explicitly set the text color of the Section Title input to var(--color-neutral-10) in builder.js for better visibility and theme compliance.
Form Renderer & Layout CSS:
Implemented dynamic backgrounds utilizing var(--color-neutral-1) and var(--color-neutral-0) for container blocks and inputs.
Adjusted mobile and desktop step progress bar alignment to ensure seamless spacing.
Replaced hardcoded white border checkmark with the custom variable var(--color-neutral-0).
Cleaned up redundant hover color states on the repeater action button.