@clayui/button
Advanced tools
Comparing version 3.4.0 to 3.5.0
@@ -6,2 +6,9 @@ # Change Log | ||
# [3.5.0](https://github.com/liferay/clay/compare/@clayui/button@3.4.0...@clayui/button@3.5.0) (2020-10-01) | ||
### Features | ||
- **clayui.com:** Move API tables to new files and update document tabs, rename files to use singular naming instead of plural, change mainTabURL of pagination-bar to a proper one ([d812ee9](https://github.com/liferay/clay/commit/d812ee9)) | ||
- add displayName for all components ([cc3211d](https://github.com/liferay/clay/commit/cc3211d)) | ||
# [3.4.0](https://github.com/liferay/clay/compare/@clayui/button@3.3.1...@clayui/button@3.4.0) (2020-07-28) | ||
@@ -8,0 +15,0 @@ |
@@ -54,2 +54,4 @@ "use strict"; | ||
ClayButton.displayName = 'ClayButton'; | ||
var _default = Object.assign(ClayButton, { | ||
@@ -56,0 +58,0 @@ Group: _Group.default |
@@ -38,3 +38,4 @@ "use strict"; | ||
ClayButtonWithIcon.displayName = 'ClayButtonWithIcon'; | ||
var _default = ClayButtonWithIcon; | ||
exports.default = _default; |
{ | ||
"name": "@clayui/button", | ||
"version": "3.4.0", | ||
"version": "3.5.0", | ||
"description": "ClayButton component", | ||
@@ -29,3 +29,3 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@clayui/icon": "^3.0.5", | ||
"@clayui/icon": "^3.1.0", | ||
"classnames": "^2.2.6" | ||
@@ -41,3 +41,3 @@ }, | ||
], | ||
"gitHead": "c3d6a4b78259655789b4181fea4579605d718f89" | ||
"gitHead": "b4365d2a98a7d6a5aa2383daaa6f7a633f4f23c2" | ||
} |
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
29805
414
47
Updated@clayui/icon@^3.1.0