@zohodesk/components 1.0.0-alpha-268 → 1.0.0-alpha-270

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