You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/components-providers/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.9.26]
9
+
10
+
### Added
11
+
12
+
-`ComponentsProvider` now includes `FocusTrapContext` to manage all focus traps for `Dialog` and `Popover`
13
+
- Where previously `DialogContext` properties `enableFocusTrap`, `disableFocusTrap`, and `focusTrapEnabled` could previously be used to take control of a focus trap, now use `FocusTrapContext` properties `enableCurrentTrap`, `disableCurrentTrap`, and `activeTrapRef` to do so.
Copy file name to clipboardExpand all lines: packages/components/CHANGELOG.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,26 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [UNRELEASED]
8
+
## [0.9.26]
9
9
10
10
### Added
11
11
12
-
-`FadeIn`
12
+
-`FadeIn` component
13
13
14
14
### Changed
15
15
16
-
-`MenuList` now supports windowing (virtualization)
17
-
- Inline fields now support both `description` and `detail`
18
-
-`DataTable` now supports `primaryAction`
19
-
-`DataTableCell` used description instead of detail for consistency.
20
16
-`ComponentsProvider` now includes `FocusTrapContext` to manage all focus traps for `Dialog` and `Popover`
21
17
- Where previously `DialogContext` properties `enableFocusTrap`, `disableFocusTrap`, and `focusTrapEnabled` could previously be used to take control of a focus trap, now use `FocusTrapContext` properties `enableCurrentTrap`, `disableCurrentTrap`, and `activeTrapRef` to do so.
18
+
-`DataTable` now supports `primaryAction`
19
+
-`DataTableCell` used description instead of detail for consistency.
20
+
-`FieldCheckbox`, `FieldToggleSwitch` & `FieldRadio` now support `description` and `detail`
21
+
-`MenuList` now supports windowing (virtualization)
22
22
-`ScrollLockContext` properties keys have changed to match those on `FocusTrapContext`
23
23
-`doDataTableSort` renamed from `doDefaultDataTableSort` and received improvements
24
24
- Supports "date" columns
25
25
- Infers "string" for columns without an explicit type property
26
26
- Is now a generic, and will properly set the type of the returned data to match the user's data shape
27
-
-`Tree` restricts `label` to type string
27
+
-`Tree` restricts `label` to string
28
28
-`TreeItem`
29
29
- Restricts `children` to type string
30
30
- Nested `TreeItem`s align with sibling `Tree` labels (as opposed to `Tree` indicators)
@@ -35,20 +35,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
35
-`Checkbox`'s internal input no longer overflows margin
36
36
-`Select` / `SelectMulti` / `InputTimeSelect` clicking on the caret icon toggles the list and focuses the field if it was not already focused
37
37
-`Tab` now displays properly in Safari
38
-
-`Truncate` with `Link` inside will properly preserve text color from `Link`
39
-
- update InputText and InlineInputText for disabled color on Safari.
40
38
-`TreeGroupLabel` is now properly aligned with sibling `TreeItems` and fits the standard vertical cadence (`24px`)
41
-
- update Select SelectMulti and Combobox replace readOnly with inputReadOnly
42
-
- InputSearch now supports disabled and readOnly - documentation and gatsby updated
43
-
- InputChips now supports disabled and readOnly - documentation and gatsby updated
39
+
-`Truncate` with `Link` inside will properly preserve text color from `Link`
40
+
-`InputText` & `InlineInputText` for disabled color on Safari.
41
+
-`Select`, `SelectMulti` and `Combobox` replace `readOnly` with `inputReadOnly`
42
+
-`InputSearch` now supports `disabled` and `readOnly`
43
+
-`InputChips` now supports `disabled` and `readOnly`
44
44
-`InputDate` removed stories that did not use `value` prop to avoid daily snapshot discrepancies
45
45
-`RangeSlider` now supports touch events
46
46
47
47
### Removed
48
48
49
-
-`useTooltip` no longer supports `surfaceStyles` property
49
+
-`ActionList` aliases to `DataTable` removed
50
50
-`Heading` & `Paragraph`, `Span`, `Text` no longer support `variant` (use `color` instead)
51
-
-`ActionList` aliases to `DataTable`
51
+
-`useTooltip` no longer supports `surfaceStyles` property
0 commit comments