Skip to content

Commit 94bd056

Browse files
chore: 0.18.0 CHANGELOG
1 parent 65eb0de commit 94bd056

File tree

28 files changed

+163
-33
lines changed

28 files changed

+163
-33
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.18.0](https://github.com/looker-open-source/components/compare/v0.17.0...v0.18.0) (2021-03-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **ListItem:** Prevent props from being spuriously emitted to DOM output ([#2086](https://github.com/looker-open-source/components/issues/2086)) ([b1da0c7](https://github.com/looker-open-source/components/commit/b1da0c7f9a7802a14db15b8e6e90e5d1ae4f5611))
12+
* Correct issue where components that output DOM button w/o type="button" inadvetedly submit HTML forms ([#2096](https://github.com/looker-open-source/components/issues/2096)) ([ae5bc1b](https://github.com/looker-open-source/components/commit/ae5bc1ba3e46da7c387e4125ce88d49cb2798973))
13+
14+
15+
### Features
16+
17+
* **Layout:** now supports `fixed` to fix to Header and Footer within `Layout` / `Page` ([#2028](https://github.com/looker-open-source/components/issues/2028)) ([6dc9f9a](https://github.com/looker-open-source/components/commit/6dc9f9a6f8b7559a8d6e62081f05d60f9746419a))
18+
19+
20+
21+
22+
623
# [0.17.0](https://github.com/looker-open-source/components/compare/v0.16.2...v0.17.0) (2021-03-18)
724

825

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.17.0",
2+
"version": "0.18.0",
33
"command": {
44
"version": {
55
"conventionalCommits": true

packages/components-providers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.18.0](https://github.com/looker-open-source/components/compare/v0.17.0...v0.18.0) (2021-03-22)
7+
8+
**Note:** Version bump only for package @looker/components-providers
9+
10+
11+
12+
13+
614
# [0.17.0](https://github.com/looker-open-source/components/compare/v0.16.2...v0.17.0) (2021-03-18)
715

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

packages/components-providers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/components-providers",
33
"license": "MIT",
4-
"version": "0.17.0",
4+
"version": "0.18.0",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -18,7 +18,7 @@
1818
"access": "public"
1919
},
2020
"dependencies": {
21-
"@looker/design-tokens": "^0.17.0",
21+
"@looker/design-tokens": "^0.18.0",
2222
"i18next": "19.9.1",
2323
"lodash": "^4.17.20",
2424
"react-helmet-async": "^1.0.7",

packages/components-test-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.18.0](https://github.com/looker-open-source/components/compare/v0.17.0...v0.18.0) (2021-03-22)
7+
8+
**Note:** Version bump only for package @looker/components-test-utils
9+
10+
11+
12+
13+
614
# [0.17.0](https://github.com/looker-open-source/components/compare/v0.16.2...v0.17.0) (2021-03-18)
715

816
**Note:** Version bump only for package @looker/components-test-utils

packages/components-test-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/components-test-utils",
33
"license": "MIT",
4-
"version": "0.17.0",
4+
"version": "0.18.0",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -18,7 +18,7 @@
1818
"access": "public"
1919
},
2020
"devDependencies": {
21-
"@looker/components-providers": "^0.17.0",
21+
"@looker/components-providers": "^0.18.0",
2222
"@testing-library/react": "^11.2.2",
2323
"@types/enzyme": "^3.10.8",
2424
"@types/jest": "^26.0.19",

packages/components-theme-editor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.18.0](https://github.com/looker-open-source/components/compare/v0.17.0...v0.18.0) (2021-03-22)
7+
8+
**Note:** Version bump only for package @looker/components-theme-editor
9+
10+
11+
12+
13+
614
# [0.17.0](https://github.com/looker-open-source/components/compare/v0.16.2...v0.17.0) (2021-03-18)
715

816
**Note:** Version bump only for package @looker/components-theme-editor

packages/components-theme-editor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/components-theme-editor",
33
"license": "MIT",
4-
"version": "0.17.0",
4+
"version": "0.18.0",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -18,8 +18,8 @@
1818
"access": "public"
1919
},
2020
"dependencies": {
21-
"@looker/components": "^0.17.0",
22-
"@looker/design-tokens": "^0.17.0",
21+
"@looker/components": "^0.18.0",
22+
"@looker/design-tokens": "^0.18.0",
2323
"lodash": "^4.17.20"
2424
},
2525
"devDependencies": {

packages/components/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.18.0](https://github.com/looker-open-source/components/compare/v0.17.0...v0.18.0) (2021-03-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **ListItem:** Prevent props from being spuriously emitted to DOM output ([#2086](https://github.com/looker-open-source/components/issues/2086)) ([b1da0c7](https://github.com/looker-open-source/components/commit/b1da0c7f9a7802a14db15b8e6e90e5d1ae4f5611))
12+
* Correct issue where components that output DOM button w/o type="button" inadvetedly submit HTML forms ([#2096](https://github.com/looker-open-source/components/issues/2096)) ([ae5bc1b](https://github.com/looker-open-source/components/commit/ae5bc1ba3e46da7c387e4125ce88d49cb2798973))
13+
14+
15+
### Features
16+
17+
* **Layout:** add position fixed to Header and Footer ([#2028](https://github.com/looker-open-source/components/issues/2028)) ([6dc9f9a](https://github.com/looker-open-source/components/commit/6dc9f9a6f8b7559a8d6e62081f05d60f9746419a))
18+
19+
20+
21+
22+
623
# [0.17.0](https://github.com/looker-open-source/components/compare/v0.16.2...v0.17.0) (2021-03-18)
724

825

packages/components/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/components",
33
"license": "MIT",
4-
"version": "0.17.0",
4+
"version": "0.18.0",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -22,9 +22,9 @@
2222
"access": "public"
2323
},
2424
"dependencies": {
25-
"@looker/components-providers": "^0.17.0",
26-
"@looker/design-tokens": "^0.17.0",
27-
"@looker/icons": "^0.17.0",
25+
"@looker/components-providers": "^0.18.0",
26+
"@looker/design-tokens": "^0.18.0",
27+
"@looker/icons": "^0.18.0",
2828
"@popperjs/core": "^2.6.0",
2929
"d3-color": "^2.0.0",
3030
"d3-hsv": "^0.1.0",
@@ -41,7 +41,7 @@
4141
"uuid": "^8.3.2"
4242
},
4343
"devDependencies": {
44-
"@looker/components-test-utils": "^0.17.0",
44+
"@looker/components-test-utils": "^0.18.0",
4545
"@storybook/addon-storyshots": "^6.1.15",
4646
"@storybook/react": "^6.1.15",
4747
"@testing-library/jest-dom": "^5.11.6",

0 commit comments

Comments
 (0)