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

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