@zohodesk/components 1.1.1 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (320) hide show
  1. package/.cli/MissedPropType_Keys.html +101 -0
  2. package/.cli/PropLessFiles.html +101 -0
  3. package/.cli/PropValidationExcludeFilesArray.js +3 -0
  4. package/.cli/propValidation_report.html +160 -0
  5. package/README.md +1281 -1270
  6. package/coverage/Button/Button.js.html +301 -0
  7. package/coverage/Button/css/Button.module.css.html +1441 -0
  8. package/coverage/Button/css/cssJSLogic.js.html +214 -0
  9. package/coverage/Button/css/index.html +131 -0
  10. package/coverage/Button/index.html +116 -0
  11. package/coverage/Button/props/defaultProps.js.html +139 -0
  12. package/coverage/Button/props/index.html +131 -0
  13. package/coverage/Button/props/propTypes.js.html +202 -0
  14. package/coverage/Buttongroup/Buttongroup.js.html +220 -0
  15. package/coverage/Buttongroup/Buttongroup.module.css.html +298 -0
  16. package/coverage/Buttongroup/index.html +131 -0
  17. package/coverage/Buttongroup/props/defaultProps.js.html +103 -0
  18. package/coverage/Buttongroup/props/index.html +131 -0
  19. package/coverage/Buttongroup/props/propTypes.js.html +115 -0
  20. package/coverage/base.css +224 -0
  21. package/coverage/block-navigation.js +87 -0
  22. package/coverage/coverage-final.json +11 -0
  23. package/coverage/coverage-summary.json +12 -0
  24. package/coverage/favicon.png +0 -0
  25. package/coverage/index.html +191 -0
  26. package/coverage/prettify.css +1 -0
  27. package/coverage/prettify.js +2 -0
  28. package/coverage/sort-arrow-sprite.png +0 -0
  29. package/coverage/sorter.js +196 -0
  30. package/coverage/utils/dummyFunction.js.html +88 -0
  31. package/coverage/utils/index.html +116 -0
  32. package/es/AppContainer/AppContainer.module.css +18 -18
  33. package/es/Avatar/Avatar.js +9 -9
  34. package/es/Avatar/Avatar.module.css +175 -175
  35. package/es/AvatarTeam/AvatarTeam.js +7 -7
  36. package/es/AvatarTeam/AvatarTeam.module.css +189 -189
  37. package/es/Button/Button.js +5 -5
  38. package/es/Button/__tests__/Button.spec.js +122 -61
  39. package/es/Button/css/Button.module.css +525 -525
  40. package/es/Button/css/cssJSLogic.js +1 -1
  41. package/es/Button/props/propTypes.js +0 -1
  42. package/es/Buttongroup/Buttongroup.js +1 -1
  43. package/es/Buttongroup/Buttongroup.module.css +105 -105
  44. package/es/Buttongroup/__tests__/Buttongroup.spec.js +37 -0
  45. package/es/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -0
  46. package/es/Card/Card.js +4 -4
  47. package/es/Card/Card.module.css +20 -20
  48. package/es/Card/props/propTypes.js +9 -4
  49. package/es/CheckBox/CheckBox.js +0 -0
  50. package/es/CheckBox/CheckBox.module.css +157 -157
  51. package/es/CheckBox/props/propTypes.js +0 -2
  52. package/es/DateTime/CalendarView.js +0 -0
  53. package/es/DateTime/DateTime.js +0 -0
  54. package/es/DateTime/DateTime.module.css +235 -235
  55. package/es/DateTime/DateTimePopupFooter.js +5 -1
  56. package/es/DateTime/DateTimePopupHeader.js +3 -1
  57. package/es/DateTime/DateWidget.js +2 -2
  58. package/es/DateTime/DateWidget.module.css +38 -38
  59. package/es/DateTime/DaysRow.js +3 -1
  60. package/es/DateTime/Time.js +4 -0
  61. package/es/DateTime/YearView.js +0 -1
  62. package/es/DateTime/YearView.module.css +98 -98
  63. package/es/DateTime/common.js +0 -0
  64. package/es/DateTime/index.js +0 -0
  65. package/es/DateTime/objectUtils.js +0 -0
  66. package/es/DateTime/props/defaultProps.js +6 -0
  67. package/es/DateTime/props/propTypes.js +58 -6
  68. package/es/DateTime/typeChecker.js +0 -0
  69. package/es/DateTime/validator.js +0 -0
  70. package/es/DropBox/DropBox.js +0 -0
  71. package/es/DropBox/DropBoxElement/DropBoxElement.js +1 -1
  72. package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +434 -434
  73. package/es/DropBox/DropBoxElement/css/cssJSLogic.js +1 -1
  74. package/es/DropBox/DropBoxElement/props/propTypes.js +7 -1
  75. package/es/DropBox/DropBoxPositionMapping.json +144 -144
  76. package/es/DropBox/css/DropBox.module.css +58 -58
  77. package/es/DropBox/props/propTypes.js +2 -1
  78. package/es/DropDown/DropDown.js +1 -7
  79. package/es/DropDown/DropDown.module.css +5 -5
  80. package/es/DropDown/DropDownHeading.js +0 -0
  81. package/es/DropDown/DropDownHeading.module.css +53 -53
  82. package/es/DropDown/DropDownItem.js +0 -0
  83. package/es/DropDown/DropDownItem.module.css +94 -94
  84. package/es/DropDown/DropDownSearch.js +0 -0
  85. package/es/DropDown/DropDownSearch.module.css +14 -14
  86. package/es/DropDown/DropDownSeparator.js +0 -0
  87. package/es/DropDown/DropDownSeparator.module.css +7 -7
  88. package/es/DropDown/props/propTypes.js +5 -18
  89. package/es/Heading/Heading.module.css +4 -4
  90. package/es/Label/Label.js +2 -2
  91. package/es/Label/Label.module.css +52 -52
  92. package/es/Label/LabelColors.module.css +20 -20
  93. package/es/Label/props/propTypes.js +2 -1
  94. package/es/Layout/Box.js +2 -1
  95. package/es/Layout/Container.js +2 -1
  96. package/es/Layout/Layout.module.css +335 -335
  97. package/es/Layout/utils.js +0 -0
  98. package/es/ListItem/ListItem.js +0 -0
  99. package/es/ListItem/ListItem.module.css +216 -216
  100. package/es/ListItem/props/propTypes.js +9 -4
  101. package/es/Modal/props/propTypes.js +2 -1
  102. package/es/MultiSelect/AdvancedGroupMultiSelect.js +10 -7
  103. package/es/MultiSelect/AdvancedMultiSelect.js +2 -1
  104. package/es/MultiSelect/MultiSelect.js +5 -5
  105. package/es/MultiSelect/MultiSelect.module.css +206 -206
  106. package/es/MultiSelect/MultiSelectWithAvatar.js +2 -1
  107. package/es/MultiSelect/SelectedOptions.module.css +15 -15
  108. package/es/MultiSelect/props/propTypes.js +15 -31
  109. package/es/PopOver/PopOver.js +1 -9
  110. package/es/PopOver/PopOver.module.css +8 -8
  111. package/es/Popup/Popup.js +0 -0
  112. package/es/Popup/PositionMapping.json +73 -73
  113. package/es/Radio/Radio.js +1 -6
  114. package/es/Radio/Radio.module.css +112 -112
  115. package/es/Radio/props/propTypes.js +3 -2
  116. package/es/Responsive/CustomResponsive.js +0 -0
  117. package/es/Responsive/RefWrapper.js +2 -1
  118. package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  119. package/es/ResponsiveDropBox/props/propTypes.js +2 -1
  120. package/es/Ribbon/Ribbon.js +0 -0
  121. package/es/Ribbon/Ribbon.module.css +454 -454
  122. package/es/RippleEffect/RippleEffect.module.css +92 -92
  123. package/es/Select/GroupSelect.js +1 -0
  124. package/es/Select/Select.js +0 -0
  125. package/es/Select/Select.module.css +108 -108
  126. package/es/Select/SelectWithAvatar.js +2 -1
  127. package/es/Select/SelectWithIcon.js +5 -2
  128. package/es/Select/props/propTypes.js +17 -6
  129. package/es/Stencils/Stencils.js +0 -0
  130. package/es/Stencils/Stencils.module.css +96 -96
  131. package/es/Switch/Switch.js +0 -0
  132. package/es/Switch/Switch.module.css +127 -127
  133. package/es/Tab/Tab.module.css +100 -100
  134. package/es/Tab/TabContent.module.css +4 -4
  135. package/es/Tab/Tabs.js +17 -17
  136. package/es/Tab/Tabs.module.css +136 -136
  137. package/es/Tab/props/propTypes.js +0 -1
  138. package/es/Tag/Tag.js +8 -8
  139. package/es/Tag/Tag.module.css +254 -254
  140. package/es/TextBox/TextBox.js +0 -0
  141. package/es/TextBox/TextBox.module.css +158 -158
  142. package/es/TextBox/props/propTypes.js +2 -1
  143. package/es/TextBoxIcon/TextBoxIcon.js +0 -0
  144. package/es/TextBoxIcon/TextBoxIcon.module.css +79 -79
  145. package/es/TextBoxIcon/props/propTypes.js +2 -1
  146. package/es/Textarea/Textarea.js +0 -0
  147. package/es/Textarea/Textarea.module.css +139 -139
  148. package/es/Textarea/props/propTypes.js +0 -1
  149. package/es/Tooltip/Tooltip.module.css +140 -140
  150. package/es/Tooltip/props/propTypes.js +0 -3
  151. package/es/common/a11y.module.css +3 -3
  152. package/es/common/animation.module.css +624 -624
  153. package/es/common/avatarsizes.module.css +48 -48
  154. package/es/common/basic.module.css +33 -33
  155. package/es/common/basicReset.module.css +40 -40
  156. package/es/common/boxShadow.module.css +33 -33
  157. package/es/common/common.module.css +524 -524
  158. package/es/common/customscroll.module.css +91 -91
  159. package/es/common/reset.module.css +13 -13
  160. package/es/common/transition.module.css +146 -146
  161. package/es/deprecated/PortalLayer/PortalLayer.js +3 -2
  162. package/es/deprecated/PortalLayer/props/propTypes.js +7 -0
  163. package/es/semantic/Button/props/propTypes.js +1 -5
  164. package/es/semantic/Button/semanticButton.module.css +9 -9
  165. package/es/utils/Common.js +0 -0
  166. package/es/utils/dropDownUtils.js +0 -0
  167. package/es/utils/index.js +0 -2
  168. package/install.md +10 -10
  169. package/lib/AppContainer/AppContainer.module.css +18 -18
  170. package/lib/Avatar/Avatar.js +9 -9
  171. package/lib/Avatar/Avatar.module.css +175 -175
  172. package/lib/AvatarTeam/AvatarTeam.js +7 -7
  173. package/lib/AvatarTeam/AvatarTeam.module.css +189 -189
  174. package/lib/Button/Button.js +5 -5
  175. package/lib/Button/__tests__/Button.spec.js +129 -62
  176. package/lib/Button/css/Button.module.css +525 -525
  177. package/lib/Button/css/cssJSLogic.js +1 -1
  178. package/lib/Button/props/propTypes.js +0 -1
  179. package/lib/Buttongroup/Buttongroup.js +1 -1
  180. package/lib/Buttongroup/Buttongroup.module.css +105 -105
  181. package/lib/Buttongroup/__tests__/Buttongroup.spec.js +44 -0
  182. package/lib/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -0
  183. package/lib/Card/Card.js +4 -4
  184. package/lib/Card/Card.module.css +20 -20
  185. package/lib/Card/props/propTypes.js +9 -4
  186. package/lib/CheckBox/CheckBox.js +0 -0
  187. package/lib/CheckBox/CheckBox.module.css +157 -157
  188. package/lib/CheckBox/props/propTypes.js +0 -2
  189. package/lib/DateTime/CalendarView.js +0 -0
  190. package/lib/DateTime/DateTime.js +0 -0
  191. package/lib/DateTime/DateTime.module.css +235 -235
  192. package/lib/DateTime/DateTimePopupFooter.js +7 -1
  193. package/lib/DateTime/DateTimePopupHeader.js +4 -1
  194. package/lib/DateTime/DateWidget.js +2 -2
  195. package/lib/DateTime/DateWidget.module.css +38 -38
  196. package/lib/DateTime/DaysRow.js +4 -1
  197. package/lib/DateTime/Time.js +6 -0
  198. package/lib/DateTime/YearView.js +0 -1
  199. package/lib/DateTime/YearView.module.css +98 -98
  200. package/lib/DateTime/common.js +0 -0
  201. package/lib/DateTime/index.js +0 -0
  202. package/lib/DateTime/objectUtils.js +0 -0
  203. package/lib/DateTime/props/defaultProps.js +10 -2
  204. package/lib/DateTime/props/propTypes.js +64 -8
  205. package/lib/DateTime/typeChecker.js +0 -0
  206. package/lib/DateTime/validator.js +0 -0
  207. package/lib/DropBox/DropBox.js +0 -0
  208. package/lib/DropBox/DropBoxElement/DropBoxElement.js +1 -1
  209. package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +434 -434
  210. package/lib/DropBox/DropBoxElement/css/cssJSLogic.js +1 -1
  211. package/lib/DropBox/DropBoxElement/props/propTypes.js +7 -1
  212. package/lib/DropBox/DropBoxPositionMapping.json +144 -144
  213. package/lib/DropBox/css/DropBox.module.css +58 -58
  214. package/lib/DropBox/props/propTypes.js +2 -1
  215. package/lib/DropDown/DropDown.js +1 -6
  216. package/lib/DropDown/DropDown.module.css +5 -5
  217. package/lib/DropDown/DropDownHeading.js +0 -0
  218. package/lib/DropDown/DropDownHeading.module.css +53 -53
  219. package/lib/DropDown/DropDownItem.js +0 -0
  220. package/lib/DropDown/DropDownItem.module.css +94 -94
  221. package/lib/DropDown/DropDownSearch.js +0 -0
  222. package/lib/DropDown/DropDownSearch.module.css +14 -14
  223. package/lib/DropDown/DropDownSeparator.js +0 -0
  224. package/lib/DropDown/DropDownSeparator.module.css +7 -7
  225. package/lib/DropDown/props/propTypes.js +11 -19
  226. package/lib/Heading/Heading.module.css +4 -4
  227. package/lib/Label/Label.js +0 -0
  228. package/lib/Label/Label.module.css +52 -52
  229. package/lib/Label/LabelColors.module.css +20 -20
  230. package/lib/Label/props/propTypes.js +2 -1
  231. package/lib/Layout/Box.js +0 -1
  232. package/lib/Layout/Container.js +0 -1
  233. package/lib/Layout/Layout.module.css +335 -335
  234. package/lib/Layout/utils.js +0 -0
  235. package/lib/ListItem/ListItem.js +0 -0
  236. package/lib/ListItem/ListItem.module.css +216 -216
  237. package/lib/ListItem/props/propTypes.js +9 -4
  238. package/lib/Modal/props/propTypes.js +2 -1
  239. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +10 -8
  240. package/lib/MultiSelect/AdvancedMultiSelect.js +2 -1
  241. package/lib/MultiSelect/MultiSelect.js +5 -5
  242. package/lib/MultiSelect/MultiSelect.module.css +206 -206
  243. package/lib/MultiSelect/MultiSelectWithAvatar.js +2 -1
  244. package/lib/MultiSelect/SelectedOptions.module.css +15 -15
  245. package/lib/MultiSelect/props/propTypes.js +15 -31
  246. package/lib/PopOver/PopOver.js +1 -8
  247. package/lib/PopOver/PopOver.module.css +8 -8
  248. package/lib/Popup/Popup.js +0 -0
  249. package/lib/Popup/PositionMapping.json +73 -73
  250. package/lib/Radio/Radio.js +1 -6
  251. package/lib/Radio/Radio.module.css +112 -112
  252. package/lib/Radio/props/propTypes.js +3 -2
  253. package/lib/Responsive/CustomResponsive.js +0 -0
  254. package/lib/Responsive/RefWrapper.js +2 -1
  255. package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  256. package/lib/ResponsiveDropBox/props/propTypes.js +11 -2
  257. package/lib/Ribbon/Ribbon.js +0 -0
  258. package/lib/Ribbon/Ribbon.module.css +454 -454
  259. package/lib/RippleEffect/RippleEffect.module.css +92 -92
  260. package/lib/Select/GroupSelect.js +1 -0
  261. package/lib/Select/Select.js +0 -0
  262. package/lib/Select/Select.module.css +108 -108
  263. package/lib/Select/SelectWithAvatar.js +2 -1
  264. package/lib/Select/SelectWithIcon.js +5 -3
  265. package/lib/Select/props/propTypes.js +17 -6
  266. package/lib/Stencils/Stencils.js +0 -0
  267. package/lib/Stencils/Stencils.module.css +96 -96
  268. package/lib/Switch/Switch.js +0 -0
  269. package/lib/Switch/Switch.module.css +127 -127
  270. package/lib/Tab/Tab.module.css +100 -100
  271. package/lib/Tab/TabContent.module.css +4 -4
  272. package/lib/Tab/Tabs.js +11 -11
  273. package/lib/Tab/Tabs.module.css +136 -136
  274. package/lib/Tab/props/propTypes.js +0 -1
  275. package/lib/Tag/Tag.js +8 -8
  276. package/lib/Tag/Tag.module.css +254 -254
  277. package/lib/TextBox/TextBox.js +0 -0
  278. package/lib/TextBox/TextBox.module.css +158 -158
  279. package/lib/TextBox/props/propTypes.js +1 -1
  280. package/lib/TextBoxIcon/TextBoxIcon.js +0 -0
  281. package/lib/TextBoxIcon/TextBoxIcon.module.css +79 -79
  282. package/lib/TextBoxIcon/props/propTypes.js +11 -2
  283. package/lib/Textarea/Textarea.js +0 -0
  284. package/lib/Textarea/Textarea.module.css +139 -139
  285. package/lib/Textarea/props/propTypes.js +0 -1
  286. package/lib/Tooltip/Tooltip.module.css +140 -140
  287. package/lib/Tooltip/props/propTypes.js +0 -3
  288. package/lib/common/a11y.module.css +3 -3
  289. package/lib/common/animation.module.css +624 -624
  290. package/lib/common/avatarsizes.module.css +48 -48
  291. package/lib/common/basic.module.css +33 -33
  292. package/lib/common/basicReset.module.css +40 -40
  293. package/lib/common/boxShadow.module.css +33 -33
  294. package/lib/common/common.module.css +524 -524
  295. package/lib/common/customscroll.module.css +91 -91
  296. package/lib/common/reset.module.css +13 -13
  297. package/lib/common/transition.module.css +146 -146
  298. package/lib/deprecated/PortalLayer/PortalLayer.js +2 -1
  299. package/lib/deprecated/PortalLayer/props/propTypes.js +10 -2
  300. package/lib/semantic/Button/props/propTypes.js +1 -5
  301. package/lib/semantic/Button/semanticButton.module.css +9 -9
  302. package/lib/utils/Common.js +0 -0
  303. package/lib/utils/dropDownUtils.js +0 -0
  304. package/lib/utils/index.js +1 -19
  305. package/package.json +92 -121
  306. package/postPublish.js +8 -8
  307. package/prePublish.js +70 -70
  308. package/react-cli.config.js +24 -0
  309. package/result.json +1 -1
  310. package/unittest/index.html +37 -0
  311. package/es/deprecated/AdvancedMultiSelect.module.css +0 -127
  312. package/es/deprecated/advancedMultiSelectVariableJson.js +0 -80
  313. package/es/utils/css/compileClassNames.js +0 -28
  314. package/es/utils/css/mergeStyle.js +0 -57
  315. package/es/utils/css/utils.js +0 -24
  316. package/lib/deprecated/AdvancedMultiSelect.module.css +0 -127
  317. package/lib/deprecated/advancedMultiSelectVariableJson.js +0 -82
  318. package/lib/utils/css/compileClassNames.js +0 -37
  319. package/lib/utils/css/mergeStyle.js +0 -69
  320. package/lib/utils/css/utils.js +0 -41
package/README.md CHANGED
@@ -1,1270 +1,1281 @@
1
- # DOT Style Guide
2
-
3
- In this Package, we Provide Some Basic Components to Build Web App
4
-
5
- - Avatar
6
- - AvatarTeam
7
- - Accordion
8
- - Animation
9
- - Button
10
- - Buttongroup
11
- - Card
12
- - CheckBox
13
- - DateTime
14
- - DropBox
15
- - Icon
16
- - Label
17
- - Layout
18
- - ListItem
19
- - MultiSelect
20
- - Popup
21
- - Radio
22
- - Responsive
23
- - Ribbon
24
- - Select
25
- - GroupSelect
26
- - Stencils
27
- - Switch
28
- - Tab
29
- - Tag
30
- - Textarea
31
- - TextBox
32
- - TextBoxIcon
33
- - Tooltip
34
-
35
- # 1.1.1
36
-
37
- - ComponentTheme file --zdt_ prefix missing changes
38
-
39
- # 1.1.0
40
-
41
- - Internal color-variable-preprocessor package implemented
42
-
43
- # 1.0.0
44
-
45
- - alpha release removed and version changed to normal flow
46
-
47
- # 1.0.0-alpha-278
48
-
49
- - **DateTime** - Date.Replace check added to avoid run time error
50
-
51
- # 1.0.0-alpha-277
52
-
53
- - **DropBox** - `focusScopeProps` will be served by `customProps` from now.
54
-
55
- - **ListItem, ListItemWithAvatar, ListItemWithIcon, ListItemWithCheckBox, ListItemWithRadio** - default role `option` has been added to the list item container.
56
-
57
- - **ListContainer** - A11y prop key => `data-a11y-inset-focus` set `true` as default for the ListContainer.
58
-
59
- # 1.0.0-alpha-276
60
-
61
- - **DateTime** - TimeZone null Case Handled
62
-
63
-
64
- # 1.0.0-alpha-275
65
-
66
- - **DateTime** - millisecond and second should work only when customDateFormat is given issue fixed. this fix related to *1.0.0-alpha-272*
67
-
68
- # 1.0.0-alpha-274
69
-
70
- - **AppContainer** - needTooltip prop added
71
- - data-test-id attribute added for all element which having data-id attribute to separate customization and automation
72
-
73
- # 1.0.0-alpha-273
74
-
75
- - Variable Replacer Issue Resolved
76
-
77
- # 1.0.0-alpha-272
78
-
79
- - **DateTime** - customDateFormat prop supported
80
-
81
- # 1.0.0-alpha-271
82
-
83
- - **Tabs** - DropBox position RTL fix.
84
-
85
- - `stopPropagation` method added in common utils.
86
-
87
- - **DropBox**
88
-
89
- cancelBubblingEffect fix.
90
-
91
- `fadeIn` and `scaleIn` animations added.
92
-
93
- # 1.0.0-alpha-270
94
-
95
- - **Tabs** - DropBox position RTL fix
96
-
97
- # 1.0.0-alpha-269
98
-
99
- - **DateTime** - 24Hour Suggestion Issue Fixed
100
-
101
- # 1.0.0-alpha-268
102
-
103
- - Contrast default variables :root selector removed
104
-
105
- # 1.0.0-alpha-267
106
-
107
- - **DropBox** - Fixed Position issue fix.
108
-
109
- - **Select** - Fixed Position prop support.
110
-
111
- # 1.0.0-alpha-266
112
-
113
- - **Button** - migrated to UCL and converted to functional component
114
- - Contrast option implemented through preprocess. Category key value added for all color variables.
115
- - BoxShadow Values Separated for Contrast
116
-
117
- # 1.0.0-alpha-265
118
-
119
- - **mergeStyle** - Logic Issue Fixed
120
- - **Tab** - State Restricted Names Check added
121
- - **cancelBubblingEffect** function added in utils/Common
122
-
123
- # 1.0.0-alpha-264
124
-
125
- - **DropBox** - customStyle renamed to customInlineStyle and migrarted to functional UCL component
126
-
127
- # 1.0.0-alpha-263
128
-
129
- - **ListItem, ListItemWithAvatar, ListItemWithCheckbox, ListItemWithIcon, ListItemWithRadio** - Line height changed 20px and Padding also changed.
130
-
131
- # 1.0.0-alpha-262
132
-
133
- - **ListItem, ListItemWithAvatar, ListItemWithCheckbox, ListItemWithIcon, ListItemWithRadio** - Added New Prop `needMultiLineText`
134
-
135
- - **MultiSelect, MultiSelectWithAvatar** - `keepSelectedOptions` prop added. When this prop is true, it won't remove selected items from the dropdown instead it highlights each selected item with tick mark.
136
-
137
- - **MultiSelectWithAvatar** - `customProps` support.
138
-
139
- # 1.0.0-alpha-261
140
-
141
- - **Tab,Tabs** - Removed offsection property from css.
142
-
143
- - compileClassNames , mergeStyle utils added.
144
-
145
- - index export object fixed.
146
-
147
- # 1.0.0-alpha-260
148
-
149
- - **TextBoxIcon** - OnClear Focus in TextBox issue Resolved.
150
-
151
- - Suggestions - `listItemCustomProps` prop support given for all suggestion to control all listitems.
152
-
153
- - `isTextSelected` - common method added in utils to know any text highlighted or not.
154
-
155
- - **Popup** - Issue fix: While click on the document, popup won't close if any text highlighted in the product.
156
-
157
- # 1.0.0-alpha-259
158
-
159
- - **Avatar**
160
-
161
- `needInnerBorder` and `needDefaultBorder` prop has been added.
162
-
163
- `xxsmall` option added for size prop.
164
-
165
- - **AvatarTeam** - `needInnerBorder`, `needBorder` and `needDefaultBorder` props has been added.
166
-
167
- # 1.0.0-alpha-258
168
-
169
- - **CheckBox** - dataSlector prop changed to `dataSelectorId`.
170
-
171
- - `dataSelectorId` prop added for all components
172
-
173
- # 1.0.0-alpha-257
174
-
175
- - **Avatar** - Avatar initial render issue and image border issue solved
176
-
177
- - **DateWidget** - `boxSize` and `onError` prop has been added.
178
-
179
- # 1.0.0-alpha-256
180
-
181
- - **Button** - Safari browser focus issue fix and `customProps` validation.
182
-
183
- - **Switch** - Click handling issue fix.
184
-
185
- - **Tabs, Tab** - Screen Reader fix.
186
-
187
- # 1.0.0-alpha-255
188
-
189
- - **CalenderView, DateTime** - Today and selected date issue fix.
190
-
191
- - `Accesssility`- Screen Reader fix.
192
-
193
- # 1.0.0-alpha-254
194
-
195
- - **AppContainer** - accessibility theme css has been added.
196
-
197
- - **Button** - `customProps` support.
198
-
199
- - **DropBox** - Focus scope navigation support.
200
-
201
- # 1.0.0-alpha-253
202
-
203
- - **Tabs, Tooltip** - If condition check added to reduce murphy error logs.
204
-
205
- - `Accesssility`- Screen Reader support for some components.
206
-
207
- # 1.0.0-alpha-252
208
-
209
- - **Select,GroupSelect,SelectWithAvatar,SelectWithIcon,MultiSelect,MultiSelectWithAvatar** - Initial Loader and Scroll End Loader added.
210
-
211
- - **componentAppearanceVariableJson**
212
-
213
- `zdt_datetime_today_bg` variable renamed as `zdt_datetime_selected_bg`
214
-
215
- `zdt_datetime_today_border` variable added.
216
-
217
- - **CalendarView** - `isToday` prop added to display today's date as a separate style.
218
-
219
- - **DateTime.module.css** - `.today` class renamed as `.active` class.
220
-
221
- # 1.0.0-alpha-251
222
-
223
- - Heading component - font reset css fix
224
-
225
- # 1.0.0-alpha-250
226
-
227
- - Heading (accessibility) - new component added
228
- - Avatar => component initial rendering optimization.
229
-
230
- # 1.0.0-alpha-249
231
-
232
- - color => secondary_border light mode color changes
233
-
234
- # 1.0.0-alpha-248
235
-
236
- - preventParentScroll props added for Box and Container
237
-
238
- # 1.0.0-alpha-247
239
-
240
- - Svg path changes
241
- # 1.0.0-alpha-246
242
-
243
- - :focus in css removed
244
- # 1.0.0-alpha-245
245
-
246
- - PureDark mode color lists added in docs
247
-
248
- # 1.0.0-alpha-244
249
-
250
- - AdvancedGroupMultiSelect , AdvancedMultiSelect => textbox flexible ui fix and duplicate css removed
251
-
252
- # 1.0.0-alpha-243
253
-
254
- - DateTime, DateWidget => Portal Id support for fixed position.
255
- - YearView => Theme Variable support for month text.
256
-
257
- # 1.0.0-alpha-242
258
-
259
- - Tag -> defaultLink palette added
260
-
261
- # 1.0.0-alpha-241
262
-
263
- - Added unobserve element condition for Tooltip.
264
-
265
- # 1.0.0-alpha-240
266
-
267
- - DateWidget input selection color variable removed
268
- - ResponsiveDropBox Implemented for all DropBox
269
-
270
- # 1.0.0-alpha-239
271
-
272
- - #999 instead of #a8b0bd color value in PureDark mode
273
- - DateTime, DateWidget => DropBox Fixed position prop support.(positionsOffset , targetOffset ,isRestrictScroll added)
274
-
275
- # 1.0.0-alpha-238
276
-
277
- - Tooltip optimization - container client rect calc is cached and only calc when resized.
278
- - Provider/Config => tooltipContainer key removed and getTooltipContainer key added
279
- - PureDark mode implemented via preprocess
280
-
281
- # 1.0.0-alpha-237
282
-
283
- - ListItem Responsive Min Height Fixed
284
- - CheckBox data-selector attribute added
285
-
286
- # 1.0.0-alpha-236
287
-
288
- - Input => autocomplete added in provider configuration
289
-
290
- # 1.0.0-alpha-235
291
-
292
- -Tooltip
293
- => data-title-wrap prop added
294
- => tooltip calculation based on root or window case added
295
-
296
- # 1.0.0-alpha-234
297
-
298
- - MultiSelect => SelectedId fix on component did update
299
-
300
- # 1.0.0-alpha-233
301
-
302
- - MultiSelect => On press tab key selecting option removed
303
-
304
- # 1.0.0-alpha-232
305
-
306
- - ListContainer => Mobile Responsive Implemented
307
-
308
- # 1.0.0-alpha-231
309
-
310
- - DropBox - Position Undefined Issue Solved
311
-
312
- # 1.0.0-alpha-230
313
-
314
- - Avatar, AdvancedGroupMultiSelect, AdvancedMultiSelect, MultiSelect, MultiSelectWithAvatar, GroupSelect, Select, SelectWithAvatar, SelectWithIcon, TextBoxIcon => Tooltip undefined case solved
315
- - Select , MultiSelect => boxSize prop added
316
-
317
- # 1.0.0-alpha-229
318
-
319
- - MultiSelect, AdvancedMultiSelect => disabledOption Clear icon handled properly
320
-
321
- # 1.0.0-alpha-228
322
-
323
- - Button => danger, primary loader color issue solved
324
-
325
- # 1.0.0-alpha-227
326
-
327
- - isReadOnly and needEffect prop added in Tag Component for read-only case
328
- - needEffect prop added for the below components: ( This props has been added for read-only case )
329
- => Advanced Group Multi Select
330
- => Advanced Multi Select
331
- => Multi Select
332
- => Multi Select With Avatar
333
- => Select With Avatar
334
- - isReadonly prop added for SelectedOption component
335
- - Read-only class added for TextBoxIcon component
336
- - Removed click action in tag multi select component for read-only case
337
- - Changed the cursor default to not-allowed in Radio component for read-only case
338
-
339
- # 1.0.0-alpha-226
340
-
341
- - ListContainer Implemented in => ListItem,ListItemWithAvatar,ListItemWithIcon,ListItemWithRadio,ListItemWithCheckBox
342
-
343
- # 1.0.0-alpha-225
344
-
345
- - Appearance css moved to assets
346
-
347
- # 1.0.0-alpha-224
348
-
349
- - css color variable updation
350
-
351
- # 1.0.0-alpha-223
352
-
353
- - bg,shadow,text,border based variables removed and renamed.
354
-
355
- # 1.0.0-alpha-222
356
-
357
- - Tabs=> isResponsive condition handled properly
358
- - Select, MultiSelect => on press tab, choose selected value then move focus to next focuable element flow implemented
359
-
360
- # 1.0.0-alpha-221
361
-
362
- - blueDefaultTheme & blueDarkTheme class name added in Blue CTATheme & ComponentTheme files
363
-
364
- # 1.0.0-alpha-220
365
-
366
- - Tooltip Delay Controlled to Improve Perf
367
-
368
- # 1.0.0-alpha-219
369
-
370
- - ContextOptimizer => ShallowEqal function issue solved
371
-
372
- # 1.0.0-alpha-218
373
-
374
- - Select => Custom props undefined issue solved
375
-
376
- # 1.0.0-alpha-217
377
-
378
- - TextBox, Multiselect, Tag missing dark palette variables moved under Themes folder file
379
-
380
- # 1.0.0-alpha-216
381
-
382
- - Select component -> customProps added -> TextBoxProps ,DropdownSearchTextBoxProps, listItemProps added
383
- - Suggestions component -> customProps added -> listItemProps
384
- - TextBox component -> customProps added
385
- - TextBoxIcon component -> customProps added -> TextBoxProps
386
-
387
- # 1.0.0-alpha-215
388
-
389
- - Select Search Regex Changed to Lowercase
390
-
391
- # 1.0.0-alpha-214
392
-
393
- - Avatar, Label, Tag, Dropdown, ListItem, Multiselect missing dark palette variables moved under Themes folder files
394
-
395
- # 1.0.0-alpha-213
396
-
397
- - AnimationVariable File import removed
398
-
399
- # 1.0.0-alpha-212
400
-
401
- - Stencils => Converted to Pure Component
402
-
403
- # 1.0.0-alpha-211
404
-
405
- - Lato font reference changed from local to Zoho URL(web fonts)
406
-
407
- # 1.0.0-alpha-210
408
-
409
- - Published but some issues are there
410
-
411
- # 1.0.0-alpha-209
412
-
413
- - Config => isReducedMotion, direction added
414
- - LibraryContext => added
415
- - transition variable implemented in all css
416
-
417
- # 1.0.0-alpha-208
418
-
419
- - Select, AdvancedGroupMultiSelect, MultiSelect => search space issue solved
420
- - Common => getSearchString fn added,
421
- - Tabs => MoreButtonProps added in customProps
422
- - Tab => customProps added
423
-
424
- # 1.0.0-alpha-207
425
-
426
- - Popup => PreventDefault On RemoveClose Removed
427
- - Tabs => getCustomDropBoxHeaderPlaceHolder props added
428
-
429
- # 1.0.0-alpha-206
430
-
431
- - LableColor Css File Separated
432
- - Select, TextBox,MultiSelect,AdvancedMultiSelect => on focusing input preventScroll disabled.
433
- - ResizeComponent Added
434
-
435
- # 1.0.0-alpha-205
436
-
437
- - MultiSelect => lowBandwidth Force Apicall issue fixed
438
-
439
- # 1.0.0-alpha-204
440
-
441
- - CTA alpha color value changed
442
-
443
- # 1.0.0-alpha-203
444
-
445
- - Default mode CTA grey color value changed
446
-
447
- # 1.0.0-alpha-202
448
-
449
- - MultiSelect - scroll top issue fix
450
-
451
- # 1.0.0-alpha-201
452
-
453
- - AccordionItem - innerclass prop has been added.
454
-
455
- # 1.0.0-alpha-200
456
-
457
- - Responsive Sender Receiver Performance Improvement
458
-
459
- # 1.0.0-alpha-199
460
-
461
- - Font size variable fixed for missed place
462
-
463
- # 1.0.0-alpha-198
464
-
465
- - Date Component optimization
466
-
467
- # 1.0.0-alpha-197
468
-
469
- - Card => isPercentageScroll prop added, scrollFetchLimit config implemented
470
- - Tabs => customProps Prop added
471
-
472
- # 1.0.0-alpha-196
473
-
474
- - AdvancedMultiSelect => SelectedOptionsLimti old and new comparsion based rerender update
475
-
476
- # 1.0.0-alpha-195
477
-
478
- - ZIndex Number Counter Issue solved
479
-
480
- # 1.0.0-alpha-194
481
-
482
- - Tab => css modified position correction and mousedown issue fixed
483
- - fitContWidth,fitContHeight class added in common
484
- - propType Declaration fixes
485
-
486
- # 1.0.0-alpha-193
487
-
488
- - VelocityAnimation => slideLeft animation added
489
- - Tabs => containerClass prop added
490
-
491
- # 1.0.0-alpha-192
492
-
493
- - CTA gray based color changes
494
-
495
- # 1.0.0-alpha-191
496
-
497
- - CustomScroll Color Fixes
498
-
499
- # 1.0.0-alpha-190
500
-
501
- - DarkMode => input placeholder color changed
502
-
503
- # 1.0.0-alpha-189
504
-
505
- - DropBox => Calculation Based Performance improvement
506
- - Popup => Popup WitthIn Popup Body Focus Issue Solved
507
-
508
- # 1.0.0-alpha-188
509
-
510
- - Popup => popup within popup open body click issue fixed
511
-
512
- # 1.0.0-alpha-187
513
-
514
- - Popup => popupGroup empty array check added
515
-
516
- # 1.0.0-alpha-186
517
-
518
- - MultiSelect - children render place changed
519
-
520
- # 1.0.0-alpha-185
521
-
522
- - DropBox => Toggle Position Issue Solved For Left Right Padding Calculation
523
-
524
- # 1.0.0-alpha-184
525
-
526
- - Palette-Based Folder Structure Changed.
527
- - data-theme changed to data-mode
528
- - data-palette changed to data-theme
529
-
530
- # 1.0.0-alpha-183
531
-
532
- - AppContainer => dataThemeAttr,dataTheme prop removed. instead customProps prop added
533
- - Palette Based Color System Implemented
534
-
535
- # 1.0.0-alpha-182
536
-
537
- - DateComponent => Safari Browser Focus Selection Issue Fixed
538
-
539
- # 1.0.0-alpha-181
540
-
541
- - MultiSelect , AdvancedMultiSelect => selection reorder issue fixed
542
- - Avatar, AvatarTeam, Checkbox, ListItem, Switch => customProps Added
543
-
544
- # 1.0.0-alpha-180
545
-
546
- - Tab => Rtl Fix
547
- - Config => idCounter, ZindexCounter, IdPrefix Added, Intial Zindex Increased to 3
548
-
549
- # 1.0.0-alpha-179
550
-
551
- - DateWidget => 24 hours HH caps placeholder issue solved
552
-
553
- # 1.0.0-alpha-178
554
-
555
- - MultiSelect => getFooter prop added
556
- - AdvancedMultiSelect => getFooter prop added
557
-
558
- # 1.0.0-alpha-177
559
-
560
- - DateWidget - PlaceHolder Lower Case Issue Solved
561
- - Tab - Hook Callback Issue Fixed
562
- - MultiSelect Empty Array Fix
563
-
564
- # 1.0.0-alpha-176
565
-
566
- - DateWidget - isHideCurrentYear,onBlur,onFocus prop added
567
-
568
- # 1.0.0-alpha-175
569
-
570
- - DateTime,DateWidget - is24Hour prop added
571
- - DateTime => isDefaultPosition prop added
572
- - Responsive Observer Performance Issue Fixed
573
-
574
- # 1.0.0-alpha-174
575
-
576
- - CheckBox - isClipped Prop added
577
-
578
- # 1.0.0-alpha-173
579
-
580
- - code-based issue fixed ( const to let)
581
-
582
- # 1.0.0-alpha-172
583
-
584
- - TextBoxIcon/TextBoxIcon.js
585
- => onClearMouseDown prop support
586
- - MultiSelect, MultiSelectWithAvatar,AdvancedMultiSelect => disabledOptions prop supported
587
-
588
- # 1.0.0-alpha-171
589
-
590
- - Dropbox => mobileWidth Configuration Hook given
591
-
592
- # 1.0.0-alpha-170
593
-
594
- - MultiSelectWithAvatar => isSearchClearOnSelect prop added
595
- - DropBox => customStyle prop added
596
- - DropDownHeading => tabIndex removed
597
-
598
- # 1.0.0-alpha-169
599
-
600
- - DateWidget => iconOnHover added and autoComplete disabled
601
- - AdvancedGroupMultiSelect => autoComplete disabled
602
- - AdvancedMultiSelect => autoComplete disabled
603
- - MultiSelect => autoComplete disabled
604
- - MultiSelectWithAvatar => isBoxPaddingNeed prop added
605
- - GroupSelect => iconOnHover prop added and tab focus issue solved
606
- - Select => iconOnHover prop added and tab focus issue solved
607
- - SelectWithAvatar => autoComplete disabled
608
- - SelectWithIcon => autoComplete disabled
609
- - TextBox => isFocus prop added
610
- - TextBoxIcon => isFocus,iconOnHover prop added
611
-
612
- # 1.0.0-alpha-168
613
-
614
- - DropBox Duplicate Portal removed
615
-
616
- # 1.0.0-alpha-167
617
-
618
- - DropBox - responsive ui fixes , isRestrictScroll,needAutoZindex prop added, needResponsive default value changed to true
619
- - Popup - customOrder prop added
620
- - ListItemWithAvatar => tick icon padding issue solved
621
-
622
- # 1.0.0-alpha-166
623
-
624
- - Tab => Border Calculation Issue Fixed
625
- - Tooltip => Position Issue Fixed
626
-
627
- # 1.0.0-alpha-165
628
-
629
- - Select -> onFocus Prop Added
630
- - Tab -> titlePosition prop added for tooltip
631
-
632
- # 1.0.0-alpha-164
633
-
634
- - Fixed Tab highlight issue.
635
-
636
- # 1.0.0-alpha-163
637
-
638
- - Fixed the bug to recalculate dimension if tab id changed
639
-
640
- # 1.0.0-alpha-162
641
-
642
- - Performance Changes added in Tab , Tooltip Components
643
- - MultiSelect, MultiSelectWithAvatar => customChildrenClass prop Added and TextBox component replaced with TextBoxWithIcon component
644
-
645
- # 1.0.0-alpha-161
646
-
647
- - Proxima Font Removed and Lato Font Added
648
-
649
- # 1.0.0-alpha-159
650
-
651
- - MultiSelect,MultiSelectWithAvatar,AdvancedGroupMultiSelect,AdvancedMultiSelect - isSearchClearOnSelect default Prop changed as true
652
- - Tooltip Box Layout Position Issue Fixed
653
- - autoTabIndex prop removed in listitem component groups
654
-
655
- # 1.0.0-alpha-158
656
-
657
- - ListItem => dataId Fix
658
- - MultiSelect => Bg color fix
659
-
660
- # 1.0.0-alpha-157
661
-
662
- - RippleEffect => needBorder prop added
663
- - Select => Children Prop added
664
- - MultiSelect,MultiSelectWithAvatar,AdvancedGroupMultiSelect,AdvancedMultiSelect - isSearchClearOnSelect prop added
665
- - ListItem,ListItemWithIcon,ListItemWithAvatar => dataId added for tickIcon
666
-
667
- # 1.0.0-alpha-156
668
-
669
- - A11y Changes
670
-
671
- # 1.0.0-alpha-156
672
-
673
- - Dark Theme Changes
674
-
675
- # 1.0.0-alpha-155
676
-
677
- - Tooltip DarkMode Theme Css Added
678
-
679
- # 1.0.0-alpha-154
680
-
681
- - isDarkMode based props removed for all components
682
- - AppContainer => Tooltip moved from Container Html
683
-
684
- # 1.0.0-alpha-153
685
-
686
- - ListItem => text-decoration fixed
687
- - AdvancedGroupMultiSelect => isGroupMultiSelect prop removed
688
- - AdvancedMultiSelect => isGroupMultiSelect removed, isBoxPaddingNeed added
689
- - MultiSelectHeader => isGroupMultiSelect removed
690
-
691
- # 1.0.0-alpha-152
692
-
693
- - A11y Changes
694
- - Theme Primary Colors Added
695
-
696
- # 1.0.0-alpha-150
697
-
698
- - Label => dark palette added
699
- - TextBox => light variant added
700
-
701
- # 1.0.0-alpha-149
702
-
703
- - Avatar,AvatarTeam =>borderOnActive,borderOnHover prop added
704
- - Tab - text decoration added
705
- - Semantic Button Css fixed
706
-
707
- # 1.0.0-alpha-148
708
-
709
- - Tag => max-width 100% added
710
- - Theme Changes in => DateTime,Tabs,AdvancedMultiSelect,RippleEffect
711
-
712
- # 1.0.0-alpha-147
713
-
714
- - currentScreenSize returned from Responsive Receiver
715
- - sticky class added in common.module.css
716
- - --zdt prefix added for theme variables
717
-
718
- # 1.0.0-alpha-146
719
-
720
- - ListItem => dataId fixes
721
- - Tag => dataId issue Fixed
722
- - DropBox => RTL fixes
723
- - VelocityAnimation => RTL fixes
724
-
725
- # 1.0.0-alpha-145
726
-
727
- - TextBoxIcon Clear Icon Color Fix
728
-
729
- # 1.0.0-alpha-144
730
-
731
- - PortalLayer Moved to deprecated folder
732
- - A11y Id Added For Select, MultiSelect Based Components
733
- - Semantic Button Default Font and Padding Resetted.
734
- - LisItem - dataId setted default
735
-
736
- - DropDown
737
- - DropDownHeading - Added customClass props
738
- - DropDownItem - Added customClass props
739
- - DropDownSearch - Added customClass
740
- - DropDownSeparator - Added customClass props
741
- - Radio - Added customClass
742
- - ListItem
743
- - ListItem - Removed customClass props and Added customClass object
744
- - ListItemWithAvatar - Added customClass
745
- - ListItemWithCheckBox - Added customClass
746
- - ListItemWIthIcon - Added customClass
747
- - ListItemWithRadio - Added customClass
748
- - Ribbon - Added customClass props
749
- - Stencils - Added customClass props
750
- - Switch - Added customClass
751
- - TextBoxIcon - Removed className props and Added customClass
752
- - Textarea - Removed className props and Added customClass props
753
- - Tooltip - No customClass. Just declared variables for Theme mode
754
-
755
- # 1.0.0-alpha-143
756
-
757
- - Issue fix in displaying Avatar Initial when 'name' prop has trailing space.
758
-
759
- # 1.0.0-alpha-142
760
-
761
- - Theme Based Changes(Variable changes no Impacts)
762
-
763
- # 1.0.0-alpha-141
764
-
765
- - Tab => keyboardprevent(ctrl,shift,alt) for link case
766
- - Appcontainer => dataThemeAttr added
767
- - ListItem => isDarkMode prop added
768
-
769
- # 1.0.0-alpha-140
770
-
771
- - DropBox -> PortalLayer changed to Modal
772
-
773
- # 1.0.0-alpha-139
774
-
775
- - DateTime => i18keys supported
776
- - variable name changes
777
-
778
- # 1.0.0-alpha-138
779
-
780
- - - Avatar - Removed customTextClass and added customClass props
781
- - - AvatarTeam - Removed customTextClass and added customClass
782
- - - Button - Removed className and added customClass
783
- - - Buttongroup - Added customClass props
784
- - - Card, CardHeader, CardContent, CardFooter - Removed className and added customClass props in Card, CardHeader, CardContent, CardFooter
785
- - - CheckBox - Added customClass
786
- - - DropBox - Removed className and added customClass
787
- - - Label - Added customClass props
788
- - - Tag - Removed className and added customClass
789
- - - TextBox - Removed className and added customClass props
790
- - - AppContainer - dataTheme Prop added
791
-
792
- # 1.0.0-alpha-137
793
-
794
- - ally Fixes
795
- - htmlId prop added in the select component
796
- - AdvancedGroupMultiSelect => scroll fetch issue fix
797
-
798
- # 1.0.0-alpha-136
799
-
800
- - removed dataIdNoOptnsMsg from GroupSelect
801
- - i18keys props renamed to i18nKeys
802
- - clearTitle prop removed from MultiSelect, MultiSelectAvatar, AdvancedMultiSelect, AdvancedGroupMultiSelect
803
- - Textare => default font fix
804
- - CalenderView => dataId changed for invalidDate as invalidDate
805
- - DatePicker limit changed to 1850 - 9999
806
-
807
- # 1.0.0-alpha-135
808
-
809
- - Avatar alternateSrc supported
810
-
811
- # 1.0.0-alpha-134
812
-
813
- - Reset Code Splitting
814
-
815
- # 1.0.0-alpha-133
816
-
817
- - AdvancedGroupMultiSelect => isPadding Prop added
818
-
819
- # 1.0.0-alpha-132
820
-
821
- - htmlId prop given in TextBox , Textboxwithicon, Textarea
822
- - CssProvider Changes
823
-
824
- # 1.0.0-alpha-131
825
-
826
- - Removed isLicenseSuccess and i18n in Label
827
- - name Prop changed to htmlFor in Label
828
- - title prop added in DropDownHeading
829
-
830
- # 1.0.0-alpha-130
831
-
832
- - Added 'isLicenseSuccess' props in 'ListItemWithIcon' component
833
-
834
- # 1.0.0-alpha-129
835
-
836
- - DropBox className Fix
837
-
838
- # 1.0.0-alpha-128
839
-
840
- - DateComponent => isEditable added
841
-
842
- # 1.0.0-alpha-127
843
-
844
- - DateComponent => error through fix
845
-
846
- # 1.0.0-alpha-126
847
-
848
- - AllY implementation for the button, textbox
849
- - Semantic button added
850
-
851
- # 1.0.0-alpha-125
852
-
853
- - fize => font_sizevariable replaced
854
- - Tab => moreiconActiveClass
855
-
856
- # 1.0.0-alpha-124
857
-
858
- - size => fsize
859
-
860
- # 1.0.0-alpha-123
861
-
862
- - Appcontainer RemFontVariable added
863
-
864
- # 1.0.0-alpha-122
865
-
866
- - Tag default bg color Changed
867
- - AvatarTeam background color removed
868
-
869
- # 1.0.0-alpha-121
870
-
871
- - Dropbox shadow changed
872
-
873
- # 1.0.0-alpha-120
874
-
875
- - Reponsive Render Fixes
876
- - DropBoxBorder Removed
877
-
878
- # 1.0.0-alpha-119
879
-
880
- - DateTime component Fix
881
-
882
- # 1.0.0-alpha-118
883
-
884
- - CustomResponsive Added
885
-
886
- # 1.0.0-alpha-117
887
-
888
- - DateTime Placeholder Selection Fix For Firefox
889
-
890
- # 1.0.0-alpha-116
891
-
892
- - DateTime Component Issue Fix , Row Fix, YearView Fix
893
- - DateTime => i18keys prop added
894
- - TextBoxWithIcon => children prop Parent Changed to Box
895
-
896
- # 1.0.0-alpha-115
897
-
898
- - DropBox => isDarkMode added
899
- - DropDownHeading => isDarkMode added
900
- - ListItem => palette dark added
901
- - ListItemWithAvatar => isDarkMode,avatarPalette added
902
- - EmptyState => isDarkMode added
903
- - MultiSelect => isDarkMode,palette added
904
- - MultiSelectWithAvatar => isDarkMode,palette added
905
- - SelectedOptions => isDarkMode added
906
- - Suggestions => isDarkMode, palette added
907
- - Stencils => dark palette added
908
- - Tag => isDarkMode prop added
909
-
910
- # 1.0.0-alpha-114
911
-
912
- - Tab iconSize Prop Added
913
-
914
- # 1.0.0-alpha-113
915
-
916
- - DateTime => isPadding prop added
917
- - common diabled opacity changed to 0.5
918
- - MultiSelect => isBoxPaddingNeed needa prop added
919
- - DropBox => isBoxPaddingNeed prop added
920
- - RippleEffect => primaryDark palette added
921
-
922
- # 1.0.0-alpha-112
923
-
924
- - Card scroll issue fix
925
-
926
- # 1.0.0-alpha-111
927
-
928
- - AdvancedGroupMultiSelect => children,getFooter, customClass added , Loader Handled
929
- - GroupSelect => children, getFooter added
930
- - Svg package Added
931
- - RippleEffect => before zindex removed
932
- - Container , Box Performance Fix
933
- - Card ReRender Fix
934
-
935
- # 1.0.0-alpha-110
936
-
937
- - MultiSelect DataId Fix
938
- - ToolTip Fix
939
- - RippleEffect Added
940
-
941
- # 1.0.0-alpha-109
942
-
943
- - MultiSelect Data-Id fix
944
- - Peer Dependencies Added
945
-
946
- # 1.0.0-alpha-108
947
-
948
- - Disabling internal state support for Accordion.
949
- - Adding 'equalityCheck' function support for AccordionItem.
950
-
951
- # 1.0.0-alpha-107
952
-
953
- - Adding onScroll support for TabContentWrapper component
954
-
955
- # 1.0.0-alpha-106
956
-
957
- - Package Update
958
-
959
- # 1.0.0-alpha-105
960
-
961
- - icon, variable version update
962
- - radio,checkbox,switch accessiblity changes => data-checked removed
963
- - semantic button added
964
-
965
- # 1.0.0-alpha-104
966
-
967
- - Dropbox => isBoxPaddingNeed,isPadding Added
968
-
969
- # 1.0.0-alpha-103
970
-
971
- - Tag Flat Removed
972
-
973
- # 1.0.0-alpha-102
974
-
975
- - ListItemWithAvatar => avatarPalette added
976
- - AdvancedGroupMultiSelect => needBorder added
977
- - AdvancedMultiSelect => needBorder added
978
- - Suggestions => avatarPalette added
979
- - SelectWithAvatar => onRemove,avatarPalette,tagSize,groupName added
980
- - Tag => avatarPalette added
981
-
982
- # 1.0.0-alpha-101
983
-
984
- - PortalLayer Fix Zindex
985
-
986
- # 1.0.0-alpha-100
987
-
988
- - Listitem Data-selected attr added, tabIndex Fixed
989
-
990
- # 1.0.0-alpha-99
991
-
992
- - Tab Click Fixed
993
-
994
- # 1.0.0-alpha-98
995
-
996
- - Modal Zindex issue fixed
997
- - Tabs OnmouseDown Implement
998
-
999
- # 1.0.0-alpha-97
1000
-
1001
- - MultiSelect Issue Fix
1002
-
1003
- # 1.0.0-alpha-96
1004
-
1005
- - Tootltip Update
1006
- - Avatar -> textPalette,customTextClass added - font-family light removed
1007
- - AvatarTeam -> textPalette,customTextClass added
1008
-
1009
- # 1.0.0-alpha-95
1010
-
1011
- - Icon Package Update
1012
-
1013
- # 1.0.0-alpha-94
1014
-
1015
- - Tab Mapping Fix
1016
-
1017
- # 1.0.0-alpha-93
1018
-
1019
- - Tab Fixes
1020
-
1021
- # 1.0.0-alpha-92
1022
-
1023
- - Tab Custom Element Fix
1024
- - Avatar xlarge size changes
1025
-
1026
- # 1.0.0-alpha-91
1027
-
1028
- - Tab Click Prevent Fix
1029
-
1030
- # 1.0.0-alpha-90
1031
-
1032
- - Switch,CheckBox,Radio => data-checked added
1033
- - Tab Resize Issue Solved, setTitleForMoreOptions added for vertical, a11y tags added , gamma and zeta palatte removed
1034
- - ListItem TaBIndex Added
1035
-
1036
- # 1.0.0-alpha-89
1037
-
1038
- - Tooltip Change
1039
- - Icon Version Update
1040
- - For MultiSelect Based Components clearTitle prop Added
1041
- - tooltip added in Tag Component
1042
-
1043
- # 1.0.0-alpha-88
1044
-
1045
- - Datewidget/Datetime tested and docs update with @zohodesk/datetimejs package
1046
-
1047
- # 1.0.0-alpha-87
1048
-
1049
- - Date Component TimeZone Fix
1050
- - Unwanted Functions Removed from utils/Common
1051
-
1052
- # 1.0.0-alpha-86
1053
-
1054
- - Tooltip UI Updated
1055
- - DropDownFooter,DropDownHeader,DropDownMenu,SimpleDropdown Deleted
1056
- - DropDownHeading => children and customClass Added
1057
- - AdvancedGroupMultiSelect -> search fix
1058
- - MultiSelect -> search clear fix
1059
- - GroupSelect -> Keydown Fix
1060
-
1061
- # 1.0.0-alpha-85
1062
-
1063
- - Datetime/DateWidget Component changes from @zohodesk/datetimejs package
1064
-
1065
- # 1.0.0-alpha-84
1066
-
1067
- - ListItemWiithIcon Data-Id Fix
1068
-
1069
- # 1.0.0-alpha-83
1070
-
1071
- - CheckBox Prop Fix Update activeStyle added
1072
-
1073
- # 1.0.0-alpha-82
1074
-
1075
- - DateTime, DateWidget Changes => date return object Fix
1076
- - autoFocus prop added in Textarea component
1077
-
1078
- # 1.0.0-alpha-81
1079
-
1080
- - variant - secondary type removed in a Label component
1081
- - customClass Added For Label component
1082
- - Radio, CheckBox SVG Updated, and Palette Danger Added, isFilled Added For Transparent BG
1083
- - MultiSelect Avatar DataId Changes
1084
-
1085
- # 1.0.0-alpha-80
1086
-
1087
- - data-dottedTitle added for Tooltip
1088
-
1089
- # 1.0.0-alpha-79
1090
-
1091
- - Tag danger, default color changed to dot_bg_hawkesBlue
1092
- - MultiSelectWithAvatar size prop passed for tags Parent
1093
-
1094
- # 1.0.0-alpha-78
1095
-
1096
- - isAbsolute,isAnimate,needAction,boxSize,className,innerClass prop added in DateTime
1097
- - needBorder prop added in CalendarView
1098
- - isAbsolutePositioningNeeded prop fixed in dropbox
1099
- - Timezone Day light savings offset calculation fix in Date Components
1100
- - isSearchClearOnClose props added for Select Based components
1101
- - Radio line-heignt fix
1102
-
1103
- # 1.0.0-alpha-77
1104
-
1105
- - TestCase Fix
1106
-
1107
- # 1.0.0-alpha-76
1108
-
1109
- - ResizeObserver Implementation
1110
-
1111
- # 1.0.0-alpha-75
1112
-
1113
- - Select children prop undefined issue fix
1114
-
1115
- # 1.0.0-alpha-74
1116
-
1117
- - SelectWithIcon Component Added
1118
- - getChildren,getFooter,getCustomEmptyState feature added in Select Component
1119
-
1120
- # 1.0.0-alpha-73
1121
-
1122
- - Appcontainer eleRef Supported
1123
- - Responsive TouchDevice Fix
1124
- - Stencils color Update
1125
-
1126
- # 1.0.0-alpha-72
1127
-
1128
- - BaseLine Added in Layout
1129
- - hide added in CssProvider
1130
-
1131
- # 1.0.0-alpha-71
1132
-
1133
- - disableTitle and needAvatarTitle Added For List Items
1134
- - Avatar Team Title Fix
1135
-
1136
- # 1.0.0-alpha-70
1137
-
1138
- - Leap Year Date Component Fix
1139
- - Card Shrink issue Fix
1140
-
1141
- # 1.0.0-alpha-69
1142
-
1143
- - Exporting RefElement component from PortalLayer component
1144
-
1145
- # 1.0.0-alpha-68
1146
-
1147
- - Tab Width Calculation fix, Dotted Fix
1148
- - SelectWithAvatar Fix
1149
- - Select Fix
1150
- - MultiSelect disableAction Fix
1151
- - Variable Update
1152
-
1153
- # 1.0.0-alpha-67
1154
-
1155
- - Adding TourId and isAbsolutePositioningNeeded key in DropBox
1156
- - Adding TourId in Box, Container, and Tab components
1157
-
1158
- # 1.0.0-alpha-66
1159
-
1160
- - Snap Update
1161
-
1162
- # 1.0.0-alpha-65
1163
-
1164
- - isDisabled, Readonly Unified in all Form Components
1165
- - Date Dropdown => Select List Border Fix
1166
- - Unified All Fields
1167
-
1168
- # 1.0.0-alpha-64
1169
-
1170
- - isDisabled Option added for List Item Based Atoms
1171
- - needBorder and disableAction Option added for MultiSelect
1172
- - Select BoxSize Added for DropBox
1173
-
1174
- # 1.0.0-alpha-62
1175
-
1176
- - Switch Title Issue Fixed
1177
-
1178
- # 1.0.0-alpha-61
1179
-
1180
- - Tab Click Issue Fixed
1181
-
1182
- # 1.0.0-alpha-60
1183
-
1184
- - Button Title Added
1185
- - Tab Disabled Added
1186
- - Tooltip Fix
1187
-
1188
- # 1.0.0-alpha-59
1189
-
1190
- - AppContainer Added
1191
-
1192
- # 1.0.0-alpha-58
1193
-
1194
- - Tag Line Height Issue Fixed
1195
- - Advanced MultiSelect Event Passed in Argument
1196
-
1197
- # 1.0.0-alpha-57
1198
-
1199
- - Base Font Version 3 Updated
1200
- - Advanced Group Multi-Select Added
1201
-
1202
- # 1.0.0-alpha-56
1203
-
1204
- - Accordion unMount Added
1205
- - Icon Package Updated
1206
- - Velocity Docs Added
1207
-
1208
- # 1.0.0-alpha-55
1209
-
1210
- - Tab Dot Color Convert
1211
-
1212
- # 1.0.0-alpha-54
1213
-
1214
- - GroupSelect Unlimited Scroll Fix
1215
- - Dropdown Header Css After 1px Fix
1216
-
1217
- # 1.0.0-alpha-53
1218
-
1219
- - CustomScroll Make Optional
1220
- - Reset Code Implemented in Portal
1221
- - Icon Line-Height Remove
1222
- - New Reports Icons Added
1223
-
1224
- # 1.0.0-alpha-52
1225
-
1226
- - Advance Multi-Select Added
1227
-
1228
- # 1.0.0-alpha-51
1229
-
1230
- - Docs Run Path Issue Fix
1231
-
1232
- # 1.0.0-alpha-50
1233
-
1234
- - VelocityAnimation Added
1235
-
1236
- # 1.0.0-alpha-49
1237
-
1238
- - Radio Test Cases Fixed
1239
-
1240
- # 1.0.0-alpha-48
1241
-
1242
- - TimeZone Added in DateTime and DateWidget
1243
- - Radio DataId Fix
1244
-
1245
- # 1.0.0-alpha-47
1246
-
1247
- - DateTime Component needDefaultTime Prop Fix
1248
- - Dot Variables Updated
1249
- - For All ListItem Based IsTick Prop Removed
1250
- - ResponsiveBox and ResponsiveContainer Removed
1251
- - MultiSelect Fragment Implemented
1252
-
1253
- # 1.0.0-alpha-46
1254
-
1255
- - ReadMe Files Removed
1256
- - Style Order Fixed
1257
-
1258
- # 1.0.0-alpha-45
1259
-
1260
- - Button RTL Issue Resolved
1261
- - Unwanted Files Removed
1262
- - Responsive Component Verified
1263
-
1264
- # 1.0.0-alpha-44
1265
-
1266
- - FontIcons and Variables Reverted.
1267
-
1268
- # 1.0.0-alpha-43
1269
-
1270
- - RTL Implemented.
1
+ # DOT Style Guide
2
+
3
+ In this Package, we Provide Some Basic Components to Build Web App
4
+
5
+ - Avatar
6
+ - AvatarTeam
7
+ - Accordion
8
+ - Animation
9
+ - Button
10
+ - Buttongroup
11
+ - Card
12
+ - CheckBox
13
+ - DateTime
14
+ - DropBox
15
+ - Icon
16
+ - Label
17
+ - Layout
18
+ - ListItem
19
+ - MultiSelect
20
+ - Popup
21
+ - Radio
22
+ - Responsive
23
+ - Ribbon
24
+ - Select
25
+ - GroupSelect
26
+ - Stencils
27
+ - Switch
28
+ - Tab
29
+ - Tag
30
+ - Textarea
31
+ - TextBox
32
+ - TextBoxIcon
33
+ - Tooltip
34
+
35
+ # 1.2.1
36
+
37
+ - Proptypes and PlayGround Validated
38
+
39
+ # 1.2.0
40
+
41
+ - **utils** and **hooks** packages added as dependency
42
+
43
+ - **mergeStyle** and **compileClassNames** - deprecated and used from `utils` package
44
+
45
+ # 1.1.1
46
+
47
+ - ComponentTheme file --zdt_ prefix missing changes
48
+
49
+ # 1.1.0
50
+
51
+ - Internal color-variable-preprocessor package implemented
52
+
53
+ # 1.0.0
54
+
55
+ - alpha release removed and version changed to normal flow
56
+
57
+ # 1.0.0-alpha-278
58
+
59
+ - **DateTime** - Date.Replace check added to avoid run time error
60
+
61
+ # 1.0.0-alpha-277
62
+
63
+ - **DropBox** - `focusScopeProps` will be served by `customProps` from now.
64
+
65
+ - **ListItem, ListItemWithAvatar, ListItemWithIcon, ListItemWithCheckBox, ListItemWithRadio** - default role `option` has been added to the list item container.
66
+
67
+ - **ListContainer** - A11y prop key => `data-a11y-inset-focus` set `true` as default for the ListContainer.
68
+
69
+ # 1.0.0-alpha-276
70
+
71
+ - **DateTime** - TimeZone null Case Handled
72
+
73
+ # 1.0.0-alpha-275
74
+
75
+ - **DateTime** - millisecond and second should work only when customDateFormat is given issue fixed. this fix related to *1.0.0-alpha-272*
76
+
77
+ # 1.0.0-alpha-274
78
+
79
+ - **AppContainer** - needTooltip prop added
80
+ - data-test-id attribute added for all element which having data-id attribute to separate customization and automation
81
+
82
+ # 1.0.0-alpha-273
83
+
84
+ - Variable Replacer Issue Resolved
85
+
86
+ # 1.0.0-alpha-272
87
+
88
+ - **DateTime** - customDateFormat prop supported
89
+
90
+ # 1.0.0-alpha-271
91
+
92
+ - **Tabs** - DropBox position RTL fix.
93
+
94
+ - `stopPropagation` method added in common utils.
95
+
96
+ - **DropBox**
97
+
98
+ cancelBubblingEffect fix.
99
+
100
+ `fadeIn` and `scaleIn` animations added.
101
+
102
+ # 1.0.0-alpha-270
103
+
104
+ - **Tabs** - DropBox position RTL fix
105
+
106
+ # 1.0.0-alpha-269
107
+
108
+ - **DateTime** - 24Hour Suggestion Issue Fixed
109
+
110
+ # 1.0.0-alpha-268
111
+
112
+ - Contrast default variables :root selector removed
113
+
114
+ # 1.0.0-alpha-267
115
+
116
+ - **DropBox** - Fixed Position issue fix.
117
+
118
+ - **Select** - Fixed Position prop support.
119
+
120
+ # 1.0.0-alpha-266
121
+
122
+ - **Button** - migrated to UCL and converted to functional component
123
+ - Contrast option implemented through preprocess. Category key value added for all color variables.
124
+ - BoxShadow Values Separated for Contrast
125
+
126
+ # 1.0.0-alpha-265
127
+
128
+ - **mergeStyle** - Logic Issue Fixed
129
+ - **Tab** - State Restricted Names Check added
130
+ - **cancelBubblingEffect** function added in utils/Common
131
+
132
+ # 1.0.0-alpha-264
133
+
134
+ - **DropBox** - customStyle renamed to customInlineStyle and migrarted to functional UCL component
135
+
136
+ # 1.0.0-alpha-263
137
+
138
+ - **ListItem, ListItemWithAvatar, ListItemWithCheckbox, ListItemWithIcon, ListItemWithRadio** - Line height changed 20px and Padding also changed.
139
+
140
+ # 1.0.0-alpha-262
141
+
142
+ - **ListItem, ListItemWithAvatar, ListItemWithCheckbox, ListItemWithIcon, ListItemWithRadio** - Added New Prop `needMultiLineText`
143
+
144
+ - **MultiSelect, MultiSelectWithAvatar** - `keepSelectedOptions` prop added. When this prop is true, it won't remove selected items from the dropdown instead it highlights each selected item with tick mark.
145
+
146
+ - **MultiSelectWithAvatar** - `customProps` support.
147
+
148
+ # 1.0.0-alpha-261
149
+
150
+ - **Tab,Tabs** - Removed offsection property from css.
151
+
152
+ - compileClassNames , mergeStyle utils added.
153
+
154
+ - index export object fixed.
155
+
156
+ # 1.0.0-alpha-260
157
+
158
+ - **TextBoxIcon** - OnClear Focus in TextBox issue Resolved.
159
+
160
+ - Suggestions - `listItemCustomProps` prop support given for all suggestion to control all listitems.
161
+
162
+ - `isTextSelected` - common method added in utils to know any text highlighted or not.
163
+
164
+ - **Popup** - Issue fix: While click on the document, popup won't close if any text highlighted in the product.
165
+
166
+ # 1.0.0-alpha-259
167
+
168
+ - **Avatar**
169
+
170
+ `needInnerBorder` and `needDefaultBorder` prop has been added.
171
+
172
+ `xxsmall` option added for size prop.
173
+
174
+ - **AvatarTeam** - `needInnerBorder`, `needBorder` and `needDefaultBorder` props has been added.
175
+
176
+ # 1.0.0-alpha-258
177
+
178
+ - **CheckBox** - dataSlector prop changed to `dataSelectorId`.
179
+
180
+ - `dataSelectorId` prop added for all components
181
+
182
+ # 1.0.0-alpha-257
183
+
184
+ - **Avatar** - Avatar initial render issue and image border issue solved
185
+
186
+ - **DateWidget** - `boxSize` and `onError` prop has been added.
187
+
188
+ # 1.0.0-alpha-256
189
+
190
+ - **Button** - Safari browser focus issue fix and `customProps` validation.
191
+
192
+ - **Switch** - Click handling issue fix.
193
+
194
+ - **Tabs, Tab** - Screen Reader fix.
195
+
196
+ # 1.0.0-alpha-255
197
+
198
+ - **CalenderView, DateTime** - Today and selected date issue fix.
199
+
200
+ - `Accesssility`- Screen Reader fix.
201
+
202
+ # 1.0.0-alpha-254
203
+
204
+ - **AppContainer** - accessibility theme css has been added.
205
+
206
+ - **Button** - `customProps` support.
207
+
208
+ - **DropBox** - Focus scope navigation support.
209
+
210
+ # 1.0.0-alpha-253
211
+
212
+ - **Tabs, Tooltip** - If condition check added to reduce murphy error logs.
213
+
214
+ - `Accesssility`- Screen Reader support for some components.
215
+
216
+ # 1.0.0-alpha-252
217
+
218
+ - **Select,GroupSelect,SelectWithAvatar,SelectWithIcon,MultiSelect,MultiSelectWithAvatar** - Initial Loader and Scroll End Loader added.
219
+
220
+ - **componentAppearanceVariableJson**
221
+
222
+ `zdt_datetime_today_bg` variable renamed as `zdt_datetime_selected_bg`
223
+
224
+ `zdt_datetime_today_border` variable added.
225
+
226
+ - **CalendarView** - `isToday` prop added to display today's date as a separate style.
227
+
228
+ - **DateTime.module.css** - `.today` class renamed as `.active` class.
229
+
230
+ # 1.0.0-alpha-251
231
+
232
+ - Heading component - font reset css fix
233
+
234
+ # 1.0.0-alpha-250
235
+
236
+ - Heading (accessibility) - new component added
237
+ - Avatar => component initial rendering optimization.
238
+
239
+ # 1.0.0-alpha-249
240
+
241
+ - color => secondary_border light mode color changes
242
+
243
+ # 1.0.0-alpha-248
244
+
245
+ - preventParentScroll props added for Box and Container
246
+
247
+ # 1.0.0-alpha-247
248
+
249
+ - Svg path changes
250
+
251
+ # 1.0.0-alpha-246
252
+
253
+ - :focus in css removed
254
+
255
+ # 1.0.0-alpha-245
256
+
257
+ - PureDark mode color lists added in docs
258
+
259
+ # 1.0.0-alpha-244
260
+
261
+ - AdvancedGroupMultiSelect , AdvancedMultiSelect => textbox flexible ui fix and duplicate css removed
262
+
263
+ # 1.0.0-alpha-243
264
+
265
+ - DateTime, DateWidget => Portal Id support for fixed position.
266
+ - YearView => Theme Variable support for month text.
267
+
268
+ # 1.0.0-alpha-242
269
+
270
+ - Tag -> defaultLink palette added
271
+
272
+ # 1.0.0-alpha-241
273
+
274
+ - Added unobserve element condition for Tooltip.
275
+
276
+ # 1.0.0-alpha-240
277
+
278
+ - DateWidget input selection color variable removed
279
+ - ResponsiveDropBox Implemented for all DropBox
280
+
281
+ # 1.0.0-alpha-239
282
+
283
+ - #999 instead of #a8b0bd color value in PureDark mode
284
+ - DateTime, DateWidget => DropBox Fixed position prop support.(positionsOffset , targetOffset ,isRestrictScroll added)
285
+
286
+ # 1.0.0-alpha-238
287
+
288
+ - Tooltip optimization - container client rect calc is cached and only calc when resized.
289
+ - Provider/Config => tooltipContainer key removed and getTooltipContainer key added
290
+ - PureDark mode implemented via preprocess
291
+
292
+ # 1.0.0-alpha-237
293
+
294
+ - ListItem Responsive Min Height Fixed
295
+ - CheckBox data-selector attribute added
296
+
297
+ # 1.0.0-alpha-236
298
+
299
+ - Input => autocomplete added in provider configuration
300
+
301
+ # 1.0.0-alpha-235
302
+
303
+ -Tooltip
304
+ => data-title-wrap prop added
305
+ => tooltip calculation based on root or window case added
306
+
307
+ # 1.0.0-alpha-234
308
+
309
+ - MultiSelect => SelectedId fix on component did update
310
+
311
+ # 1.0.0-alpha-233
312
+
313
+ - MultiSelect => On press tab key selecting option removed
314
+
315
+ # 1.0.0-alpha-232
316
+
317
+ - ListContainer => Mobile Responsive Implemented
318
+
319
+ # 1.0.0-alpha-231
320
+
321
+ - DropBox - Position Undefined Issue Solved
322
+
323
+ # 1.0.0-alpha-230
324
+
325
+ - Avatar, AdvancedGroupMultiSelect, AdvancedMultiSelect, MultiSelect, MultiSelectWithAvatar, GroupSelect, Select, SelectWithAvatar, SelectWithIcon, TextBoxIcon => Tooltip undefined case solved
326
+ - Select , MultiSelect => boxSize prop added
327
+
328
+ # 1.0.0-alpha-229
329
+
330
+ - MultiSelect, AdvancedMultiSelect => disabledOption Clear icon handled properly
331
+
332
+ # 1.0.0-alpha-228
333
+
334
+ - Button => danger, primary loader color issue solved
335
+
336
+ # 1.0.0-alpha-227
337
+
338
+ - isReadOnly and needEffect prop added in Tag Component for read-only case
339
+ - needEffect prop added for the below components: ( This props has been added for read-only case )
340
+ => Advanced Group Multi Select
341
+ => Advanced Multi Select
342
+ => Multi Select
343
+ => Multi Select With Avatar
344
+ => Select With Avatar
345
+ - isReadonly prop added for SelectedOption component
346
+ - Read-only class added for TextBoxIcon component
347
+ - Removed click action in tag multi select component for read-only case
348
+ - Changed the cursor default to not-allowed in Radio component for read-only case
349
+
350
+ # 1.0.0-alpha-226
351
+
352
+ - ListContainer Implemented in => ListItem,ListItemWithAvatar,ListItemWithIcon,ListItemWithRadio,ListItemWithCheckBox
353
+
354
+ # 1.0.0-alpha-225
355
+
356
+ - Appearance css moved to assets
357
+
358
+ # 1.0.0-alpha-224
359
+
360
+ - css color variable updation
361
+
362
+ # 1.0.0-alpha-223
363
+
364
+ - bg,shadow,text,border based variables removed and renamed.
365
+
366
+ # 1.0.0-alpha-222
367
+
368
+ - Tabs=> isResponsive condition handled properly
369
+ - Select, MultiSelect => on press tab, choose selected value then move focus to next focuable element flow implemented
370
+
371
+ # 1.0.0-alpha-221
372
+
373
+ - blueDefaultTheme & blueDarkTheme class name added in Blue CTATheme & ComponentTheme files
374
+
375
+ # 1.0.0-alpha-220
376
+
377
+ - Tooltip Delay Controlled to Improve Perf
378
+
379
+ # 1.0.0-alpha-219
380
+
381
+ - ContextOptimizer => ShallowEqal function issue solved
382
+
383
+ # 1.0.0-alpha-218
384
+
385
+ - Select => Custom props undefined issue solved
386
+
387
+ # 1.0.0-alpha-217
388
+
389
+ - TextBox, Multiselect, Tag missing dark palette variables moved under Themes folder file
390
+
391
+ # 1.0.0-alpha-216
392
+
393
+ - Select component -> customProps added -> TextBoxProps ,DropdownSearchTextBoxProps, listItemProps added
394
+ - Suggestions component -> customProps added -> listItemProps
395
+ - TextBox component -> customProps added
396
+ - TextBoxIcon component -> customProps added -> TextBoxProps
397
+
398
+ # 1.0.0-alpha-215
399
+
400
+ - Select Search Regex Changed to Lowercase
401
+
402
+ # 1.0.0-alpha-214
403
+
404
+ - Avatar, Label, Tag, Dropdown, ListItem, Multiselect missing dark palette variables moved under Themes folder files
405
+
406
+ # 1.0.0-alpha-213
407
+
408
+ - AnimationVariable File import removed
409
+
410
+ # 1.0.0-alpha-212
411
+
412
+ - Stencils => Converted to Pure Component
413
+
414
+ # 1.0.0-alpha-211
415
+
416
+ - Lato font reference changed from local to Zoho URL(web fonts)
417
+
418
+ # 1.0.0-alpha-210
419
+
420
+ - Published but some issues are there
421
+
422
+ # 1.0.0-alpha-209
423
+
424
+ - Config => isReducedMotion, direction added
425
+ - LibraryContext => added
426
+ - transition variable implemented in all css
427
+
428
+ # 1.0.0-alpha-208
429
+
430
+ - Select, AdvancedGroupMultiSelect, MultiSelect => search space issue solved
431
+ - Common => getSearchString fn added,
432
+ - Tabs => MoreButtonProps added in customProps
433
+ - Tab => customProps added
434
+
435
+ # 1.0.0-alpha-207
436
+
437
+ - Popup => PreventDefault On RemoveClose Removed
438
+ - Tabs => getCustomDropBoxHeaderPlaceHolder props added
439
+
440
+ # 1.0.0-alpha-206
441
+
442
+ - LableColor Css File Separated
443
+ - Select, TextBox,MultiSelect,AdvancedMultiSelect => on focusing input preventScroll disabled.
444
+ - ResizeComponent Added
445
+
446
+ # 1.0.0-alpha-205
447
+
448
+ - MultiSelect => lowBandwidth Force Apicall issue fixed
449
+
450
+ # 1.0.0-alpha-204
451
+
452
+ - CTA alpha color value changed
453
+
454
+ # 1.0.0-alpha-203
455
+
456
+ - Default mode CTA grey color value changed
457
+
458
+ # 1.0.0-alpha-202
459
+
460
+ - MultiSelect - scroll top issue fix
461
+
462
+ # 1.0.0-alpha-201
463
+
464
+ - AccordionItem - innerclass prop has been added.
465
+
466
+ # 1.0.0-alpha-200
467
+
468
+ - Responsive Sender Receiver Performance Improvement
469
+
470
+ # 1.0.0-alpha-199
471
+
472
+ - Font size variable fixed for missed place
473
+
474
+ # 1.0.0-alpha-198
475
+
476
+ - Date Component optimization
477
+
478
+ # 1.0.0-alpha-197
479
+
480
+ - Card => isPercentageScroll prop added, scrollFetchLimit config implemented
481
+ - Tabs => customProps Prop added
482
+
483
+ # 1.0.0-alpha-196
484
+
485
+ - AdvancedMultiSelect => SelectedOptionsLimti old and new comparsion based rerender update
486
+
487
+ # 1.0.0-alpha-195
488
+
489
+ - ZIndex Number Counter Issue solved
490
+
491
+ # 1.0.0-alpha-194
492
+
493
+ - Tab => css modified position correction and mousedown issue fixed
494
+ - fitContWidth,fitContHeight class added in common
495
+ - propType Declaration fixes
496
+
497
+ # 1.0.0-alpha-193
498
+
499
+ - VelocityAnimation => slideLeft animation added
500
+ - Tabs => containerClass prop added
501
+
502
+ # 1.0.0-alpha-192
503
+
504
+ - CTA gray based color changes
505
+
506
+ # 1.0.0-alpha-191
507
+
508
+ - CustomScroll Color Fixes
509
+
510
+ # 1.0.0-alpha-190
511
+
512
+ - DarkMode => input placeholder color changed
513
+
514
+ # 1.0.0-alpha-189
515
+
516
+ - DropBox => Calculation Based Performance improvement
517
+ - Popup => Popup WitthIn Popup Body Focus Issue Solved
518
+
519
+ # 1.0.0-alpha-188
520
+
521
+ - Popup => popup within popup open body click issue fixed
522
+
523
+ # 1.0.0-alpha-187
524
+
525
+ - Popup => popupGroup empty array check added
526
+
527
+ # 1.0.0-alpha-186
528
+
529
+ - MultiSelect - children render place changed
530
+
531
+ # 1.0.0-alpha-185
532
+
533
+ - DropBox => Toggle Position Issue Solved For Left Right Padding Calculation
534
+
535
+ # 1.0.0-alpha-184
536
+
537
+ - Palette-Based Folder Structure Changed.
538
+ - data-theme changed to data-mode
539
+ - data-palette changed to data-theme
540
+
541
+ # 1.0.0-alpha-183
542
+
543
+ - AppContainer => dataThemeAttr,dataTheme prop removed. instead customProps prop added
544
+ - Palette Based Color System Implemented
545
+
546
+ # 1.0.0-alpha-182
547
+
548
+ - DateComponent => Safari Browser Focus Selection Issue Fixed
549
+
550
+ # 1.0.0-alpha-181
551
+
552
+ - MultiSelect , AdvancedMultiSelect => selection reorder issue fixed
553
+ - Avatar, AvatarTeam, Checkbox, ListItem, Switch => customProps Added
554
+
555
+ # 1.0.0-alpha-180
556
+
557
+ - Tab => Rtl Fix
558
+ - Config => idCounter, ZindexCounter, IdPrefix Added, Intial Zindex Increased to 3
559
+
560
+ # 1.0.0-alpha-179
561
+
562
+ - DateWidget => 24 hours HH caps placeholder issue solved
563
+
564
+ # 1.0.0-alpha-178
565
+
566
+ - MultiSelect => getFooter prop added
567
+ - AdvancedMultiSelect => getFooter prop added
568
+
569
+ # 1.0.0-alpha-177
570
+
571
+ - DateWidget - PlaceHolder Lower Case Issue Solved
572
+ - Tab - Hook Callback Issue Fixed
573
+ - MultiSelect Empty Array Fix
574
+
575
+ # 1.0.0-alpha-176
576
+
577
+ - DateWidget - isHideCurrentYear,onBlur,onFocus prop added
578
+
579
+ # 1.0.0-alpha-175
580
+
581
+ - DateTime,DateWidget - is24Hour prop added
582
+ - DateTime => isDefaultPosition prop added
583
+ - Responsive Observer Performance Issue Fixed
584
+
585
+ # 1.0.0-alpha-174
586
+
587
+ - CheckBox - isClipped Prop added
588
+
589
+ # 1.0.0-alpha-173
590
+
591
+ - code-based issue fixed ( const to let)
592
+
593
+ # 1.0.0-alpha-172
594
+
595
+ - TextBoxIcon/TextBoxIcon.js
596
+ => onClearMouseDown prop support
597
+ - MultiSelect, MultiSelectWithAvatar,AdvancedMultiSelect => disabledOptions prop supported
598
+
599
+ # 1.0.0-alpha-171
600
+
601
+ - Dropbox => mobileWidth Configuration Hook given
602
+
603
+ # 1.0.0-alpha-170
604
+
605
+ - MultiSelectWithAvatar => isSearchClearOnSelect prop added
606
+ - DropBox => customStyle prop added
607
+ - DropDownHeading => tabIndex removed
608
+
609
+ # 1.0.0-alpha-169
610
+
611
+ - DateWidget => iconOnHover added and autoComplete disabled
612
+ - AdvancedGroupMultiSelect => autoComplete disabled
613
+ - AdvancedMultiSelect => autoComplete disabled
614
+ - MultiSelect => autoComplete disabled
615
+ - MultiSelectWithAvatar => isBoxPaddingNeed prop added
616
+ - GroupSelect => iconOnHover prop added and tab focus issue solved
617
+ - Select => iconOnHover prop added and tab focus issue solved
618
+ - SelectWithAvatar => autoComplete disabled
619
+ - SelectWithIcon => autoComplete disabled
620
+ - TextBox => isFocus prop added
621
+ - TextBoxIcon => isFocus,iconOnHover prop added
622
+
623
+ # 1.0.0-alpha-168
624
+
625
+ - DropBox Duplicate Portal removed
626
+
627
+ # 1.0.0-alpha-167
628
+
629
+ - DropBox - responsive ui fixes , isRestrictScroll,needAutoZindex prop added, needResponsive default value changed to true
630
+ - Popup - customOrder prop added
631
+ - ListItemWithAvatar => tick icon padding issue solved
632
+
633
+ # 1.0.0-alpha-166
634
+
635
+ - Tab => Border Calculation Issue Fixed
636
+ - Tooltip => Position Issue Fixed
637
+
638
+ # 1.0.0-alpha-165
639
+
640
+ - Select -> onFocus Prop Added
641
+ - Tab -> titlePosition prop added for tooltip
642
+
643
+ # 1.0.0-alpha-164
644
+
645
+ - Fixed Tab highlight issue.
646
+
647
+ # 1.0.0-alpha-163
648
+
649
+ - Fixed the bug to recalculate dimension if tab id changed
650
+
651
+ # 1.0.0-alpha-162
652
+
653
+ - Performance Changes added in Tab , Tooltip Components
654
+ - MultiSelect, MultiSelectWithAvatar => customChildrenClass prop Added and TextBox component replaced with TextBoxWithIcon component
655
+
656
+ # 1.0.0-alpha-161
657
+
658
+ - Proxima Font Removed and Lato Font Added
659
+
660
+ # 1.0.0-alpha-159
661
+
662
+ - MultiSelect,MultiSelectWithAvatar,AdvancedGroupMultiSelect,AdvancedMultiSelect - isSearchClearOnSelect default Prop changed as true
663
+ - Tooltip Box Layout Position Issue Fixed
664
+ - autoTabIndex prop removed in listitem component groups
665
+
666
+ # 1.0.0-alpha-158
667
+
668
+ - ListItem => dataId Fix
669
+ - MultiSelect => Bg color fix
670
+
671
+ # 1.0.0-alpha-157
672
+
673
+ - RippleEffect => needBorder prop added
674
+ - Select => Children Prop added
675
+ - MultiSelect,MultiSelectWithAvatar,AdvancedGroupMultiSelect,AdvancedMultiSelect - isSearchClearOnSelect prop added
676
+ - ListItem,ListItemWithIcon,ListItemWithAvatar => dataId added for tickIcon
677
+
678
+ # 1.0.0-alpha-156
679
+
680
+ - A11y Changes
681
+
682
+ # 1.0.0-alpha-156
683
+
684
+ - Dark Theme Changes
685
+
686
+ # 1.0.0-alpha-155
687
+
688
+ - Tooltip DarkMode Theme Css Added
689
+
690
+ # 1.0.0-alpha-154
691
+
692
+ - isDarkMode based props removed for all components
693
+ - AppContainer => Tooltip moved from Container Html
694
+
695
+ # 1.0.0-alpha-153
696
+
697
+ - ListItem => text-decoration fixed
698
+ - AdvancedGroupMultiSelect => isGroupMultiSelect prop removed
699
+ - AdvancedMultiSelect => isGroupMultiSelect removed, isBoxPaddingNeed added
700
+ - MultiSelectHeader => isGroupMultiSelect removed
701
+
702
+ # 1.0.0-alpha-152
703
+
704
+ - A11y Changes
705
+ - Theme Primary Colors Added
706
+
707
+ # 1.0.0-alpha-150
708
+
709
+ - Label => dark palette added
710
+ - TextBox => light variant added
711
+
712
+ # 1.0.0-alpha-149
713
+
714
+ - Avatar,AvatarTeam =>borderOnActive,borderOnHover prop added
715
+ - Tab - text decoration added
716
+ - Semantic Button Css fixed
717
+
718
+ # 1.0.0-alpha-148
719
+
720
+ - Tag => max-width 100% added
721
+ - Theme Changes in => DateTime,Tabs,AdvancedMultiSelect,RippleEffect
722
+
723
+ # 1.0.0-alpha-147
724
+
725
+ - currentScreenSize returned from Responsive Receiver
726
+ - sticky class added in common.module.css
727
+ - --zdt prefix added for theme variables
728
+
729
+ # 1.0.0-alpha-146
730
+
731
+ - ListItem => dataId fixes
732
+ - Tag => dataId issue Fixed
733
+ - DropBox => RTL fixes
734
+ - VelocityAnimation => RTL fixes
735
+
736
+ # 1.0.0-alpha-145
737
+
738
+ - TextBoxIcon Clear Icon Color Fix
739
+
740
+ # 1.0.0-alpha-144
741
+
742
+ - PortalLayer Moved to deprecated folder
743
+ - A11y Id Added For Select, MultiSelect Based Components
744
+ - Semantic Button Default Font and Padding Resetted.
745
+ - LisItem - dataId setted default
746
+
747
+ - DropDown
748
+ - DropDownHeading - Added customClass props
749
+ - DropDownItem - Added customClass props
750
+ - DropDownSearch - Added customClass
751
+ - DropDownSeparator - Added customClass props
752
+ - Radio - Added customClass
753
+ - ListItem
754
+ - ListItem - Removed customClass props and Added customClass object
755
+ - ListItemWithAvatar - Added customClass
756
+ - ListItemWithCheckBox - Added customClass
757
+ - ListItemWIthIcon - Added customClass
758
+ - ListItemWithRadio - Added customClass
759
+ - Ribbon - Added customClass props
760
+ - Stencils - Added customClass props
761
+ - Switch - Added customClass
762
+ - TextBoxIcon - Removed className props and Added customClass
763
+ - Textarea - Removed className props and Added customClass props
764
+ - Tooltip - No customClass. Just declared variables for Theme mode
765
+
766
+ # 1.0.0-alpha-143
767
+
768
+ - Issue fix in displaying Avatar Initial when 'name' prop has trailing space.
769
+
770
+ # 1.0.0-alpha-142
771
+
772
+ - Theme Based Changes(Variable changes no Impacts)
773
+
774
+ # 1.0.0-alpha-141
775
+
776
+ - Tab => keyboardprevent(ctrl,shift,alt) for link case
777
+ - Appcontainer => dataThemeAttr added
778
+ - ListItem => isDarkMode prop added
779
+
780
+ # 1.0.0-alpha-140
781
+
782
+ - DropBox -> PortalLayer changed to Modal
783
+
784
+ # 1.0.0-alpha-139
785
+
786
+ - DateTime => i18keys supported
787
+ - variable name changes
788
+
789
+ # 1.0.0-alpha-138
790
+
791
+ - - Avatar - Removed customTextClass and added customClass props
792
+ - - AvatarTeam - Removed customTextClass and added customClass
793
+ - - Button - Removed className and added customClass
794
+ - - Buttongroup - Added customClass props
795
+ - - Card, CardHeader, CardContent, CardFooter - Removed className and added customClass props in Card, CardHeader, CardContent, CardFooter
796
+ - - CheckBox - Added customClass
797
+ - - DropBox - Removed className and added customClass
798
+ - - Label - Added customClass props
799
+ - - Tag - Removed className and added customClass
800
+ - - TextBox - Removed className and added customClass props
801
+ - - AppContainer - dataTheme Prop added
802
+
803
+ # 1.0.0-alpha-137
804
+
805
+ - ally Fixes
806
+ - htmlId prop added in the select component
807
+ - AdvancedGroupMultiSelect => scroll fetch issue fix
808
+
809
+ # 1.0.0-alpha-136
810
+
811
+ - removed dataIdNoOptnsMsg from GroupSelect
812
+ - i18keys props renamed to i18nKeys
813
+ - clearTitle prop removed from MultiSelect, MultiSelectAvatar, AdvancedMultiSelect, AdvancedGroupMultiSelect
814
+ - Textare => default font fix
815
+ - CalenderView => dataId changed for invalidDate as invalidDate
816
+ - DatePicker limit changed to 1850 - 9999
817
+
818
+ # 1.0.0-alpha-135
819
+
820
+ - Avatar alternateSrc supported
821
+
822
+ # 1.0.0-alpha-134
823
+
824
+ - Reset Code Splitting
825
+
826
+ # 1.0.0-alpha-133
827
+
828
+ - AdvancedGroupMultiSelect => isPadding Prop added
829
+
830
+ # 1.0.0-alpha-132
831
+
832
+ - htmlId prop given in TextBox , Textboxwithicon, Textarea
833
+ - CssProvider Changes
834
+
835
+ # 1.0.0-alpha-131
836
+
837
+ - Removed isLicenseSuccess and i18n in Label
838
+ - name Prop changed to htmlFor in Label
839
+ - title prop added in DropDownHeading
840
+
841
+ # 1.0.0-alpha-130
842
+
843
+ - Added 'isLicenseSuccess' props in 'ListItemWithIcon' component
844
+
845
+ # 1.0.0-alpha-129
846
+
847
+ - DropBox className Fix
848
+
849
+ # 1.0.0-alpha-128
850
+
851
+ - DateComponent => isEditable added
852
+
853
+ # 1.0.0-alpha-127
854
+
855
+ - DateComponent => error through fix
856
+
857
+ # 1.0.0-alpha-126
858
+
859
+ - AllY implementation for the button, textbox
860
+ - Semantic button added
861
+
862
+ # 1.0.0-alpha-125
863
+
864
+ - fize => font_sizevariable replaced
865
+ - Tab => moreiconActiveClass
866
+
867
+ # 1.0.0-alpha-124
868
+
869
+ - size => fsize
870
+
871
+ # 1.0.0-alpha-123
872
+
873
+ - Appcontainer RemFontVariable added
874
+
875
+ # 1.0.0-alpha-122
876
+
877
+ - Tag default bg color Changed
878
+ - AvatarTeam background color removed
879
+
880
+ # 1.0.0-alpha-121
881
+
882
+ - Dropbox shadow changed
883
+
884
+ # 1.0.0-alpha-120
885
+
886
+ - Reponsive Render Fixes
887
+ - DropBoxBorder Removed
888
+
889
+ # 1.0.0-alpha-119
890
+
891
+ - DateTime component Fix
892
+
893
+ # 1.0.0-alpha-118
894
+
895
+ - CustomResponsive Added
896
+
897
+ # 1.0.0-alpha-117
898
+
899
+ - DateTime Placeholder Selection Fix For Firefox
900
+
901
+ # 1.0.0-alpha-116
902
+
903
+ - DateTime Component Issue Fix , Row Fix, YearView Fix
904
+ - DateTime => i18keys prop added
905
+ - TextBoxWithIcon => children prop Parent Changed to Box
906
+
907
+ # 1.0.0-alpha-115
908
+
909
+ - DropBox => isDarkMode added
910
+ - DropDownHeading => isDarkMode added
911
+ - ListItem => palette dark added
912
+ - ListItemWithAvatar => isDarkMode,avatarPalette added
913
+ - EmptyState => isDarkMode added
914
+ - MultiSelect => isDarkMode,palette added
915
+ - MultiSelectWithAvatar => isDarkMode,palette added
916
+ - SelectedOptions => isDarkMode added
917
+ - Suggestions => isDarkMode, palette added
918
+ - Stencils => dark palette added
919
+ - Tag => isDarkMode prop added
920
+
921
+ # 1.0.0-alpha-114
922
+
923
+ - Tab iconSize Prop Added
924
+
925
+ # 1.0.0-alpha-113
926
+
927
+ - DateTime => isPadding prop added
928
+ - common diabled opacity changed to 0.5
929
+ - MultiSelect => isBoxPaddingNeed needa prop added
930
+ - DropBox => isBoxPaddingNeed prop added
931
+ - RippleEffect => primaryDark palette added
932
+
933
+ # 1.0.0-alpha-112
934
+
935
+ - Card scroll issue fix
936
+
937
+ # 1.0.0-alpha-111
938
+
939
+ - AdvancedGroupMultiSelect => children,getFooter, customClass added , Loader Handled
940
+ - GroupSelect => children, getFooter added
941
+ - Svg package Added
942
+ - RippleEffect => before zindex removed
943
+ - Container , Box Performance Fix
944
+ - Card ReRender Fix
945
+
946
+ # 1.0.0-alpha-110
947
+
948
+ - MultiSelect DataId Fix
949
+ - ToolTip Fix
950
+ - RippleEffect Added
951
+
952
+ # 1.0.0-alpha-109
953
+
954
+ - MultiSelect Data-Id fix
955
+ - Peer Dependencies Added
956
+
957
+ # 1.0.0-alpha-108
958
+
959
+ - Disabling internal state support for Accordion.
960
+ - Adding 'equalityCheck' function support for AccordionItem.
961
+
962
+ # 1.0.0-alpha-107
963
+
964
+ - Adding onScroll support for TabContentWrapper component
965
+
966
+ # 1.0.0-alpha-106
967
+
968
+ - Package Update
969
+
970
+ # 1.0.0-alpha-105
971
+
972
+ - icon, variable version update
973
+ - radio,checkbox,switch accessiblity changes => data-checked removed
974
+ - semantic button added
975
+
976
+ # 1.0.0-alpha-104
977
+
978
+ - Dropbox => isBoxPaddingNeed,isPadding Added
979
+
980
+ # 1.0.0-alpha-103
981
+
982
+ - Tag Flat Removed
983
+
984
+ # 1.0.0-alpha-102
985
+
986
+ - ListItemWithAvatar => avatarPalette added
987
+ - AdvancedGroupMultiSelect => needBorder added
988
+ - AdvancedMultiSelect => needBorder added
989
+ - Suggestions => avatarPalette added
990
+ - SelectWithAvatar => onRemove,avatarPalette,tagSize,groupName added
991
+ - Tag => avatarPalette added
992
+
993
+ # 1.0.0-alpha-101
994
+
995
+ - PortalLayer Fix Zindex
996
+
997
+ # 1.0.0-alpha-100
998
+
999
+ - Listitem Data-selected attr added, tabIndex Fixed
1000
+
1001
+ # 1.0.0-alpha-99
1002
+
1003
+ - Tab Click Fixed
1004
+
1005
+ # 1.0.0-alpha-98
1006
+
1007
+ - Modal Zindex issue fixed
1008
+ - Tabs OnmouseDown Implement
1009
+
1010
+ # 1.0.0-alpha-97
1011
+
1012
+ - MultiSelect Issue Fix
1013
+
1014
+ # 1.0.0-alpha-96
1015
+
1016
+ - Tootltip Update
1017
+ - Avatar -> textPalette,customTextClass added - font-family light removed
1018
+ - AvatarTeam -> textPalette,customTextClass added
1019
+
1020
+ # 1.0.0-alpha-95
1021
+
1022
+ - Icon Package Update
1023
+
1024
+ # 1.0.0-alpha-94
1025
+
1026
+ - Tab Mapping Fix
1027
+
1028
+ # 1.0.0-alpha-93
1029
+
1030
+ - Tab Fixes
1031
+
1032
+ # 1.0.0-alpha-92
1033
+
1034
+ - Tab Custom Element Fix
1035
+ - Avatar xlarge size changes
1036
+
1037
+ # 1.0.0-alpha-91
1038
+
1039
+ - Tab Click Prevent Fix
1040
+
1041
+ # 1.0.0-alpha-90
1042
+
1043
+ - Switch,CheckBox,Radio => data-checked added
1044
+ - Tab Resize Issue Solved, setTitleForMoreOptions added for vertical, a11y tags added , gamma and zeta palatte removed
1045
+ - ListItem TaBIndex Added
1046
+
1047
+ # 1.0.0-alpha-89
1048
+
1049
+ - Tooltip Change
1050
+ - Icon Version Update
1051
+ - For MultiSelect Based Components clearTitle prop Added
1052
+ - tooltip added in Tag Component
1053
+
1054
+ # 1.0.0-alpha-88
1055
+
1056
+ - Datewidget/Datetime tested and docs update with @zohodesk/datetimejs package
1057
+
1058
+ # 1.0.0-alpha-87
1059
+
1060
+ - Date Component TimeZone Fix
1061
+ - Unwanted Functions Removed from utils/Common
1062
+
1063
+ # 1.0.0-alpha-86
1064
+
1065
+ - Tooltip UI Updated
1066
+ - DropDownFooter,DropDownHeader,DropDownMenu,SimpleDropdown Deleted
1067
+ - DropDownHeading => children and customClass Added
1068
+ - AdvancedGroupMultiSelect -> search fix
1069
+ - MultiSelect -> search clear fix
1070
+ - GroupSelect -> Keydown Fix
1071
+
1072
+ # 1.0.0-alpha-85
1073
+
1074
+ - Datetime/DateWidget Component changes from @zohodesk/datetimejs package
1075
+
1076
+ # 1.0.0-alpha-84
1077
+
1078
+ - ListItemWiithIcon Data-Id Fix
1079
+
1080
+ # 1.0.0-alpha-83
1081
+
1082
+ - CheckBox Prop Fix Update activeStyle added
1083
+
1084
+ # 1.0.0-alpha-82
1085
+
1086
+ - DateTime, DateWidget Changes => date return object Fix
1087
+ - autoFocus prop added in Textarea component
1088
+
1089
+ # 1.0.0-alpha-81
1090
+
1091
+ - variant - secondary type removed in a Label component
1092
+ - customClass Added For Label component
1093
+ - Radio, CheckBox SVG Updated, and Palette Danger Added, isFilled Added For Transparent BG
1094
+ - MultiSelect Avatar DataId Changes
1095
+
1096
+ # 1.0.0-alpha-80
1097
+
1098
+ - data-dottedTitle added for Tooltip
1099
+
1100
+ # 1.0.0-alpha-79
1101
+
1102
+ - Tag danger, default color changed to dot_bg_hawkesBlue
1103
+ - MultiSelectWithAvatar size prop passed for tags Parent
1104
+
1105
+ # 1.0.0-alpha-78
1106
+
1107
+ - isAbsolute,isAnimate,needAction,boxSize,className,innerClass prop added in DateTime
1108
+ - needBorder prop added in CalendarView
1109
+ - isAbsolutePositioningNeeded prop fixed in dropbox
1110
+ - Timezone Day light savings offset calculation fix in Date Components
1111
+ - isSearchClearOnClose props added for Select Based components
1112
+ - Radio line-heignt fix
1113
+
1114
+ # 1.0.0-alpha-77
1115
+
1116
+ - TestCase Fix
1117
+
1118
+ # 1.0.0-alpha-76
1119
+
1120
+ - ResizeObserver Implementation
1121
+
1122
+ # 1.0.0-alpha-75
1123
+
1124
+ - Select children prop undefined issue fix
1125
+
1126
+ # 1.0.0-alpha-74
1127
+
1128
+ - SelectWithIcon Component Added
1129
+ - getChildren,getFooter,getCustomEmptyState feature added in Select Component
1130
+
1131
+ # 1.0.0-alpha-73
1132
+
1133
+ - Appcontainer eleRef Supported
1134
+ - Responsive TouchDevice Fix
1135
+ - Stencils color Update
1136
+
1137
+ # 1.0.0-alpha-72
1138
+
1139
+ - BaseLine Added in Layout
1140
+ - hide added in CssProvider
1141
+
1142
+ # 1.0.0-alpha-71
1143
+
1144
+ - disableTitle and needAvatarTitle Added For List Items
1145
+ - Avatar Team Title Fix
1146
+
1147
+ # 1.0.0-alpha-70
1148
+
1149
+ - Leap Year Date Component Fix
1150
+ - Card Shrink issue Fix
1151
+
1152
+ # 1.0.0-alpha-69
1153
+
1154
+ - Exporting RefElement component from PortalLayer component
1155
+
1156
+ # 1.0.0-alpha-68
1157
+
1158
+ - Tab Width Calculation fix, Dotted Fix
1159
+ - SelectWithAvatar Fix
1160
+ - Select Fix
1161
+ - MultiSelect disableAction Fix
1162
+ - Variable Update
1163
+
1164
+ # 1.0.0-alpha-67
1165
+
1166
+ - Adding TourId and isAbsolutePositioningNeeded key in DropBox
1167
+ - Adding TourId in Box, Container, and Tab components
1168
+
1169
+ # 1.0.0-alpha-66
1170
+
1171
+ - Snap Update
1172
+
1173
+ # 1.0.0-alpha-65
1174
+
1175
+ - isDisabled, Readonly Unified in all Form Components
1176
+ - Date Dropdown => Select List Border Fix
1177
+ - Unified All Fields
1178
+
1179
+ # 1.0.0-alpha-64
1180
+
1181
+ - isDisabled Option added for List Item Based Atoms
1182
+ - needBorder and disableAction Option added for MultiSelect
1183
+ - Select BoxSize Added for DropBox
1184
+
1185
+ # 1.0.0-alpha-62
1186
+
1187
+ - Switch Title Issue Fixed
1188
+
1189
+ # 1.0.0-alpha-61
1190
+
1191
+ - Tab Click Issue Fixed
1192
+
1193
+ # 1.0.0-alpha-60
1194
+
1195
+ - Button Title Added
1196
+ - Tab Disabled Added
1197
+ - Tooltip Fix
1198
+
1199
+ # 1.0.0-alpha-59
1200
+
1201
+ - AppContainer Added
1202
+
1203
+ # 1.0.0-alpha-58
1204
+
1205
+ - Tag Line Height Issue Fixed
1206
+ - Advanced MultiSelect Event Passed in Argument
1207
+
1208
+ # 1.0.0-alpha-57
1209
+
1210
+ - Base Font Version 3 Updated
1211
+ - Advanced Group Multi-Select Added
1212
+
1213
+ # 1.0.0-alpha-56
1214
+
1215
+ - Accordion unMount Added
1216
+ - Icon Package Updated
1217
+ - Velocity Docs Added
1218
+
1219
+ # 1.0.0-alpha-55
1220
+
1221
+ - Tab Dot Color Convert
1222
+
1223
+ # 1.0.0-alpha-54
1224
+
1225
+ - GroupSelect Unlimited Scroll Fix
1226
+ - Dropdown Header Css After 1px Fix
1227
+
1228
+ # 1.0.0-alpha-53
1229
+
1230
+ - CustomScroll Make Optional
1231
+ - Reset Code Implemented in Portal
1232
+ - Icon Line-Height Remove
1233
+ - New Reports Icons Added
1234
+
1235
+ # 1.0.0-alpha-52
1236
+
1237
+ - Advance Multi-Select Added
1238
+
1239
+ # 1.0.0-alpha-51
1240
+
1241
+ - Docs Run Path Issue Fix
1242
+
1243
+ # 1.0.0-alpha-50
1244
+
1245
+ - VelocityAnimation Added
1246
+
1247
+ # 1.0.0-alpha-49
1248
+
1249
+ - Radio Test Cases Fixed
1250
+
1251
+ # 1.0.0-alpha-48
1252
+
1253
+ - TimeZone Added in DateTime and DateWidget
1254
+ - Radio DataId Fix
1255
+
1256
+ # 1.0.0-alpha-47
1257
+
1258
+ - DateTime Component needDefaultTime Prop Fix
1259
+ - Dot Variables Updated
1260
+ - For All ListItem Based IsTick Prop Removed
1261
+ - ResponsiveBox and ResponsiveContainer Removed
1262
+ - MultiSelect Fragment Implemented
1263
+
1264
+ # 1.0.0-alpha-46
1265
+
1266
+ - ReadMe Files Removed
1267
+ - Style Order Fixed
1268
+
1269
+ # 1.0.0-alpha-45
1270
+
1271
+ - Button RTL Issue Resolved
1272
+ - Unwanted Files Removed
1273
+ - Responsive Component Verified
1274
+
1275
+ # 1.0.0-alpha-44
1276
+
1277
+ - FontIcons and Variables Reverted.
1278
+
1279
+ # 1.0.0-alpha-43
1280
+
1281
+ - RTL Implemented.