@zohodesk/components 1.0.0-temp-114 → 1.0.0-temp-116

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