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: CHANGELOG.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,22 +11,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
12
12
-**`@looker/components-date`** package introduced
13
13
-`Calendar`, `Locales`, `InputDate`, `InputTime`, and other [date-related components](https://github.com/looker-open-source/components/tree/main/packages/components-date/src) are now exported from this separate, specialized package. This is intended to reduce the package size for downstream consumers that don't support tree-shaking.
14
-
-`List`, `ListItem`, `Tree`, `TreeItem` & `MenuItem` no longer support `keyColor` (use `color="key"` to accomplish the same visual presentation)
15
-
-`ListItem` (and therefore `MenuItem` & `TreeItem`) no longer support `current` property. `selected` property offers the same visual presentation and properly emits `aria-selected="true"` to the DOM
14
+
- For affected components import from `@looker/components-date` instead of `@looker/components`
15
+
-`List`, `ListItem`, `Tree`, `TreeItem` & `MenuItem` no longer support `keyColor`
16
+
- Use `color="key"` to accomplish the same visual presentation.
17
+
-`ListItem` (and therefore `MenuItem` & `TreeItem`) no longer support `current` property.
18
+
- Use `selected` property offers the same visual presentation and properly emits `aria-selected="true"` to the DOM
16
19
-`ComponentsProvider`
17
-
- No longers supports `ieSupport` prop (IE11 functions properly without any special support since `v1.2`
18
-
- No longer supports `globalStyle` props (previously deprecated and non-functional)
19
-
-`TreeArtificial` deprecated and removed
20
+
- Removed `ieSupport` prop (IE11 works fine without it since `v1.2`)
21
+
- Removed `globalStyle` prop (no longer needed, remove prop usage)
20
22
-`useWindow`'s `windowedOptions` prop was renamed to `windowing`
21
-
-`List` (and derivatives) `windowProp` is now `boolean`
23
+
-`List` (and derivatives) `windowing` prop is now `boolean`
22
24
-`Combobox`' (and derivatives including `Select`) `windowedOptions` is now `windowing`
23
25
24
26
### Features
25
27
26
-
-**PopoverContent:** new component to enhance Popover layout ([#2448](https://github.com/looker-open-source/components/issues/2448)) ([c1f0fa0](https://github.com/looker-open-source/components/commit/c1f0fa0076f2ce6eda7c8c66df4a1b21528dc6c6))
27
-
-**PopoverFooter:** new component to enhance Popover layout ([#2430](https://github.com/looker-open-source/components/issues/2430)) ([7838a9e](https://github.com/looker-open-source/components/commit/7838a9ed08ce1ea0b46ef535a7d6050485412485))
28
-
-**PopoverHeader:** new component for improved Popover layouts ([#2434](https://github.com/looker-open-source/components/issues/2434)) ([cf82bfc](https://github.com/looker-open-source/components/commit/cf82bfc30054da378671f0b354216fc63be76776))
29
-
-**TabPanel:** Added tabStop boolean prop to TabPanel ([#2413](https://github.com/looker-open-source/components/issues/2413)) ([70d6e1f](https://github.com/looker-open-source/components/commit/70d6e1f5740e0706e4a8f7d5f21ae73edaae68cb))
28
+
-**PopoverContent:** new component for improved `Popover` layout ([#2448](https://github.com/looker-open-source/components/issues/2448)) ([c1f0fa0](https://github.com/looker-open-source/components/commit/c1f0fa0076f2ce6eda7c8c66df4a1b21528dc6c6))
29
+
-**PopoverFooter:** new component for improved `Popover` layout ([#2430](https://github.com/looker-open-source/components/issues/2430)) ([7838a9e](https://github.com/looker-open-source/components/commit/7838a9ed08ce1ea0b46ef535a7d6050485412485))
30
+
-**PopoverHeader:** new component for improved `Popover` layout ([#2434](https://github.com/looker-open-source/components/issues/2434)) ([cf82bfc](https://github.com/looker-open-source/components/commit/cf82bfc30054da378671f0b354216fc63be76776))
0 commit comments