@zohodesk/components 1.0.0-temp-58 → 1.0.0-temp-61

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