@zohodesk/components 1.0.0-temp-180 → 1.0.0-temp-181

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