@stack-spot/portal-components 2.27.1 → 2.27.3

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 (247) hide show
  1. package/CHANGELOG.md +642 -628
  2. package/dist/components/AnimatedHeight.d.ts +1 -1
  3. package/dist/components/AnimatedHeight.js +26 -26
  4. package/dist/components/AsyncContent.d.ts +1 -1
  5. package/dist/components/AsyncContent.js +1 -1
  6. package/dist/components/BannerWarning.d.ts +1 -1
  7. package/dist/components/BannerWarning.js +1 -1
  8. package/dist/components/Breadcrumb/index.d.ts +2 -2
  9. package/dist/components/Breadcrumb/index.js +1 -1
  10. package/dist/components/Breadcrumb/styled.js +31 -31
  11. package/dist/components/ButtonLoading.d.ts +1 -1
  12. package/dist/components/ButtonLoading.js +1 -1
  13. package/dist/components/ChatBot.d.ts +1 -1
  14. package/dist/components/ChatBot.js +1 -1
  15. package/dist/components/ContentValidateFilter.d.ts +1 -1
  16. package/dist/components/ContentValidateFilter.js +1 -1
  17. package/dist/components/FadingOverflow.d.ts +1 -1
  18. package/dist/components/FadingOverflow.js +69 -69
  19. package/dist/components/FileTreeView/More.d.ts +1 -1
  20. package/dist/components/FileTreeView/More.js +1 -1
  21. package/dist/components/FileTreeView/index.d.ts +1 -1
  22. package/dist/components/FileTreeView/index.js +1 -1
  23. package/dist/components/InfiniteScroll.d.ts +1 -1
  24. package/dist/components/InfiniteScroll.js +1 -1
  25. package/dist/components/InfoMaintenanceBanner.d.ts +1 -1
  26. package/dist/components/InfoMaintenanceBanner.js +2 -2
  27. package/dist/components/LazyMarkdown/BlockquoteMd.d.ts +1 -1
  28. package/dist/components/LazyMarkdown/BlockquoteMd.js +1 -1
  29. package/dist/components/LazyMarkdown/CodeViewer.d.ts +1 -1
  30. package/dist/components/LazyMarkdown/CodeViewer.js +76 -76
  31. package/dist/components/LazyMarkdown/Markdown.d.ts +1 -1
  32. package/dist/components/LazyMarkdown/Markdown.js +1 -1
  33. package/dist/components/LazyMarkdown/MarkdownButton.d.ts +1 -1
  34. package/dist/components/LazyMarkdown/MarkdownButton.js +1 -1
  35. package/dist/components/LazyMarkdown/Video.d.ts +1 -1
  36. package/dist/components/LazyMarkdown/Video.js +1 -1
  37. package/dist/components/LazyMarkdown/index.d.ts +1 -1
  38. package/dist/components/LazyMarkdown/index.js +1 -1
  39. package/dist/components/Placeholder.d.ts +7 -3
  40. package/dist/components/Placeholder.d.ts.map +1 -1
  41. package/dist/components/Placeholder.js +3 -3
  42. package/dist/components/Placeholder.js.map +1 -1
  43. package/dist/components/ScrollView.js +16 -16
  44. package/dist/components/Select/BadgeItem.d.ts +1 -1
  45. package/dist/components/Select/BadgeItem.js +1 -1
  46. package/dist/components/Select/ClearInput.d.ts +1 -1
  47. package/dist/components/Select/ClearInput.js +1 -1
  48. package/dist/components/Select/CloseItem.d.ts +1 -1
  49. package/dist/components/Select/CloseItem.js +1 -1
  50. package/dist/components/Select/CreatableSelect.js +1 -1
  51. package/dist/components/Select/CustomMenu.d.ts +1 -1
  52. package/dist/components/Select/CustomMenu.js +1 -1
  53. package/dist/components/Select/LabelItem.d.ts +1 -1
  54. package/dist/components/Select/LabelItem.js +1 -1
  55. package/dist/components/Select/MultiValue.d.ts +1 -1
  56. package/dist/components/Select/MultiValue.js +1 -1
  57. package/dist/components/Select/SelectInfiniteScroll.d.ts +1 -1
  58. package/dist/components/Select/SelectInfiniteScroll.js +1 -1
  59. package/dist/components/Select/SelectSearch.d.ts +1 -1
  60. package/dist/components/Select/SelectSearch.js +1 -1
  61. package/dist/components/SelectionList.d.ts +1 -1
  62. package/dist/components/SelectionList.js +62 -62
  63. package/dist/components/SelectionList.js.map +1 -1
  64. package/dist/components/StatusCircle.d.ts +1 -1
  65. package/dist/components/StatusCircle.js +6 -6
  66. package/dist/components/Stepper/Navigation.js +4 -4
  67. package/dist/components/Stepper/Step.js +3 -3
  68. package/dist/components/Stepper/Stepper.js +6 -6
  69. package/dist/components/Stepper/headers.js +22 -22
  70. package/dist/components/Table/HeaderItem.js +1 -1
  71. package/dist/components/Table/SettingsVerticalMenu.d.ts +1 -1
  72. package/dist/components/Table/SettingsVerticalMenu.js +1 -1
  73. package/dist/components/Table/StyledLinkTable.d.ts +1 -1
  74. package/dist/components/Table/StyledLinkTable.js +5 -5
  75. package/dist/components/Table/TableData.d.ts +1 -1
  76. package/dist/components/Table/TableData.js +25 -25
  77. package/dist/components/TimelineSection.d.ts +1 -1
  78. package/dist/components/TimelineSection.js +14 -14
  79. package/dist/components/error/ErrorFeedback.d.ts +1 -1
  80. package/dist/components/error/ErrorFeedback.js +35 -35
  81. package/dist/components/error/NotFound.d.ts +1 -1
  82. package/dist/components/error/NotFound.js +1 -1
  83. package/dist/components/error/UnderMaintenance.d.ts +1 -1
  84. package/dist/components/error/UnderMaintenance.js +1 -1
  85. package/dist/components/form/Form/Form.d.ts +1 -1
  86. package/dist/components/form/Form/Form.js +1 -1
  87. package/dist/components/form/Form/FormGroup.d.ts +2 -2
  88. package/dist/components/form/Form/FormGroup.js +1 -1
  89. package/dist/components/form/SearchInput.d.ts +1 -1
  90. package/dist/components/form/SearchInput.js +1 -1
  91. package/dist/components/form/Select/CustomSelect.d.ts +1 -1
  92. package/dist/components/form/Select/CustomSelect.js +1 -1
  93. package/dist/components/form/Select/DetailedSelect.d.ts +1 -1
  94. package/dist/components/form/Select/DetailedSelect.js +1 -1
  95. package/dist/components/form/Select/Select.d.ts +1 -1
  96. package/dist/components/form/Select/Select.js +1 -1
  97. package/dist/components/form/Select/styled.js +161 -161
  98. package/dist/components/form/Select/utils.js +1 -1
  99. package/dist/components/notification/NotificationComponent.d.ts +1 -1
  100. package/dist/components/notification/NotificationComponent.js +54 -54
  101. package/dist/components/notification/NotificationItem.d.ts +1 -1
  102. package/dist/components/notification/NotificationItem.d.ts.map +1 -1
  103. package/dist/components/notification/NotificationItem.js +8 -2
  104. package/dist/components/notification/NotificationItem.js.map +1 -1
  105. package/dist/components/notification/NotificationList.d.ts +1 -1
  106. package/dist/components/notification/NotificationList.d.ts.map +1 -1
  107. package/dist/components/notification/NotificationList.js +44 -44
  108. package/dist/components/notification/NotificationList.js.map +1 -1
  109. package/dist/components/notification/NotificationPlaceholder.d.ts +1 -1
  110. package/dist/components/notification/NotificationPlaceholder.d.ts.map +1 -1
  111. package/dist/components/notification/NotificationPlaceholder.js +2 -2
  112. package/dist/components/notification/NotificationPlaceholder.js.map +1 -1
  113. package/dist/containers/NotificationsPage.d.ts +1 -1
  114. package/dist/containers/NotificationsPage.js +10 -10
  115. package/dist/context/anchor.d.ts +1 -1
  116. package/dist/context/anchor.js +1 -1
  117. package/dist/context/loading.d.ts +1 -1
  118. package/dist/context/loading.js +1 -1
  119. package/dist/context/notification/context.d.ts +1 -1
  120. package/dist/context/notification/context.js +1 -1
  121. package/dist/hooks/date.js +1 -1
  122. package/dist/hooks/service-now.js +28 -28
  123. package/dist/svg/AI.d.ts +1 -1
  124. package/dist/svg/AI.js +1 -1
  125. package/dist/svg/CS.d.ts +1 -1
  126. package/dist/svg/CS.js +1 -1
  127. package/dist/svg/EDP.d.ts +1 -1
  128. package/dist/svg/EDP.js +1 -1
  129. package/dist/svg/Forbidden.d.ts +1 -1
  130. package/dist/svg/Forbidden.js +1 -1
  131. package/dist/svg/GenericPlaceholder.d.ts +4 -2
  132. package/dist/svg/GenericPlaceholder.d.ts.map +1 -1
  133. package/dist/svg/GenericPlaceholder.js +2 -2
  134. package/dist/svg/GenericPlaceholder.js.map +1 -1
  135. package/dist/svg/HUB.d.ts +1 -1
  136. package/dist/svg/HUB.js +1 -1
  137. package/dist/svg/Logo.d.ts +1 -1
  138. package/dist/svg/Logo.js +1 -1
  139. package/dist/svg/MiniLogo.d.ts +1 -1
  140. package/dist/svg/MiniLogo.js +1 -1
  141. package/dist/svg/NotFound.d.ts +1 -1
  142. package/dist/svg/NotFound.js +1 -1
  143. package/dist/svg/ServerError.d.ts +1 -1
  144. package/dist/svg/ServerError.js +1 -1
  145. package/dist/svg/Unauthenticated.d.ts +1 -1
  146. package/dist/svg/Unauthenticated.js +1 -1
  147. package/package.json +80 -80
  148. package/readme.md +66 -66
  149. package/src/components/AnimatedHeight.tsx +174 -174
  150. package/src/components/AsyncContent.tsx +78 -78
  151. package/src/components/BannerWarning.tsx +91 -91
  152. package/src/components/Breadcrumb/index.tsx +76 -76
  153. package/src/components/Breadcrumb/styled.ts +37 -37
  154. package/src/components/ButtonLoading.tsx +29 -29
  155. package/src/components/ChatBot.tsx +82 -82
  156. package/src/components/ContentValidateFilter.tsx +15 -15
  157. package/src/components/FadingOverflow.tsx +265 -265
  158. package/src/components/FileTreeView/More.tsx +114 -114
  159. package/src/components/FileTreeView/index.tsx +186 -186
  160. package/src/components/InfiniteScroll.tsx +24 -24
  161. package/src/components/InfoMaintenanceBanner.tsx +29 -29
  162. package/src/components/LazyMarkdown/BlockquoteMd.tsx +107 -107
  163. package/src/components/LazyMarkdown/CodeViewer.tsx +161 -161
  164. package/src/components/LazyMarkdown/Markdown.tsx +122 -122
  165. package/src/components/LazyMarkdown/MarkdownButton.tsx +24 -24
  166. package/src/components/LazyMarkdown/Video.tsx +13 -13
  167. package/src/components/LazyMarkdown/index.tsx +21 -21
  168. package/src/components/Placeholder.tsx +123 -118
  169. package/src/components/ScrollView.tsx +57 -57
  170. package/src/components/Select/BadgeItem.tsx +58 -58
  171. package/src/components/Select/ClearInput.tsx +24 -24
  172. package/src/components/Select/CloseItem.tsx +38 -38
  173. package/src/components/Select/CreatableSelect.tsx +155 -155
  174. package/src/components/Select/CustomMenu.tsx +16 -16
  175. package/src/components/Select/LabelItem.tsx +8 -8
  176. package/src/components/Select/MultiValue.tsx +49 -49
  177. package/src/components/Select/SelectInfiniteScroll.tsx +82 -82
  178. package/src/components/Select/SelectSearch.tsx +195 -195
  179. package/src/components/Select/index.tsx +7 -7
  180. package/src/components/Select/types.ts +8 -8
  181. package/src/components/SelectionList.tsx +427 -427
  182. package/src/components/StatusCircle.tsx +67 -67
  183. package/src/components/Stepper/Navigation.tsx +97 -97
  184. package/src/components/Stepper/Step.tsx +30 -30
  185. package/src/components/Stepper/Stepper.tsx +113 -113
  186. package/src/components/Stepper/headers.tsx +64 -64
  187. package/src/components/Stepper/index.ts +3 -3
  188. package/src/components/Table/HeaderItem.tsx +52 -52
  189. package/src/components/Table/SettingsVerticalMenu.tsx +50 -50
  190. package/src/components/Table/StyledLinkTable.tsx +22 -22
  191. package/src/components/Table/TableData.tsx +251 -251
  192. package/src/components/Table/index.tsx +2 -2
  193. package/src/components/TimelineSection.tsx +66 -66
  194. package/src/components/error/ErrorFeedback.tsx +217 -217
  195. package/src/components/error/NotFound.tsx +24 -24
  196. package/src/components/error/UnderMaintenance.tsx +30 -30
  197. package/src/components/error/index.ts +4 -4
  198. package/src/components/form/Form/Form.tsx +101 -101
  199. package/src/components/form/Form/FormGroup.tsx +221 -221
  200. package/src/components/form/Form/index.ts +2 -2
  201. package/src/components/form/SearchInput.tsx +69 -69
  202. package/src/components/form/Select/CustomSelect.tsx +232 -232
  203. package/src/components/form/Select/DetailedSelect.tsx +85 -85
  204. package/src/components/form/Select/Select.tsx +67 -67
  205. package/src/components/form/Select/index.ts +4 -4
  206. package/src/components/form/Select/styled.ts +165 -165
  207. package/src/components/form/Select/types.ts +112 -112
  208. package/src/components/form/Select/utils.tsx +28 -28
  209. package/src/components/notification/NotificationComponent.tsx +340 -340
  210. package/src/components/notification/NotificationItem.tsx +345 -337
  211. package/src/components/notification/NotificationList.tsx +179 -178
  212. package/src/components/notification/NotificationPlaceholder.tsx +44 -43
  213. package/src/components/notification/types.ts +72 -72
  214. package/src/containers/NotificationsPage.tsx +119 -119
  215. package/src/context/anchor.tsx +37 -37
  216. package/src/context/loading.tsx +36 -36
  217. package/src/context/notification/LazyNotificationList.ts +103 -103
  218. package/src/context/notification/NotificationController.ts +104 -104
  219. package/src/context/notification/context.tsx +23 -23
  220. package/src/context/notification/hooks.ts +98 -98
  221. package/src/context/notification/types.ts +66 -66
  222. package/src/hooks/date.ts +31 -31
  223. package/src/hooks/keyboard.tsx +128 -128
  224. package/src/hooks/manual-render.tsx +10 -10
  225. package/src/hooks/service-now.tsx +233 -233
  226. package/src/hooks/text.tsx +30 -30
  227. package/src/hooks/title.tsx +28 -28
  228. package/src/hooks/use-effect-once.tsx +43 -43
  229. package/src/index.ts +19 -19
  230. package/src/notifications.ts +11 -11
  231. package/src/svg/AI.tsx +41 -41
  232. package/src/svg/CS.tsx +48 -48
  233. package/src/svg/EDP.tsx +31 -31
  234. package/src/svg/Forbidden.tsx +22 -22
  235. package/src/svg/GenericPlaceholder.tsx +20 -20
  236. package/src/svg/HUB.tsx +48 -48
  237. package/src/svg/Logo.tsx +16 -16
  238. package/src/svg/MiniLogo.tsx +12 -12
  239. package/src/svg/NotFound.tsx +16 -16
  240. package/src/svg/ServerError.tsx +33 -33
  241. package/src/svg/Unauthenticated.tsx +16 -16
  242. package/src/svg/index.ts +11 -11
  243. package/src/utils/accessibility.ts +135 -135
  244. package/src/utils/cookie.ts +73 -73
  245. package/src/utils/promise.ts +5 -5
  246. package/src/utils/read-file.ts +16 -16
  247. package/tsconfig.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,628 +1,642 @@
1
- # Changelog
2
-
3
- ## [2.27.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.27.0...portal-components@v2.27.1) (2025-10-06)
4
-
5
-
6
- ### Bug Fixes
7
-
8
- * Added times to filters ([#1677](https://github.com/stack-spot/portal-commons/issues/1677)) ([7adfa31](https://github.com/stack-spot/portal-commons/commit/7adfa31a0b60dd616a558e9944ed6263605946e7))
9
-
10
- ## [2.27.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.26.0...portal-components@v2.27.0) (2025-10-03)
11
-
12
-
13
- ### Features
14
-
15
- * 3146 notifications placeholder ([#1670](https://github.com/stack-spot/portal-commons/issues/1670)) ([e1879d6](https://github.com/stack-spot/portal-commons/commit/e1879d6f7bd3bef257639c835e8f0e9c544a23e5))
16
-
17
- ## [2.26.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.9...portal-components@v2.26.0) (2025-09-30)
18
-
19
-
20
- ### Features
21
-
22
- * 3156 notifications ([#1491](https://github.com/stack-spot/portal-commons/issues/1491)) ([3f9f6a6](https://github.com/stack-spot/portal-commons/commit/3f9f6a6b56004893cca4e0d53afe8eccdf615005))
23
-
24
- ## [2.25.9](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.8...portal-components@v2.25.9) (2025-09-30)
25
-
26
-
27
- ### Bug Fixes
28
-
29
- * upgrades translation lib ([#1637](https://github.com/stack-spot/portal-commons/issues/1637)) ([61d98ad](https://github.com/stack-spot/portal-commons/commit/61d98ad5a65b9132f0c49acb63fb19dff2111148))
30
-
31
- ## [2.25.8](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.7...portal-components@v2.25.8) (2025-08-26)
32
-
33
-
34
- ### Bug Fixes
35
-
36
- * remove tooltip in notification description ([#1471](https://github.com/stack-spot/portal-commons/issues/1471)) ([24f868a](https://github.com/stack-spot/portal-commons/commit/24f868a55b8834e3b6514fafaee5fcf0f75d6c33))
37
-
38
- ## [2.25.7](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.6...portal-components@v2.25.7) (2025-08-21)
39
-
40
-
41
- ### Bug Fixes
42
-
43
- * add tooltip in notification description and change regex ([#1446](https://github.com/stack-spot/portal-commons/issues/1446)) ([1eaabd8](https://github.com/stack-spot/portal-commons/commit/1eaabd8798fab8206fed34a83e8703748c285a5a))
44
- * readme (update version) ([#1447](https://github.com/stack-spot/portal-commons/issues/1447)) ([f57cda5](https://github.com/stack-spot/portal-commons/commit/f57cda50769d3727a667231fe925ebbbaabc0c91))
45
-
46
- ## [2.25.6](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.5...portal-components@v2.25.6) (2025-08-21)
47
-
48
-
49
- ### Bug Fixes
50
-
51
- * support button hidden ([#1424](https://github.com/stack-spot/portal-commons/issues/1424)) ([15b88ce](https://github.com/stack-spot/portal-commons/commit/15b88ce7659ac7c3192087d5b6384515ef6c00a4))
52
-
53
- ## [2.25.5](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.4...portal-components@v2.25.5) (2025-08-15)
54
-
55
-
56
- ### Bug Fixes
57
-
58
- * adjusts accessibility file insert ([#1379](https://github.com/stack-spot/portal-commons/issues/1379)) ([753ad4e](https://github.com/stack-spot/portal-commons/commit/753ad4ea5ce01e0f4bcee15c08229ceb8e8dc02d))
59
-
60
- ## [2.25.4](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.3...portal-components@v2.25.4) (2025-08-15)
61
-
62
-
63
- ### Bug Fixes
64
-
65
- * Removed sx props banner warning ([#1418](https://github.com/stack-spot/portal-commons/issues/1418)) ([6fbbe2c](https://github.com/stack-spot/portal-commons/commit/6fbbe2c0ae6157cf7c6908af6d49b1dc7e5686a6))
66
-
67
- ## [2.25.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.2...portal-components@v2.25.3) (2025-08-15)
68
-
69
-
70
- ### Bug Fixes
71
-
72
- * type banner warning sx ([#1410](https://github.com/stack-spot/portal-commons/issues/1410)) ([c91b6e7](https://github.com/stack-spot/portal-commons/commit/c91b6e792107246b9025aad010ab3a1ee9f5855a))
73
-
74
- ## [2.25.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.1...portal-components@v2.25.2) (2025-08-15)
75
-
76
-
77
- ### Bug Fixes
78
-
79
- * banner warning ([#1408](https://github.com/stack-spot/portal-commons/issues/1408)) ([9275385](https://github.com/stack-spot/portal-commons/commit/927538519908b87469c5ac2351eace94087cb4bb))
80
-
81
- ## [2.25.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.0...portal-components@v2.25.1) (2025-08-14)
82
-
83
-
84
- ### Bug Fixes
85
-
86
- * maintenance banner ([#1406](https://github.com/stack-spot/portal-commons/issues/1406)) ([41c5258](https://github.com/stack-spot/portal-commons/commit/41c52588c7ab4377da31e79cf4e31b17b7b714c0))
87
-
88
- ## [2.25.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.24.3...portal-components@v2.25.0) (2025-08-14)
89
-
90
-
91
- ### Features
92
-
93
- * InfoMaintenanceBanner ([#1404](https://github.com/stack-spot/portal-commons/issues/1404)) ([d36bec1](https://github.com/stack-spot/portal-commons/commit/d36bec16c87882ec6d7fc18bbb9e59e0fb8aad16))
94
-
95
- ## [2.24.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.24.2...portal-components@v2.24.3) (2025-07-22)
96
-
97
-
98
- ### Bug Fixes
99
-
100
- * adjusts error messages in Ai ([#1274](https://github.com/stack-spot/portal-commons/issues/1274)) ([09aad8b](https://github.com/stack-spot/portal-commons/commit/09aad8b3cf8538d14455203be201beec03716d51))
101
-
102
- ## [2.24.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.24.1...portal-components@v2.24.2) (2025-07-22)
103
-
104
-
105
- ### Bug Fixes
106
-
107
- * Adds Secure attribute to cookies for HTTPS ([#1114](https://github.com/stack-spot/portal-commons/issues/1114)) ([18e06fb](https://github.com/stack-spot/portal-commons/commit/18e06fbe08b1c89e2d554295627298c4723c99c6))
108
- * reviewing error messages in ai ([#1270](https://github.com/stack-spot/portal-commons/issues/1270)) ([5de8012](https://github.com/stack-spot/portal-commons/commit/5de8012538c22f0fd061233154619afcd4b589a5))
109
-
110
- ## [2.24.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.24.0...portal-components@v2.24.1) (2025-06-16)
111
-
112
-
113
- ### Bug Fixes
114
-
115
- * scroll interval id ref ([#1089](https://github.com/stack-spot/portal-commons/issues/1089)) ([a20ab0e](https://github.com/stack-spot/portal-commons/commit/a20ab0e3d0b049875697b0487f734d59555085a6))
116
-
117
- ## [2.24.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.23.0...portal-components@v2.24.0) (2025-06-12)
118
-
119
-
120
- ### Features
121
-
122
- * Update inference and add read file ([#1083](https://github.com/stack-spot/portal-commons/issues/1083)) ([c4233b7](https://github.com/stack-spot/portal-commons/commit/c4233b766bb057bb72b94417d9c94b3fff18c099))
123
-
124
- ## [2.23.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.5...portal-components@v2.23.0) (2025-06-11)
125
-
126
-
127
- ### Features
128
-
129
- * 2321 feature flag ([#1070](https://github.com/stack-spot/portal-commons/issues/1070)) ([7579759](https://github.com/stack-spot/portal-commons/commit/7579759b764440539d1471d7e5638b806bbf9ec2))
130
-
131
- ## [2.22.5](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.4...portal-components@v2.22.5) (2025-05-22)
132
-
133
-
134
- ### Bug Fixes
135
-
136
- * accessibility error and add update agent ([#1009](https://github.com/stack-spot/portal-commons/issues/1009)) ([1155a59](https://github.com/stack-spot/portal-commons/commit/1155a59d4a155098a303d7f58ac5e19acac90e5c))
137
-
138
- ## [2.22.4](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.3...portal-components@v2.22.4) (2025-05-22)
139
-
140
-
141
- ### Bug Fixes
142
-
143
- * Upd selection to create responsive scroll ([#1007](https://github.com/stack-spot/portal-commons/issues/1007)) ([86f1707](https://github.com/stack-spot/portal-commons/commit/86f17075b060bbb884760e85bc850c07346f77db))
144
-
145
- ## [2.22.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.2...portal-components@v2.22.3) (2025-05-09)
146
-
147
-
148
- ### Bug Fixes
149
-
150
- * fix-1562-notifications-wrong-markdown ([c8e1dd2](https://github.com/stack-spot/portal-commons/commit/c8e1dd2c7bd2f4b28186177f2dbaef0df7198e68))
151
-
152
- ## [2.22.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.1...portal-components@v2.22.2) (2025-05-06)
153
-
154
-
155
- ### Bug Fixes
156
-
157
- * Fix width select search ([#982](https://github.com/stack-spot/portal-commons/issues/982)) ([fac4c31](https://github.com/stack-spot/portal-commons/commit/fac4c318130674847b6135a60058b63ab4b926d6))
158
-
159
- ## [2.22.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.0...portal-components@v2.22.1) (2025-04-28)
160
-
161
-
162
- ### Bug Fixes
163
-
164
- * Fix placeholder responsive ([#963](https://github.com/stack-spot/portal-commons/issues/963)) ([c139e38](https://github.com/stack-spot/portal-commons/commit/c139e3866cb85e10a8ac1bdc0c5c378600922c1a))
165
-
166
- ## [2.22.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.21.2...portal-components@v2.22.0) (2025-04-25)
167
-
168
-
169
- ### Features
170
-
171
- * add component form ([fbc608d](https://github.com/stack-spot/portal-commons/commit/fbc608d0b2aaa8f99fc154a6a79141984c93daf3))
172
-
173
- ## [2.21.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.21.1...portal-components@v2.21.2) (2025-04-24)
174
-
175
-
176
- ### Bug Fixes
177
-
178
- * Update MiniLogo ([#957](https://github.com/stack-spot/portal-commons/issues/957)) ([64e57e0](https://github.com/stack-spot/portal-commons/commit/64e57e0d626ff3c733bad4d54722c0685d268cfd))
179
-
180
- ## [2.21.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.21.0...portal-components@v2.21.1) (2025-04-23)
181
-
182
-
183
- ### Bug Fixes
184
-
185
- * Fix 1488 updates libs ([#949](https://github.com/stack-spot/portal-commons/issues/949)) ([4b099c0](https://github.com/stack-spot/portal-commons/commit/4b099c0b4894edb4eb21b1ab4c1ab6bc7f979e36))
186
- * Fix upd citric and theme ([#952](https://github.com/stack-spot/portal-commons/issues/952)) ([6f517f3](https://github.com/stack-spot/portal-commons/commit/6f517f3a8b99eca5797d90b22a3c513ea62cea0b))
187
-
188
- ## [2.21.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.20.0...portal-components@v2.21.0) (2025-04-17)
189
-
190
-
191
- ### Features
192
-
193
- * Feat Export Custom Select Types ([#943](https://github.com/stack-spot/portal-commons/issues/943)) ([bada3ed](https://github.com/stack-spot/portal-commons/commit/bada3ed7092e8a8f1e7a99afd92f5242dbef3976))
194
-
195
- ## [2.20.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.19.2...portal-components@v2.20.0) (2025-04-17)
196
-
197
-
198
- ### Features
199
-
200
- * custom menu ([#940](https://github.com/stack-spot/portal-commons/issues/940)) ([bdf4295](https://github.com/stack-spot/portal-commons/commit/bdf42958bdf03a76c83209eee28eaf4f62bc68b8))
201
-
202
- ## [2.19.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.19.1...portal-components@v2.19.2) (2025-04-17)
203
-
204
-
205
- ### Bug Fixes
206
-
207
- * Fix creatable badge ([#938](https://github.com/stack-spot/portal-commons/issues/938)) ([c8a8ac7](https://github.com/stack-spot/portal-commons/commit/c8a8ac79c2cb30dc5cb9311b5429a80058f4308c))
208
-
209
- ## [2.19.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.19.0...portal-components@v2.19.1) (2025-04-10)
210
-
211
-
212
- ### Bug Fixes
213
-
214
- * 1448 multiselect ([#917](https://github.com/stack-spot/portal-commons/issues/917)) ([42bca57](https://github.com/stack-spot/portal-commons/commit/42bca57a4b82d786ea80e12ce6c3d44264ebf5a0))
215
-
216
- ## [2.19.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.18.0...portal-components@v2.19.0) (2025-04-09)
217
-
218
-
219
- ### Features
220
-
221
- * 1448 multiselect ([#913](https://github.com/stack-spot/portal-commons/issues/913)) ([d07a884](https://github.com/stack-spot/portal-commons/commit/d07a8846a6c2b37fd6b58c6febc7fcb0bb682a67))
222
-
223
- ## [2.18.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.17.0...portal-components@v2.18.0) (2025-04-07)
224
-
225
-
226
- ### Features
227
-
228
- * add table component and css adjustments in placeholder ([e4fdc1e](https://github.com/stack-spot/portal-commons/commit/e4fdc1efd10fdea20101f3da59610c89e14f0ca8))
229
-
230
- ## [2.17.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.16.1...portal-components@v2.17.0) (2025-03-24)
231
-
232
-
233
- ### Features
234
-
235
- * Feat 1424 remove controls of comp Creatable Select ([#832](https://github.com/stack-spot/portal-commons/issues/832)) ([2186130](https://github.com/stack-spot/portal-commons/commit/2186130215c71b53da6195b5a2f979017bdfe07f))
236
-
237
- ## [2.16.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.16.0...portal-components@v2.16.1) (2025-03-21)
238
-
239
-
240
- ### Bug Fixes
241
-
242
- * improve select component ([#819](https://github.com/stack-spot/portal-commons/issues/819)) ([b914639](https://github.com/stack-spot/portal-commons/commit/b9146391a94a463810bb7325e4d95ea219dd8546))
243
- * improve select dropdown indicator ([#824](https://github.com/stack-spot/portal-commons/issues/824)) ([9d62e43](https://github.com/stack-spot/portal-commons/commit/9d62e4343bc11c01c0acfc5f78be88aed416ea01))
244
- * resolve select search deps ([#822](https://github.com/stack-spot/portal-commons/issues/822)) ([0712f89](https://github.com/stack-spot/portal-commons/commit/0712f8991530b28d02cbbb4d9e2701593416092b))
245
-
246
- ## [2.16.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.15.1...portal-components@v2.16.0) (2025-03-14)
247
-
248
-
249
- ### Features
250
-
251
- * select search ([#795](https://github.com/stack-spot/portal-commons/issues/795)) ([26852b6](https://github.com/stack-spot/portal-commons/commit/26852b6d8c41102d52f4f1b9569953faaaa28a18))
252
-
253
- ## [2.15.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.15.0...portal-components@v2.15.1) (2025-02-27)
254
-
255
-
256
- ### Bug Fixes
257
-
258
- * Fix message regex on notification drop down ([#764](https://github.com/stack-spot/portal-commons/issues/764)) ([9fab3ff](https://github.com/stack-spot/portal-commons/commit/9fab3ff1ba561b52d123bddea55ca9dcdb696493))
259
-
260
- ## [2.15.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.14.1...portal-components@v2.15.0) (2025-02-27)
261
-
262
-
263
- ### Features
264
-
265
- * adds component FadingOverflow ([#760](https://github.com/stack-spot/portal-commons/issues/760)) ([c70834d](https://github.com/stack-spot/portal-commons/commit/c70834dc836e3c0ec87cf160c694ba730a11a4a7))
266
-
267
-
268
- ### Bug Fixes
269
-
270
- * re-exports FadingOverflow in package.json ([#762](https://github.com/stack-spot/portal-commons/issues/762)) ([c647054](https://github.com/stack-spot/portal-commons/commit/c6470548bbf7ad09e44fd45498c5d5f3abd3abc4))
271
-
272
- ## [2.14.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.14.0...portal-components@v2.14.1) (2025-02-10)
273
-
274
-
275
- ### Bug Fixes
276
-
277
- * Fix text notification when markdown ([#716](https://github.com/stack-spot/portal-commons/issues/716)) ([92196ab](https://github.com/stack-spot/portal-commons/commit/92196ab463d34b65d0b4952baa4720ff54181b45))
278
-
279
- ## [2.14.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.13.0...portal-components@v2.14.0) (2025-02-10)
280
-
281
-
282
- ### Features
283
-
284
- * change image placeholder generic ([#710](https://github.com/stack-spot/portal-commons/issues/710)) ([9822721](https://github.com/stack-spot/portal-commons/commit/9822721a9dab6d05c5c8d5097d439f3c63e2ab72))
285
-
286
- ## [2.13.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.12.1...portal-components@v2.13.0) (2025-02-07)
287
-
288
-
289
- ### Features
290
-
291
- * Add button loading component ([#711](https://github.com/stack-spot/portal-commons/issues/711)) ([684edc4](https://github.com/stack-spot/portal-commons/commit/684edc4d5a8498ef273d92bdba207cb5d7e2af93))
292
-
293
- ## [2.12.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.12.0...portal-components@v2.12.1) (2025-01-16)
294
-
295
-
296
- ### Bug Fixes
297
-
298
- * change notification panel width ([004dafc](https://github.com/stack-spot/portal-commons/commit/004dafc8c5069d0ce95738e81979e316f9101a2d))
299
-
300
- ## [2.12.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.11.1...portal-components@v2.12.0) (2025-01-15)
301
-
302
-
303
- ### Features
304
-
305
- * add new notification button read more ([2201cd1](https://github.com/stack-spot/portal-commons/commit/2201cd119b477ddf875c5c269061d7d7b86f9535))
306
-
307
- ## [2.11.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.11.0...portal-components@v2.11.1) (2025-01-03)
308
-
309
-
310
- ### Bug Fixes
311
-
312
- * banner style adjustments" ([c2263b4](https://github.com/stack-spot/portal-commons/commit/c2263b4c3befacdedb592afba688d8f31d48c524))
313
- * Code Cleanup & adjustments ([2d0b4a8](https://github.com/stack-spot/portal-commons/commit/2d0b4a80c2eb9ddad7b91fabb4e5e39707f26239))
314
- * lyout update libs banner ([#631](https://github.com/stack-spot/portal-commons/issues/631)) ([6d4ee46](https://github.com/stack-spot/portal-commons/commit/6d4ee46878395607d8cbf80d58c38a22681ece74))
315
-
316
- ## [2.11.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.10.4...portal-components@v2.11.0) (2024-12-27)
317
-
318
-
319
- ### Features
320
-
321
- * update libs banner ([#604](https://github.com/stack-spot/portal-commons/issues/604)) ([f2bc440](https://github.com/stack-spot/portal-commons/commit/f2bc440db6c65461a2b1228d0efc08ed3d883d67))
322
-
323
- ## [2.10.4](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.10.3...portal-components@v2.10.4) (2024-12-12)
324
-
325
-
326
- ### Bug Fixes
327
-
328
- * markdown pt e ul notification"" ([#566](https://github.com/stack-spot/portal-commons/issues/566)) ([7d5bb43](https://github.com/stack-spot/portal-commons/commit/7d5bb438525d72e931e980f683a10ac2555db7e8))
329
-
330
- ## [2.10.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.10.2...portal-components@v2.10.3) (2024-12-11)
331
-
332
-
333
- ### Bug Fixes
334
-
335
- * notification markdown ([#558](https://github.com/stack-spot/portal-commons/issues/558)) ([73a6a1b](https://github.com/stack-spot/portal-commons/commit/73a6a1b815bdc6c1d82295c844af7a3c656c89c9))
336
-
337
- ## [2.10.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.10.1...portal-components@v2.10.2) (2024-11-28)
338
-
339
-
340
- ### Bug Fixes
341
-
342
- * Fix css props on File Tree View ([#510](https://github.com/stack-spot/portal-commons/issues/510)) ([af003fd](https://github.com/stack-spot/portal-commons/commit/af003fd2d52a16b9fbf8330e0b4abac86b4b272b))
343
-
344
- ## [2.10.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.10.0...portal-components@v2.10.1) (2024-11-22)
345
-
346
-
347
- ### Bug Fixes
348
-
349
- * Fix 1603 rotate icon of folder file tree view ([#506](https://github.com/stack-spot/portal-commons/issues/506)) ([8201989](https://github.com/stack-spot/portal-commons/commit/8201989ddc6cac28cecdd3e12b597abeb2c2fee0))
350
-
351
- ## [2.10.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.9.0...portal-components@v2.10.0) (2024-11-21)
352
-
353
-
354
- ### Features
355
-
356
- * FileTree View component ([#496](https://github.com/stack-spot/portal-commons/issues/496)) ([d66e12d](https://github.com/stack-spot/portal-commons/commit/d66e12dd34e8314f7fb49e3a9cf7b8efc3e93fb2))
357
-
358
- ## [2.9.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.8.1...portal-components@v2.9.0) (2024-10-30)
359
-
360
-
361
- ### Features
362
-
363
- * 1877 create button ([#471](https://github.com/stack-spot/portal-commons/issues/471)) ([a3b07d1](https://github.com/stack-spot/portal-commons/commit/a3b07d13a0c37afc8003b86e4c0e9d3e2e2c14ac))
364
-
365
- ## [2.8.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.8.0...portal-components@v2.8.1) (2024-10-28)
366
-
367
-
368
- ### Bug Fixes
369
-
370
- * fixes utility function focusFirstChild(element) ([#463](https://github.com/stack-spot/portal-commons/issues/463)) ([b221eb0](https://github.com/stack-spot/portal-commons/commit/b221eb063f59786e2f32c4324d211975fc72d894))
371
-
372
- ## [2.8.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.7.0...portal-components@v2.8.0) (2024-10-25)
373
-
374
-
375
- ### Features
376
-
377
- * adds new features to the keyboard hook ([#459](https://github.com/stack-spot/portal-commons/issues/459)) ([39b669c](https://github.com/stack-spot/portal-commons/commit/39b669c4ea4b551b399be50678399e14607ce167))
378
-
379
- ## [2.7.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.6.1...portal-components@v2.7.0) (2024-10-18)
380
-
381
-
382
- ### Features
383
-
384
- * Handle i18n in notification ([#445](https://github.com/stack-spot/portal-commons/issues/445)) ([1803cea](https://github.com/stack-spot/portal-commons/commit/1803cea1f5ef3b257debb6383dd0c0bc81c9597a))
385
-
386
- ## [2.6.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.6.0...portal-components@v2.6.1) (2024-09-26)
387
-
388
-
389
- ### Bug Fixes
390
-
391
- * Accessibility 517 visualize notification button ([e919b44](https://github.com/stack-spot/portal-commons/commit/e919b446130c15d11c73b2d3336f92fee3f4c8b7))
392
- * docs ([f488e48](https://github.com/stack-spot/portal-commons/commit/f488e48bdf0156265ddb6fcd279938c8a46c0bf1))
393
-
394
- ## [2.6.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.5.2...portal-components@v2.6.0) (2024-09-20)
395
-
396
-
397
- ### Features
398
-
399
- * enhance select ([#377](https://github.com/stack-spot/portal-commons/issues/377)) ([af5d011](https://github.com/stack-spot/portal-commons/commit/af5d011ed0c69f973160d9d7d2e3bb2992653dd0))
400
-
401
- ## [2.5.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.5.1...portal-components@v2.5.2) (2024-09-16)
402
-
403
-
404
- ### Bug Fixes
405
-
406
- * menu layout ([cbc54e7](https://github.com/stack-spot/portal-commons/commit/cbc54e7857ede61e3d09606a2c895cb72d1bbbd7))
407
-
408
- ## [2.5.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.5.0...portal-components@v2.5.1) (2024-09-11)
409
-
410
-
411
- ### Bug Fixes
412
-
413
- * adjustments in stepper ([#356](https://github.com/stack-spot/portal-commons/issues/356)) ([c542fa4](https://github.com/stack-spot/portal-commons/commit/c542fa4bed4e54c853ff49c98a689089bea961e2))
414
-
415
- ## [2.5.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.4.0...portal-components@v2.5.0) (2024-09-02)
416
-
417
-
418
- ### Features
419
-
420
- * add stepper ([#313](https://github.com/stack-spot/portal-commons/issues/313)) ([1b4fe13](https://github.com/stack-spot/portal-commons/commit/1b4fe1333b417cfc349ba943c8fd34d706de44d2))
421
-
422
-
423
- ### Bug Fixes
424
-
425
- * Update color img logo ([#342](https://github.com/stack-spot/portal-commons/issues/342)) ([89bf03b](https://github.com/stack-spot/portal-commons/commit/89bf03b212fd5d0e4e5274dba75c320591ca13e8))
426
-
427
- ## [2.4.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.6...portal-components@v2.4.0) (2024-08-27)
428
-
429
-
430
- ### Features
431
-
432
- * Add notification client ([#321](https://github.com/stack-spot/portal-commons/issues/321)) ([75dbbd6](https://github.com/stack-spot/portal-commons/commit/75dbbd6f01c217435872584e24722c3e6569b9bc))
433
-
434
- ## [2.3.6](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.5...portal-components@v2.3.6) (2024-08-23)
435
-
436
-
437
- ### Bug Fixes
438
-
439
- * Link target notification ([#316](https://github.com/stack-spot/portal-commons/issues/316)) ([45d6233](https://github.com/stack-spot/portal-commons/commit/45d6233beca9140d88f9695278ed7de438e2e8d7))
440
-
441
- ## [2.3.5](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.4...portal-components@v2.3.5) (2024-08-21)
442
-
443
-
444
- ### Bug Fixes
445
-
446
- * accessibility 421 ([6def5d9](https://github.com/stack-spot/portal-commons/commit/6def5d99f5b0f5cb50cb764ae117f2598640f14a))
447
-
448
- ## [2.3.4](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.3...portal-components@v2.3.4) (2024-08-19)
449
-
450
-
451
- ### Bug Fixes
452
-
453
- * accessibility 405 botao visualizar ([7fd0d75](https://github.com/stack-spot/portal-commons/commit/7fd0d75fd21a00b1e197f643934ca4c0abbef0a3))
454
-
455
- ## [2.3.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.2...portal-components@v2.3.3) (2024-08-19)
456
-
457
-
458
- ### Bug Fixes
459
-
460
- * readme ([ccce2dc](https://github.com/stack-spot/portal-commons/commit/ccce2dc1df82754fa84fe64ad2c3b4e07a18c425))
461
- * notifications title ([7efc48b](https://github.com/stack-spot/portal-commons/pull/289/commits/7efc48b72dfbe279bb4ca678f1b9bf4aee2e6be7))
462
-
463
- ## [2.3.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.1...portal-components@v2.3.2) (2024-08-16)
464
-
465
-
466
- ### Bug Fixes
467
-
468
- * accessibility 409 Notifications date ([8c87685](https://github.com/stack-spot/portal-commons/commit/8c876856d9eef750a4e5d5ece475e3500ed04f2d))
469
-
470
- ## [2.3.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.0...portal-components@v2.3.1) (2024-08-02)
471
-
472
-
473
- ### Bug Fixes
474
-
475
- * upd aria selected to aria current on link ([44fafd0](https://github.com/stack-spot/portal-commons/commit/44fafd0603fc9a83411a575b1887f095fef6c8fd))
476
-
477
- ## [2.3.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.2.0...portal-components@v2.3.0) (2024-08-01)
478
-
479
-
480
- ### Features
481
-
482
- * prop title for selection list item ([0e0b29c](https://github.com/stack-spot/portal-commons/commit/0e0b29cbb4bff248ac20fa2a727eaf2d15f0167e))
483
-
484
- ## [2.2.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.1.1...portal-components@v2.2.0) (2024-07-18)
485
-
486
-
487
- ### Features
488
-
489
- * cloud portal logo ([aa69792](https://github.com/stack-spot/portal-commons/commit/aa69792ac89eb8174bfda18fff18de5cf044919c))
490
-
491
- ## [2.1.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.1.0...portal-components@v2.1.1) (2024-07-17)
492
-
493
-
494
- ### Bug Fixes
495
-
496
- * notification bugs ([53f1199](https://github.com/stack-spot/portal-commons/commit/53f1199e8ed058a536888c5a242e600bd1728f86))
497
- * notification bugs ([53f1199](https://github.com/stack-spot/portal-commons/commit/53f1199e8ed058a536888c5a242e600bd1728f86))
498
-
499
- ## [2.1.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.0.3...portal-components@v2.1.0) (2024-07-16)
500
-
501
-
502
- ### Features
503
-
504
- * notification changes ([e817a67](https://github.com/stack-spot/portal-commons/commit/e817a67cb91b151a48a484594fe8095a4dbb07fa))
505
- * notifications page and all its dependencies ([e817a67](https://github.com/stack-spot/portal-commons/commit/e817a67cb91b151a48a484594fe8095a4dbb07fa))
506
-
507
- ## [2.0.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.0.2...portal-components@v2.0.3) (2024-07-04)
508
-
509
-
510
- ### Bug Fixes
511
-
512
- * add animation to notification menu ([d800e92](https://github.com/stack-spot/portal-commons/commit/d800e92e11399d45958b09e7ffcbc2acdb5749a9))
513
-
514
- ## [2.0.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.0.1...portal-components@v2.0.2) (2024-07-04)
515
-
516
-
517
- ### Bug Fixes
518
-
519
- * accessibility adjustments on notifications ([894b6b6](https://github.com/stack-spot/portal-commons/commit/894b6b6357b5f0e3bc08f13123c991d25dc131e9))
520
-
521
- ## [2.0.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.0.0...portal-components@v2.0.1) (2024-07-02)
522
-
523
-
524
- ### Bug Fixes
525
-
526
- * 547 page selector ([bb82b81](https://github.com/stack-spot/portal-commons/commit/bb82b810d8b3a02997199f8bd8973b180dc681e3))
527
-
528
- ## [2.0.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.6.0...portal-components@v2.0.0) (2024-06-28)
529
-
530
-
531
- ### BREAKING CHANGES
532
-
533
- * **portal-components:** removed Tour related componets
534
- * **portal-layout:** Adds a new reworked Tour structure compatible with module federation
535
- * new Tour strategy
536
-
537
- ### Features
538
-
539
- * new Tour strategy ([d6daf23](https://github.com/stack-spot/portal-commons/commit/d6daf238f9956e2c913a36773db9b34080fd17a5))
540
- * **portal-components:** removed Tour related componets ([d6daf23](https://github.com/stack-spot/portal-commons/commit/d6daf238f9956e2c913a36773db9b34080fd17a5))
541
- * **portal-layout:** Adds a new reworked Tour structure compatible with module federation ([d6daf23](https://github.com/stack-spot/portal-commons/commit/d6daf238f9956e2c913a36773db9b34080fd17a5))
542
-
543
- ## [1.6.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.5.1...portal-components@v1.6.0) (2024-06-27)
544
-
545
-
546
- ### Features
547
-
548
- * placeholder component ([3077d63](https://github.com/stack-spot/portal-commons/commit/3077d630525bbe4e28c4ac2b36f13cf3c335b541))
549
-
550
- ## [1.5.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.5.0...portal-components@v1.5.1) (2024-06-27)
551
-
552
-
553
- ### Bug Fixes
554
-
555
- * notifications infinite scroll ([d752d3f](https://github.com/stack-spot/portal-commons/commit/d752d3f1a1c5b9d792aa622ff31185be29249faf))
556
-
557
- ## [1.5.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.4.1...portal-components@v1.5.0) (2024-06-26)
558
-
559
-
560
- ### Features
561
-
562
- * more customization to ErrorFeedback and more error components ([12361b9](https://github.com/stack-spot/portal-commons/commit/12361b9e9a924a9590dcb0cc2eca75f860f0ca8b))
563
- * more error customization and components ([12361b9](https://github.com/stack-spot/portal-commons/commit/12361b9e9a924a9590dcb0cc2eca75f860f0ca8b))
564
-
565
-
566
- ### Bug Fixes
567
-
568
- * notification tooltip for small screens ([0574dd7](https://github.com/stack-spot/portal-commons/commit/0574dd740dc9c60f3a206a920b3ba018827fc4b0))
569
-
570
- ## [1.4.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.4.0...portal-components@v1.4.1) (2024-06-26)
571
-
572
-
573
- ### Bug Fixes
574
-
575
- * add lang attributes in selection list ([2c2468e](https://github.com/stack-spot/portal-commons/commit/2c2468ee842f8c1c3af0f75610b88e9484aa4afd))
576
-
577
- ## [1.4.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.3.3...portal-components@v1.4.0) (2024-06-25)
578
-
579
-
580
- ### Features
581
-
582
- * custom feedback error ([b065a50](https://github.com/stack-spot/portal-commons/commit/b065a50f861a5f8f850b239038b0cbcab74b9cee))
583
- * custom feedback error ([b065a50](https://github.com/stack-spot/portal-commons/commit/b065a50f861a5f8f850b239038b0cbcab74b9cee))
584
-
585
- ## [1.3.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.3.2...portal-components@v1.3.3) (2024-06-25)
586
-
587
-
588
- ### Bug Fixes
589
-
590
- * notifications ([97776bd](https://github.com/stack-spot/portal-commons/commit/97776bd9799fa7492091247dd31fcae1bf900f37))
591
-
592
- ## [1.3.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.3.0...portal-components@v1.3.1) (2024-06-20)
593
-
594
- ## [1.3.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.2.0...portal-components@v1.3.1) (2024-06-19)
595
-
596
-
597
- ### Features
598
-
599
- * add new components (notifications components, ScrollView, AsyncContent, LazyMd) ([ee5e2d0](https://github.com/stack-spot/portal-commons/commit/ee5e2d075959abecc5b9495b0aa7eb6bf374e9aa))
600
-
601
- ## [1.2.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.1.1...portal-components@v1.2.0) (2024-06-10)
602
-
603
-
604
- ### Features
605
-
606
- * [SelectionList] add event attr onClick ([5cb8ae2](https://github.com/stack-spot/portal-commons/commit/5cb8ae287328c10befadf399fcb9ee5bd2468a9e))
607
-
608
-
609
- ### Bug Fixes
610
-
611
- * cookie domain attribute config ([7e113fe](https://github.com/stack-spot/portal-commons/commit/7e113fe3a3c6ac77281cc3640671b5839178cc96))
612
-
613
- ## [1.1.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.1.0...portal-components@v1.1.1) (2024-06-06)
614
-
615
-
616
- ### Bug Fixes
617
-
618
- * Improve tour navigation texts and layout ([2c3ce04](https://github.com/stack-spot/portal-commons/commit/2c3ce0448fa998d3a2859d4df8d98d40278e5cdb))
619
-
620
- ## [1.1.0](https://github.com/stack-spot/portal-commons/compare/portal-components-v1.0.1...portal-components@v1.1.0) (2024-06-05)
621
-
622
-
623
- ### Features
624
-
625
- * Add singleton for handling user menu outside of the component ([6720095](https://github.com/stack-spot/portal-commons/commit/67200959d763eaa6f73fc2eb40b84949dd1194eb))
626
- * update component and layout ([0d72e00](https://github.com/stack-spot/portal-commons/commit/0d72e00968cf3b3cbb196dec66eedc42c75aacbf))
627
- * update components and layout ([b82260f](https://github.com/stack-spot/portal-commons/commit/b82260f701d7f0115d9fcda8fec4e310cbc42998))
628
- * update components and layout ([c1ba398](https://github.com/stack-spot/portal-commons/commit/c1ba398fdfc51aac0b0d8b1b7d5258c6ae857e51))
1
+ # Changelog
2
+
3
+ ## [2.27.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.27.2...portal-components@v2.27.3) (2025-10-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Fix behavior selection itens render ([#1736](https://github.com/stack-spot/portal-commons/issues/1736)) ([75a6bd3](https://github.com/stack-spot/portal-commons/commit/75a6bd3c0aa0bdb602fb8d01c413313dc2918c02))
9
+
10
+ ## [2.27.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.27.1...portal-components@v2.27.2) (2025-10-17)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * improve notification layout ([#1702](https://github.com/stack-spot/portal-commons/issues/1702)) ([bd0a39a](https://github.com/stack-spot/portal-commons/commit/bd0a39a76c06b12024653948f229fc5ba9efe1f5))
16
+
17
+ ## [2.27.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.27.0...portal-components@v2.27.1) (2025-10-06)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * Added times to filters ([#1677](https://github.com/stack-spot/portal-commons/issues/1677)) ([7adfa31](https://github.com/stack-spot/portal-commons/commit/7adfa31a0b60dd616a558e9944ed6263605946e7))
23
+
24
+ ## [2.27.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.26.0...portal-components@v2.27.0) (2025-10-03)
25
+
26
+
27
+ ### Features
28
+
29
+ * 3146 notifications placeholder ([#1670](https://github.com/stack-spot/portal-commons/issues/1670)) ([e1879d6](https://github.com/stack-spot/portal-commons/commit/e1879d6f7bd3bef257639c835e8f0e9c544a23e5))
30
+
31
+ ## [2.26.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.9...portal-components@v2.26.0) (2025-09-30)
32
+
33
+
34
+ ### Features
35
+
36
+ * 3156 notifications ([#1491](https://github.com/stack-spot/portal-commons/issues/1491)) ([3f9f6a6](https://github.com/stack-spot/portal-commons/commit/3f9f6a6b56004893cca4e0d53afe8eccdf615005))
37
+
38
+ ## [2.25.9](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.8...portal-components@v2.25.9) (2025-09-30)
39
+
40
+
41
+ ### Bug Fixes
42
+
43
+ * upgrades translation lib ([#1637](https://github.com/stack-spot/portal-commons/issues/1637)) ([61d98ad](https://github.com/stack-spot/portal-commons/commit/61d98ad5a65b9132f0c49acb63fb19dff2111148))
44
+
45
+ ## [2.25.8](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.7...portal-components@v2.25.8) (2025-08-26)
46
+
47
+
48
+ ### Bug Fixes
49
+
50
+ * remove tooltip in notification description ([#1471](https://github.com/stack-spot/portal-commons/issues/1471)) ([24f868a](https://github.com/stack-spot/portal-commons/commit/24f868a55b8834e3b6514fafaee5fcf0f75d6c33))
51
+
52
+ ## [2.25.7](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.6...portal-components@v2.25.7) (2025-08-21)
53
+
54
+
55
+ ### Bug Fixes
56
+
57
+ * add tooltip in notification description and change regex ([#1446](https://github.com/stack-spot/portal-commons/issues/1446)) ([1eaabd8](https://github.com/stack-spot/portal-commons/commit/1eaabd8798fab8206fed34a83e8703748c285a5a))
58
+ * readme (update version) ([#1447](https://github.com/stack-spot/portal-commons/issues/1447)) ([f57cda5](https://github.com/stack-spot/portal-commons/commit/f57cda50769d3727a667231fe925ebbbaabc0c91))
59
+
60
+ ## [2.25.6](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.5...portal-components@v2.25.6) (2025-08-21)
61
+
62
+
63
+ ### Bug Fixes
64
+
65
+ * support button hidden ([#1424](https://github.com/stack-spot/portal-commons/issues/1424)) ([15b88ce](https://github.com/stack-spot/portal-commons/commit/15b88ce7659ac7c3192087d5b6384515ef6c00a4))
66
+
67
+ ## [2.25.5](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.4...portal-components@v2.25.5) (2025-08-15)
68
+
69
+
70
+ ### Bug Fixes
71
+
72
+ * adjusts accessibility file insert ([#1379](https://github.com/stack-spot/portal-commons/issues/1379)) ([753ad4e](https://github.com/stack-spot/portal-commons/commit/753ad4ea5ce01e0f4bcee15c08229ceb8e8dc02d))
73
+
74
+ ## [2.25.4](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.3...portal-components@v2.25.4) (2025-08-15)
75
+
76
+
77
+ ### Bug Fixes
78
+
79
+ * Removed sx props banner warning ([#1418](https://github.com/stack-spot/portal-commons/issues/1418)) ([6fbbe2c](https://github.com/stack-spot/portal-commons/commit/6fbbe2c0ae6157cf7c6908af6d49b1dc7e5686a6))
80
+
81
+ ## [2.25.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.2...portal-components@v2.25.3) (2025-08-15)
82
+
83
+
84
+ ### Bug Fixes
85
+
86
+ * type banner warning sx ([#1410](https://github.com/stack-spot/portal-commons/issues/1410)) ([c91b6e7](https://github.com/stack-spot/portal-commons/commit/c91b6e792107246b9025aad010ab3a1ee9f5855a))
87
+
88
+ ## [2.25.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.1...portal-components@v2.25.2) (2025-08-15)
89
+
90
+
91
+ ### Bug Fixes
92
+
93
+ * banner warning ([#1408](https://github.com/stack-spot/portal-commons/issues/1408)) ([9275385](https://github.com/stack-spot/portal-commons/commit/927538519908b87469c5ac2351eace94087cb4bb))
94
+
95
+ ## [2.25.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.0...portal-components@v2.25.1) (2025-08-14)
96
+
97
+
98
+ ### Bug Fixes
99
+
100
+ * maintenance banner ([#1406](https://github.com/stack-spot/portal-commons/issues/1406)) ([41c5258](https://github.com/stack-spot/portal-commons/commit/41c52588c7ab4377da31e79cf4e31b17b7b714c0))
101
+
102
+ ## [2.25.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.24.3...portal-components@v2.25.0) (2025-08-14)
103
+
104
+
105
+ ### Features
106
+
107
+ * InfoMaintenanceBanner ([#1404](https://github.com/stack-spot/portal-commons/issues/1404)) ([d36bec1](https://github.com/stack-spot/portal-commons/commit/d36bec16c87882ec6d7fc18bbb9e59e0fb8aad16))
108
+
109
+ ## [2.24.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.24.2...portal-components@v2.24.3) (2025-07-22)
110
+
111
+
112
+ ### Bug Fixes
113
+
114
+ * adjusts error messages in Ai ([#1274](https://github.com/stack-spot/portal-commons/issues/1274)) ([09aad8b](https://github.com/stack-spot/portal-commons/commit/09aad8b3cf8538d14455203be201beec03716d51))
115
+
116
+ ## [2.24.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.24.1...portal-components@v2.24.2) (2025-07-22)
117
+
118
+
119
+ ### Bug Fixes
120
+
121
+ * Adds Secure attribute to cookies for HTTPS ([#1114](https://github.com/stack-spot/portal-commons/issues/1114)) ([18e06fb](https://github.com/stack-spot/portal-commons/commit/18e06fbe08b1c89e2d554295627298c4723c99c6))
122
+ * reviewing error messages in ai ([#1270](https://github.com/stack-spot/portal-commons/issues/1270)) ([5de8012](https://github.com/stack-spot/portal-commons/commit/5de8012538c22f0fd061233154619afcd4b589a5))
123
+
124
+ ## [2.24.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.24.0...portal-components@v2.24.1) (2025-06-16)
125
+
126
+
127
+ ### Bug Fixes
128
+
129
+ * scroll interval id ref ([#1089](https://github.com/stack-spot/portal-commons/issues/1089)) ([a20ab0e](https://github.com/stack-spot/portal-commons/commit/a20ab0e3d0b049875697b0487f734d59555085a6))
130
+
131
+ ## [2.24.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.23.0...portal-components@v2.24.0) (2025-06-12)
132
+
133
+
134
+ ### Features
135
+
136
+ * Update inference and add read file ([#1083](https://github.com/stack-spot/portal-commons/issues/1083)) ([c4233b7](https://github.com/stack-spot/portal-commons/commit/c4233b766bb057bb72b94417d9c94b3fff18c099))
137
+
138
+ ## [2.23.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.5...portal-components@v2.23.0) (2025-06-11)
139
+
140
+
141
+ ### Features
142
+
143
+ * 2321 feature flag ([#1070](https://github.com/stack-spot/portal-commons/issues/1070)) ([7579759](https://github.com/stack-spot/portal-commons/commit/7579759b764440539d1471d7e5638b806bbf9ec2))
144
+
145
+ ## [2.22.5](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.4...portal-components@v2.22.5) (2025-05-22)
146
+
147
+
148
+ ### Bug Fixes
149
+
150
+ * accessibility error and add update agent ([#1009](https://github.com/stack-spot/portal-commons/issues/1009)) ([1155a59](https://github.com/stack-spot/portal-commons/commit/1155a59d4a155098a303d7f58ac5e19acac90e5c))
151
+
152
+ ## [2.22.4](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.3...portal-components@v2.22.4) (2025-05-22)
153
+
154
+
155
+ ### Bug Fixes
156
+
157
+ * Upd selection to create responsive scroll ([#1007](https://github.com/stack-spot/portal-commons/issues/1007)) ([86f1707](https://github.com/stack-spot/portal-commons/commit/86f17075b060bbb884760e85bc850c07346f77db))
158
+
159
+ ## [2.22.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.2...portal-components@v2.22.3) (2025-05-09)
160
+
161
+
162
+ ### Bug Fixes
163
+
164
+ * fix-1562-notifications-wrong-markdown ([c8e1dd2](https://github.com/stack-spot/portal-commons/commit/c8e1dd2c7bd2f4b28186177f2dbaef0df7198e68))
165
+
166
+ ## [2.22.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.1...portal-components@v2.22.2) (2025-05-06)
167
+
168
+
169
+ ### Bug Fixes
170
+
171
+ * Fix width select search ([#982](https://github.com/stack-spot/portal-commons/issues/982)) ([fac4c31](https://github.com/stack-spot/portal-commons/commit/fac4c318130674847b6135a60058b63ab4b926d6))
172
+
173
+ ## [2.22.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.0...portal-components@v2.22.1) (2025-04-28)
174
+
175
+
176
+ ### Bug Fixes
177
+
178
+ * Fix placeholder responsive ([#963](https://github.com/stack-spot/portal-commons/issues/963)) ([c139e38](https://github.com/stack-spot/portal-commons/commit/c139e3866cb85e10a8ac1bdc0c5c378600922c1a))
179
+
180
+ ## [2.22.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.21.2...portal-components@v2.22.0) (2025-04-25)
181
+
182
+
183
+ ### Features
184
+
185
+ * add component form ([fbc608d](https://github.com/stack-spot/portal-commons/commit/fbc608d0b2aaa8f99fc154a6a79141984c93daf3))
186
+
187
+ ## [2.21.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.21.1...portal-components@v2.21.2) (2025-04-24)
188
+
189
+
190
+ ### Bug Fixes
191
+
192
+ * Update MiniLogo ([#957](https://github.com/stack-spot/portal-commons/issues/957)) ([64e57e0](https://github.com/stack-spot/portal-commons/commit/64e57e0d626ff3c733bad4d54722c0685d268cfd))
193
+
194
+ ## [2.21.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.21.0...portal-components@v2.21.1) (2025-04-23)
195
+
196
+
197
+ ### Bug Fixes
198
+
199
+ * Fix 1488 updates libs ([#949](https://github.com/stack-spot/portal-commons/issues/949)) ([4b099c0](https://github.com/stack-spot/portal-commons/commit/4b099c0b4894edb4eb21b1ab4c1ab6bc7f979e36))
200
+ * Fix upd citric and theme ([#952](https://github.com/stack-spot/portal-commons/issues/952)) ([6f517f3](https://github.com/stack-spot/portal-commons/commit/6f517f3a8b99eca5797d90b22a3c513ea62cea0b))
201
+
202
+ ## [2.21.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.20.0...portal-components@v2.21.0) (2025-04-17)
203
+
204
+
205
+ ### Features
206
+
207
+ * Feat Export Custom Select Types ([#943](https://github.com/stack-spot/portal-commons/issues/943)) ([bada3ed](https://github.com/stack-spot/portal-commons/commit/bada3ed7092e8a8f1e7a99afd92f5242dbef3976))
208
+
209
+ ## [2.20.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.19.2...portal-components@v2.20.0) (2025-04-17)
210
+
211
+
212
+ ### Features
213
+
214
+ * custom menu ([#940](https://github.com/stack-spot/portal-commons/issues/940)) ([bdf4295](https://github.com/stack-spot/portal-commons/commit/bdf42958bdf03a76c83209eee28eaf4f62bc68b8))
215
+
216
+ ## [2.19.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.19.1...portal-components@v2.19.2) (2025-04-17)
217
+
218
+
219
+ ### Bug Fixes
220
+
221
+ * Fix creatable badge ([#938](https://github.com/stack-spot/portal-commons/issues/938)) ([c8a8ac7](https://github.com/stack-spot/portal-commons/commit/c8a8ac79c2cb30dc5cb9311b5429a80058f4308c))
222
+
223
+ ## [2.19.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.19.0...portal-components@v2.19.1) (2025-04-10)
224
+
225
+
226
+ ### Bug Fixes
227
+
228
+ * 1448 multiselect ([#917](https://github.com/stack-spot/portal-commons/issues/917)) ([42bca57](https://github.com/stack-spot/portal-commons/commit/42bca57a4b82d786ea80e12ce6c3d44264ebf5a0))
229
+
230
+ ## [2.19.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.18.0...portal-components@v2.19.0) (2025-04-09)
231
+
232
+
233
+ ### Features
234
+
235
+ * 1448 multiselect ([#913](https://github.com/stack-spot/portal-commons/issues/913)) ([d07a884](https://github.com/stack-spot/portal-commons/commit/d07a8846a6c2b37fd6b58c6febc7fcb0bb682a67))
236
+
237
+ ## [2.18.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.17.0...portal-components@v2.18.0) (2025-04-07)
238
+
239
+
240
+ ### Features
241
+
242
+ * add table component and css adjustments in placeholder ([e4fdc1e](https://github.com/stack-spot/portal-commons/commit/e4fdc1efd10fdea20101f3da59610c89e14f0ca8))
243
+
244
+ ## [2.17.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.16.1...portal-components@v2.17.0) (2025-03-24)
245
+
246
+
247
+ ### Features
248
+
249
+ * Feat 1424 remove controls of comp Creatable Select ([#832](https://github.com/stack-spot/portal-commons/issues/832)) ([2186130](https://github.com/stack-spot/portal-commons/commit/2186130215c71b53da6195b5a2f979017bdfe07f))
250
+
251
+ ## [2.16.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.16.0...portal-components@v2.16.1) (2025-03-21)
252
+
253
+
254
+ ### Bug Fixes
255
+
256
+ * improve select component ([#819](https://github.com/stack-spot/portal-commons/issues/819)) ([b914639](https://github.com/stack-spot/portal-commons/commit/b9146391a94a463810bb7325e4d95ea219dd8546))
257
+ * improve select dropdown indicator ([#824](https://github.com/stack-spot/portal-commons/issues/824)) ([9d62e43](https://github.com/stack-spot/portal-commons/commit/9d62e4343bc11c01c0acfc5f78be88aed416ea01))
258
+ * resolve select search deps ([#822](https://github.com/stack-spot/portal-commons/issues/822)) ([0712f89](https://github.com/stack-spot/portal-commons/commit/0712f8991530b28d02cbbb4d9e2701593416092b))
259
+
260
+ ## [2.16.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.15.1...portal-components@v2.16.0) (2025-03-14)
261
+
262
+
263
+ ### Features
264
+
265
+ * select search ([#795](https://github.com/stack-spot/portal-commons/issues/795)) ([26852b6](https://github.com/stack-spot/portal-commons/commit/26852b6d8c41102d52f4f1b9569953faaaa28a18))
266
+
267
+ ## [2.15.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.15.0...portal-components@v2.15.1) (2025-02-27)
268
+
269
+
270
+ ### Bug Fixes
271
+
272
+ * Fix message regex on notification drop down ([#764](https://github.com/stack-spot/portal-commons/issues/764)) ([9fab3ff](https://github.com/stack-spot/portal-commons/commit/9fab3ff1ba561b52d123bddea55ca9dcdb696493))
273
+
274
+ ## [2.15.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.14.1...portal-components@v2.15.0) (2025-02-27)
275
+
276
+
277
+ ### Features
278
+
279
+ * adds component FadingOverflow ([#760](https://github.com/stack-spot/portal-commons/issues/760)) ([c70834d](https://github.com/stack-spot/portal-commons/commit/c70834dc836e3c0ec87cf160c694ba730a11a4a7))
280
+
281
+
282
+ ### Bug Fixes
283
+
284
+ * re-exports FadingOverflow in package.json ([#762](https://github.com/stack-spot/portal-commons/issues/762)) ([c647054](https://github.com/stack-spot/portal-commons/commit/c6470548bbf7ad09e44fd45498c5d5f3abd3abc4))
285
+
286
+ ## [2.14.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.14.0...portal-components@v2.14.1) (2025-02-10)
287
+
288
+
289
+ ### Bug Fixes
290
+
291
+ * Fix text notification when markdown ([#716](https://github.com/stack-spot/portal-commons/issues/716)) ([92196ab](https://github.com/stack-spot/portal-commons/commit/92196ab463d34b65d0b4952baa4720ff54181b45))
292
+
293
+ ## [2.14.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.13.0...portal-components@v2.14.0) (2025-02-10)
294
+
295
+
296
+ ### Features
297
+
298
+ * change image placeholder generic ([#710](https://github.com/stack-spot/portal-commons/issues/710)) ([9822721](https://github.com/stack-spot/portal-commons/commit/9822721a9dab6d05c5c8d5097d439f3c63e2ab72))
299
+
300
+ ## [2.13.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.12.1...portal-components@v2.13.0) (2025-02-07)
301
+
302
+
303
+ ### Features
304
+
305
+ * Add button loading component ([#711](https://github.com/stack-spot/portal-commons/issues/711)) ([684edc4](https://github.com/stack-spot/portal-commons/commit/684edc4d5a8498ef273d92bdba207cb5d7e2af93))
306
+
307
+ ## [2.12.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.12.0...portal-components@v2.12.1) (2025-01-16)
308
+
309
+
310
+ ### Bug Fixes
311
+
312
+ * change notification panel width ([004dafc](https://github.com/stack-spot/portal-commons/commit/004dafc8c5069d0ce95738e81979e316f9101a2d))
313
+
314
+ ## [2.12.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.11.1...portal-components@v2.12.0) (2025-01-15)
315
+
316
+
317
+ ### Features
318
+
319
+ * add new notification button read more ([2201cd1](https://github.com/stack-spot/portal-commons/commit/2201cd119b477ddf875c5c269061d7d7b86f9535))
320
+
321
+ ## [2.11.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.11.0...portal-components@v2.11.1) (2025-01-03)
322
+
323
+
324
+ ### Bug Fixes
325
+
326
+ * banner style adjustments" ([c2263b4](https://github.com/stack-spot/portal-commons/commit/c2263b4c3befacdedb592afba688d8f31d48c524))
327
+ * Code Cleanup & adjustments ([2d0b4a8](https://github.com/stack-spot/portal-commons/commit/2d0b4a80c2eb9ddad7b91fabb4e5e39707f26239))
328
+ * lyout update libs banner ([#631](https://github.com/stack-spot/portal-commons/issues/631)) ([6d4ee46](https://github.com/stack-spot/portal-commons/commit/6d4ee46878395607d8cbf80d58c38a22681ece74))
329
+
330
+ ## [2.11.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.10.4...portal-components@v2.11.0) (2024-12-27)
331
+
332
+
333
+ ### Features
334
+
335
+ * update libs banner ([#604](https://github.com/stack-spot/portal-commons/issues/604)) ([f2bc440](https://github.com/stack-spot/portal-commons/commit/f2bc440db6c65461a2b1228d0efc08ed3d883d67))
336
+
337
+ ## [2.10.4](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.10.3...portal-components@v2.10.4) (2024-12-12)
338
+
339
+
340
+ ### Bug Fixes
341
+
342
+ * markdown pt e ul notification"" ([#566](https://github.com/stack-spot/portal-commons/issues/566)) ([7d5bb43](https://github.com/stack-spot/portal-commons/commit/7d5bb438525d72e931e980f683a10ac2555db7e8))
343
+
344
+ ## [2.10.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.10.2...portal-components@v2.10.3) (2024-12-11)
345
+
346
+
347
+ ### Bug Fixes
348
+
349
+ * notification markdown ([#558](https://github.com/stack-spot/portal-commons/issues/558)) ([73a6a1b](https://github.com/stack-spot/portal-commons/commit/73a6a1b815bdc6c1d82295c844af7a3c656c89c9))
350
+
351
+ ## [2.10.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.10.1...portal-components@v2.10.2) (2024-11-28)
352
+
353
+
354
+ ### Bug Fixes
355
+
356
+ * Fix css props on File Tree View ([#510](https://github.com/stack-spot/portal-commons/issues/510)) ([af003fd](https://github.com/stack-spot/portal-commons/commit/af003fd2d52a16b9fbf8330e0b4abac86b4b272b))
357
+
358
+ ## [2.10.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.10.0...portal-components@v2.10.1) (2024-11-22)
359
+
360
+
361
+ ### Bug Fixes
362
+
363
+ * Fix 1603 rotate icon of folder file tree view ([#506](https://github.com/stack-spot/portal-commons/issues/506)) ([8201989](https://github.com/stack-spot/portal-commons/commit/8201989ddc6cac28cecdd3e12b597abeb2c2fee0))
364
+
365
+ ## [2.10.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.9.0...portal-components@v2.10.0) (2024-11-21)
366
+
367
+
368
+ ### Features
369
+
370
+ * FileTree View component ([#496](https://github.com/stack-spot/portal-commons/issues/496)) ([d66e12d](https://github.com/stack-spot/portal-commons/commit/d66e12dd34e8314f7fb49e3a9cf7b8efc3e93fb2))
371
+
372
+ ## [2.9.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.8.1...portal-components@v2.9.0) (2024-10-30)
373
+
374
+
375
+ ### Features
376
+
377
+ * 1877 create button ([#471](https://github.com/stack-spot/portal-commons/issues/471)) ([a3b07d1](https://github.com/stack-spot/portal-commons/commit/a3b07d13a0c37afc8003b86e4c0e9d3e2e2c14ac))
378
+
379
+ ## [2.8.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.8.0...portal-components@v2.8.1) (2024-10-28)
380
+
381
+
382
+ ### Bug Fixes
383
+
384
+ * fixes utility function focusFirstChild(element) ([#463](https://github.com/stack-spot/portal-commons/issues/463)) ([b221eb0](https://github.com/stack-spot/portal-commons/commit/b221eb063f59786e2f32c4324d211975fc72d894))
385
+
386
+ ## [2.8.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.7.0...portal-components@v2.8.0) (2024-10-25)
387
+
388
+
389
+ ### Features
390
+
391
+ * adds new features to the keyboard hook ([#459](https://github.com/stack-spot/portal-commons/issues/459)) ([39b669c](https://github.com/stack-spot/portal-commons/commit/39b669c4ea4b551b399be50678399e14607ce167))
392
+
393
+ ## [2.7.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.6.1...portal-components@v2.7.0) (2024-10-18)
394
+
395
+
396
+ ### Features
397
+
398
+ * Handle i18n in notification ([#445](https://github.com/stack-spot/portal-commons/issues/445)) ([1803cea](https://github.com/stack-spot/portal-commons/commit/1803cea1f5ef3b257debb6383dd0c0bc81c9597a))
399
+
400
+ ## [2.6.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.6.0...portal-components@v2.6.1) (2024-09-26)
401
+
402
+
403
+ ### Bug Fixes
404
+
405
+ * Accessibility 517 visualize notification button ([e919b44](https://github.com/stack-spot/portal-commons/commit/e919b446130c15d11c73b2d3336f92fee3f4c8b7))
406
+ * docs ([f488e48](https://github.com/stack-spot/portal-commons/commit/f488e48bdf0156265ddb6fcd279938c8a46c0bf1))
407
+
408
+ ## [2.6.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.5.2...portal-components@v2.6.0) (2024-09-20)
409
+
410
+
411
+ ### Features
412
+
413
+ * enhance select ([#377](https://github.com/stack-spot/portal-commons/issues/377)) ([af5d011](https://github.com/stack-spot/portal-commons/commit/af5d011ed0c69f973160d9d7d2e3bb2992653dd0))
414
+
415
+ ## [2.5.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.5.1...portal-components@v2.5.2) (2024-09-16)
416
+
417
+
418
+ ### Bug Fixes
419
+
420
+ * menu layout ([cbc54e7](https://github.com/stack-spot/portal-commons/commit/cbc54e7857ede61e3d09606a2c895cb72d1bbbd7))
421
+
422
+ ## [2.5.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.5.0...portal-components@v2.5.1) (2024-09-11)
423
+
424
+
425
+ ### Bug Fixes
426
+
427
+ * adjustments in stepper ([#356](https://github.com/stack-spot/portal-commons/issues/356)) ([c542fa4](https://github.com/stack-spot/portal-commons/commit/c542fa4bed4e54c853ff49c98a689089bea961e2))
428
+
429
+ ## [2.5.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.4.0...portal-components@v2.5.0) (2024-09-02)
430
+
431
+
432
+ ### Features
433
+
434
+ * add stepper ([#313](https://github.com/stack-spot/portal-commons/issues/313)) ([1b4fe13](https://github.com/stack-spot/portal-commons/commit/1b4fe1333b417cfc349ba943c8fd34d706de44d2))
435
+
436
+
437
+ ### Bug Fixes
438
+
439
+ * Update color img logo ([#342](https://github.com/stack-spot/portal-commons/issues/342)) ([89bf03b](https://github.com/stack-spot/portal-commons/commit/89bf03b212fd5d0e4e5274dba75c320591ca13e8))
440
+
441
+ ## [2.4.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.6...portal-components@v2.4.0) (2024-08-27)
442
+
443
+
444
+ ### Features
445
+
446
+ * Add notification client ([#321](https://github.com/stack-spot/portal-commons/issues/321)) ([75dbbd6](https://github.com/stack-spot/portal-commons/commit/75dbbd6f01c217435872584e24722c3e6569b9bc))
447
+
448
+ ## [2.3.6](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.5...portal-components@v2.3.6) (2024-08-23)
449
+
450
+
451
+ ### Bug Fixes
452
+
453
+ * Link target notification ([#316](https://github.com/stack-spot/portal-commons/issues/316)) ([45d6233](https://github.com/stack-spot/portal-commons/commit/45d6233beca9140d88f9695278ed7de438e2e8d7))
454
+
455
+ ## [2.3.5](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.4...portal-components@v2.3.5) (2024-08-21)
456
+
457
+
458
+ ### Bug Fixes
459
+
460
+ * accessibility 421 ([6def5d9](https://github.com/stack-spot/portal-commons/commit/6def5d99f5b0f5cb50cb764ae117f2598640f14a))
461
+
462
+ ## [2.3.4](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.3...portal-components@v2.3.4) (2024-08-19)
463
+
464
+
465
+ ### Bug Fixes
466
+
467
+ * accessibility 405 botao visualizar ([7fd0d75](https://github.com/stack-spot/portal-commons/commit/7fd0d75fd21a00b1e197f643934ca4c0abbef0a3))
468
+
469
+ ## [2.3.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.2...portal-components@v2.3.3) (2024-08-19)
470
+
471
+
472
+ ### Bug Fixes
473
+
474
+ * readme ([ccce2dc](https://github.com/stack-spot/portal-commons/commit/ccce2dc1df82754fa84fe64ad2c3b4e07a18c425))
475
+ * notifications title ([7efc48b](https://github.com/stack-spot/portal-commons/pull/289/commits/7efc48b72dfbe279bb4ca678f1b9bf4aee2e6be7))
476
+
477
+ ## [2.3.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.1...portal-components@v2.3.2) (2024-08-16)
478
+
479
+
480
+ ### Bug Fixes
481
+
482
+ * accessibility 409 Notifications date ([8c87685](https://github.com/stack-spot/portal-commons/commit/8c876856d9eef750a4e5d5ece475e3500ed04f2d))
483
+
484
+ ## [2.3.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.0...portal-components@v2.3.1) (2024-08-02)
485
+
486
+
487
+ ### Bug Fixes
488
+
489
+ * upd aria selected to aria current on link ([44fafd0](https://github.com/stack-spot/portal-commons/commit/44fafd0603fc9a83411a575b1887f095fef6c8fd))
490
+
491
+ ## [2.3.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.2.0...portal-components@v2.3.0) (2024-08-01)
492
+
493
+
494
+ ### Features
495
+
496
+ * prop title for selection list item ([0e0b29c](https://github.com/stack-spot/portal-commons/commit/0e0b29cbb4bff248ac20fa2a727eaf2d15f0167e))
497
+
498
+ ## [2.2.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.1.1...portal-components@v2.2.0) (2024-07-18)
499
+
500
+
501
+ ### Features
502
+
503
+ * cloud portal logo ([aa69792](https://github.com/stack-spot/portal-commons/commit/aa69792ac89eb8174bfda18fff18de5cf044919c))
504
+
505
+ ## [2.1.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.1.0...portal-components@v2.1.1) (2024-07-17)
506
+
507
+
508
+ ### Bug Fixes
509
+
510
+ * notification bugs ([53f1199](https://github.com/stack-spot/portal-commons/commit/53f1199e8ed058a536888c5a242e600bd1728f86))
511
+ * notification bugs ([53f1199](https://github.com/stack-spot/portal-commons/commit/53f1199e8ed058a536888c5a242e600bd1728f86))
512
+
513
+ ## [2.1.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.0.3...portal-components@v2.1.0) (2024-07-16)
514
+
515
+
516
+ ### Features
517
+
518
+ * notification changes ([e817a67](https://github.com/stack-spot/portal-commons/commit/e817a67cb91b151a48a484594fe8095a4dbb07fa))
519
+ * notifications page and all its dependencies ([e817a67](https://github.com/stack-spot/portal-commons/commit/e817a67cb91b151a48a484594fe8095a4dbb07fa))
520
+
521
+ ## [2.0.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.0.2...portal-components@v2.0.3) (2024-07-04)
522
+
523
+
524
+ ### Bug Fixes
525
+
526
+ * add animation to notification menu ([d800e92](https://github.com/stack-spot/portal-commons/commit/d800e92e11399d45958b09e7ffcbc2acdb5749a9))
527
+
528
+ ## [2.0.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.0.1...portal-components@v2.0.2) (2024-07-04)
529
+
530
+
531
+ ### Bug Fixes
532
+
533
+ * accessibility adjustments on notifications ([894b6b6](https://github.com/stack-spot/portal-commons/commit/894b6b6357b5f0e3bc08f13123c991d25dc131e9))
534
+
535
+ ## [2.0.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.0.0...portal-components@v2.0.1) (2024-07-02)
536
+
537
+
538
+ ### Bug Fixes
539
+
540
+ * 547 page selector ([bb82b81](https://github.com/stack-spot/portal-commons/commit/bb82b810d8b3a02997199f8bd8973b180dc681e3))
541
+
542
+ ## [2.0.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.6.0...portal-components@v2.0.0) (2024-06-28)
543
+
544
+
545
+ ### ⚠ BREAKING CHANGES
546
+
547
+ * **portal-components:** removed Tour related componets
548
+ * **portal-layout:** Adds a new reworked Tour structure compatible with module federation
549
+ * new Tour strategy
550
+
551
+ ### Features
552
+
553
+ * new Tour strategy ([d6daf23](https://github.com/stack-spot/portal-commons/commit/d6daf238f9956e2c913a36773db9b34080fd17a5))
554
+ * **portal-components:** removed Tour related componets ([d6daf23](https://github.com/stack-spot/portal-commons/commit/d6daf238f9956e2c913a36773db9b34080fd17a5))
555
+ * **portal-layout:** Adds a new reworked Tour structure compatible with module federation ([d6daf23](https://github.com/stack-spot/portal-commons/commit/d6daf238f9956e2c913a36773db9b34080fd17a5))
556
+
557
+ ## [1.6.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.5.1...portal-components@v1.6.0) (2024-06-27)
558
+
559
+
560
+ ### Features
561
+
562
+ * placeholder component ([3077d63](https://github.com/stack-spot/portal-commons/commit/3077d630525bbe4e28c4ac2b36f13cf3c335b541))
563
+
564
+ ## [1.5.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.5.0...portal-components@v1.5.1) (2024-06-27)
565
+
566
+
567
+ ### Bug Fixes
568
+
569
+ * notifications infinite scroll ([d752d3f](https://github.com/stack-spot/portal-commons/commit/d752d3f1a1c5b9d792aa622ff31185be29249faf))
570
+
571
+ ## [1.5.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.4.1...portal-components@v1.5.0) (2024-06-26)
572
+
573
+
574
+ ### Features
575
+
576
+ * more customization to ErrorFeedback and more error components ([12361b9](https://github.com/stack-spot/portal-commons/commit/12361b9e9a924a9590dcb0cc2eca75f860f0ca8b))
577
+ * more error customization and components ([12361b9](https://github.com/stack-spot/portal-commons/commit/12361b9e9a924a9590dcb0cc2eca75f860f0ca8b))
578
+
579
+
580
+ ### Bug Fixes
581
+
582
+ * notification tooltip for small screens ([0574dd7](https://github.com/stack-spot/portal-commons/commit/0574dd740dc9c60f3a206a920b3ba018827fc4b0))
583
+
584
+ ## [1.4.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.4.0...portal-components@v1.4.1) (2024-06-26)
585
+
586
+
587
+ ### Bug Fixes
588
+
589
+ * add lang attributes in selection list ([2c2468e](https://github.com/stack-spot/portal-commons/commit/2c2468ee842f8c1c3af0f75610b88e9484aa4afd))
590
+
591
+ ## [1.4.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.3.3...portal-components@v1.4.0) (2024-06-25)
592
+
593
+
594
+ ### Features
595
+
596
+ * custom feedback error ([b065a50](https://github.com/stack-spot/portal-commons/commit/b065a50f861a5f8f850b239038b0cbcab74b9cee))
597
+ * custom feedback error ([b065a50](https://github.com/stack-spot/portal-commons/commit/b065a50f861a5f8f850b239038b0cbcab74b9cee))
598
+
599
+ ## [1.3.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.3.2...portal-components@v1.3.3) (2024-06-25)
600
+
601
+
602
+ ### Bug Fixes
603
+
604
+ * notifications ([97776bd](https://github.com/stack-spot/portal-commons/commit/97776bd9799fa7492091247dd31fcae1bf900f37))
605
+
606
+ ## [1.3.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.3.0...portal-components@v1.3.1) (2024-06-20)
607
+
608
+ ## [1.3.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.2.0...portal-components@v1.3.1) (2024-06-19)
609
+
610
+
611
+ ### Features
612
+
613
+ * add new components (notifications components, ScrollView, AsyncContent, LazyMd) ([ee5e2d0](https://github.com/stack-spot/portal-commons/commit/ee5e2d075959abecc5b9495b0aa7eb6bf374e9aa))
614
+
615
+ ## [1.2.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.1.1...portal-components@v1.2.0) (2024-06-10)
616
+
617
+
618
+ ### Features
619
+
620
+ * [SelectionList] add event attr onClick ([5cb8ae2](https://github.com/stack-spot/portal-commons/commit/5cb8ae287328c10befadf399fcb9ee5bd2468a9e))
621
+
622
+
623
+ ### Bug Fixes
624
+
625
+ * cookie domain attribute config ([7e113fe](https://github.com/stack-spot/portal-commons/commit/7e113fe3a3c6ac77281cc3640671b5839178cc96))
626
+
627
+ ## [1.1.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.1.0...portal-components@v1.1.1) (2024-06-06)
628
+
629
+
630
+ ### Bug Fixes
631
+
632
+ * Improve tour navigation texts and layout ([2c3ce04](https://github.com/stack-spot/portal-commons/commit/2c3ce0448fa998d3a2859d4df8d98d40278e5cdb))
633
+
634
+ ## [1.1.0](https://github.com/stack-spot/portal-commons/compare/portal-components-v1.0.1...portal-components@v1.1.0) (2024-06-05)
635
+
636
+
637
+ ### Features
638
+
639
+ * Add singleton for handling user menu outside of the component ([6720095](https://github.com/stack-spot/portal-commons/commit/67200959d763eaa6f73fc2eb40b84949dd1194eb))
640
+ * update component and layout ([0d72e00](https://github.com/stack-spot/portal-commons/commit/0d72e00968cf3b3cbb196dec66eedc42c75aacbf))
641
+ * update components and layout ([b82260f](https://github.com/stack-spot/portal-commons/commit/b82260f701d7f0115d9fcda8fec4e310cbc42998))
642
+ * update components and layout ([c1ba398](https://github.com/stack-spot/portal-commons/commit/c1ba398fdfc51aac0b0d8b1b7d5258c6ae857e51))