@clayui/form
Advanced tools
Comparing version 3.7.1 to 3.8.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [3.8.0](https://github.com/liferay/clay/compare/@clayui/form@3.7.1...@clayui/form@3.8.0) (2020-05-21) | ||
### Features | ||
- **clayui.com:** Improve API docs - Make displayNames consistent ([5a33822](https://github.com/liferay/clay/commit/5a33822)) | ||
- **clayui.com:** Improve API docs of Form, Input & Link components ([38f2696](https://github.com/liferay/clay/commit/38f2696)) | ||
- **clayui.com:** Improve component docs by updating content - Badge, Breadcrumb, Dual List Box, Loading Indicator, Localized Input & Multi Step Nav ([c4ad126](https://github.com/liferay/clay/commit/c4ad126)) | ||
- **clayui.com:** Improve component docs by updating content - Pagination, Popover, Progress Bar, Slider, Toggle & Tooltip ([01b555a](https://github.com/liferay/clay/commit/01b555a)) | ||
- **clayui.com:** Improve component docs by updating content - Typos, wording, and variable names ([f1d795c](https://github.com/liferay/clay/commit/f1d795c)) | ||
- **clayui.com:** Revert the change made to headings used, rename stickers and tables to sticker and table respectively, also change some wording ([791dabe](https://github.com/liferay/clay/commit/791dabe)) | ||
- **clayui.com:** Update content structure: Checkbox, Management Toolbar, Select Box, Sticker, Table & Tabs ([0fcd54a](https://github.com/liferay/clay/commit/0fcd54a)) | ||
## [3.7.1](https://github.com/liferay/clay/compare/@clayui/form@3.7.0...@clayui/form@3.7.1) (2020-04-24) | ||
@@ -8,0 +20,0 @@ |
@@ -36,3 +36,3 @@ "use strict"; | ||
Group.displayName = 'Group'; | ||
Group.displayName = 'ClayFormGroup'; | ||
@@ -50,3 +50,3 @@ var Text = _react.default.forwardRef(function (_ref2, ref) { | ||
Text.displayName = 'Text'; | ||
Text.displayName = 'ClayFormText'; | ||
@@ -64,3 +64,3 @@ var FeedbackGroup = _react.default.forwardRef(function (_ref3, ref) { | ||
FeedbackGroup.displayName = 'FeedbackGroup'; | ||
FeedbackGroup.displayName = 'ClayFormFeedbackGroup'; | ||
@@ -78,3 +78,3 @@ var FeedbackItem = _react.default.forwardRef(function (_ref4, ref) { | ||
FeedbackItem.displayName = 'FeedbackItem'; | ||
FeedbackItem.displayName = 'ClayFormFeedbackItem'; | ||
@@ -96,3 +96,3 @@ var FeedbackIndicator = _react.default.forwardRef(function (_ref5, ref) { | ||
FeedbackIndicator.displayName = 'FeedbackIndicator'; | ||
FeedbackIndicator.displayName = 'ClayFormFeedbackIndicator'; | ||
@@ -99,0 +99,0 @@ var ClayForm = _react.default.forwardRef(function (_ref6, ref) { |
@@ -38,2 +38,4 @@ "use strict"; | ||
ClayInputGroupItem.displayName = 'ClayInputGroupItem'; | ||
var ClayInputGroup = _react.default.forwardRef(function (_ref2, ref) { | ||
@@ -54,2 +56,4 @@ var _classNames2; | ||
ClayInputGroup.displayName = 'ClayInputGroup'; | ||
var ClayInputGroupText = _react.default.forwardRef(function (_ref3, ref) { | ||
@@ -66,2 +70,4 @@ var children = _ref3.children, | ||
ClayInputGroupText.displayName = 'ClayInputGroupText'; | ||
var ClayInputGroupInsetItem = _react.default.forwardRef(function (_ref4, ref) { | ||
@@ -85,2 +91,4 @@ var _classNames3; | ||
ClayInputGroupInsetItem.displayName = 'ClayInputGroupInsetItem'; | ||
var ClayInput = _react.default.forwardRef(function (_ref5, ref) { | ||
@@ -87,0 +95,0 @@ var _classNames4; |
{ | ||
"name": "@clayui/form", | ||
"version": "3.7.1", | ||
"version": "3.8.0", | ||
"description": "ClayForm component", | ||
@@ -41,3 +41,3 @@ "license": "BSD-3-Clause", | ||
], | ||
"gitHead": "315966237dc08b74f9d7bc28e7455946f104a026" | ||
"gitHead": "ad09878fa08a6b4b61f88d6dd94cc72974ece2ca" | ||
} |
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
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
126363
2677
76