@rarui/typings 2.1.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -2
- package/dist/index.d.ts +614 -531
- package/package.json +5 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
This package is intended for internal use in creating components with polymorphic typing.
|
|
4
4
|
|
|
5
|
+
## 2025-10-09 `2.23.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Added `itemsAfterTruncate` property to the `SelectProps` type for controlling item truncation display. ([#143](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/143) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
+
|
|
11
|
+
## 2025-07-11 `2.2.0`
|
|
12
|
+
|
|
13
|
+
#### 🎉 New features
|
|
14
|
+
|
|
15
|
+
- Sauer `ColorProps` typing. ([#126](https://git.rarolabs.com.br/frontend/rarui/pull/126) by [@junior](https://git.rarolabs.com.br/junior))
|
|
16
|
+
|
|
5
17
|
## 2025-05-23 `2.1.0`
|
|
6
18
|
|
|
7
19
|
#### 🎉 New features
|
|
@@ -18,11 +30,11 @@ This package is intended for internal use in creating components with polymorphi
|
|
|
18
30
|
|
|
19
31
|
#### 🐛 Bug fixes
|
|
20
32
|
|
|
21
|
-
-
|
|
33
|
+
- Fixed `onChange`, `value` and `defaultValue`. ([#99](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/99) by [@junior](https://git.rarolabs.com.br/junior))
|
|
22
34
|
|
|
23
35
|
#### 🎉 New features
|
|
24
36
|
|
|
25
|
-
-
|
|
37
|
+
- Piped new typing of `minDate` and` maxDate` to the type of `DatePickerProps`. ([#99](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/99) by [@junior](https://git.rarolabs.com.br/junior))
|
|
26
38
|
|
|
27
39
|
## 2024-08-07 `2.0.0`
|
|
28
40
|
|