File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ ## 1.7.0
2+
3+ ### December 16, 2025
4+
5+ ### 💪 New features
6+
7+ * New Tailwind CSS 4 support — themes now ship with TW4 by default, with TW3 variants available via ` regenesis-tw3 ` and ` starter-tw3 ` theme names
8+ * CLI now defaults to Tailwind v4 for both Vite and Nuxt project creation with automatic version detection
9+ * New ` minAutoHeight ` prop for auto-height textareas that respects CSS minimum height ([ #1595 ] ( https://github.com/formkit/formkit/pull/1595 ) )
10+ * New Bengali (bn) locale for internationalization
11+ * Added ` summaryHeader ` to all i18n locales for customizing form summary headers
12+
13+ ### 🐛 Bug Fixes
14+
15+ * Fixes memory leak by cleaning up ` __FORMKIT_CONFIGS__ ` on unmount
16+ * Allows passing unix epoch timestamps in ` date_between ` validation rule ([ #1587 ] ( https://github.com/formkit/formkit/pull/1587 ) )
17+ * Fixes validation state becoming invalid when rules are dynamically removed ([ #1384 ] ( https://github.com/formkit/formkit/issues/1384 ) )
18+ * Fixes validation dependency tracking issue ([ #1371 ] ( https://github.com/formkit/formkit/issues/1371 ) )
19+ * Removes peer dependencies from ` @formkit/themes ` to avoid version conflicts
20+ * Fixes Dutch localization terms for next/previous ([ #1608 ] ( https://github.com/formkit/formkit/pull/1608 ) )
21+ * Fixes typo in Spanish translation ([ #1609 ] ( https://github.com/formkit/formkit/pull/1609 ) )
22+ * Fixes numeric comparison in validation using Math.min/max ([ #1620 ] ( https://github.com/formkit/formkit/pull/1620 ) )
23+ * Fixes IIFE build output order ([ #1674 ] ( https://github.com/formkit/formkit/pull/1674 ) )
Original file line number Diff line number Diff line change 1+ ## 1.7.1
2+
3+ ### December 17, 2025
4+
5+ ### 🐛 Bug Fixes
6+
7+ * Shows scrollbars when ` maxAutoHeight ` has a limit on auto-height textareas
8+ * Slot scope data now properly shadows outer iteration data with the same variable name in FormKitSchema
9+ * Adds explicit ` FormKitLibrary ` type to inputs export for better TypeScript support
10+ * Fixes Nuxt module issue ([ #1690 ] ( https://github.com/formkit/formkit/issues/1690 ) )
You can’t perform that action at this time.
0 commit comments