You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [4.0.0] - 2026-02-24
11
+
12
+
### Changed
13
+
14
+
- updated most dependencies to newest possible version
15
+
-:boom:`reactstrap` is replaced by `neolution-ch/reactstrap` which includes support for React 19
16
+
10
17
## [3.17.0] - 2026-02-09
11
18
12
19
### Fixed
@@ -44,7 +51,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
51
45
52
-`TelephoneNumberInput` countries order, in order to be alphabetically sorted.
46
53
- Required field label on `FormGroupLayoutLabel`, `ColorPicker`, `TelephoneNumberInput`, `TypeaheadTextField` (hence `StaticTypeaheadInput` and `AsyncTypeaheadInput`) in order to display \* also on nested and array fields.
47
-
48
54
1.`requiredFields` can still accept a `FieldPath<T>[]`
49
55
2. In order to be complaint with `FieldPath` react-hook-form type (`object.${number}.property`) array properties provide a wildcard:
50
56
@@ -250,7 +256,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1.Thecomponentisbydefault**form**controlled. However, updatingvaluesusingformmethodscouldleadtoanunexpectedbehaviorbecauseMUIlibraryrequiresconsistencybetweenoptionsandvalue. Inordertomanuallytocontroltheinput, arefisexposedwhichallowstomutuallymodifyinputvalueandformvalue.
0 commit comments