@zohodesk/dot 1.0.0-temp-72 → 1.0.0-temp-73

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