@clayui/multi-select
Advanced tools
Comparing version 3.7.0 to 3.8.0
@@ -6,2 +6,9 @@ # Change Log | ||
# [3.8.0](https://github.com/liferay/clay/compare/@clayui/multi-select@3.7.0...@clayui/multi-select@3.8.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.7.0](https://github.com/liferay/clay/compare/@clayui/multi-select@3.6.5...@clayui/multi-select@3.7.0) (2020-08-31) | ||
@@ -8,0 +15,0 @@ |
@@ -310,3 +310,4 @@ "use strict"; | ||
ClayMultiSelect.displayName = 'ClayMultiSelect'; | ||
var _default = ClayMultiSelect; | ||
exports.default = _default; |
{ | ||
"name": "@clayui/multi-select", | ||
"version": "3.7.0", | ||
"version": "3.8.0", | ||
"description": "ClayMultiSelect component", | ||
@@ -29,8 +29,8 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@clayui/autocomplete": "^3.1.12", | ||
"@clayui/drop-down": "^3.7.0", | ||
"@clayui/form": "^3.11.1", | ||
"@clayui/icon": "^3.0.5", | ||
"@clayui/label": "^3.3.1", | ||
"@clayui/shared": "^3.2.3", | ||
"@clayui/autocomplete": "^3.2.0", | ||
"@clayui/drop-down": "^3.8.0", | ||
"@clayui/form": "^3.12.0", | ||
"@clayui/icon": "^3.1.0", | ||
"@clayui/label": "^3.4.0", | ||
"@clayui/shared": "^3.3.0", | ||
"classnames": "^2.2.6", | ||
@@ -46,3 +46,4 @@ "fuzzy": "^0.1.3" | ||
"extends browserslist-config-clay" | ||
] | ||
], | ||
"gitHead": "b4365d2a98a7d6a5aa2383daaa6f7a633f4f23c2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
65996
986
59
Updated@clayui/autocomplete@^3.2.0
Updated@clayui/drop-down@^3.8.0
Updated@clayui/form@^3.12.0
Updated@clayui/icon@^3.1.0
Updated@clayui/label@^3.4.0
Updated@clayui/shared@^3.3.0