@stack-spot/portal-components 2.27.1 → 2.27.2

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