@zohodesk/components 1.0.0-temp-62 → 1.0.0-temp-237

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