reshaped 3.4.7 → 3.5.0-rc.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
@@ -1,28 +0,0 @@
1
- 3.5.0
2
-
3
- - NumberField
4
-
5
- - Added .displayName to components
6
- - Tests: Calendar, TrapFocus, Avatar, Autocomplete, Image, useOnClickOutside, useHandlerRef
7
-
8
- - Calendar: selectedDates
9
- - Flyout: fixed onClickOutside to correctly track clicked components that get unmounted (calendar)
10
- - useOnClickOutside: new hook
11
- - useHandlerRef: new hook
12
- - TrapFocus: new utility, new trap mode
13
- - Icon: Added vertical alignment in case svg content is smaller that the icon size
14
- - Avatar: Image attributes, relaxed types
15
- - Avatar: renderImage
16
- - Image: renderImage
17
- - Autocomplete: keep focus on the input when clicking on disabled items
18
- - DropdownMenu: items support passing className now
19
- - FormControl: Made label element inline to avoid clicking on the invisible area
20
- - Select: Added small size
21
- - Checkbox: size property - s,m,l
22
- - Radio: size property - s,m,l
23
- - Switch: align size styles and support responsive
24
- - TextField: small size
25
- - PinField: small size
26
- - Dismissible: added missing use client
27
- - TextField: inputAttributes.className support
28
- - useScrollLock: fixed locked count race condition when using it with container ref