@zendeskgarden/react-buttons
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -6,2 +6,22 @@ # Change Log | ||
<a name="2.0.0"></a> | ||
# [2.0.0](https://github.com/zendeskgarden/react-components/compare/@zendeskgarden/react-buttons@1.0.0...@zendeskgarden/react-buttons@2.0.0) (2018-05-09) | ||
### Features | ||
* **accessibility:** add WCAG 2.0 AA compliant color palette ([#5](https://github.com/zendeskgarden/react-components/issues/5)) ([29f30d1](https://github.com/zendeskgarden/react-components/commit/29f30d1)) | ||
### BREAKING CHANGES | ||
* **accessibility:** This accessible palette update is a breaking visual change. You should validate that any usages are correct in relation to other areas of your application. | ||
There are also API changes for `Avatar` and `Tooltip`: | ||
* Avatar - we have removed the `isActive`, `isIn`, and `isOut` props and standardized on a single `disabled` prop. | ||
* Tooltip - we have added a new `Paragraph` component and updated the styling of `Title` | ||
<a name="1.0.0"></a> | ||
@@ -8,0 +28,0 @@ # 1.0.0 (2018-05-09) |
@@ -11,3 +11,3 @@ { | ||
}, | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"main": "./index.js", | ||
@@ -20,3 +20,3 @@ "scripts": { | ||
"dependencies": { | ||
"@zendeskgarden/css-buttons": "^5.0.3", | ||
"@zendeskgarden/css-buttons": "^6.0.0", | ||
"@zendeskgarden/react-selection": "^3.0.0", | ||
@@ -23,0 +23,0 @@ "@zendeskgarden/react-theming": "^1.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47396
+ Added@zendeskgarden/css-buttons@6.3.0(transitive)
+ Added@zendeskgarden/css-variables@5.2.4(transitive)
- Removed@zendeskgarden/css-buttons@5.0.3(transitive)
- Removed@zendeskgarden/css-variables@4.1.4(transitive)