Skip to content

Commit c183715

Browse files
committed
docs: add changelog entries for v1.7.0 and v1.7.1
1 parent 12cec54 commit c183715

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

_changelog/40.v1.7.0.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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))

_changelog/41.v1.7.1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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))

0 commit comments

Comments
 (0)