@spectrum-web-components/actionbar
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [0.6.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/actionbar@0.4.3...@spectrum-web-components/actionbar@0.6.0) (2021-01-21) | ||
### Bug Fixes | ||
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b)) | ||
- stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38)) | ||
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103)) | ||
- use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a)) | ||
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5)) | ||
- use the "browsers" listing in postcss-preset-env ([4eaf6a2](https://github.com/adobe/spectrum-web-components/commit/4eaf6a28f7b5eaf60487841d264d6d804ae675ce)) | ||
### Features | ||
- **action-group:** manage "one" and "multiple" selections ([6fad59e](https://github.com/adobe/spectrum-web-components/commit/6fad59e0df1210108fe6b54ab075c0cbd94cae78)) | ||
- **actionbar:** update spectrum css input ([8c888aa](https://github.com/adobe/spectrum-web-components/commit/8c888aa883490fe8e6a070f799095284128a609a)) | ||
# [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/actionbar@0.4.3...@spectrum-web-components/actionbar@0.5.0) (2021-01-13) | ||
@@ -8,0 +24,0 @@ |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "", | ||
@@ -54,11 +54,11 @@ "main": "./src/index.js", | ||
"@spectrum-css/actionbar": "^3.0.0-beta.6", | ||
"@spectrum-web-components/action-button": "^0.1.0", | ||
"@spectrum-web-components/icon": "^0.7.0" | ||
"@spectrum-web-components/action-button": "^0.2.0", | ||
"@spectrum-web-components/icon": "^0.8.0" | ||
}, | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.2.0", | ||
"@spectrum-web-components/popover": "^0.6.0", | ||
"@spectrum-web-components/base": "^0.3.0", | ||
"@spectrum-web-components/popover": "^0.7.0", | ||
"tslib": "^2.0.0" | ||
}, | ||
"gitHead": "62f319d0f7272f4ac83f35c8180e7c4adfff37e3" | ||
"gitHead": "a5734426f36555951dc10c5740c9044bbd951315" | ||
} |
57260
+ Added@spectrum-web-components/overlay@0.8.2(transitive)
+ Added@spectrum-web-components/popover@0.7.1(transitive)
- Removed@spectrum-web-components/base@0.2.0(transitive)
- Removed@spectrum-web-components/overlay@0.7.0(transitive)
- Removed@spectrum-web-components/popover@0.6.0(transitive)