@zohodesk/dot 1.0.0-temp-64 → 1.0.0-temp-67

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