@zohodesk/components 1.1.1 → 1.2.0

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