@zohodesk/dot 1.0.0-temp-143 → 1.0.0-temp-145

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