reshaped 2.5.0 → 2.5.2
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 +6 -18
- package/bundle.css +1 -1
- package/bundle.js +7 -7
- package/components/Select/Select.js +1 -1
- package/components/Select/Select.module.css +1 -1
- package/components/TextArea/TextArea.js +1 -1
- package/components/TextArea/TextArea.types.d.ts +2 -2
- package/components/TextField/TextField.module.css +1 -1
- package/components/TextField/TextField.types.d.ts +2 -2
- package/components/TextField/tests/TextField.stories.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,19 +1,7 @@
|
|
1
|
-
2.
|
1
|
+
2.6
|
2
2
|
|
3
|
-
-
|
4
|
-
-
|
5
|
-
-
|
6
|
-
|
7
|
-
-
|
8
|
-
- text field: safari calc % bug
|
9
|
-
- Accordion: removed overflow hidden once accordion is expanded
|
10
|
-
- Text field: native autocomplete position
|
11
|
-
- Dropdown menu: Nested menu open on enter and space
|
12
|
-
- Text field, Text area: Added aligner utility
|
13
|
-
- MenuItem: Added side support for the aligner
|
14
|
-
- Button: Renamed aligned position to side, deprecated position
|
15
|
-
- View: Static position support
|
16
|
-
- View: Added automatic switching to flex box if there are children with grow
|
17
|
-
- Popover, Tooltip, DropdownMenu: Updated transition effect
|
18
|
-
|
19
|
-
- Theming: Fixed setting color mode to an already applied color mode (transition)
|
3
|
+
- TextArea
|
4
|
+
- Added support for passing `rows` to `inputAttributes`
|
5
|
+
- Updated onFocus and onBlur typings to use correct html element reference
|
6
|
+
- TextField
|
7
|
+
- Updated onFocus and onBlur typings to use correct html element reference
|