@zohodesk/dot 1.0.0-beta.257 → 1.0.0-beta.259

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