@zohodesk/dot 1.0.0-temp-74 → 1.0.0-temp-75

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