Skip to content

Commit 6c92ef2

Browse files
committed
Update Changelog
1 parent 31ae5b5 commit 6c92ef2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- updated most dependencies to newest possible version
13+
- :boom: `reactstrap` is replaced by `neolution-ch/reactstrap` which includes support for React 19
1314

1415
## [3.17.0] - 2026-02-09
1516

@@ -48,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4849

4950
- `TelephoneNumberInput` countries order, in order to be alphabetically sorted.
5051
- Required field label on `FormGroupLayoutLabel`, `ColorPicker`, `TelephoneNumberInput`, `TypeaheadTextField` (hence `StaticTypeaheadInput` and `AsyncTypeaheadInput`) in order to display \* also on nested and array fields.
52+
5153
1. `requiredFields` can still accept a `FieldPath<T>[]`
5254
2. In order to be complaint with `FieldPath` react-hook-form type (`object.${number}.property`) array properties provide a wildcard:
5355

@@ -253,6 +255,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
253255

254256
- :boom: `AsyncTypeAheadInput` based on MUI Autocomplete component.
255257
- :boom: renamed `AsyncTypeaheadProps` to `AsyncTypeaheadInputProps`.
258+
256259
1. The component is by default **form** controlled. However, updating values using form methods could lead to an unexpected behavior because MUI library requires consistency between options and value. In order to manually to control the input, a ref is exposed which allows to mutually modify input value and form value.
257260
2. `inputRef` is exposed to clear, reset or set new selected options, as mentioned in point 1.
258261
3. `defaultSelected` options is still needed as in previous version.

0 commit comments

Comments
 (0)