@zohodesk/dot 1.0.0-temp-76 → 1.0.0-temp-79

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 (275) hide show
  1. package/README.md +1086 -1075
  2. package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +533 -0
  3. package/assets/Appearance/pureDark/themes/blue/bluePureDarkDotTheme.module.css +16 -0
  4. package/assets/Appearance/pureDark/themes/green/greenPureDarkDotTheme.module.css +16 -0
  5. package/assets/Appearance/pureDark/themes/orange/orangePureDarkDotTheme.module.css +16 -0
  6. package/assets/Appearance/pureDark/themes/red/redPureDarkDotTheme.module.css +16 -0
  7. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkDotTheme.module.css +16 -0
  8. package/dubFinder.js +96 -96
  9. package/es/ActionButton/ActionButton.module.css +136 -136
  10. package/es/AlphabeticList/AlphabeticList.module.css +57 -57
  11. package/es/Attachment/Attachment.module.css +132 -132
  12. package/es/AttachmentViewer/AttachmentViewer.module.css +346 -346
  13. package/es/ChannelIcon/ChannelIcon.module.css +217 -217
  14. package/es/Drawer/Drawer.js +0 -0
  15. package/es/Drawer/Drawer.module.css +151 -151
  16. package/es/ExternalLink/ExternalLink.js +0 -0
  17. package/es/ExternalLink/ExternalLink.module.css +3 -3
  18. package/es/ExternalLink/__tests__/ExternalLink.spec.js +0 -0
  19. package/es/FlipCard/FlipCard.module.css +44 -44
  20. package/es/FormAction/FormAction.module.css +82 -82
  21. package/es/FreezeLayer/FreezeLayer.js +3 -6
  22. package/es/FreezeLayer/FreezeLayer.module.css +42 -42
  23. package/es/IconButton/IconButton.module.css +22 -22
  24. package/es/Image/Image.module.css +10 -10
  25. package/es/ImportantNotes/ImportantNotes.module.css +20 -20
  26. package/es/Link/Link.js +0 -0
  27. package/es/Link/Link.module.css +3 -3
  28. package/es/Loader/Loader.module.css +46 -46
  29. package/es/Message/Message.module.css +102 -102
  30. package/es/MessageBanner/MessageBanner.module.css +46 -46
  31. package/es/NewStar/NewStar.module.css +110 -110
  32. package/es/PlusIcon/PlusIcon.js +0 -0
  33. package/es/PlusIcon/PlusIcon.module.css +16 -16
  34. package/es/Provider.js +88 -35
  35. package/es/ToastMessage/ToastMessage.js +0 -0
  36. package/es/ToastMessage/ToastMessage.module.css +328 -328
  37. package/es/Upload/Upload.module.css +125 -125
  38. package/es/alert/AlertHeader/AlertHeader.module.css +80 -80
  39. package/es/alert/AlertLookup/AlertLookup.module.css +26 -26
  40. package/es/avatar/AvatarClose/AvatarClose.module.css +37 -37
  41. package/es/avatar/AvatarCollision/AvatarCollision.module.css +69 -69
  42. package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  43. package/es/avatar/AvatarStatus/AvatarStatus.js +0 -0
  44. package/es/avatar/AvatarStatus/AvatarStatus.module.css +146 -146
  45. package/es/avatar/AvatarThread/AvatarThread.module.css +163 -163
  46. package/es/avatar/AvatarUser/AvatarUser.js +0 -0
  47. package/es/avatar/AvatarUser/AvatarUser.module.css +171 -171
  48. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +23 -23
  49. package/es/common/dot_animation.module.css +26 -26
  50. package/es/common/dot_common.module.css +3 -3
  51. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +55 -55
  52. package/es/{utils → deprecated/utils}/KeyboardApi.js +25 -25
  53. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +97 -97
  54. package/es/emptystate/CommonEmptyState/CommonEmptyState.js +0 -0
  55. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +85 -85
  56. package/es/emptystate/EditionPage/EditionPage.css +43 -43
  57. package/es/errorstate/EmptyStates.module.css +87 -87
  58. package/es/errorstate/Inconvenience/Inconvenience.module.css +7 -7
  59. package/es/errorstate/LinkText/LinkText.module.css +6 -6
  60. package/es/errorstate/NoRequestFound/NoRequestFound.module.css +3 -3
  61. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +34 -34
  62. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +3 -3
  63. package/es/errorstate/UnableToProcess/UnableToProcess.module.css +3 -3
  64. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +3 -3
  65. package/es/errorstate/WillBack/WillBack.module.css +34 -34
  66. package/es/form/fields/CheckBoxField/CheckBoxField.js +0 -0
  67. package/es/form/fields/Fields.module.css +183 -183
  68. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +9 -4
  69. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +107 -107
  70. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +9 -9
  71. package/es/form/fields/TextEditor/TextEditor.module.css +666 -666
  72. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +36 -36
  73. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  74. package/es/form/layout/Field/Field.js +0 -0
  75. package/es/form/layout/Field/Field.module.css +22 -22
  76. package/es/form/layout/Section/ModuleFormSection.module.css +3 -3
  77. package/es/form/layout/Section/Section.js +0 -0
  78. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +152 -152
  79. package/es/layout/SubtabLayout/SubtabLayout.module.css +146 -146
  80. package/es/list/AvatarFlip/AvatarFlip.module.css +3 -3
  81. package/es/list/BluePrintStatus/BluePrintStatus.module.css +17 -17
  82. package/es/list/Comment/Comment.module.css +29 -29
  83. package/es/list/DepartmentDropDown/DepartmentDropDown.module.css +9 -9
  84. package/es/list/Dot/Dot.module.css +15 -15
  85. package/es/list/DotNew/DotNew.module.css +22 -22
  86. package/es/list/GridStencils/GridStencils.module.css +158 -156
  87. package/es/list/Icons/Icons.module.css +15 -15
  88. package/es/list/ListLayout/ListLayout.module.css +57 -57
  89. package/es/list/ListStencils/ListStencils.module.css +67 -67
  90. package/es/list/SecondaryText/SecondaryText.module.css +136 -136
  91. package/es/list/SecondaryText/Website.js +0 -0
  92. package/es/list/SecondryPanel/SecondryPanel.js +0 -0
  93. package/es/list/SecondryPanel/SecondryPanel.module.css +5 -5
  94. package/es/list/SentimentStatus/SentimentStatus.module.css +12 -12
  95. package/es/list/Subject/Subject.module.css +27 -27
  96. package/es/list/TagNew/TagNew.module.css +115 -115
  97. package/es/list/Thread/Thread.module.css +42 -42
  98. package/es/list/UserTime/UserTime.module.css +58 -58
  99. package/es/list/listCommon.module.css +60 -60
  100. package/es/list/status/StatusDropdown/StatusDropdown.module.css +89 -89
  101. package/es/list/status/StatusListItem/StatusListItem.js +0 -0
  102. package/es/list/status/StatusListItem/StatusListItem.module.css +104 -104
  103. package/es/lookup/EmptyPage/EmptyPage.js +0 -0
  104. package/es/lookup/EmptyPage/LookupEmptyPage.module.css +12 -12
  105. package/es/lookup/Lookup/Lookup.js +0 -0
  106. package/es/lookup/Lookup/Lookup.module.css +26 -26
  107. package/es/lookup/Section/LookupSection.module.css +8 -8
  108. package/es/lookup/header/Close/LookupClose.module.css +15 -15
  109. package/es/lookup/header/Search/LookupSearch.module.css +57 -57
  110. package/es/lookup/header/TicketHeader/TicketHeader.module.css +22 -22
  111. package/es/lookup/header/Title/LookupTitle.module.css +20 -20
  112. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +50 -50
  113. package/es/lookup/header/lookupHeaderCommon.module.css +41 -41
  114. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +24 -24
  115. package/es/setup/header/Button/HeaderButton.module.css +5 -5
  116. package/es/setup/header/Link/HeaderLink.module.css +21 -21
  117. package/es/setup/header/Search/Search.module.css +68 -68
  118. package/es/setup/header/Views/Views.module.css +37 -37
  119. package/es/setup/helptips/Description/HelpTipsDescription.module.css +6 -6
  120. package/es/setup/helptips/Link/HelpTipsLink.module.css +7 -7
  121. package/es/setup/helptips/Link/Link.js +0 -0
  122. package/es/setup/helptips/ListGroup/ListGroup.module.css +22 -22
  123. package/es/setup/helptips/Title/HelpTipsTitle.module.css +5 -5
  124. package/es/setup/helptips/Title/Title.js +0 -0
  125. package/es/setup/table/TableData/SetupTableData.module.css +44 -44
  126. package/es/setup/table/TableData/Tablehover.module.css +6 -6
  127. package/es/setup/table/TableHead/SetupTableHead.module.css +12 -12
  128. package/es/setup/table/TableRow/SetupTableRow.module.css +14 -14
  129. package/es/setup/table/Text/TableText.module.css +37 -37
  130. package/es/setup/table/Text/Text.js +0 -0
  131. package/es/svg/PlusIcon.js +1 -1
  132. package/es/svg/SnippetIcon.js +2 -2
  133. package/es/version2/AlertClose/AlertClose.module.css +42 -42
  134. package/es/version2/GlobalNotification/GlobalNotification.module.css +124 -124
  135. package/es/version2/alertIcons/AlertIcons.module.css +67 -67
  136. package/es/version2/errorstate/V2_ErrorStates.module.css +46 -46
  137. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +86 -86
  138. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +43 -43
  139. package/es/version2/lookup/alertLookupCommonNew.module.css +32 -32
  140. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +106 -106
  141. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +136 -136
  142. package/lib/ActionButton/ActionButton.module.css +136 -136
  143. package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
  144. package/lib/Attachment/Attachment.module.css +132 -132
  145. package/lib/AttachmentViewer/AttachmentViewer.module.css +346 -346
  146. package/lib/ChannelIcon/ChannelIcon.module.css +217 -217
  147. package/lib/Drawer/Drawer.js +0 -0
  148. package/lib/Drawer/Drawer.module.css +151 -151
  149. package/lib/ExternalLink/ExternalLink.js +0 -0
  150. package/lib/ExternalLink/ExternalLink.module.css +3 -3
  151. package/lib/ExternalLink/__tests__/ExternalLink.spec.js +0 -0
  152. package/lib/FlipCard/FlipCard.module.css +44 -44
  153. package/lib/FormAction/FormAction.module.css +82 -82
  154. package/lib/FreezeLayer/FreezeLayer.js +2 -4
  155. package/lib/FreezeLayer/FreezeLayer.module.css +42 -42
  156. package/lib/IconButton/IconButton.module.css +22 -22
  157. package/lib/Image/Image.module.css +10 -10
  158. package/lib/ImportantNotes/ImportantNotes.module.css +20 -20
  159. package/lib/Link/Link.js +0 -0
  160. package/lib/Link/Link.module.css +3 -3
  161. package/lib/Loader/Loader.module.css +46 -46
  162. package/lib/Message/Message.module.css +102 -102
  163. package/lib/MessageBanner/MessageBanner.module.css +46 -46
  164. package/lib/NewStar/NewStar.module.css +110 -110
  165. package/lib/PlusIcon/PlusIcon.js +0 -0
  166. package/lib/PlusIcon/PlusIcon.module.css +16 -16
  167. package/lib/Provider.js +107 -37
  168. package/lib/ToastMessage/ToastMessage.js +0 -0
  169. package/lib/ToastMessage/ToastMessage.module.css +328 -328
  170. package/lib/Upload/Upload.module.css +125 -125
  171. package/lib/alert/AlertHeader/AlertHeader.module.css +80 -80
  172. package/lib/alert/AlertLookup/AlertLookup.module.css +26 -26
  173. package/lib/avatar/AvatarClose/AvatarClose.module.css +37 -37
  174. package/lib/avatar/AvatarCollision/AvatarCollision.module.css +69 -69
  175. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  176. package/lib/avatar/AvatarStatus/AvatarStatus.js +0 -0
  177. package/lib/avatar/AvatarStatus/AvatarStatus.module.css +146 -146
  178. package/lib/avatar/AvatarThread/AvatarThread.module.css +163 -163
  179. package/lib/avatar/AvatarUser/AvatarUser.js +0 -0
  180. package/lib/avatar/AvatarUser/AvatarUser.module.css +171 -171
  181. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +23 -23
  182. package/lib/common/dot_animation.module.css +26 -26
  183. package/lib/common/dot_common.module.css +3 -3
  184. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +55 -55
  185. package/lib/{utils → deprecated/utils}/KeyboardApi.js +25 -25
  186. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +97 -97
  187. package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +0 -0
  188. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +85 -85
  189. package/lib/emptystate/EditionPage/EditionPage.css +43 -43
  190. package/lib/errorstate/EmptyStates.module.css +87 -87
  191. package/lib/errorstate/Inconvenience/Inconvenience.module.css +7 -7
  192. package/lib/errorstate/LinkText/LinkText.module.css +6 -6
  193. package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +3 -3
  194. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +34 -34
  195. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +3 -3
  196. package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +3 -3
  197. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +3 -3
  198. package/lib/errorstate/WillBack/WillBack.module.css +34 -34
  199. package/lib/form/fields/CheckBoxField/CheckBoxField.js +0 -0
  200. package/lib/form/fields/Fields.module.css +183 -183
  201. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +9 -4
  202. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +107 -107
  203. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +9 -9
  204. package/lib/form/fields/TextEditor/TextEditor.module.css +666 -666
  205. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +36 -36
  206. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  207. package/lib/form/layout/Field/Field.js +0 -0
  208. package/lib/form/layout/Field/Field.module.css +22 -22
  209. package/lib/form/layout/Section/ModuleFormSection.module.css +3 -3
  210. package/lib/form/layout/Section/Section.js +0 -0
  211. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +152 -152
  212. package/lib/layout/SubtabLayout/SubtabLayout.module.css +146 -146
  213. package/lib/list/AvatarFlip/AvatarFlip.module.css +3 -3
  214. package/lib/list/BluePrintStatus/BluePrintStatus.module.css +17 -17
  215. package/lib/list/Comment/Comment.module.css +29 -29
  216. package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +9 -9
  217. package/lib/list/Dot/Dot.module.css +15 -15
  218. package/lib/list/DotNew/DotNew.module.css +22 -22
  219. package/lib/list/GridStencils/GridStencils.module.css +158 -156
  220. package/lib/list/Icons/Icons.module.css +15 -15
  221. package/lib/list/ListLayout/ListLayout.module.css +57 -57
  222. package/lib/list/ListStencils/ListStencils.module.css +67 -67
  223. package/lib/list/SecondaryText/SecondaryText.module.css +136 -136
  224. package/lib/list/SecondaryText/Website.js +0 -0
  225. package/lib/list/SecondryPanel/SecondryPanel.js +0 -0
  226. package/lib/list/SecondryPanel/SecondryPanel.module.css +5 -5
  227. package/lib/list/SentimentStatus/SentimentStatus.module.css +12 -12
  228. package/lib/list/Subject/Subject.module.css +27 -27
  229. package/lib/list/TagNew/TagNew.module.css +115 -115
  230. package/lib/list/Thread/Thread.module.css +42 -42
  231. package/lib/list/UserTime/UserTime.module.css +58 -58
  232. package/lib/list/listCommon.module.css +60 -60
  233. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +89 -89
  234. package/lib/list/status/StatusListItem/StatusListItem.js +0 -0
  235. package/lib/list/status/StatusListItem/StatusListItem.module.css +104 -104
  236. package/lib/lookup/EmptyPage/EmptyPage.js +0 -0
  237. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +12 -12
  238. package/lib/lookup/Lookup/Lookup.js +0 -0
  239. package/lib/lookup/Lookup/Lookup.module.css +26 -26
  240. package/lib/lookup/Section/LookupSection.module.css +8 -8
  241. package/lib/lookup/header/Close/LookupClose.module.css +15 -15
  242. package/lib/lookup/header/Search/LookupSearch.module.css +57 -57
  243. package/lib/lookup/header/TicketHeader/TicketHeader.module.css +22 -22
  244. package/lib/lookup/header/Title/LookupTitle.module.css +20 -20
  245. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +50 -50
  246. package/lib/lookup/header/lookupHeaderCommon.module.css +41 -41
  247. package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +24 -24
  248. package/lib/setup/header/Button/HeaderButton.module.css +5 -5
  249. package/lib/setup/header/Link/HeaderLink.module.css +21 -21
  250. package/lib/setup/header/Search/Search.module.css +68 -68
  251. package/lib/setup/header/Views/Views.module.css +37 -37
  252. package/lib/setup/helptips/Description/HelpTipsDescription.module.css +6 -6
  253. package/lib/setup/helptips/Link/HelpTipsLink.module.css +7 -7
  254. package/lib/setup/helptips/Link/Link.js +0 -0
  255. package/lib/setup/helptips/ListGroup/ListGroup.module.css +22 -22
  256. package/lib/setup/helptips/Title/HelpTipsTitle.module.css +5 -5
  257. package/lib/setup/helptips/Title/Title.js +0 -0
  258. package/lib/setup/table/TableData/SetupTableData.module.css +44 -44
  259. package/lib/setup/table/TableData/Tablehover.module.css +6 -6
  260. package/lib/setup/table/TableHead/SetupTableHead.module.css +12 -12
  261. package/lib/setup/table/TableRow/SetupTableRow.module.css +14 -14
  262. package/lib/setup/table/Text/TableText.module.css +37 -37
  263. package/lib/setup/table/Text/Text.js +0 -0
  264. package/lib/svg/PlusIcon.js +1 -1
  265. package/lib/svg/SnippetIcon.js +2 -2
  266. package/lib/version2/AlertClose/AlertClose.module.css +42 -42
  267. package/lib/version2/GlobalNotification/GlobalNotification.module.css +124 -124
  268. package/lib/version2/alertIcons/AlertIcons.module.css +67 -67
  269. package/lib/version2/errorstate/V2_ErrorStates.module.css +46 -46
  270. package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +86 -86
  271. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +43 -43
  272. package/lib/version2/lookup/alertLookupCommonNew.module.css +32 -32
  273. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +106 -106
  274. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +136 -136
  275. package/package.json +82 -81
package/README.md CHANGED
@@ -1,1075 +1,1086 @@
1
- # DOT Design Components
2
-
3
- In this Library, we Provide Some Basic Components to Build Your Application
4
-
5
- # 1.0.0-beta.222
6
-
7
- - TagMultiSelect Keyboard Shortcut Issue Fixed
8
-
9
- # 1.0.0-beta.221
10
-
11
- - editor fontsize prop added
12
-
13
- # 1.0.0-beta.218 , # 1.0.0-beta.219, # 1.0.0-beta.220
14
-
15
- - AttachmentViewer , AttachmentImage component added
16
-
17
- # 1.0.0-beta.217
18
-
19
- - TagsMultiSelect => boxSize prop added.
20
-
21
- # 1.0.0-beta.216
22
-
23
- - CurrencyField => formatCurrency call if check fixed (vavlue will formatted when isActive is false)
24
-
25
- # 1.0.0-beta.215
26
-
27
- - CheckBoxField, CurrencyField, DateField, MultiSelectField, PhoneField, RadioField, SelectField, TextBoxField, TextareaField, setup/header/Views/Views => Tooltip undefined case solved
28
- - StatusDropdown => Enter, Down Arrow Shortcut issue solved
29
- - TextEditor => editor focus issue fix
30
-
31
- # 1.0.0-beta.214
32
-
33
- - Dot => Provider Config Added
34
- - FreezeLayer => freezeLayer config added to control keyboard shortcut
35
- - CurrencyField => formatCurrency prop added, exist formatCurrency function removed and moved to deprecated
36
- # 1.0.0-beta.213
37
-
38
- - ActionButton => Loader Bg Fix reverted (Directly Fixed in Button Component)
39
-
40
- # 1.0.0-beta.210
41
-
42
- - TextEditor => editor loading issue fix
43
-
44
- # 1.0.0-beta.209
45
-
46
- - ActionButton => removeChildrenTooltip prop added , Loader Bg Fixed for Primary Palette
47
- - AlertLookup,AlertLookup v2 => onEsc Prop added
48
-
49
- # 1.0.0-beta.208
50
-
51
- - Read-only and disable class and style added in All Fields like TextBoxField, MultiSelect Field etc..
52
- - isCopyTextEnabled prop added in Ripple Effect component.
53
-
54
- # 1.0.0-beta.207
55
- - Linear Gradient - to Left direction fixed
56
- - TicketHeader/ViewDropdown -> block layout fix
57
- - Appearance css moved to assets
58
-
59
- # 1.0.0-beta.206
60
-
61
- - css color variables updated.
62
- # 1.0.0-beta.205
63
-
64
- - TagsMultiSelect => placeholderText key added in i18nKeys
65
- - TextEditorWrapper => isEditorDefaultOpen setState Issue Check added
66
- - TextEditor => Font-feature-setting added to fix calt symbol issue .
67
- - bg,shadow,text,border based variables removed and renamed.
68
-
69
- # 1.0.0-beta.204
70
-
71
- - blueDefaultTheme & blueDarkTheme class name added in Mode & Blue DotTheme files
72
- - GlobalNotification, DesktopNotification => customProps prop added
73
-
74
- # 1.0.0-beta.203
75
-
76
- - ListLayout => active, keyboarActive css priority fixed
77
-
78
- # 1.0.0-beta.202
79
-
80
- - ListLayout => marginLeft fixed
81
-
82
- # 1.0.0-beta.201
83
-
84
- - deprecated theme file moved to another place
85
- - ListLayout => keyboardActive ui border added
86
-
87
- # 1.0.0-beta.200
88
-
89
- - ListLayout => isKeyboardActive prop and ui added
90
-
91
- # 1.0.0-beta.199
92
-
93
- - - AvatarThread component -> getCustomThread prop added
94
-
95
- # 1.0.0-beta.198
96
-
97
- - TextEditor => default font changed to Lato
98
-
99
- # 1.0.0-beta.196, 197
100
-
101
- - TextEditor => default font changed to Arial
102
-
103
- # 1.0.0-beta.195
104
-
105
- - Messagebanner => FontSize Fixed
106
- - TextEditor => PuviFont Version Updated
107
-
108
- # 1.0.0-beta.194
109
-
110
- - CommonEmptyState missing dark palette variables moved under Themes folder files
111
-
112
- # 1.0.0-beta.193
113
-
114
- - ListLayout -> needPointer prop added and hover css fix
115
-
116
- # 1.0.0-beta.192
117
-
118
- - MessageBanner => dataId Prop added and margin fixed.
119
- - Link => object spread solved.
120
-
121
- # 1.0.0-beta.191
122
-
123
- - Custom fonts (Lato and Zoho Puvi) sent to Editor.
124
-
125
- # 1.0.0-beta.190
126
-
127
- - Published but some issues are there
128
-
129
- # 1.0.0-beta.189
130
-
131
- - - transition variable implemented in all CSS
132
-
133
- # 1.0.0-beta.188
134
-
135
- - TagMultiSelect => ListItem Data-Id Reverted
136
-
137
- # 1.0.0-beta.187
138
-
139
- - AlphabeticList => vertical spaceing incremented
140
-
141
- # 1.0.0-beta.186
142
-
143
- - AlphabeticList => vertical spaceing incremented, dataId prop added
144
-
145
- # 1.0.0-beta.185
146
-
147
- - ToggleDropdown => on focusing input preventScroll disabled.
148
- - ValidationMessage => toolip Prop Added
149
-
150
- # 1.0.0-beta.184
151
-
152
- - TagsMultiSelect => dataId Changes
153
- - list/Icons => width added tto avoid jurk
154
-
155
- # 1.0.0-beta.183
156
-
157
- - Lookup,AlertLookup,AlertLookup2 => eventListeners Removed on UnMount
158
- - Drawer => getTitleChildren prop added
159
- - ToggleDropdown => on focusing input preventScroll disabled.
160
-
161
- # 1.0.0-beta.182
162
-
163
- - ExternalLink, Link, AccountName, ContactName, SecondaryText/Email, SecondaryText/PhoneNumber, SecondaryText/TicketId, Subject => **customProps** prop added
164
-
165
- # 1.0.0-beta.181
166
-
167
- - ReadUnReadIcon => icon Name fix
168
-
169
- # 1.0.0-beta.180
170
-
171
- - TagsMultiSelect => scrollTop Issue Solved
172
- - TagsMultiSelectField => keyPress index fixed
173
-
174
- # 1.0.0-beta.179
175
-
176
- - ToggleDropDown => selectedId fix while opening the dropdown.
177
-
178
- # 1.0.0-beta.178
179
-
180
- - ReadUnreadIcon component added
181
-
182
- # 1.0.0-beta.177
183
-
184
- - TextEditorField => isReadOnly Ui Given
185
-
186
- # 1.0.0-beta.176
187
-
188
- - @zoho/SecurityJS library removed from depedency
189
- - Message/Message => HtmlPurifier Removed
190
- - GlobalNotification/GlobalNotification => HtmlPurifier Removed
191
- - helptips/Link/Link => HtmlPurifier Removed
192
-
193
- # 1.0.0-beta.175
194
-
195
- - PropTypes Validattion Fixes
196
- - error state DataId and Common Css Fixes
197
-
198
- # 1.0.0-beta.174
199
-
200
- - Docs Fixes
201
- - CommonEmptyState => customClass prop added
202
- - Inconvenience => svg image changed as old
203
- - version2/errorstate/Inconvenience/Inconvenience => isButtonNeeded,className,isFluid,dataId,buttonText,onButtonClick,urlTarget,size prop added, subtitle,customClass prop removed
204
- - OopsSomethingMiss , UnableToProcessRequest, WillBeRightBack, UrlNotFound added
205
- - PermissionPlay, RequestUrlNotFound, UnableToProcess, , WillBack Removed
206
- - UnauthorizedLogin updated and subtitle,customClass prop removed
207
-
208
- # 1.0.0-beta.173
209
-
210
- - CTA gray based color changes
211
-
212
- # 1.0.0-beta.172
213
-
214
- - AvatarThread => iconClass prop added
215
- - ActionButton => palette prop added
216
- - Lookup/Lookup => xmedium size added
217
- - version2/lookup/AlertLookup/AlertLookup => isHtmlContent,scroll prop added
218
-
219
- # 1.0.0-beta.171
220
-
221
- - 168 publish reverted
222
-
223
- # 1.0.0-beta.170
224
-
225
- - Lookup/Lookup => childAnimationName prop added
226
- - version2/lookup/AlertHeader/AlertHeader => html structure render fixed
227
- - version2/lookup/AlertLookup/AlertLookup => align, childAnimationName prop added
228
-
229
- # 1.0.0-beta.169
230
-
231
- - ToggleDropDown => focus null issue fixed.
232
-
233
- # 1.0.0-beta.168
234
-
235
- - Drawer => stopImmediatePropagation added.
236
-
237
- # 1.0.0-beta.167
238
-
239
- - ToggleDropDown => preventPopupClose prop added , unWanted Focus issue solved.
240
- - TextEditorField => editorFocus prop changed to onFocus
241
-
242
- # 1.0.0-beta.166
243
-
244
- - ContactName => className Duplication Entry Issue Fixed
245
-
246
- # 1.0.0-beta.165
247
-
248
- - Palette-Based Folder Structure Changed.
249
- - data-theme changed to data-mode
250
- - data-palette changed to data-theme
251
-
252
- # 1.0.0-beta.164
253
-
254
- - ActionButton => ClassName based changes
255
- - PlusIcon => iconColor , palette prop removed
256
- - Palette Based Color System Implemented
257
-
258
- # 1.0.0-beta.163
259
-
260
- - TextEditor => editorInitialize global function calling to avoid global conflict
261
- - formatCurrency function fix
262
-
263
- # 1.0.0-beta.162
264
-
265
- - TextEditor => getCSRFCookieName,getCSRFCookie -> Paste Image Issue Fixed
266
- - AvatarClose, AvatarCollision, AvatarIcon, AvatarStatus,AvatarThread,AvatatrUser, AvatarWithTeam, ToggleDropDown, SecondaryText => customProps prop added
267
- - Comment,Thread => Button tag added
268
- - AcccountName,ContactName,Email,PhoneNumber => a11y fixes
269
- - Subject => children prop added
270
-
271
- # 1.0.0-beta.161
272
-
273
- - Upload -> palette prop added
274
-
275
- # 1.0.0-beta.160
276
-
277
- - General - formatCurrency function fix
278
- - TextEditor - isNightMode prop added
279
- - TextEditorWrapper - customProps prop added
280
- - AlertLookup,AlertLookupNew => customProps Added and Footer check added
281
-
282
- # 1.0.0-beta.159
283
-
284
- - ToggleDropdown => getFooter prop added
285
- - GlobalNotification v2 => UI function Exported
286
-
287
- # 1.0.0-beta.158
288
-
289
- - FreezeLayer - to avoid inner focus jerk issue, overflow hidden css added
290
- - list/SecondaryText,list/UserTime => fontsize changed
291
- - customProps prop given for all field components
292
- - SelectDropdown component moved to deprecated
293
- - FlipCard -> customProps prop added
294
- - AlphabeticList,Attachment,AvatarUser,Comment,DepartmentDropDown,ContactName,TicketHeader,Message => i18nKeys prop supported
295
-
296
- # 1.0.0-beta.157
297
-
298
- - ExternalLink/ExternalLink.js
299
- => simplehelp, dynnamicnavs protocol support for urls
300
- - lookup/Lookup/Lookup.js
301
- => onKeyDown prop support
302
- - lookup/header/Search/Search.js
303
- => onKeyDown prop support
304
- - lookup/header/ModuleHeader/ModuleHeader.js
305
- => onSearchKeyDown prop support
306
- => keydown prop support - In forms, lookup close on esc key press
307
- - dropdown/ToggleDropDown/ToggleDropDown.js
308
- => onDropDownOpen, onDropDownClose
309
- - lookup/header/Search/Search.js
310
- => Component revamp for focus related issue
311
- => Clear icon added
312
-
313
- # 1.0.0-beta.156
314
-
315
- - ToggleDropdown => shallowdiff comparision based state update fixed in compoentwillreceiveprops
316
- - AlertLookup => v2 => submit button focus timeout issue fixed .
317
-
318
- # 1.0.0-beta.155
319
-
320
- - version 2 errorstates added => inconvenience,PermissionPlay,RequestUrlNotFound,UnableToProcess,UnauthorizedLogin,UnauthorizedLogin,WillBack
321
-
322
- # 1.0.0-beta.154
323
-
324
- - CheckBoxField , CurrencyField, DateField, MultiSelectField, SelectField, TextBoxField, TextEditorField, TextareaField => lock icon size increased to 13
325
- - SelectField, DateField => iconOnHover prop added
326
- - list/Comment => hover color added in css
327
- - list/SecondaryText/AccountName => secondaryAccountHref,secondaryAccountClick,secondaryAccountText props added
328
- - list/Thread => hover color added in css
329
- - ZD-blockDownArrow icon changed to ZD-down in all components
330
-
331
- # 1.0.0-beta.153
332
-
333
- - TextEditorWrapper => needInlineAttachment prop added
334
-
335
- # 1.0.0-beta.152
336
-
337
- - TextEdiitorField => needInlineAttachment prop added
338
- - TextEditor => Drag and Drop Image Upload and Paste ClipBoard Image Upload feature added
339
-
340
- # 1.0.0-beta.151
341
-
342
- - MultiSelectField => onFocus prop added
343
- - TagMultiSelect, TagMultiSelectField clear text after select option issue fixed
344
-
345
- # 1.0.0-beta.150
346
-
347
- - Responsive Ui Fix added in all ErrorStates
348
- - lookup/header/ModuleHeader => closeTitle prop added
349
-
350
- # 1.0.0-beta.149
351
-
352
- - ImportantNotes -> html structure changes
353
- - SelectField -> onFocus Prop Added
354
- - TagsMultiSelect -> Children prop removed, htmlId prop added
355
- - TagsMultiSelectField Added
356
- - TextEditor -> isEditorDefaultOpen prop fixed for blur event
357
- - TextEditorField -> children,ePhiData prop added
358
- - TextEditorWrapper -> isEditorDefaultOpen prop added
359
-
360
- # 1.0.0-beta.148
361
-
362
- - TextEditor -> BlockQuote Indent Margin Fix
363
-
364
- # 1.0.0-beta.147
365
-
366
- - ExternalLink -> onClick prop added
367
- - TextEditor -> Underline Empty Issue Fixed
368
-
369
- # 1.0.0-beta.146
370
-
371
- - TextEditor -> Underline Empty Fix solved
372
- - MultiSelectField -> children, customChildrenClass Added
373
- - TextBoxField -> children prop added, TextBox component replaced with TextBoxWithIcon
374
-
375
- # 1.0.0-beta.145
376
-
377
- - TextEditor - WillReceiveProps editor undefined fix
378
-
379
- # 1.0.0-beta.144
380
-
381
- - EditionPage => empty svg image changed to EmptyCrmPotential (Before we used EmptyEdition SVG)
382
-
383
- # 1.0.0-beta.143
384
-
385
- - CurrencyField Added
386
- - PhoneField => number pattern formatted
387
- - TextBoxField => onFocus prop added
388
-
389
- # 1.0.0-beta.142
390
-
391
- - TextEditorField - dataId fixes
392
-
393
- # 1.0.0-beta.141
394
-
395
- - TextEditor WilReceiveProps Fix
396
- - Drawer - default size added
397
- - Drawer - Header - isBoxIcon prop added
398
- - ToggleDropDown - has Icon check Added for every List
399
-
400
- # 1.0.0-beta.140
401
-
402
- - ePhiData Prop added in TextBoxField, PhoneField
403
- - DesktopNotification DataId Fix
404
-
405
- # 1.0.0-beta.139
406
-
407
- - Cli Update
408
-
409
- # 1.0.0-beta.138
410
-
411
- - ToastMessage A11y Changes
412
- - list/ListLayout a11y changes
413
- - MultiSelectField => Focus Ref Issue Solved
414
- - TextEditorField => dataId fix
415
-
416
- # 1.0.0-beta.137
417
-
418
- - IconButton => dataIsHtml Prop Added
419
- - TextEditorWrapper => editor focused 300 timeout
420
-
421
- # 1.0.0-beta.136
422
-
423
- - A11y Changes
424
- - TextEditor Code Fix
425
- - Theme Changes
426
- - Lookup => large size added
427
- - ActionButton => dropBoxPosition prop renamed as defaultPosition , (position,getContainerRef,getTargetRef prop added)
428
- - SelectField => children prop added
429
- - TagsMultiSelect => borderColor,needBorder,getTextBoxChildren prop added
430
-
431
- # 1.0.0-beta.135
432
-
433
- - Attachment - Theme Color Changes
434
- - List => SecondaryText - Theme Color Changes
435
- - TagsMultiSelect, TextEditor, TextEditorField Added
436
- - SelectField => isDefaultSelectValue,placeHolder prop added
437
- - TextBoxField => needReadOnlyStyle, isClickable prop added
438
-
439
- # 1.0.0-beta.134
440
-
441
- - ListStencils , ToastMessage => DarkTheme Css Added
442
-
443
- # 1.0.0-beta.133
444
-
445
- - isDarkMode props removed for all components
446
- - DateField => i18nKeys prop added
447
-
448
- # 1.0.0-beta.132
449
-
450
- - StatusDropdown => dotted issue fixed
451
- - Fields => Data Id and htmlId fixed in all field based components
452
- - DateField => timeZone prop added
453
-
454
- # 1.0.0-beta.131
455
-
456
- - Added the character '#' in the AlphabeticList component.
457
-
458
- # 1.0.0-beta.130
459
-
460
- - A11y Changes
461
- - Drawer => Header padding changes
462
-
463
- # 1.0.0-beta.128
464
-
465
- - CommonEmptyState => palette -> dark,default added and isDarkMode prop removed
466
-
467
- # 1.0.0-beta.127
468
-
469
- - AvatarIcon,AvatarWithTeam => borderOnActive,borderOnHover prop added
470
-
471
- # 1.0.0-beta.126
472
-
473
- - Theme Changes In all Components
474
- - a11y changes in ToggleDropDown,StatusDropdown
475
- - dataId Changes in CommonEmptyState - no impacts
476
-
477
- # 1.0.0-beta.125
478
-
479
- - Loader - auto zIndex added
480
- - DotNew - size prop added
481
- - BluePrintStatus - isOverdue prop removed for color fix
482
- - AvatarUser - alternateSrc prop added
483
- - --zdt prefix added for theme variables
484
-
485
- # 1.0.0-beta.124
486
-
487
- - Components added
488
- - form => fields => CheckBoxField, DateField, MultiSelectField, PhoneField, PhoneField, RadioField, SelectField, TextareaField, TextBoxField, ValidationMessage
489
- - form => layout => Section, Field
490
-
491
- # 1.0.0-beta.123
492
-
493
- - Drawer => drawer model portal removed, hereafter need to send inner portal name through innerPortalName prop.
494
-
495
- # 1.0.0-beta.122
496
-
497
- - Alert Lookup => a11y added
498
-
499
- # 1.0.0-beta.121
500
-
501
- - package update in components library
502
-
503
- # 1.0.0-beta.120
504
-
505
- - commonAlerts based files moved to version2 folder
506
-
507
- # 1.0.0-beta.119
508
-
509
- - Drawer RHS padding CSS fixes
510
-
511
- # 1.0.0-beta.118
512
-
513
- - Theme Based Changes (no Impacts)
514
- - list> Subject ==> isDotted prop added
515
-
516
- # 1.0.0-beta.117
517
-
518
- - ToggleDropDown => isDarkMode prop added for inner ListItem
519
-
520
- # 1.0.0-beta.116
521
-
522
- - Attachment,Upload,Thread ui fixes
523
- - ModuleHeader => dataId added
524
- - FreezeLayeer => snow palette bg changed
525
- - commonAlerts components added
526
-
527
- # 1.0.0-beta.115
528
-
529
- - Drawer,FreezeLayer,ToastMessage -> default value setted as needAutoZindex:true
530
-
531
- # 1.0.0-beta.114
532
-
533
- - Theme Implemented For Component Package
534
-
535
- # 1.0.0-beta.113
536
-
537
- - a11y fixes
538
- - customClass Prop added in setup table based components
539
-
540
- # 1.0.0-beta.112
541
-
542
- - Ui Fixes in FormAction,ToggleDropDown,DepartmentDropDown,ConatctName,Thread,UserTime.
543
- - Thread => align prop added
544
-
545
- # 1.0.0-beta.111
546
-
547
- - Image => htmlId prop added
548
-
549
- # 1.0.0-beta.110
550
-
551
- - Drawer => onBodyClick prop added for body click preventcase
552
-
553
- # 1.0.0-beta.109
554
-
555
- - needAutoZindex prop added in freeze layer and Drawer
556
- - Provider Changes
557
-
558
- # 1.0.0-beta.108
559
-
560
- - SetupDetailLayout DataId Changes
561
-
562
- # 1.0.0-beta.107
563
-
564
- - ToggleDropDown Temp Fix for Rerender Issue
565
-
566
- # 1.0.0-beta.106
567
-
568
- - AllY fixes in IconButton
569
-
570
- # 1.0.0-beta.105
571
-
572
- - fsize => font_size css variables replacement
573
-
574
- # 1.0.0-beta.104
575
-
576
- - ToastMessage => needClose prop fixed
577
- - Size => fsize
578
-
579
- # 1.0.0-beta.103
580
-
581
- - Secondary text hover color added
582
-
583
- # 1.0.0-beta.102
584
-
585
- - Department Dropdown Icon Fixes
586
-
587
- # 1.0.0-beta.101
588
-
589
- - CommonEmptyState => darkMode fix
590
-
591
- # 1.0.0-beta.100
592
-
593
- - SetupDetailLayout => dataId Added
594
- - Setup Header Search => customClass prop Added
595
-
596
- # 1.0.0-beta.99
597
-
598
- - IconButton => isNeedEffect prop added
599
- - Responsive Updated in Drawer
600
-
601
- # 1.0.0-beta.98
602
-
603
- - Message => onClick Prop added
604
-
605
- # 1.0.0-beta.97
606
-
607
- - Message => Html Purifier added for Message Prop
608
-
609
- # 1.0.0-beta.96
610
-
611
- - ActionButton => OnHover Fix
612
-
613
- # 1.0.0-beta.95
614
-
615
- - ToggleDropDown => isDarkMode, palette added
616
- - CommonEmptyState => isDarkMode added
617
-
618
- # 1.0.0-beta.94
619
-
620
- - list/Thread => icon soze changed
621
- - AvatarCollsion => bordersize changed
622
-
623
- # 1.0.0-beta.93
624
-
625
- - RippleEffect Based Changes Pushed
626
- - Component Version Update
627
-
628
- # 1.0.0-beta.92
629
-
630
- - IconButton => borderOnHover prop removed and hoverType prop added
631
- - ToggleDropDown => RippleEffect Added
632
- - Lookup Search => isFocus Fix
633
-
634
- # 1.0.0-beta.91
635
-
636
- - Upload Component Preview mode Fixed
637
- - dotcommon.module.css removed, audio image removed
638
-
639
- # 1.0.0-beta.90
640
-
641
- - Attachment Color changes, SubtabLayout Footer Type implemented
642
-
643
- # 1.0.0-beta.89
644
-
645
- - PeerDependencies Added
646
-
647
- # 1.0.0-beta.88
648
-
649
- - Text => cursor pointer fix
650
-
651
- # 1.0.0-beta.87
652
-
653
- - Version update for components library
654
-
655
- # 1.0.0-beta.86
656
-
657
- - TableHover.css Added
658
-
659
- # 1.0.0-beta.85
660
-
661
- - StatusList Bullet Fix
662
-
663
- # 1.0.0-beta.84
664
-
665
- - Adding tool tip for Ticket channel Icons in 'ChannelIcon', 'FlipCard' & 'AvatarFlip' components
666
-
667
- # 1.0.0-beta.83
668
-
669
- - Event Fix in IconButton
670
-
671
- # 1.0.0-beta.82
672
-
673
- - Icon Button A11Y
674
- - ToastMessage Custom prop added
675
-
676
- # 1.0.0-beta.81
677
-
678
- - StatueListItem bulletColor Prop Changes
679
-
680
- # 1.0.0-beta.80
681
-
682
- - Dependent Package Updates
683
-
684
- # 1.0.0-beta.79
685
-
686
- - Upload => abort upload support added
687
- - ExternalLink => Issue with URLs with Uppercase characters fixed
688
-
689
- # 1.0.0-beta.78
690
-
691
- - ToggleDropDown => Title Reposition
692
-
693
- # 1.0.0-beta.77
694
-
695
- -list/SecondryPanel/SecondryPanel => Container changes
696
-
697
- # 1.0.0-beta.76
698
-
699
- - Package Update
700
-
701
- # 1.0.0-beta.75
702
-
703
- - AlertLookup DataId fix
704
- - DotNew => data-title added
705
- - ActionButton => arrowBoxSize added
706
- - Upload => hovercolor changes
707
- - AvatarWithTeam => teamClassName added
708
-
709
- # 1.0.0-beta.74
710
-
711
- - Package update
712
-
713
- # 1.0.0-beta.73
714
-
715
- - Table Components Css name change
716
- - FlipCard,AvatarFlip => isFilledCheckbox added
717
- - package Update
718
- - ToggleDropdown SelectedId issue Fixed => need to check
719
-
720
- # 1.0.0-beta.72
721
-
722
- - CommonEmptyState Props Changed
723
- - SVG Version Updated
724
-
725
- # 1.0.0-beta.71
726
-
727
- - ToggleDropDown, StatusDropDown - Hover issue Fix
728
-
729
- # 1.0.0-beta.70
730
-
731
- - Components Package Update
732
-
733
- # 1.0.0-beta.69
734
-
735
- - AvatarIcon => extra Palette added (gray,dark)
736
- - listIcons names updated
737
- - ListStencils Updated
738
- - ChannelIcons New Names changed
739
- - package update
740
-
741
- # 1.0.0-beta.68
742
-
743
- - iconButton => onMouseDown,onMouseOver Added
744
- - AlertHeader => iconClass prop added, addEndUser type removed
745
- - AlertLookup => needIcon,iconName,iconClassiconSize ,customClass prop added
746
- - ToggleDropDown => onClick moved to onMouseDown, and Icon Fix
747
- - StatusDropDown => onClick moved to onMouseDown, and Icon Fix
748
-
749
- # 1.0.0-beta.67
750
-
751
- - Component Version Update
752
- - ToggleDropdown => isToggleStateNeeded added
753
- - LookupSearch => isBoxed Option Added
754
-
755
- # 1.0.0-beta.66
756
-
757
- - Component version update
758
-
759
- # 1.0.0-beta.65
760
-
761
- - Package Updates
762
- - AvatarStatus => statusTitle added
763
- - AvatarFlip => iconSize added and css cleared
764
-
765
- - SecondaryText/AccountName ==> isBold removed and added fontWeight
766
- - SecondaryText/ContactName ==> isBold removed and added fontWeight
767
- - SecondaryText/Email ==> added fontWeight
768
- - SecondaryText/PhoneNumber ==> added fontWeight
769
- - StatusDropdown => title added
770
- - getActivitiesIconObj function added
771
-
772
- # 1.0.0-beta.64
773
-
774
- - Package Update
775
-
776
- # 1.0.0-beta.63
777
-
778
- - Package Update
779
-
780
- # 1.0.0-beta.62
781
-
782
- - Drawer Close Animation Fx
783
- - ToggleDropDown IconClass Added
784
- - Avatar Status Size and Position Fixed
785
-
786
- # 1.0.0-beta.61
787
-
788
- - DateFormat Based Component Removed
789
-
790
- # 1.0.0-beta.60
791
-
792
- - Toggle DropDown added onClick for the selectedValue - "value" prop name
793
-
794
- # 1.0.0-beta.59
795
-
796
- - ToggleDropDown Separator Added
797
- - Package Update for Icon and Components
798
-
799
- # 1.0.0-beta.58
800
-
801
- - Renamed SVG Folder to small case
802
-
803
- # 1.0.0-beta.57
804
-
805
- - On Hold Date issue Fix
806
-
807
- # 1.0.0-beta.56
808
-
809
- - MessgeBanner link newtab issue fix
810
- - TimeInfo Fix
811
- - icon package update
812
-
813
- # 1.0.0-beta.55
814
-
815
- - customClass Added for Drawer and Freezelayer
816
- - icon version update
817
- - component version update
818
- - i18n version update
819
-
820
- # 1.0.0-beta.54
821
-
822
- - Added onLookupClick function in AlertLookup component
823
-
824
- # 1.0.0-beta.53
825
-
826
- - Svg Package Version Update only
827
-
828
- # 1.0.0-beta.51
829
-
830
- - Version update for SVG package
831
-
832
- # 1.0.0-beta.50
833
-
834
- - Version update for SVG package
835
-
836
- # 1.0.0-beta.49
837
-
838
- - Version update for SVG package
839
-
840
- # 1.0.0-beta.48
841
-
842
- - Component version update
843
- - customClass prop added for error state components
844
-
845
- # 1.0.0-beta.47
846
-
847
- - Component Package Version Update
848
- - dataId Fixes for TimeInfo,Duedate,CreateTime,UserTime
849
-
850
- # 1.0.0-beta.46
851
-
852
- - ActionButton Added
853
- - CommonEmptyState => getChildren Prop Added
854
- - IconButton => isBold Added
855
-
856
- # 1.0.0-beta.45
857
-
858
- - @zohodesk/components, @zohodesk/i18n version updates
859
-
860
- # 1.0.0-beta.44
861
-
862
- - dateFormat => CreateTime added
863
- - dateFormat => DueDate Added
864
- - utils => Common => getDateKeyWithParam added
865
- - permission Package removed
866
- - statusDropdown removed nad statusDropdownNew Component Renamed as statusDropdown
867
- - loader, message, messagebanner, new start components added
868
-
869
- # 1.0.0-beta.43
870
-
871
- - In StatusListItem prop option added statusType === 'Completed'
872
- - AvatarThread => needBorder,needBackground added
873
- - Drawer => SubDrawer Option Added
874
-
875
- # 1.0.0-beta.42
876
-
877
- - ToggleDropDown title Fix, DataId Fix
878
- - AlertLookup DataId Changed
879
- - In AvatarUser, added avatar Icon Option, AvatarUser Delete Hover Bg Color Added
880
- - list => Comment => className prop Added
881
- - list => icons => Completeicon => iconSize Prop Added
882
- - list => icons => EditIcon => iconSize Prop Added
883
- - ListLayout => footer Prop Removed and Basic Padding Removed, Here after include Import Padding from moduleList.module.css
884
- - Unused Css removed from listCommon.module.css
885
- - StatusDropdownNew => onTogglePopup Issue Fixed
886
-
887
- # 1.0.0-beta.41
888
-
889
- - ToggleDropDown Key Handling Fix.
890
- - isBold added in AccountName
891
- - isBold added in ContactName
892
- - AvatarThread Icon position changed
893
- - In SubtabLayout, subtabfooter added, then tertiary type added in SubtabHeader
894
- - In ToggleDropdown, Max-width 100% added css fix for shrink
895
- - DeleteIcon => iconSize Prop added
896
- - Subject => className Prop Added
897
-
898
- # 1.0.0-beta.40
899
-
900
- - Components Package Update
901
-
902
- # 1.0.0-beta.39
903
-
904
- - IconButton Children Prop Added
905
- - IconButton Palette Added
906
-
907
- # 1.0.0-beta.38
908
-
909
- - miniDescription Prop added ModuleHeader Component
910
- - OnClick prop added For Lookup Component
911
-
912
- # 1.0.0-beta.37
913
-
914
- - StatusDropDownNew Component Added
915
- - StatusListItem Component Added
916
- - Avatar User - Bgg added for portal icon
917
- - In StatusText => isBold prop removed and fontWeight introduced
918
- - Subject - isBold prop removed and fontWeight introduced
919
-
920
- # 1.0.0-beta.36
921
-
922
- - Version update for permission library.
923
-
924
- # 1.0.0-beta.35
925
-
926
- - Version update for permissions library.
927
-
928
- # 1.0.0-beta.34
929
-
930
- - ExternalLink Regex Fix
931
-
932
- # 1.0.0-beta.33
933
-
934
- - ToggleDropdown - arrowIconPosition Added
935
- - Lookup MakWidth Fix for Responsive
936
-
937
- # 1.0.0-beta.32
938
-
939
- - dataId Fix Added for errorStates
940
-
941
- # 1.0.0-beta.31
942
-
943
- - Alphabetical Dotted Fix
944
-
945
- # 1.0.0-beta.30
946
-
947
- - Upload Component CSS Fix
948
-
949
- # 1.0.0-beta.29
950
-
951
- - Attachment, Upload Component Added
952
- - Dot Component Issue and SecondaryPanel List Dotted Fixed
953
-
954
- # 1.0.0-beta.28
955
-
956
- - Toast Message component functionality fix.
957
-
958
- # 1.0.0-beta.27
959
-
960
- - DataId Changes for ChannelIcon
961
- - Ticked Id Link Fix
962
- - ImportantNotes Implemented
963
- - ErrorState ZIndex Fix
964
-
965
- # 1.0.0-beta.26
966
-
967
- - Changing the 'falseObj' key to 'failure' inconsistency with permission library.
968
-
969
- # 1.0.0-beta.25
970
-
971
- - Updating components library to latest
972
-
973
- # 1.0.0-beta.24
974
-
975
- - TicketId Link Added
976
- - Avatar User Palette Added
977
- - IconButton Added
978
-
979
- # 1.0.0-beta.23
980
-
981
- - Adding tourId in FlipCard, AvatarFlip, and GridIcons component.
982
- - Adding SvgMask support and tourId in the FreezeLayer component.
983
-
984
- # 1.0.0-beta.21
985
-
986
- - Lookup Unified
987
- - GridIcon Component Added
988
- - Dot Color Changes
989
-
990
- # 1.0.0-beta.20
991
-
992
- - Permission package update
993
-
994
- # 1.0.0-beta.19
995
-
996
- - Onclick option added for TableRow Component, Avatar Icon Data-Id Fixed and Container Changed, Avatar Based Components Css Provider Implemented
997
-
998
- # 1.0.0-beta.17
999
-
1000
- - Icon Update
1001
-
1002
- # 1.0.0-beta.16
1003
-
1004
- - ChannelIcon Update
1005
-
1006
- # 1.0.0-beta.15
1007
-
1008
- - AlertLookup Data-Id Fix
1009
-
1010
- # 1.0.0-beta.14
1011
-
1012
- - DeleteLookupHeader Removed
1013
- - Lookup text Bold prop Included
1014
- - Toggle Dropdown Children Fix
1015
- - SVG Version Updated
1016
- - ErrorState Fix
1017
-
1018
- # 1.0.0-beta.13
1019
-
1020
- - Toggle Dropdown onScroll implemented,
1021
- - Data Id Fixes
1022
- - AlertLookup Setcion ClassName Support
1023
- - Table Onclick Functions
1024
-
1025
- # 1.0.0-beta.12
1026
-
1027
- - TableData align Prop Fix
1028
-
1029
- # 1.0.0-beta.11
1030
-
1031
- - Svg Exported
1032
- - External Link Fix, Data-Id Change
1033
- - Toggle Dropdown Fix
1034
-
1035
- # 1.0.0-beta.10
1036
-
1037
- - Externel Link XSS Fix
1038
- - AlertLookup custom-header Fix
1039
- - ToastMessage DataId Added
1040
-
1041
- # 1.0.0-beta.9
1042
-
1043
- - Alert Header Fix
1044
-
1045
- # 1.0.0-beta.8
1046
-
1047
- - Proxima Update
1048
-
1049
- # 1.0.0-beta.7
1050
-
1051
- - Image and Setup Table Components Moved
1052
-
1053
- # 1.0.0-beta.6
1054
-
1055
- - ErrorState Components, Setup Based Components Moved
1056
-
1057
- # 1.0.0-beta.4
1058
-
1059
- - CommonEmptyState Added, Avatar Icon Palette Added, Lookup Header Close Added
1060
-
1061
- # 1.0.0-beta.3
1062
-
1063
- -Drawer, Toast Message, Loader, Toggle DropDown update
1064
-
1065
- # 1.0.0-beta.2
1066
-
1067
- - List, Lookup, Layout, FreezeLayer, SVG Published
1068
-
1069
- # 1.0.0-beta.1
1070
-
1071
- - Permission Checkup
1072
-
1073
- # 1.0.0-beta.0
1074
-
1075
- - Test Publish
1
+ # DOT Design Components
2
+
3
+ In this Library, we Provide Some Basic Components to Build Your Application
4
+
5
+ # 1.0.0-beta.224
6
+
7
+ - className prop added in ImportantNotes
8
+ - palette prop added in ModuleHeader
9
+ - palette prop added in TicketHeader
10
+
11
+ # 1.0.0-beta.223
12
+
13
+ - TagMultiSelect id, onSelectTag prop added.
14
+ - GridStencils UI fix.
15
+
16
+ # 1.0.0-beta.222
17
+
18
+ - TagMultiSelect Keyboard Shortcut Issue Fixed
19
+
20
+ # 1.0.0-beta.221
21
+
22
+ - editor fontsize prop added
23
+
24
+ # 1.0.0-beta.218 , # 1.0.0-beta.219, # 1.0.0-beta.220
25
+
26
+ - AttachmentViewer , AttachmentImage component added
27
+
28
+ # 1.0.0-beta.217
29
+
30
+ - TagsMultiSelect => boxSize prop added.
31
+
32
+ # 1.0.0-beta.216
33
+
34
+ - CurrencyField => formatCurrency call if check fixed (vavlue will formatted when isActive is false)
35
+
36
+ # 1.0.0-beta.215
37
+
38
+ - CheckBoxField, CurrencyField, DateField, MultiSelectField, PhoneField, RadioField, SelectField, TextBoxField, TextareaField, setup/header/Views/Views => Tooltip undefined case solved
39
+ - StatusDropdown => Enter, Down Arrow Shortcut issue solved
40
+ - TextEditor => editor focus issue fix
41
+
42
+ # 1.0.0-beta.214
43
+
44
+ - Dot => Provider Config Added
45
+ - FreezeLayer => freezeLayer config added to control keyboard shortcut
46
+ - CurrencyField => formatCurrency prop added, exist formatCurrency function removed and moved to deprecated
47
+ # 1.0.0-beta.213
48
+
49
+ - ActionButton => Loader Bg Fix reverted (Directly Fixed in Button Component)
50
+
51
+ # 1.0.0-beta.210
52
+
53
+ - TextEditor => editor loading issue fix
54
+
55
+ # 1.0.0-beta.209
56
+
57
+ - ActionButton => removeChildrenTooltip prop added , Loader Bg Fixed for Primary Palette
58
+ - AlertLookup,AlertLookup v2 => onEsc Prop added
59
+
60
+ # 1.0.0-beta.208
61
+
62
+ - Read-only and disable class and style added in All Fields like TextBoxField, MultiSelect Field etc..
63
+ - isCopyTextEnabled prop added in Ripple Effect component.
64
+
65
+ # 1.0.0-beta.207
66
+ - Linear Gradient - to Left direction fixed
67
+ - TicketHeader/ViewDropdown -> block layout fix
68
+ - Appearance css moved to assets
69
+
70
+ # 1.0.0-beta.206
71
+
72
+ - css color variables updated.
73
+ # 1.0.0-beta.205
74
+
75
+ - TagsMultiSelect => placeholderText key added in i18nKeys
76
+ - TextEditorWrapper => isEditorDefaultOpen setState Issue Check added
77
+ - TextEditor => Font-feature-setting added to fix calt symbol issue .
78
+ - bg,shadow,text,border based variables removed and renamed.
79
+
80
+ # 1.0.0-beta.204
81
+
82
+ - blueDefaultTheme & blueDarkTheme class name added in Mode & Blue DotTheme files
83
+ - GlobalNotification, DesktopNotification => customProps prop added
84
+
85
+ # 1.0.0-beta.203
86
+
87
+ - ListLayout => active, keyboarActive css priority fixed
88
+
89
+ # 1.0.0-beta.202
90
+
91
+ - ListLayout => marginLeft fixed
92
+
93
+ # 1.0.0-beta.201
94
+
95
+ - deprecated theme file moved to another place
96
+ - ListLayout => keyboardActive ui border added
97
+
98
+ # 1.0.0-beta.200
99
+
100
+ - ListLayout => isKeyboardActive prop and ui added
101
+
102
+ # 1.0.0-beta.199
103
+
104
+ - - AvatarThread component -> getCustomThread prop added
105
+
106
+ # 1.0.0-beta.198
107
+
108
+ - TextEditor => default font changed to Lato
109
+
110
+ # 1.0.0-beta.196, 197
111
+
112
+ - TextEditor => default font changed to Arial
113
+
114
+ # 1.0.0-beta.195
115
+
116
+ - Messagebanner => FontSize Fixed
117
+ - TextEditor => PuviFont Version Updated
118
+
119
+ # 1.0.0-beta.194
120
+
121
+ - CommonEmptyState missing dark palette variables moved under Themes folder files
122
+
123
+ # 1.0.0-beta.193
124
+
125
+ - ListLayout -> needPointer prop added and hover css fix
126
+
127
+ # 1.0.0-beta.192
128
+
129
+ - MessageBanner => dataId Prop added and margin fixed.
130
+ - Link => object spread solved.
131
+
132
+ # 1.0.0-beta.191
133
+
134
+ - Custom fonts (Lato and Zoho Puvi) sent to Editor.
135
+
136
+ # 1.0.0-beta.190
137
+
138
+ - Published but some issues are there
139
+
140
+ # 1.0.0-beta.189
141
+
142
+ - - transition variable implemented in all CSS
143
+
144
+ # 1.0.0-beta.188
145
+
146
+ - TagMultiSelect => ListItem Data-Id Reverted
147
+
148
+ # 1.0.0-beta.187
149
+
150
+ - AlphabeticList => vertical spaceing incremented
151
+
152
+ # 1.0.0-beta.186
153
+
154
+ - AlphabeticList => vertical spaceing incremented, dataId prop added
155
+
156
+ # 1.0.0-beta.185
157
+
158
+ - ToggleDropdown => on focusing input preventScroll disabled.
159
+ - ValidationMessage => toolip Prop Added
160
+
161
+ # 1.0.0-beta.184
162
+
163
+ - TagsMultiSelect => dataId Changes
164
+ - list/Icons => width added tto avoid jurk
165
+
166
+ # 1.0.0-beta.183
167
+
168
+ - Lookup,AlertLookup,AlertLookup2 => eventListeners Removed on UnMount
169
+ - Drawer => getTitleChildren prop added
170
+ - ToggleDropdown => on focusing input preventScroll disabled.
171
+
172
+ # 1.0.0-beta.182
173
+
174
+ - ExternalLink, Link, AccountName, ContactName, SecondaryText/Email, SecondaryText/PhoneNumber, SecondaryText/TicketId, Subject => **customProps** prop added
175
+
176
+ # 1.0.0-beta.181
177
+
178
+ - ReadUnReadIcon => icon Name fix
179
+
180
+ # 1.0.0-beta.180
181
+
182
+ - TagsMultiSelect => scrollTop Issue Solved
183
+ - TagsMultiSelectField => keyPress index fixed
184
+
185
+ # 1.0.0-beta.179
186
+
187
+ - ToggleDropDown => selectedId fix while opening the dropdown.
188
+
189
+ # 1.0.0-beta.178
190
+
191
+ - ReadUnreadIcon component added
192
+
193
+ # 1.0.0-beta.177
194
+
195
+ - TextEditorField => isReadOnly Ui Given
196
+
197
+ # 1.0.0-beta.176
198
+
199
+ - @zoho/SecurityJS library removed from depedency
200
+ - Message/Message => HtmlPurifier Removed
201
+ - GlobalNotification/GlobalNotification => HtmlPurifier Removed
202
+ - helptips/Link/Link => HtmlPurifier Removed
203
+
204
+ # 1.0.0-beta.175
205
+
206
+ - PropTypes Validattion Fixes
207
+ - error state DataId and Common Css Fixes
208
+
209
+ # 1.0.0-beta.174
210
+
211
+ - Docs Fixes
212
+ - CommonEmptyState => customClass prop added
213
+ - Inconvenience => svg image changed as old
214
+ - version2/errorstate/Inconvenience/Inconvenience => isButtonNeeded,className,isFluid,dataId,buttonText,onButtonClick,urlTarget,size prop added, subtitle,customClass prop removed
215
+ - OopsSomethingMiss , UnableToProcessRequest, WillBeRightBack, UrlNotFound added
216
+ - PermissionPlay, RequestUrlNotFound, UnableToProcess, , WillBack Removed
217
+ - UnauthorizedLogin updated and subtitle,customClass prop removed
218
+
219
+ # 1.0.0-beta.173
220
+
221
+ - CTA gray based color changes
222
+
223
+ # 1.0.0-beta.172
224
+
225
+ - AvatarThread => iconClass prop added
226
+ - ActionButton => palette prop added
227
+ - Lookup/Lookup => xmedium size added
228
+ - version2/lookup/AlertLookup/AlertLookup => isHtmlContent,scroll prop added
229
+
230
+ # 1.0.0-beta.171
231
+
232
+ - 168 publish reverted
233
+
234
+ # 1.0.0-beta.170
235
+
236
+ - Lookup/Lookup => childAnimationName prop added
237
+ - version2/lookup/AlertHeader/AlertHeader => html structure render fixed
238
+ - version2/lookup/AlertLookup/AlertLookup => align, childAnimationName prop added
239
+
240
+ # 1.0.0-beta.169
241
+
242
+ - ToggleDropDown => focus null issue fixed.
243
+
244
+ # 1.0.0-beta.168
245
+
246
+ - Drawer => stopImmediatePropagation added.
247
+
248
+ # 1.0.0-beta.167
249
+
250
+ - ToggleDropDown => preventPopupClose prop added , unWanted Focus issue solved.
251
+ - TextEditorField => editorFocus prop changed to onFocus
252
+
253
+ # 1.0.0-beta.166
254
+
255
+ - ContactName => className Duplication Entry Issue Fixed
256
+
257
+ # 1.0.0-beta.165
258
+
259
+ - Palette-Based Folder Structure Changed.
260
+ - data-theme changed to data-mode
261
+ - data-palette changed to data-theme
262
+
263
+ # 1.0.0-beta.164
264
+
265
+ - ActionButton => ClassName based changes
266
+ - PlusIcon => iconColor , palette prop removed
267
+ - Palette Based Color System Implemented
268
+
269
+ # 1.0.0-beta.163
270
+
271
+ - TextEditor => editorInitialize global function calling to avoid global conflict
272
+ - formatCurrency function fix
273
+
274
+ # 1.0.0-beta.162
275
+
276
+ - TextEditor => getCSRFCookieName,getCSRFCookie -> Paste Image Issue Fixed
277
+ - AvatarClose, AvatarCollision, AvatarIcon, AvatarStatus,AvatarThread,AvatatrUser, AvatarWithTeam, ToggleDropDown, SecondaryText => customProps prop added
278
+ - Comment,Thread => Button tag added
279
+ - AcccountName,ContactName,Email,PhoneNumber => a11y fixes
280
+ - Subject => children prop added
281
+
282
+ # 1.0.0-beta.161
283
+
284
+ - Upload -> palette prop added
285
+
286
+ # 1.0.0-beta.160
287
+
288
+ - General - formatCurrency function fix
289
+ - TextEditor - isNightMode prop added
290
+ - TextEditorWrapper - customProps prop added
291
+ - AlertLookup,AlertLookupNew => customProps Added and Footer check added
292
+
293
+ # 1.0.0-beta.159
294
+
295
+ - ToggleDropdown => getFooter prop added
296
+ - GlobalNotification v2 => UI function Exported
297
+
298
+ # 1.0.0-beta.158
299
+
300
+ - FreezeLayer - to avoid inner focus jerk issue, overflow hidden css added
301
+ - list/SecondaryText,list/UserTime => fontsize changed
302
+ - customProps prop given for all field components
303
+ - SelectDropdown component moved to deprecated
304
+ - FlipCard -> customProps prop added
305
+ - AlphabeticList,Attachment,AvatarUser,Comment,DepartmentDropDown,ContactName,TicketHeader,Message => i18nKeys prop supported
306
+
307
+ # 1.0.0-beta.157
308
+
309
+ - ExternalLink/ExternalLink.js
310
+ => simplehelp, dynnamicnavs protocol support for urls
311
+ - lookup/Lookup/Lookup.js
312
+ => onKeyDown prop support
313
+ - lookup/header/Search/Search.js
314
+ => onKeyDown prop support
315
+ - lookup/header/ModuleHeader/ModuleHeader.js
316
+ => onSearchKeyDown prop support
317
+ => keydown prop support - In forms, lookup close on esc key press
318
+ - dropdown/ToggleDropDown/ToggleDropDown.js
319
+ => onDropDownOpen, onDropDownClose
320
+ - lookup/header/Search/Search.js
321
+ => Component revamp for focus related issue
322
+ => Clear icon added
323
+
324
+ # 1.0.0-beta.156
325
+
326
+ - ToggleDropdown => shallowdiff comparision based state update fixed in compoentwillreceiveprops
327
+ - AlertLookup => v2 => submit button focus timeout issue fixed .
328
+
329
+ # 1.0.0-beta.155
330
+
331
+ - version 2 errorstates added => inconvenience,PermissionPlay,RequestUrlNotFound,UnableToProcess,UnauthorizedLogin,UnauthorizedLogin,WillBack
332
+
333
+ # 1.0.0-beta.154
334
+
335
+ - CheckBoxField , CurrencyField, DateField, MultiSelectField, SelectField, TextBoxField, TextEditorField, TextareaField => lock icon size increased to 13
336
+ - SelectField, DateField => iconOnHover prop added
337
+ - list/Comment => hover color added in css
338
+ - list/SecondaryText/AccountName => secondaryAccountHref,secondaryAccountClick,secondaryAccountText props added
339
+ - list/Thread => hover color added in css
340
+ - ZD-blockDownArrow icon changed to ZD-down in all components
341
+
342
+ # 1.0.0-beta.153
343
+
344
+ - TextEditorWrapper => needInlineAttachment prop added
345
+
346
+ # 1.0.0-beta.152
347
+
348
+ - TextEdiitorField => needInlineAttachment prop added
349
+ - TextEditor => Drag and Drop Image Upload and Paste ClipBoard Image Upload feature added
350
+
351
+ # 1.0.0-beta.151
352
+
353
+ - MultiSelectField => onFocus prop added
354
+ - TagMultiSelect, TagMultiSelectField clear text after select option issue fixed
355
+
356
+ # 1.0.0-beta.150
357
+
358
+ - Responsive Ui Fix added in all ErrorStates
359
+ - lookup/header/ModuleHeader => closeTitle prop added
360
+
361
+ # 1.0.0-beta.149
362
+
363
+ - ImportantNotes -> html structure changes
364
+ - SelectField -> onFocus Prop Added
365
+ - TagsMultiSelect -> Children prop removed, htmlId prop added
366
+ - TagsMultiSelectField Added
367
+ - TextEditor -> isEditorDefaultOpen prop fixed for blur event
368
+ - TextEditorField -> children,ePhiData prop added
369
+ - TextEditorWrapper -> isEditorDefaultOpen prop added
370
+
371
+ # 1.0.0-beta.148
372
+
373
+ - TextEditor -> BlockQuote Indent Margin Fix
374
+
375
+ # 1.0.0-beta.147
376
+
377
+ - ExternalLink -> onClick prop added
378
+ - TextEditor -> Underline Empty Issue Fixed
379
+
380
+ # 1.0.0-beta.146
381
+
382
+ - TextEditor -> Underline Empty Fix solved
383
+ - MultiSelectField -> children, customChildrenClass Added
384
+ - TextBoxField -> children prop added, TextBox component replaced with TextBoxWithIcon
385
+
386
+ # 1.0.0-beta.145
387
+
388
+ - TextEditor - WillReceiveProps editor undefined fix
389
+
390
+ # 1.0.0-beta.144
391
+
392
+ - EditionPage => empty svg image changed to EmptyCrmPotential (Before we used EmptyEdition SVG)
393
+
394
+ # 1.0.0-beta.143
395
+
396
+ - CurrencyField Added
397
+ - PhoneField => number pattern formatted
398
+ - TextBoxField => onFocus prop added
399
+
400
+ # 1.0.0-beta.142
401
+
402
+ - TextEditorField - dataId fixes
403
+
404
+ # 1.0.0-beta.141
405
+
406
+ - TextEditor WilReceiveProps Fix
407
+ - Drawer - default size added
408
+ - Drawer - Header - isBoxIcon prop added
409
+ - ToggleDropDown - has Icon check Added for every List
410
+
411
+ # 1.0.0-beta.140
412
+
413
+ - ePhiData Prop added in TextBoxField, PhoneField
414
+ - DesktopNotification DataId Fix
415
+
416
+ # 1.0.0-beta.139
417
+
418
+ - Cli Update
419
+
420
+ # 1.0.0-beta.138
421
+
422
+ - ToastMessage A11y Changes
423
+ - list/ListLayout a11y changes
424
+ - MultiSelectField => Focus Ref Issue Solved
425
+ - TextEditorField => dataId fix
426
+
427
+ # 1.0.0-beta.137
428
+
429
+ - IconButton => dataIsHtml Prop Added
430
+ - TextEditorWrapper => editor focused 300 timeout
431
+
432
+ # 1.0.0-beta.136
433
+
434
+ - A11y Changes
435
+ - TextEditor Code Fix
436
+ - Theme Changes
437
+ - Lookup => large size added
438
+ - ActionButton => dropBoxPosition prop renamed as defaultPosition , (position,getContainerRef,getTargetRef prop added)
439
+ - SelectField => children prop added
440
+ - TagsMultiSelect => borderColor,needBorder,getTextBoxChildren prop added
441
+
442
+ # 1.0.0-beta.135
443
+
444
+ - Attachment - Theme Color Changes
445
+ - List => SecondaryText - Theme Color Changes
446
+ - TagsMultiSelect, TextEditor, TextEditorField Added
447
+ - SelectField => isDefaultSelectValue,placeHolder prop added
448
+ - TextBoxField => needReadOnlyStyle, isClickable prop added
449
+
450
+ # 1.0.0-beta.134
451
+
452
+ - ListStencils , ToastMessage => DarkTheme Css Added
453
+
454
+ # 1.0.0-beta.133
455
+
456
+ - isDarkMode props removed for all components
457
+ - DateField => i18nKeys prop added
458
+
459
+ # 1.0.0-beta.132
460
+
461
+ - StatusDropdown => dotted issue fixed
462
+ - Fields => Data Id and htmlId fixed in all field based components
463
+ - DateField => timeZone prop added
464
+
465
+ # 1.0.0-beta.131
466
+
467
+ - Added the character '#' in the AlphabeticList component.
468
+
469
+ # 1.0.0-beta.130
470
+
471
+ - A11y Changes
472
+ - Drawer => Header padding changes
473
+
474
+ # 1.0.0-beta.128
475
+
476
+ - CommonEmptyState => palette -> dark,default added and isDarkMode prop removed
477
+
478
+ # 1.0.0-beta.127
479
+
480
+ - AvatarIcon,AvatarWithTeam => borderOnActive,borderOnHover prop added
481
+
482
+ # 1.0.0-beta.126
483
+
484
+ - Theme Changes In all Components
485
+ - a11y changes in ToggleDropDown,StatusDropdown
486
+ - dataId Changes in CommonEmptyState - no impacts
487
+
488
+ # 1.0.0-beta.125
489
+
490
+ - Loader - auto zIndex added
491
+ - DotNew - size prop added
492
+ - BluePrintStatus - isOverdue prop removed for color fix
493
+ - AvatarUser - alternateSrc prop added
494
+ - --zdt prefix added for theme variables
495
+
496
+ # 1.0.0-beta.124
497
+
498
+ - Components added
499
+ - form => fields => CheckBoxField, DateField, MultiSelectField, PhoneField, PhoneField, RadioField, SelectField, TextareaField, TextBoxField, ValidationMessage
500
+ - form => layout => Section, Field
501
+
502
+ # 1.0.0-beta.123
503
+
504
+ - Drawer => drawer model portal removed, hereafter need to send inner portal name through innerPortalName prop.
505
+
506
+ # 1.0.0-beta.122
507
+
508
+ - Alert Lookup => a11y added
509
+
510
+ # 1.0.0-beta.121
511
+
512
+ - package update in components library
513
+
514
+ # 1.0.0-beta.120
515
+
516
+ - commonAlerts based files moved to version2 folder
517
+
518
+ # 1.0.0-beta.119
519
+
520
+ - Drawer RHS padding CSS fixes
521
+
522
+ # 1.0.0-beta.118
523
+
524
+ - Theme Based Changes (no Impacts)
525
+ - list> Subject ==> isDotted prop added
526
+
527
+ # 1.0.0-beta.117
528
+
529
+ - ToggleDropDown => isDarkMode prop added for inner ListItem
530
+
531
+ # 1.0.0-beta.116
532
+
533
+ - Attachment,Upload,Thread ui fixes
534
+ - ModuleHeader => dataId added
535
+ - FreezeLayeer => snow palette bg changed
536
+ - commonAlerts components added
537
+
538
+ # 1.0.0-beta.115
539
+
540
+ - Drawer,FreezeLayer,ToastMessage -> default value setted as needAutoZindex:true
541
+
542
+ # 1.0.0-beta.114
543
+
544
+ - Theme Implemented For Component Package
545
+
546
+ # 1.0.0-beta.113
547
+
548
+ - a11y fixes
549
+ - customClass Prop added in setup table based components
550
+
551
+ # 1.0.0-beta.112
552
+
553
+ - Ui Fixes in FormAction,ToggleDropDown,DepartmentDropDown,ConatctName,Thread,UserTime.
554
+ - Thread => align prop added
555
+
556
+ # 1.0.0-beta.111
557
+
558
+ - Image => htmlId prop added
559
+
560
+ # 1.0.0-beta.110
561
+
562
+ - Drawer => onBodyClick prop added for body click preventcase
563
+
564
+ # 1.0.0-beta.109
565
+
566
+ - needAutoZindex prop added in freeze layer and Drawer
567
+ - Provider Changes
568
+
569
+ # 1.0.0-beta.108
570
+
571
+ - SetupDetailLayout DataId Changes
572
+
573
+ # 1.0.0-beta.107
574
+
575
+ - ToggleDropDown Temp Fix for Rerender Issue
576
+
577
+ # 1.0.0-beta.106
578
+
579
+ - AllY fixes in IconButton
580
+
581
+ # 1.0.0-beta.105
582
+
583
+ - fsize => font_size css variables replacement
584
+
585
+ # 1.0.0-beta.104
586
+
587
+ - ToastMessage => needClose prop fixed
588
+ - Size => fsize
589
+
590
+ # 1.0.0-beta.103
591
+
592
+ - Secondary text hover color added
593
+
594
+ # 1.0.0-beta.102
595
+
596
+ - Department Dropdown Icon Fixes
597
+
598
+ # 1.0.0-beta.101
599
+
600
+ - CommonEmptyState => darkMode fix
601
+
602
+ # 1.0.0-beta.100
603
+
604
+ - SetupDetailLayout => dataId Added
605
+ - Setup Header Search => customClass prop Added
606
+
607
+ # 1.0.0-beta.99
608
+
609
+ - IconButton => isNeedEffect prop added
610
+ - Responsive Updated in Drawer
611
+
612
+ # 1.0.0-beta.98
613
+
614
+ - Message => onClick Prop added
615
+
616
+ # 1.0.0-beta.97
617
+
618
+ - Message => Html Purifier added for Message Prop
619
+
620
+ # 1.0.0-beta.96
621
+
622
+ - ActionButton => OnHover Fix
623
+
624
+ # 1.0.0-beta.95
625
+
626
+ - ToggleDropDown => isDarkMode, palette added
627
+ - CommonEmptyState => isDarkMode added
628
+
629
+ # 1.0.0-beta.94
630
+
631
+ - list/Thread => icon soze changed
632
+ - AvatarCollsion => bordersize changed
633
+
634
+ # 1.0.0-beta.93
635
+
636
+ - RippleEffect Based Changes Pushed
637
+ - Component Version Update
638
+
639
+ # 1.0.0-beta.92
640
+
641
+ - IconButton => borderOnHover prop removed and hoverType prop added
642
+ - ToggleDropDown => RippleEffect Added
643
+ - Lookup Search => isFocus Fix
644
+
645
+ # 1.0.0-beta.91
646
+
647
+ - Upload Component Preview mode Fixed
648
+ - dotcommon.module.css removed, audio image removed
649
+
650
+ # 1.0.0-beta.90
651
+
652
+ - Attachment Color changes, SubtabLayout Footer Type implemented
653
+
654
+ # 1.0.0-beta.89
655
+
656
+ - PeerDependencies Added
657
+
658
+ # 1.0.0-beta.88
659
+
660
+ - Text => cursor pointer fix
661
+
662
+ # 1.0.0-beta.87
663
+
664
+ - Version update for components library
665
+
666
+ # 1.0.0-beta.86
667
+
668
+ - TableHover.css Added
669
+
670
+ # 1.0.0-beta.85
671
+
672
+ - StatusList Bullet Fix
673
+
674
+ # 1.0.0-beta.84
675
+
676
+ - Adding tool tip for Ticket channel Icons in 'ChannelIcon', 'FlipCard' & 'AvatarFlip' components
677
+
678
+ # 1.0.0-beta.83
679
+
680
+ - Event Fix in IconButton
681
+
682
+ # 1.0.0-beta.82
683
+
684
+ - Icon Button A11Y
685
+ - ToastMessage Custom prop added
686
+
687
+ # 1.0.0-beta.81
688
+
689
+ - StatueListItem bulletColor Prop Changes
690
+
691
+ # 1.0.0-beta.80
692
+
693
+ - Dependent Package Updates
694
+
695
+ # 1.0.0-beta.79
696
+
697
+ - Upload => abort upload support added
698
+ - ExternalLink => Issue with URLs with Uppercase characters fixed
699
+
700
+ # 1.0.0-beta.78
701
+
702
+ - ToggleDropDown => Title Reposition
703
+
704
+ # 1.0.0-beta.77
705
+
706
+ -list/SecondryPanel/SecondryPanel => Container changes
707
+
708
+ # 1.0.0-beta.76
709
+
710
+ - Package Update
711
+
712
+ # 1.0.0-beta.75
713
+
714
+ - AlertLookup DataId fix
715
+ - DotNew => data-title added
716
+ - ActionButton => arrowBoxSize added
717
+ - Upload => hovercolor changes
718
+ - AvatarWithTeam => teamClassName added
719
+
720
+ # 1.0.0-beta.74
721
+
722
+ - Package update
723
+
724
+ # 1.0.0-beta.73
725
+
726
+ - Table Components Css name change
727
+ - FlipCard,AvatarFlip => isFilledCheckbox added
728
+ - package Update
729
+ - ToggleDropdown SelectedId issue Fixed => need to check
730
+
731
+ # 1.0.0-beta.72
732
+
733
+ - CommonEmptyState Props Changed
734
+ - SVG Version Updated
735
+
736
+ # 1.0.0-beta.71
737
+
738
+ - ToggleDropDown, StatusDropDown - Hover issue Fix
739
+
740
+ # 1.0.0-beta.70
741
+
742
+ - Components Package Update
743
+
744
+ # 1.0.0-beta.69
745
+
746
+ - AvatarIcon => extra Palette added (gray,dark)
747
+ - listIcons names updated
748
+ - ListStencils Updated
749
+ - ChannelIcons New Names changed
750
+ - package update
751
+
752
+ # 1.0.0-beta.68
753
+
754
+ - iconButton => onMouseDown,onMouseOver Added
755
+ - AlertHeader => iconClass prop added, addEndUser type removed
756
+ - AlertLookup => needIcon,iconName,iconClassiconSize ,customClass prop added
757
+ - ToggleDropDown => onClick moved to onMouseDown, and Icon Fix
758
+ - StatusDropDown => onClick moved to onMouseDown, and Icon Fix
759
+
760
+ # 1.0.0-beta.67
761
+
762
+ - Component Version Update
763
+ - ToggleDropdown => isToggleStateNeeded added
764
+ - LookupSearch => isBoxed Option Added
765
+
766
+ # 1.0.0-beta.66
767
+
768
+ - Component version update
769
+
770
+ # 1.0.0-beta.65
771
+
772
+ - Package Updates
773
+ - AvatarStatus => statusTitle added
774
+ - AvatarFlip => iconSize added and css cleared
775
+
776
+ - SecondaryText/AccountName ==> isBold removed and added fontWeight
777
+ - SecondaryText/ContactName ==> isBold removed and added fontWeight
778
+ - SecondaryText/Email ==> added fontWeight
779
+ - SecondaryText/PhoneNumber ==> added fontWeight
780
+ - StatusDropdown => title added
781
+ - getActivitiesIconObj function added
782
+
783
+ # 1.0.0-beta.64
784
+
785
+ - Package Update
786
+
787
+ # 1.0.0-beta.63
788
+
789
+ - Package Update
790
+
791
+ # 1.0.0-beta.62
792
+
793
+ - Drawer Close Animation Fx
794
+ - ToggleDropDown IconClass Added
795
+ - Avatar Status Size and Position Fixed
796
+
797
+ # 1.0.0-beta.61
798
+
799
+ - DateFormat Based Component Removed
800
+
801
+ # 1.0.0-beta.60
802
+
803
+ - Toggle DropDown added onClick for the selectedValue - "value" prop name
804
+
805
+ # 1.0.0-beta.59
806
+
807
+ - ToggleDropDown Separator Added
808
+ - Package Update for Icon and Components
809
+
810
+ # 1.0.0-beta.58
811
+
812
+ - Renamed SVG Folder to small case
813
+
814
+ # 1.0.0-beta.57
815
+
816
+ - On Hold Date issue Fix
817
+
818
+ # 1.0.0-beta.56
819
+
820
+ - MessgeBanner link newtab issue fix
821
+ - TimeInfo Fix
822
+ - icon package update
823
+
824
+ # 1.0.0-beta.55
825
+
826
+ - customClass Added for Drawer and Freezelayer
827
+ - icon version update
828
+ - component version update
829
+ - i18n version update
830
+
831
+ # 1.0.0-beta.54
832
+
833
+ - Added onLookupClick function in AlertLookup component
834
+
835
+ # 1.0.0-beta.53
836
+
837
+ - Svg Package Version Update only
838
+
839
+ # 1.0.0-beta.51
840
+
841
+ - Version update for SVG package
842
+
843
+ # 1.0.0-beta.50
844
+
845
+ - Version update for SVG package
846
+
847
+ # 1.0.0-beta.49
848
+
849
+ - Version update for SVG package
850
+
851
+ # 1.0.0-beta.48
852
+
853
+ - Component version update
854
+ - customClass prop added for error state components
855
+
856
+ # 1.0.0-beta.47
857
+
858
+ - Component Package Version Update
859
+ - dataId Fixes for TimeInfo,Duedate,CreateTime,UserTime
860
+
861
+ # 1.0.0-beta.46
862
+
863
+ - ActionButton Added
864
+ - CommonEmptyState => getChildren Prop Added
865
+ - IconButton => isBold Added
866
+
867
+ # 1.0.0-beta.45
868
+
869
+ - @zohodesk/components, @zohodesk/i18n version updates
870
+
871
+ # 1.0.0-beta.44
872
+
873
+ - dateFormat => CreateTime added
874
+ - dateFormat => DueDate Added
875
+ - utils => Common => getDateKeyWithParam added
876
+ - permission Package removed
877
+ - statusDropdown removed nad statusDropdownNew Component Renamed as statusDropdown
878
+ - loader, message, messagebanner, new start components added
879
+
880
+ # 1.0.0-beta.43
881
+
882
+ - In StatusListItem prop option added statusType === 'Completed'
883
+ - AvatarThread => needBorder,needBackground added
884
+ - Drawer => SubDrawer Option Added
885
+
886
+ # 1.0.0-beta.42
887
+
888
+ - ToggleDropDown title Fix, DataId Fix
889
+ - AlertLookup DataId Changed
890
+ - In AvatarUser, added avatar Icon Option, AvatarUser Delete Hover Bg Color Added
891
+ - list => Comment => className prop Added
892
+ - list => icons => Completeicon => iconSize Prop Added
893
+ - list => icons => EditIcon => iconSize Prop Added
894
+ - ListLayout => footer Prop Removed and Basic Padding Removed, Here after include Import Padding from moduleList.module.css
895
+ - Unused Css removed from listCommon.module.css
896
+ - StatusDropdownNew => onTogglePopup Issue Fixed
897
+
898
+ # 1.0.0-beta.41
899
+
900
+ - ToggleDropDown Key Handling Fix.
901
+ - isBold added in AccountName
902
+ - isBold added in ContactName
903
+ - AvatarThread Icon position changed
904
+ - In SubtabLayout, subtabfooter added, then tertiary type added in SubtabHeader
905
+ - In ToggleDropdown, Max-width 100% added css fix for shrink
906
+ - DeleteIcon => iconSize Prop added
907
+ - Subject => className Prop Added
908
+
909
+ # 1.0.0-beta.40
910
+
911
+ - Components Package Update
912
+
913
+ # 1.0.0-beta.39
914
+
915
+ - IconButton Children Prop Added
916
+ - IconButton Palette Added
917
+
918
+ # 1.0.0-beta.38
919
+
920
+ - miniDescription Prop added ModuleHeader Component
921
+ - OnClick prop added For Lookup Component
922
+
923
+ # 1.0.0-beta.37
924
+
925
+ - StatusDropDownNew Component Added
926
+ - StatusListItem Component Added
927
+ - Avatar User - Bgg added for portal icon
928
+ - In StatusText => isBold prop removed and fontWeight introduced
929
+ - Subject - isBold prop removed and fontWeight introduced
930
+
931
+ # 1.0.0-beta.36
932
+
933
+ - Version update for permission library.
934
+
935
+ # 1.0.0-beta.35
936
+
937
+ - Version update for permissions library.
938
+
939
+ # 1.0.0-beta.34
940
+
941
+ - ExternalLink Regex Fix
942
+
943
+ # 1.0.0-beta.33
944
+
945
+ - ToggleDropdown - arrowIconPosition Added
946
+ - Lookup MakWidth Fix for Responsive
947
+
948
+ # 1.0.0-beta.32
949
+
950
+ - dataId Fix Added for errorStates
951
+
952
+ # 1.0.0-beta.31
953
+
954
+ - Alphabetical Dotted Fix
955
+
956
+ # 1.0.0-beta.30
957
+
958
+ - Upload Component CSS Fix
959
+
960
+ # 1.0.0-beta.29
961
+
962
+ - Attachment, Upload Component Added
963
+ - Dot Component Issue and SecondaryPanel List Dotted Fixed
964
+
965
+ # 1.0.0-beta.28
966
+
967
+ - Toast Message component functionality fix.
968
+
969
+ # 1.0.0-beta.27
970
+
971
+ - DataId Changes for ChannelIcon
972
+ - Ticked Id Link Fix
973
+ - ImportantNotes Implemented
974
+ - ErrorState ZIndex Fix
975
+
976
+ # 1.0.0-beta.26
977
+
978
+ - Changing the 'falseObj' key to 'failure' inconsistency with permission library.
979
+
980
+ # 1.0.0-beta.25
981
+
982
+ - Updating components library to latest
983
+
984
+ # 1.0.0-beta.24
985
+
986
+ - TicketId Link Added
987
+ - Avatar User Palette Added
988
+ - IconButton Added
989
+
990
+ # 1.0.0-beta.23
991
+
992
+ - Adding tourId in FlipCard, AvatarFlip, and GridIcons component.
993
+ - Adding SvgMask support and tourId in the FreezeLayer component.
994
+
995
+ # 1.0.0-beta.21
996
+
997
+ - Lookup Unified
998
+ - GridIcon Component Added
999
+ - Dot Color Changes
1000
+
1001
+ # 1.0.0-beta.20
1002
+
1003
+ - Permission package update
1004
+
1005
+ # 1.0.0-beta.19
1006
+
1007
+ - Onclick option added for TableRow Component, Avatar Icon Data-Id Fixed and Container Changed, Avatar Based Components Css Provider Implemented
1008
+
1009
+ # 1.0.0-beta.17
1010
+
1011
+ - Icon Update
1012
+
1013
+ # 1.0.0-beta.16
1014
+
1015
+ - ChannelIcon Update
1016
+
1017
+ # 1.0.0-beta.15
1018
+
1019
+ - AlertLookup Data-Id Fix
1020
+
1021
+ # 1.0.0-beta.14
1022
+
1023
+ - DeleteLookupHeader Removed
1024
+ - Lookup text Bold prop Included
1025
+ - Toggle Dropdown Children Fix
1026
+ - SVG Version Updated
1027
+ - ErrorState Fix
1028
+
1029
+ # 1.0.0-beta.13
1030
+
1031
+ - Toggle Dropdown onScroll implemented,
1032
+ - Data Id Fixes
1033
+ - AlertLookup Setcion ClassName Support
1034
+ - Table Onclick Functions
1035
+
1036
+ # 1.0.0-beta.12
1037
+
1038
+ - TableData align Prop Fix
1039
+
1040
+ # 1.0.0-beta.11
1041
+
1042
+ - Svg Exported
1043
+ - External Link Fix, Data-Id Change
1044
+ - Toggle Dropdown Fix
1045
+
1046
+ # 1.0.0-beta.10
1047
+
1048
+ - Externel Link XSS Fix
1049
+ - AlertLookup custom-header Fix
1050
+ - ToastMessage DataId Added
1051
+
1052
+ # 1.0.0-beta.9
1053
+
1054
+ - Alert Header Fix
1055
+
1056
+ # 1.0.0-beta.8
1057
+
1058
+ - Proxima Update
1059
+
1060
+ # 1.0.0-beta.7
1061
+
1062
+ - Image and Setup Table Components Moved
1063
+
1064
+ # 1.0.0-beta.6
1065
+
1066
+ - ErrorState Components, Setup Based Components Moved
1067
+
1068
+ # 1.0.0-beta.4
1069
+
1070
+ - CommonEmptyState Added, Avatar Icon Palette Added, Lookup Header Close Added
1071
+
1072
+ # 1.0.0-beta.3
1073
+
1074
+ -Drawer, Toast Message, Loader, Toggle DropDown update
1075
+
1076
+ # 1.0.0-beta.2
1077
+
1078
+ - List, Lookup, Layout, FreezeLayer, SVG Published
1079
+
1080
+ # 1.0.0-beta.1
1081
+
1082
+ - Permission Checkup
1083
+
1084
+ # 1.0.0-beta.0
1085
+
1086
+ - Test Publish