@clayui/form
Advanced tools
Comparing version 3.36.0 to 3.37.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [3.37.0](https://github.com/liferay/clay/compare/v3.36.0...v3.37.0) (2021-10-06) | ||
### Bug Fixes | ||
- **@clayui/form:** change the Dual List Box ordering side following the right side as the default behavior ([d4b9630](https://github.com/liferay/clay/commit/d4b9630)) | ||
# [3.36.0](https://github.com/liferay/clay/compare/v3.35.3...v3.36.0) (2021-09-23) | ||
@@ -8,0 +14,0 @@ |
@@ -122,5 +122,3 @@ "use strict"; | ||
onSelectChange: handleLeftSelectedChange, | ||
showArrows: true, | ||
size: size, | ||
spritemap: spritemap, | ||
value: leftSelected | ||
@@ -171,3 +169,5 @@ }), /*#__PURE__*/_react.default.createElement("div", { | ||
onSelectChange: handleRightSelectedChange, | ||
showArrows: true, | ||
size: size, | ||
spritemap: spritemap, | ||
value: rightSelected | ||
@@ -174,0 +174,0 @@ }))); |
{ | ||
"name": "@clayui/form", | ||
"version": "3.36.0", | ||
"version": "3.37.0", | ||
"description": "ClayForm component", | ||
@@ -29,5 +29,5 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@clayui/button": "^3.32.0", | ||
"@clayui/icon": "^3.32.0", | ||
"@clayui/shared": "^3.36.0", | ||
"@clayui/button": "^3.37.0", | ||
"@clayui/icon": "^3.37.0", | ||
"@clayui/shared": "^3.37.0", | ||
"classnames": "^2.2.6" | ||
@@ -43,3 +43,3 @@ }, | ||
], | ||
"gitHead": "e91895f788381be22112ad3e98a755a7992ff448" | ||
"gitHead": "0079c5f752a4c2fd2885e507d466bfd63fe57a9f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
134159
Updated@clayui/button@^3.37.0
Updated@clayui/icon@^3.37.0
Updated@clayui/shared@^3.37.0