@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 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
- - Corrigido tipagens de `onChange`, `value` e `defaultValue`. ([#99](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/99) by [@junior](https://git.rarolabs.com.br/junior))
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
- - Adioconado nova tipagem de `minDate` e `maxDate` ao tipo do `DatePickerProps`. ([#99](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/99) by [@junior](https://git.rarolabs.com.br/junior))
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