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

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