@zohodesk/components 1.0.0-temp-149 → 1.0.0-temp-150

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