@zohodesk/dot 1.0.0-temp-116 → 1.0.0-temp-118

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