Skip to content

Commit 16c348a

Browse files
author
Luke Bowerman
committed
CHANGELOG typo corrections
1 parent 93570e3 commit 16c348a

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1111

1212
- **`@looker/components-date`** package introduced
1313
- `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
1619
- `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)
2022
- `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`
2224
- `Combobox`' (and derivatives including `Select`) `windowedOptions` is now `windowing`
2325

2426
### Features
2527

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))
31+
- **TabPanel:** Added `tabStop` boolean prop ([#2413](https://github.com/looker-open-source/components/issues/2413)) ([70d6e1f](https://github.com/looker-open-source/components/commit/70d6e1f5740e0706e4a8f7d5f21ae73edaae68cb))
3032

3133
### Bug Fixes
3234

0 commit comments

Comments
 (0)