Skip to content

Commit b89822b

Browse files
author
Luke Bowerman
committed
1.3.0 CHANGELOG refinements
1 parent 374d74e commit b89822b

File tree

9 files changed

+18
-157
lines changed

9 files changed

+18
-157
lines changed

CHANGELOG.md

Lines changed: 9 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,41 +5,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66
# [1.3.0](https://github.com/looker-open-source/components/compare/v1.3.0-alpha.0...v1.3.0) (2021-05-19)
77

8-
9-
### Features
10-
11-
* **HoverDisclosure:** Support strategy to allow developer to use display or visibility control ([#2398](https://github.com/looker-open-source/components/issues/2398)) ([359ee9f](https://github.com/looker-open-source/components/commit/359ee9f3a261276a741c51dbc819112feb5f1dbe))
12-
* **Tree:** Keyboard Navigation ([#2397](https://github.com/looker-open-source/components/issues/2397)) ([1ad8fe4](https://github.com/looker-open-source/components/commit/1ad8fe428bbf25edb5dd9a10fc64cbb4f2c1a3b6))
13-
14-
15-
16-
17-
18-
# [1.3.0-alpha.0](https://github.com/looker-open-source/components/compare/v1.2.0...v1.3.0-alpha.0) (2021-05-18)
19-
20-
218
### Bug Fixes
229

23-
* **HoverDisclosure:** Use CSS visibility instead of de-rendering ([#2359](https://github.com/looker-open-source/components/issues/2359)) ([4186c52](https://github.com/looker-open-source/components/commit/4186c5212ffa4f2545fc95984696ca8b52f3667c))
24-
* **IconButton:** Match focus ring to toggleColor ([#2282](https://github.com/looker-open-source/components/issues/2282)) ([31df370](https://github.com/looker-open-source/components/commit/31df37044b086f459cdd16a8c0d38fbdb04d1218))
25-
* **MenuHeading:** Hide shadow initially ([#2325](https://github.com/looker-open-source/components/issues/2325)) ([f9d4c87](https://github.com/looker-open-source/components/commit/f9d4c87820c55dd955c134624ba84a96e14858c7))
26-
* **Panel:** PanelHeader icon should always be `ArrowBack` ([#2360](https://github.com/looker-open-source/components/issues/2360)) ([f86b4e1](https://github.com/looker-open-source/components/commit/f86b4e17e2ac5665bf43feb464f36d3196d581f6))
27-
10+
- **HoverDisclosure:** Use CSS visibility instead of de-rendering ([#2359](https://github.com/looker-open-source/components/issues/2359)) ([4186c52](https://github.com/looker-open-source/components/commit/4186c5212ffa4f2545fc95984696ca8b52f3667c))
11+
- **IconButton:** Match focus ring to toggleColor ([#2282](https://github.com/looker-open-source/components/issues/2282)) ([31df370](https://github.com/looker-open-source/components/commit/31df37044b086f459cdd16a8c0d38fbdb04d1218))
12+
- **Panel:** PanelHeader icon should always be `ArrowBack` ([#2360](https://github.com/looker-open-source/components/issues/2360)) ([f86b4e1](https://github.com/looker-open-source/components/commit/f86b4e17e2ac5665bf43feb464f36d3196d581f6))
2813

2914
### Features
3015

31-
* Move @looker/components-date back into @looker/components ([#2368](https://github.com/looker-open-source/components/issues/2368)) ([8c8686e](https://github.com/looker-open-source/components/commit/8c8686eb2d650ab64fabc0dd4e4f827ec1135694))
32-
* **Accordion:** Toggle on spacebar key ([#2281](https://github.com/looker-open-source/components/issues/2281)) ([221c2e9](https://github.com/looker-open-source/components/commit/221c2e97cfcbb2d92507386800ec98f99ebc2ae5))
33-
* **Aside:** adding prop collapse ([#2288](https://github.com/looker-open-source/components/issues/2288)) ([c3f949a](https://github.com/looker-open-source/components/commit/c3f949a6f9a9441dbed36fa9248aa18436a11295))
34-
* **Aside:** standardized width size ([#2348](https://github.com/looker-open-source/components/issues/2348)) ([05676ab](https://github.com/looker-open-source/components/commit/05676abfd96eb03bfbbc9976a06935625f6c2ea9))
35-
* **Tree:** Added "no-icon" option to forceLabelPadding prop ([#2329](https://github.com/looker-open-source/components/issues/2329)) ([579eb9e](https://github.com/looker-open-source/components/commit/579eb9e5950e778dfb605a2319b118665b98e745)), closes [#2330](https://github.com/looker-open-source/components/issues/2330)
36-
* @looker/components-date package ([#2274](https://github.com/looker-open-source/components/issues/2274)) ([5aa01e0](https://github.com/looker-open-source/components/commit/5aa01e0b996647a60d251fc5cd00ba7af185356c))
37-
* useFocusVisible hook ([#2277](https://github.com/looker-open-source/components/issues/2277)) ([68d124e](https://github.com/looker-open-source/components/commit/68d124ef2b8981a33de48ef2caf228a49b290ea0))
38-
* **Tree:** ARIA-labeling ([#2271](https://github.com/looker-open-source/components/issues/2271)) ([#2280](https://github.com/looker-open-source/components/issues/2280)) ([99b28a5](https://github.com/looker-open-source/components/commit/99b28a5fb275476aa94409cd1f9de76e0edfa75f))
39-
40-
41-
42-
16+
- **HoverDisclosure:** Support strategy to allow developer to use display or visibility control ([#2398](https://github.com/looker-open-source/components/issues/2398)) ([359ee9f](https://github.com/looker-open-source/components/commit/359ee9f3a261276a741c51dbc819112feb5f1dbe))
17+
- **Tree:** Keyboard Navigation ([#2397](https://github.com/looker-open-source/components/issues/2397)) ([1ad8fe4](https://github.com/looker-open-source/components/commit/1ad8fe428bbf25edb5dd9a10fc64cbb4f2c1a3b6))
18+
- **Accordion:** Toggle on spacebar key ([#2281](https://github.com/looker-open-source/components/issues/2281)) ([221c2e9](https://github.com/looker-open-source/components/commit/221c2e97cfcbb2d92507386800ec98f99ebc2ae5))
19+
- **Aside:** adding prop collapse ([#2288](https://github.com/looker-open-source/components/issues/2288)) ([c3f949a](https://github.com/looker-open-source/components/commit/c3f949a6f9a9441dbed36fa9248aa18436a11295))
20+
- **Aside:** standardized width size ([#2348](https://github.com/looker-open-source/components/issues/2348)) ([05676ab](https://github.com/looker-open-source/components/commit/05676abfd96eb03bfbbc9976a06935625f6c2ea9))
21+
- useFocusVisible hook ([#2277](https://github.com/looker-open-source/components/issues/2277)) ([68d124e](https://github.com/looker-open-source/components/commit/68d124ef2b8981a33de48ef2caf228a49b290ea0))
4322

4423
# [1.2.0](https://github.com/looker-open-source/components/compare/v1.2.0..v1.1.6) (2021-05-17)
4524

packages/components-providers/CHANGELOG.md

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

1212

1313

14-
# [1.3.0-alpha.0](https://github.com/looker-open-source/components/compare/v1.2.0...v1.3.0-alpha.0) (2021-05-18)
15-
16-
**Note:** Version bump only for package @looker/components-providers
17-
18-
19-
20-
21-
2214
# [1.2.0](https://github.com/looker-open-source/components/compare/v1.2.0...v1.1.3) (2021-05-17)
2315

2416
**Note:** Version bump only for package @looker/components-providers

packages/components-test-utils/CHANGELOG.md

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

1212

1313

14-
# [1.3.0-alpha.0](https://github.com/looker-open-source/components/compare/v1.2.0...v1.3.0-alpha.0) (2021-05-18)
15-
16-
**Note:** Version bump only for package @looker/components-test-utils
17-
18-
19-
2014

2115

2216
# [1.2.0](https://github.com/looker-open-source/components/compare/v1.2.0...v1.1.3) (2021-05-17)

packages/components-theme-editor/CHANGELOG.md

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

1212

1313

14-
# [1.3.0-alpha.0](https://github.com/looker-open-source/components/compare/v1.2.0...v1.3.0-alpha.0) (2021-05-18)
15-
16-
**Note:** Version bump only for package @looker/components-theme-editor
17-
18-
19-
20-
2114

2215
# [1.2.0](https://github.com/looker-open-source/components/compare/v1.2.0...v1.1.3) (2021-05-17)
2316

packages/components/CHANGELOG.md

Lines changed: 9 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5-
6-
# [1.3.0](https://github.com/looker-open-source/components/compare/v1.3.0-alpha.0...v1.3.0) (2021-05-19)
7-
8-
9-
### Features
10-
11-
* **HoverDisclosure:** Support strategy to allow developer to use display or visibility control ([#2398](https://github.com/looker-open-source/components/issues/2398)) ([359ee9f](https://github.com/looker-open-source/components/commit/359ee9f3a261276a741c51dbc819112feb5f1dbe))
12-
* **Tree:** Keyboard Navigation ([#2397](https://github.com/looker-open-source/components/issues/2397)) ([1ad8fe4](https://github.com/looker-open-source/components/commit/1ad8fe428bbf25edb5dd9a10fc64cbb4f2c1a3b6))
13-
14-
15-
16-
17-
18-
# [1.3.0-alpha.0](https://github.com/looker-open-source/components/compare/v1.2.0...v1.3.0-alpha.0) (2021-05-18)
19-
20-
215
### Bug Fixes
226

23-
* **HoverDisclosure:** Use CSS visibility instead of de-rendering ([#2359](https://github.com/looker-open-source/components/issues/2359)) ([4186c52](https://github.com/looker-open-source/components/commit/4186c5212ffa4f2545fc95984696ca8b52f3667c))
24-
* **IconButton:** Match focus ring to toggleColor ([#2282](https://github.com/looker-open-source/components/issues/2282)) ([31df370](https://github.com/looker-open-source/components/commit/31df37044b086f459cdd16a8c0d38fbdb04d1218))
25-
* **MenuHeading:** Hide shadow initially ([#2325](https://github.com/looker-open-source/components/issues/2325)) ([f9d4c87](https://github.com/looker-open-source/components/commit/f9d4c87820c55dd955c134624ba84a96e14858c7))
26-
* **Panel:** PanelHeader icon should always be `ArrowBack` ([#2360](https://github.com/looker-open-source/components/issues/2360)) ([f86b4e1](https://github.com/looker-open-source/components/commit/f86b4e17e2ac5665bf43feb464f36d3196d581f6))
27-
7+
- **HoverDisclosure:** Use CSS visibility instead of de-rendering ([#2359](https://github.com/looker-open-source/components/issues/2359)) ([4186c52](https://github.com/looker-open-source/components/commit/4186c5212ffa4f2545fc95984696ca8b52f3667c))
8+
- **IconButton:** Match focus ring to toggleColor ([#2282](https://github.com/looker-open-source/components/issues/2282)) ([31df370](https://github.com/looker-open-source/components/commit/31df37044b086f459cdd16a8c0d38fbdb04d1218))
9+
- **Panel:** PanelHeader icon should always be `ArrowBack` ([#2360](https://github.com/looker-open-source/components/issues/2360)) ([f86b4e1](https://github.com/looker-open-source/components/commit/f86b4e17e2ac5665bf43feb464f36d3196d581f6))
2810

2911
### Features
3012

31-
* Move @looker/components-date back into @looker/components ([#2368](https://github.com/looker-open-source/components/issues/2368)) ([8c8686e](https://github.com/looker-open-source/components/commit/8c8686eb2d650ab64fabc0dd4e4f827ec1135694))
32-
* **Accordion:** Toggle on spacebar key ([#2281](https://github.com/looker-open-source/components/issues/2281)) ([221c2e9](https://github.com/looker-open-source/components/commit/221c2e97cfcbb2d92507386800ec98f99ebc2ae5))
33-
* **Aside:** adding prop collapse ([#2288](https://github.com/looker-open-source/components/issues/2288)) ([c3f949a](https://github.com/looker-open-source/components/commit/c3f949a6f9a9441dbed36fa9248aa18436a11295))
34-
* **Aside:** standardized width size ([#2348](https://github.com/looker-open-source/components/issues/2348)) ([05676ab](https://github.com/looker-open-source/components/commit/05676abfd96eb03bfbbc9976a06935625f6c2ea9))
35-
* **Tree:** Added "no-icon" option to forceLabelPadding prop ([#2329](https://github.com/looker-open-source/components/issues/2329)) ([579eb9e](https://github.com/looker-open-source/components/commit/579eb9e5950e778dfb605a2319b118665b98e745)), closes [#2330](https://github.com/looker-open-source/components/issues/2330)
36-
* @looker/components-date package ([#2274](https://github.com/looker-open-source/components/issues/2274)) ([5aa01e0](https://github.com/looker-open-source/components/commit/5aa01e0b996647a60d251fc5cd00ba7af185356c))
37-
* useFocusVisible hook ([#2277](https://github.com/looker-open-source/components/issues/2277)) ([68d124e](https://github.com/looker-open-source/components/commit/68d124ef2b8981a33de48ef2caf228a49b290ea0))
38-
* **Tree:** ARIA-labeling ([#2271](https://github.com/looker-open-source/components/issues/2271)) ([#2280](https://github.com/looker-open-source/components/issues/2280)) ([99b28a5](https://github.com/looker-open-source/components/commit/99b28a5fb275476aa94409cd1f9de76e0edfa75f))
39-
40-
41-
42-
43-
44-
- CSS Reset now uses a "defensive" rather than "offensive" strategy (no more GlobalStyles) ([#2120](https://github.com/looker-open-source/components/issues/2120)) ([266e2f2](https://github.com/looker-open-source/components/commit/266e2f25c3396eee5a5b2d2be234c7ccad608811))
45-
13+
- **HoverDisclosure:** Support strategy to allow developer to use display or visibility control ([#2398](https://github.com/looker-open-source/components/issues/2398)) ([359ee9f](https://github.com/looker-open-source/components/commit/359ee9f3a261276a741c51dbc819112feb5f1dbe))
14+
- **Tree:** Keyboard Navigation ([#2397](https://github.com/looker-open-source/components/issues/2397)) ([1ad8fe4](https://github.com/looker-open-source/components/commit/1ad8fe428bbf25edb5dd9a10fc64cbb4f2c1a3b6))
15+
- **Accordion:** Toggle on spacebar key ([#2281](https://github.com/looker-open-source/components/issues/2281)) ([221c2e9](https://github.com/looker-open-source/components/commit/221c2e97cfcbb2d92507386800ec98f99ebc2ae5))
16+
- **Aside:** adding prop collapse ([#2288](https://github.com/looker-open-source/components/issues/2288)) ([c3f949a](https://github.com/looker-open-source/components/commit/c3f949a6f9a9441dbed36fa9248aa18436a11295))
17+
- **Aside:** standardized width size ([#2348](https://github.com/looker-open-source/components/issues/2348)) ([05676ab](https://github.com/looker-open-source/components/commit/05676abfd96eb03bfbbc9976a06935625f6c2ea9))
18+
- useFocusVisible hook ([#2277](https://github.com/looker-open-source/components/issues/2277)) ([68d124e](https://github.com/looker-open-source/components/commit/68d124ef2b8981a33de48ef2caf228a49b290ea0))
4619

4720
# [1.2.0](https://github.com/looker-open-source/components/compare/v1.2.0..v1.1.6) (2021-05-17)
4821

packages/design-tokens/CHANGELOG.md

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

1111

1212

13-
14-
# [1.3.0-alpha.0](https://github.com/looker-open-source/components/compare/v1.2.0...v1.3.0-alpha.0) (2021-05-18)
15-
16-
17-
### Bug Fixes
18-
19-
* **IconButton:** Match focus ring to toggleColor ([#2282](https://github.com/looker-open-source/components/issues/2282)) ([31df370](https://github.com/looker-open-source/components/commit/31df37044b086f459cdd16a8c0d38fbdb04d1218))
20-
21-
22-
23-
24-
2513
# [1.2.0](https://github.com/looker-open-source/components/compare/v1.2.0-...v1.1.6) (2021-04-28)
2614

2715
### Features

packages/eslint-config/CHANGELOG.md

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

1212

1313

14-
# [1.3.0-alpha.0](https://github.com/looker-open-source/eslint-config/compare/v1.2.0...v1.3.0-alpha.0) (2021-05-18)
15-
16-
**Note:** Version bump only for package @looker/eslint-config
17-
18-
19-
20-
2114

2215
# [1.2.0](https://github.com/looker-open-source/eslint-config/compare/v1.2.0...v1.1.3) (2021-05-17)
2316

storybook/CHANGELOG.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

www/CHANGELOG.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)