@zohodesk/components 1.0.0-temp-55 → 1.0.0-temp-56

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