@clayui/button
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -6,2 +6,19 @@ # Change Log | ||
# 3.3.0 (2020-02-28) | ||
### Bug Fixes | ||
- normalize names of components ([3a0abea](https://github.com/liferay/clay/tree/master/packages/clay-button/commit/3a0abea)) | ||
- update components to include 'types' and 'ts:main' package keys ([9e24b59](https://github.com/liferay/clay/tree/master/packages/clay-button/commit/9e24b59)) | ||
- **@clayui/button:** fix error when using private name when generating declaration files ([e8d8027](https://github.com/liferay/clay/tree/master/packages/clay-button/commit/e8d8027)), closes [/github.com/Microsoft/TypeScript/issues/6307#issuecomment-360182089](https://github.com/liferay/clay/tree/master/packages/clay-button/issues/issuecomment-360182089) | ||
- **button:** Fix logic when using `borderless` property ([b30d39a](https://github.com/liferay/clay/tree/master/packages/clay-button/commit/b30d39a)) | ||
### Features | ||
- **@clayui/button:** add forwardRef ([13a8885](https://github.com/liferay/clay/tree/master/packages/clay-button/commit/13a8885)) | ||
- **@clayui/button:** add forwardRef to ClayButtonWithIcon ([b3ef1a0](https://github.com/liferay/clay/tree/master/packages/clay-button/commit/b3ef1a0)) | ||
- **alert:** add ability to put a button within an alert ([09f20e0](https://github.com/liferay/clay/tree/master/packages/clay-button/commit/09f20e0)) | ||
- **button:** Adds borderless and outline properties ([f04b6b5](https://github.com/liferay/clay/tree/master/packages/clay-button/commit/f04b6b5)) | ||
- **clay-button:** create ClayButtonWithIcon component ([c0a2096](https://github.com/liferay/clay/tree/master/packages/clay-button/commit/c0a2096)) | ||
# [3.2.0](https://github.com/liferay/clay/tree/master/packages/clay-button/compare/@clayui/button@3.0.2...@clayui/button@3.2.0) (2020-01-31) | ||
@@ -8,0 +25,0 @@ |
@@ -21,4 +21,3 @@ "use strict"; | ||
/** | ||
* © 2019 Liferay, Inc. <https://liferay.com> | ||
* | ||
* SPDX-FileCopyrightText: © 2019 Liferay, Inc. <https://liferay.com> | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
@@ -25,0 +24,0 @@ */ |
{ | ||
"name": "@clayui/button", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "ClayButton component", | ||
@@ -29,3 +29,3 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@clayui/icon": "^3.0.3", | ||
"@clayui/icon": "^3.0.4", | ||
"classnames": "^2.2.6" | ||
@@ -41,3 +41,3 @@ }, | ||
], | ||
"gitHead": "b0887defbc8bf6ed2e50ffaa9858ceba1d353f49" | ||
"gitHead": "3fc84c9320fa652a452b7c2881a35fdc9f4cc17c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
28820
2768
398
Updated@clayui/icon@^3.0.4