@zohodesk/components 1.0.0-temp-129 → 1.0.0-temp-131

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