@lnco-ai/ui 1.0.0

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 (288) hide show
  1. package/CHANGELOG.md +1323 -0
  2. package/LICENSE +661 -0
  3. package/README.md +60 -0
  4. package/dist/Authorization/PreventGuestWrapper.d.ts +19 -0
  5. package/dist/Authorization/PreventGuestWrapper.js +15 -0
  6. package/dist/Authorization/RedirectionContent.d.ts +9 -0
  7. package/dist/Authorization/RedirectionContent.js +24 -0
  8. package/dist/Authorization/SignedInWrapper.d.ts +10 -0
  9. package/dist/Authorization/SignedInWrapper.js +21 -0
  10. package/dist/Avatar/Avatar.d.ts +24 -0
  11. package/dist/Avatar/Avatar.js +22 -0
  12. package/dist/Avatar/stringToColor.d.ts +12 -0
  13. package/dist/Avatar/stringToColor.js +31 -0
  14. package/dist/Avatar/stringToColor.test.d.ts +1 -0
  15. package/dist/Avatar/stringToColor.test.js +8 -0
  16. package/dist/Card/Card.d.ts +39 -0
  17. package/dist/Card/Card.js +76 -0
  18. package/dist/Card/CardHeader.d.ts +12 -0
  19. package/dist/Card/CardHeader.js +8 -0
  20. package/dist/Card/CardThumbnail.d.ts +10 -0
  21. package/dist/Card/CardThumbnail.js +14 -0
  22. package/dist/Card/FolderCard.d.ts +14 -0
  23. package/dist/Card/FolderCard.js +44 -0
  24. package/dist/Card/LinkCard.d.ts +11 -0
  25. package/dist/Card/LinkCard.js +41 -0
  26. package/dist/Card/components/CardThumbnail.d.ts +8 -0
  27. package/dist/Card/components/CardThumbnail.js +15 -0
  28. package/dist/Card/constants.d.ts +1 -0
  29. package/dist/Card/constants.js +1 -0
  30. package/dist/Collapse/Collapse.d.ts +10 -0
  31. package/dist/Collapse/Collapse.js +48 -0
  32. package/dist/Collapse/withCollapse.d.ts +7 -0
  33. package/dist/Collapse/withCollapse.js +8 -0
  34. package/dist/CookiesBanner/CookiesBanner.d.ts +10 -0
  35. package/dist/CookiesBanner/CookiesBanner.js +60 -0
  36. package/dist/CreativeCommons/CreativeCommons.d.ts +14 -0
  37. package/dist/CreativeCommons/CreativeCommons.js +75 -0
  38. package/dist/CreativeCommons/icons/By.d.ts +3 -0
  39. package/dist/CreativeCommons/icons/By.js +3 -0
  40. package/dist/CreativeCommons/icons/CCIconsProps.d.ts +3 -0
  41. package/dist/CreativeCommons/icons/CCIconsProps.js +1 -0
  42. package/dist/CreativeCommons/icons/Cc.d.ts +3 -0
  43. package/dist/CreativeCommons/icons/Cc.js +3 -0
  44. package/dist/CreativeCommons/icons/Cc0.d.ts +3 -0
  45. package/dist/CreativeCommons/icons/Cc0.js +3 -0
  46. package/dist/CreativeCommons/icons/Nc.d.ts +3 -0
  47. package/dist/CreativeCommons/icons/Nc.js +3 -0
  48. package/dist/CreativeCommons/icons/Nd.d.ts +3 -0
  49. package/dist/CreativeCommons/icons/Nd.js +3 -0
  50. package/dist/CreativeCommons/icons/Sa.d.ts +3 -0
  51. package/dist/CreativeCommons/icons/Sa.js +3 -0
  52. package/dist/CustomInitialLoader/CustomInitialLoader.d.ts +5 -0
  53. package/dist/CustomInitialLoader/CustomInitialLoader.js +25 -0
  54. package/dist/DrawerHeader/DrawerHeader.d.ts +7 -0
  55. package/dist/DrawerHeader/DrawerHeader.js +16 -0
  56. package/dist/GraaspLogo/EpflLogo.d.ts +5 -0
  57. package/dist/GraaspLogo/EpflLogo.js +3 -0
  58. package/dist/GraaspLogo/GraaspLogo.d.ts +8 -0
  59. package/dist/GraaspLogo/GraaspLogo.js +5 -0
  60. package/dist/Header/Header.d.ts +21 -0
  61. package/dist/Header/Header.js +33 -0
  62. package/dist/HeaderUserInformation/HeaderUserInformation.d.ts +22 -0
  63. package/dist/HeaderUserInformation/HeaderUserInformation.js +23 -0
  64. package/dist/ItemBadges/ItemBadges.d.ts +17 -0
  65. package/dist/ItemBadges/ItemBadges.js +10 -0
  66. package/dist/ItemFlag/ItemFlagButton.d.ts +9 -0
  67. package/dist/ItemFlag/ItemFlagButton.js +11 -0
  68. package/dist/ItemFlag/ItemFlagDialog.d.ts +14 -0
  69. package/dist/ItemFlag/ItemFlagDialog.js +25 -0
  70. package/dist/Loader/Loader.d.ts +7 -0
  71. package/dist/Loader/Loader.js +4 -0
  72. package/dist/Main/LogoHeader.d.ts +2 -0
  73. package/dist/Main/LogoHeader.js +5 -0
  74. package/dist/Main/Main.d.ts +59 -0
  75. package/dist/Main/Main.js +82 -0
  76. package/dist/MainMenu/MainMenu.d.ts +10 -0
  77. package/dist/MainMenu/MainMenu.js +6 -0
  78. package/dist/MainMenu/MenuItem/MenuItem.d.ts +16 -0
  79. package/dist/MainMenu/MenuItem/MenuItem.js +16 -0
  80. package/dist/MainMenu/hooks.d.ts +10 -0
  81. package/dist/MainMenu/hooks.js +21 -0
  82. package/dist/Navigation/CurrentItemNavigation.d.ts +15 -0
  83. package/dist/Navigation/CurrentItemNavigation.js +12 -0
  84. package/dist/Navigation/ExtraItemsMenu.d.ts +10 -0
  85. package/dist/Navigation/ExtraItemsMenu.js +24 -0
  86. package/dist/Navigation/ExtraItemsNavigation.d.ts +11 -0
  87. package/dist/Navigation/ExtraItemsNavigation.js +11 -0
  88. package/dist/Navigation/HomeMenu.d.ts +17 -0
  89. package/dist/Navigation/HomeMenu.js +28 -0
  90. package/dist/Navigation/ItemMenu.d.ts +16 -0
  91. package/dist/Navigation/ItemMenu.js +32 -0
  92. package/dist/Navigation/Navigation.d.ts +26 -0
  93. package/dist/Navigation/Navigation.js +15 -0
  94. package/dist/Navigation/ParentsNavigation.d.ts +10 -0
  95. package/dist/Navigation/ParentsNavigation.js +8 -0
  96. package/dist/Navigation/common/CenterAlignWrapper.d.ts +3 -0
  97. package/dist/Navigation/common/CenterAlignWrapper.js +7 -0
  98. package/dist/Navigation/common/NavigationLink.d.ts +8 -0
  99. package/dist/Navigation/common/NavigationLink.js +7 -0
  100. package/dist/Navigation/common/constants.d.ts +1 -0
  101. package/dist/Navigation/common/constants.js +1 -0
  102. package/dist/PlatformSwitch/PlatformSwitch.d.ts +57 -0
  103. package/dist/PlatformSwitch/PlatformSwitch.js +66 -0
  104. package/dist/PlatformSwitch/hooks.d.ts +30 -0
  105. package/dist/PlatformSwitch/hooks.js +49 -0
  106. package/dist/SearchInput/SearchInput.d.ts +20 -0
  107. package/dist/SearchInput/SearchInput.js +14 -0
  108. package/dist/Select/Select.d.ts +24 -0
  109. package/dist/Select/Select.js +7 -0
  110. package/dist/Sidebar/Sidebar.d.ts +11 -0
  111. package/dist/Sidebar/Sidebar.js +25 -0
  112. package/dist/StyledComponents/StyledBaseComponents.d.ts +11 -0
  113. package/dist/StyledComponents/StyledBaseComponents.js +11 -0
  114. package/dist/TextDisplay/TextDisplay.d.ts +5 -0
  115. package/dist/TextDisplay/TextDisplay.js +24 -0
  116. package/dist/TextDisplay/fixtures.d.ts +3 -0
  117. package/dist/TextDisplay/fixtures.js +84 -0
  118. package/dist/TextDisplay/withFlavor.d.ts +8 -0
  119. package/dist/TextDisplay/withFlavor.js +25 -0
  120. package/dist/TextEditor/TextEditor.d.ts +16 -0
  121. package/dist/TextEditor/TextEditor.js +74 -0
  122. package/dist/ThemeContext/LanguageSelect.d.ts +15 -0
  123. package/dist/ThemeContext/LanguageSelect.js +19 -0
  124. package/dist/ThemeContext/ThemeContext.d.ts +22 -0
  125. package/dist/ThemeContext/ThemeContext.js +31 -0
  126. package/dist/Thumbnail/Thumbnail.d.ts +28 -0
  127. package/dist/Thumbnail/Thumbnail.js +27 -0
  128. package/dist/Tree/Breadcrumbs.d.ts +14 -0
  129. package/dist/Tree/Breadcrumbs.js +30 -0
  130. package/dist/Tree/RowMenu.d.ts +12 -0
  131. package/dist/Tree/RowMenu.js +37 -0
  132. package/dist/Tree/RowMenus.d.ts +18 -0
  133. package/dist/Tree/RowMenus.js +7 -0
  134. package/dist/Tree/types.d.ts +6 -0
  135. package/dist/Tree/types.js +1 -0
  136. package/dist/UserSwitch/UserSwitch.d.ts +17 -0
  137. package/dist/UserSwitch/UserSwitch.js +46 -0
  138. package/dist/UserSwitch/UserSwitchWrapper.d.ts +37 -0
  139. package/dist/UserSwitch/UserSwitchWrapper.js +74 -0
  140. package/dist/appComponents/ErrorFallback.d.ts +57 -0
  141. package/dist/appComponents/ErrorFallback.js +72 -0
  142. package/dist/appComponents/QuestionLabel.d.ts +9 -0
  143. package/dist/appComponents/QuestionLabel.js +4 -0
  144. package/dist/appComponents/index.d.ts +6 -0
  145. package/dist/appComponents/index.js +5 -0
  146. package/dist/appComponents/statusChips/RequiredChip.d.ts +3 -0
  147. package/dist/appComponents/statusChips/RequiredChip.js +5 -0
  148. package/dist/appComponents/statusChips/SavedChip.d.ts +3 -0
  149. package/dist/appComponents/statusChips/SavedChip.js +5 -0
  150. package/dist/appComponents/statusChips/SubmittedChip.d.ts +3 -0
  151. package/dist/appComponents/statusChips/SubmittedChip.js +5 -0
  152. package/dist/appComponents/statusChips/types.d.ts +5 -0
  153. package/dist/appComponents/statusChips/types.js +1 -0
  154. package/dist/appComponents/types.d.ts +8 -0
  155. package/dist/appComponents/types.js +1 -0
  156. package/dist/apps.d.ts +1 -0
  157. package/dist/apps.js +1 -0
  158. package/dist/buttons/BookmarkButton/BookmarkButton.d.ts +24 -0
  159. package/dist/buttons/BookmarkButton/BookmarkButton.js +24 -0
  160. package/dist/buttons/Button/Button.d.ts +37 -0
  161. package/dist/buttons/Button/Button.js +4 -0
  162. package/dist/buttons/ChatboxButton/ChatboxButton.d.ts +15 -0
  163. package/dist/buttons/ChatboxButton/ChatboxButton.js +21 -0
  164. package/dist/buttons/CopyButton/CopyButton.d.ts +13 -0
  165. package/dist/buttons/CopyButton/CopyButton.js +14 -0
  166. package/dist/buttons/DeleteButton/DeleteButton.d.ts +12 -0
  167. package/dist/buttons/DeleteButton/DeleteButton.js +17 -0
  168. package/dist/buttons/DownloadButton/DownloadButton.d.ts +30 -0
  169. package/dist/buttons/DownloadButton/DownloadButton.js +20 -0
  170. package/dist/buttons/EditButton/EditButton.d.ts +13 -0
  171. package/dist/buttons/EditButton/EditButton.js +17 -0
  172. package/dist/buttons/LikeButton/LikeButton.d.ts +28 -0
  173. package/dist/buttons/LikeButton/LikeButton.js +10 -0
  174. package/dist/buttons/MenuItemButton.d.ts +11 -0
  175. package/dist/buttons/MenuItemButton.js +12 -0
  176. package/dist/buttons/MoveButton/MoveButton.d.ts +13 -0
  177. package/dist/buttons/MoveButton/MoveButton.js +19 -0
  178. package/dist/buttons/PinButton/PinButton.d.ts +15 -0
  179. package/dist/buttons/PinButton/PinButton.js +21 -0
  180. package/dist/buttons/SaveButton/SaveButton.d.ts +24 -0
  181. package/dist/buttons/SaveButton/SaveButton.js +4 -0
  182. package/dist/buttons/ShareButton/ShareButton.d.ts +14 -0
  183. package/dist/buttons/ShareButton/ShareButton.js +17 -0
  184. package/dist/buttons/hooks.d.ts +5 -0
  185. package/dist/buttons/hooks.js +14 -0
  186. package/dist/buttons/index.d.ts +12 -0
  187. package/dist/buttons/index.js +12 -0
  188. package/dist/constants.d.ts +11 -0
  189. package/dist/constants.js +12 -0
  190. package/dist/draggable/DraggableElement.d.ts +11 -0
  191. package/dist/draggable/DraggableElement.js +42 -0
  192. package/dist/draggable/DraggingWrapper.d.ts +23 -0
  193. package/dist/draggable/DraggingWrapper.js +20 -0
  194. package/dist/draggable/InBetween.d.ts +10 -0
  195. package/dist/draggable/InBetween.js +34 -0
  196. package/dist/draggable/types.d.ts +10 -0
  197. package/dist/draggable/types.js +1 -0
  198. package/dist/enums/errors.d.ts +3 -0
  199. package/dist/enums/errors.js +3 -0
  200. package/dist/hooks/useFullscreen.d.ts +5 -0
  201. package/dist/hooks/useFullscreen.js +37 -0
  202. package/dist/hooks/useMobileView.d.ts +4 -0
  203. package/dist/hooks/useMobileView.js +6 -0
  204. package/dist/icons/AnalyticsIcon.d.ts +15 -0
  205. package/dist/icons/AnalyticsIcon.js +7 -0
  206. package/dist/icons/BuildIcon.d.ts +15 -0
  207. package/dist/icons/BuildIcon.js +7 -0
  208. package/dist/icons/EtherpadIcon.d.ts +7 -0
  209. package/dist/icons/EtherpadIcon.js +7 -0
  210. package/dist/icons/H5PIcon.d.ts +6 -0
  211. package/dist/icons/H5PIcon.js +6 -0
  212. package/dist/icons/ItemIcon.d.ts +23 -0
  213. package/dist/icons/ItemIcon.js +75 -0
  214. package/dist/icons/LibraryIcon.d.ts +16 -0
  215. package/dist/icons/LibraryIcon.js +7 -0
  216. package/dist/icons/PlayIcon.d.ts +15 -0
  217. package/dist/icons/PlayIcon.js +7 -0
  218. package/dist/icons/ResizingIcon.d.ts +2 -0
  219. package/dist/icons/ResizingIcon.js +21 -0
  220. package/dist/icons/StyledSVGComponents.d.ts +35 -0
  221. package/dist/icons/StyledSVGComponents.js +53 -0
  222. package/dist/icons/index.d.ts +6 -0
  223. package/dist/icons/index.js +6 -0
  224. package/dist/index.d.ts +61 -0
  225. package/dist/index.js +60 -0
  226. package/dist/itemLogin/ForbiddenContent.d.ts +20 -0
  227. package/dist/itemLogin/ForbiddenContent.js +4 -0
  228. package/dist/itemLogin/ForbiddenText.d.ts +8 -0
  229. package/dist/itemLogin/ForbiddenText.js +6 -0
  230. package/dist/itemLogin/ItemLoginScreen.d.ts +26 -0
  231. package/dist/itemLogin/ItemLoginScreen.js +72 -0
  232. package/dist/itemLogin/ItemLoginWrapper.d.ts +23 -0
  233. package/dist/itemLogin/ItemLoginWrapper.js +43 -0
  234. package/dist/itemLogin/constants.d.ts +1 -0
  235. package/dist/itemLogin/constants.js +1 -0
  236. package/dist/items/AppItem.d.ts +60 -0
  237. package/dist/items/AppItem.js +69 -0
  238. package/dist/items/DocumentItem.d.ts +19 -0
  239. package/dist/items/DocumentItem.js +25 -0
  240. package/dist/items/DownloadButtonFileItem.d.ts +9 -0
  241. package/dist/items/DownloadButtonFileItem.js +10 -0
  242. package/dist/items/EtherpadItem.d.ts +26 -0
  243. package/dist/items/EtherpadItem.js +15 -0
  244. package/dist/items/FileAudio.d.ts +9 -0
  245. package/dist/items/FileAudio.js +10 -0
  246. package/dist/items/FileImage.d.ts +7 -0
  247. package/dist/items/FileImage.js +10 -0
  248. package/dist/items/FileItem.d.ts +25 -0
  249. package/dist/items/FileItem.js +81 -0
  250. package/dist/items/FilePdf.d.ts +14 -0
  251. package/dist/items/FilePdf.js +29 -0
  252. package/dist/items/FileVideo.d.ts +8 -0
  253. package/dist/items/FileVideo.js +9 -0
  254. package/dist/items/H5PItem.d.ts +20 -0
  255. package/dist/items/H5PItem.js +80 -0
  256. package/dist/items/ItemSkeleton/ItemSkeleton.d.ts +12 -0
  257. package/dist/items/ItemSkeleton/ItemSkeleton.js +35 -0
  258. package/dist/items/LinkItem.d.ts +43 -0
  259. package/dist/items/LinkItem.js +97 -0
  260. package/dist/items/SizingWrapper.d.ts +6 -0
  261. package/dist/items/SizingWrapper.js +23 -0
  262. package/dist/items/appItemHooks.d.ts +27 -0
  263. package/dist/items/appItemHooks.js +124 -0
  264. package/dist/items/constants.d.ts +1 -0
  265. package/dist/items/constants.js +1 -0
  266. package/dist/items/iframeStyles.d.ts +4 -0
  267. package/dist/items/iframeStyles.js +5 -0
  268. package/dist/items/index.d.ts +5 -0
  269. package/dist/items/index.js +5 -0
  270. package/dist/items/withCaption.d.ts +19 -0
  271. package/dist/items/withCaption.js +58 -0
  272. package/dist/items/withResizing.d.ts +9 -0
  273. package/dist/items/withResizing.js +42 -0
  274. package/dist/text-editor.d.ts +2 -0
  275. package/dist/text-editor.js +2 -0
  276. package/dist/theme.d.ts +108 -0
  277. package/dist/theme.js +214 -0
  278. package/dist/types.d.ts +43 -0
  279. package/dist/types.js +32 -0
  280. package/dist/upload/FileDropper/FileDropper.d.ts +50 -0
  281. package/dist/upload/FileDropper/FileDropper.js +43 -0
  282. package/dist/upload/UploadFileButton/UploadFileButton.d.ts +35 -0
  283. package/dist/upload/UploadFileButton/UploadFileButton.js +17 -0
  284. package/dist/utils/fixtures.d.ts +3 -0
  285. package/dist/utils/fixtures.js +7 -0
  286. package/dist/utils/storybook.d.ts +5 -0
  287. package/dist/utils/storybook.js +5 -0
  288. package/package.json +172 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,1323 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
+
5
+ ## [5.4.7](https://github.com/graasp/graasp-ui/compare/v5.4.6...v5.4.7) (2024-12-12)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * removereact-reouter-dom on the link element ([#1128](https://github.com/graasp/graasp-ui/issues/1128)) ([9d1b1bc](https://github.com/graasp/graasp-ui/commit/9d1b1bcd2cdc099c60f629bcf32a05f0c43a2b9e))
11
+
12
+ ## [5.4.6](https://github.com/graasp/graasp-ui/compare/v5.4.5...v5.4.6) (2024-12-12)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * move scroll behavior to html element ([#1143](https://github.com/graasp/graasp-ui/issues/1143)) ([a760a47](https://github.com/graasp/graasp-ui/commit/a760a47a80fe33fc279e7b26490f6b6c9e1f90f3))
18
+
19
+ ## [5.4.5](https://github.com/graasp/graasp-ui/compare/v5.4.4...v5.4.5) (2024-12-11)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * add smooth scroll ([#1142](https://github.com/graasp/graasp-ui/issues/1142)) ([ae4e827](https://github.com/graasp/graasp-ui/commit/ae4e8275506566c7b6c754dff2625ba81043729f))
25
+ * add try catch on new URL that might fail ([#1135](https://github.com/graasp/graasp-ui/issues/1135)) ([fe5ac27](https://github.com/graasp/graasp-ui/commit/fe5ac2719a4b2128318e33187c2e657b2360de25))
26
+ * cookie banner ([#1139](https://github.com/graasp/graasp-ui/issues/1139)) ([3300fff](https://github.com/graasp/graasp-ui/commit/3300fffa3337ba0853ff765a583606fc5230fc00))
27
+
28
+ ## [5.4.4](https://github.com/graasp/graasp-ui/compare/v5.4.3...v5.4.4) (2024-11-28)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * make downloadbutton color optional ([#1129](https://github.com/graasp/graasp-ui/issues/1129)) ([8bbcd41](https://github.com/graasp/graasp-ui/commit/8bbcd41b99b360cce752ed7e95f7c98453d1dbee))
34
+
35
+ ## [5.4.3](https://github.com/graasp/graasp-ui/compare/v5.4.2...v5.4.3) (2024-11-28)
36
+
37
+
38
+ ### Bug Fixes
39
+
40
+ * cookie buttons ([#1125](https://github.com/graasp/graasp-ui/issues/1125)) ([67185b0](https://github.com/graasp/graasp-ui/commit/67185b0eeee3d33d40e14e43ad938a16bce2483d))
41
+ * remove testing library addon and use unified testing package for storybook ([#1121](https://github.com/graasp/graasp-ui/issues/1121)) ([ee588d1](https://github.com/graasp/graasp-ui/commit/ee588d17d03be99ce5c00045176576267fc45592))
42
+ * update downlaod button color ([#1126](https://github.com/graasp/graasp-ui/issues/1126)) ([31dfb78](https://github.com/graasp/graasp-ui/commit/31dfb78a1fdd0f94e54717e1c99a637b7529be8a))
43
+
44
+ ## [5.4.2](https://github.com/graasp/graasp-ui/compare/v5.4.1...v5.4.2) (2024-11-21)
45
+
46
+
47
+ ### Bug Fixes
48
+
49
+ * remove displayName ([#1115](https://github.com/graasp/graasp-ui/issues/1115)) ([9e76de9](https://github.com/graasp/graasp-ui/commit/9e76de96fd9ccdad4c521fc234ba81e58dd41cca))
50
+
51
+ ## [5.4.1](https://github.com/graasp/graasp-ui/compare/v5.4.0...v5.4.1) (2024-11-14)
52
+
53
+
54
+ ### Bug Fixes
55
+
56
+ * add secondary color to the theme ([#1102](https://github.com/graasp/graasp-ui/issues/1102)) ([b685ce8](https://github.com/graasp/graasp-ui/commit/b685ce88e59b007ea2c44d9c2e5c2f1f90edcabc))
57
+ * **deps:** update dependency uuid to v11 ([#1099](https://github.com/graasp/graasp-ui/issues/1099)) ([e78f965](https://github.com/graasp/graasp-ui/commit/e78f96521abb3cc58f9de7b1aeb005e074610ae5))
58
+ * remove interaction addon ([db531cb](https://github.com/graasp/graasp-ui/commit/db531cb9344be842d2dc7d000837231a98fd598a))
59
+
60
+ ## [5.4.0](https://github.com/graasp/graasp-ui/compare/v5.3.1...v5.4.0) (2024-10-24)
61
+
62
+
63
+ ### Features
64
+
65
+ * add new funtion to translate a username into a unique color ([#1005](https://github.com/graasp/graasp-ui/issues/1005)) ([91e3371](https://github.com/graasp/graasp-ui/commit/91e33715797e70c95960e9284ef1e46210588e75))
66
+ * upgrade mui v6 ([#1096](https://github.com/graasp/graasp-ui/issues/1096)) ([f5b2d10](https://github.com/graasp/graasp-ui/commit/f5b2d1021c0de09e9e4d06c1727c520c0c958a92))
67
+
68
+ ## [5.3.1](https://github.com/graasp/graasp-ui/compare/v5.3.0...v5.3.1) (2024-10-18)
69
+
70
+
71
+ ### Bug Fixes
72
+
73
+ * add outlined input background color ([#1090](https://github.com/graasp/graasp-ui/issues/1090)) ([5edd7b8](https://github.com/graasp/graasp-ui/commit/5edd7b86169f99871cf6dcd1d98f85de4c2669c7))
74
+ * footer should use footer html tag ([#1091](https://github.com/graasp/graasp-ui/issues/1091)) ([4fc553f](https://github.com/graasp/graasp-ui/commit/4fc553f7b9c8efe8da23057769405c8ece33d3d6))
75
+
76
+ ## [5.3.0](https://github.com/graasp/graasp-ui/compare/v5.2.2...v5.3.0) (2024-10-09)
77
+
78
+
79
+ ### Features
80
+
81
+ * add umami for main components ([#1080](https://github.com/graasp/graasp-ui/issues/1080)) ([6e62879](https://github.com/graasp/graasp-ui/commit/6e6287944108e19c1ff0058bb249fbe183ac0b73))
82
+
83
+ ## [5.2.2](https://github.com/graasp/graasp-ui/compare/v5.2.1...v5.2.2) (2024-10-09)
84
+
85
+
86
+ ### Bug Fixes
87
+
88
+ * children type and umami-tags ([#1076](https://github.com/graasp/graasp-ui/issues/1076)) ([d16764d](https://github.com/graasp/graasp-ui/commit/d16764dd82a0fd56045ca2a49a79ceb5b5ce5d6e))
89
+ * **deps:** update dependency react-rnd to v10.4.13 ([#1070](https://github.com/graasp/graasp-ui/issues/1070)) ([4aa23ec](https://github.com/graasp/graasp-ui/commit/4aa23ecfa9461ba2c72c477c82f0feb39b65ac43))
90
+ * show request access on forbidden only ([#1081](https://github.com/graasp/graasp-ui/issues/1081)) ([e0bf95b](https://github.com/graasp/graasp-ui/commit/e0bf95b0dc13fa6f63ca6d76cb33a10a314a8b10))
91
+ * **tests:** setup vitest integration with storybook ([#1082](https://github.com/graasp/graasp-ui/issues/1082)) ([d191f0e](https://github.com/graasp/graasp-ui/commit/d191f0e099bf5b837f8c598603d31ad0eca952f1))
92
+ * update docs ([#1073](https://github.com/graasp/graasp-ui/issues/1073)) ([be300bb](https://github.com/graasp/graasp-ui/commit/be300bb2ea812f24a8135588fc6d0909d0101bd4))
93
+
94
+ ## [5.2.1](https://github.com/graasp/graasp-ui/compare/v5.2.0...v5.2.1) (2024-10-01)
95
+
96
+
97
+ ### Bug Fixes
98
+
99
+ * **deps:** update dependency react-rnd to v10.4.13 ([#1059](https://github.com/graasp/graasp-ui/issues/1059)) ([baa0e4e](https://github.com/graasp/graasp-ui/commit/baa0e4ef664523a524b03ef76a58c5a3649bd86a))
100
+ * pass classname to dense card ([#1062](https://github.com/graasp/graasp-ui/issues/1062)) ([d581f2f](https://github.com/graasp/graasp-ui/commit/d581f2fd08fdeebb2c86987cf650482e13c0f3b2))
101
+ * remove usage of `false` in component return ([#1066](https://github.com/graasp/graasp-ui/issues/1066)) ([609ea8c](https://github.com/graasp/graasp-ui/commit/609ea8cf4f00bee631da4a3abcdecc55377f821f))
102
+ * update ThemeProvider children type to be used with conditional rendering ([#1067](https://github.com/graasp/graasp-ui/issues/1067)) ([5794e9e](https://github.com/graasp/graasp-ui/commit/5794e9e3dd275130db3914c31199d1cfb86f26ae))
103
+
104
+ ## [5.2.0](https://github.com/graasp/graasp-ui/compare/v5.1.0...v5.2.0) (2024-09-23)
105
+
106
+
107
+ ### Features
108
+
109
+ * update item login wrapper with enroll mechanism ([#1060](https://github.com/graasp/graasp-ui/issues/1060)) ([f647008](https://github.com/graasp/graasp-ui/commit/f6470080fe1a2c91b083aeb67a614bee3ae75ff2))
110
+
111
+ ## [5.1.0](https://github.com/graasp/graasp-ui/compare/v5.0.1...v5.1.0) (2024-09-20)
112
+
113
+
114
+ ### Features
115
+
116
+ * refactor with authorization, change current account type ([#1046](https://github.com/graasp/graasp-ui/issues/1046)) ([bfe516f](https://github.com/graasp/graasp-ui/commit/bfe516f57051ce822e54d07cc6f3bf6dc13f6ef8))
117
+
118
+ ## [5.0.1](https://github.com/graasp/graasp-ui/compare/v5.0.0...v5.0.1) (2024-09-19)
119
+
120
+
121
+ ### Bug Fixes
122
+
123
+ * **app:** use memberId for legacy apps ([#1045](https://github.com/graasp/graasp-ui/issues/1045)) ([37791ad](https://github.com/graasp/graasp-ui/commit/37791ad0b975ce7283db8627b18a9749bf3e9e3e))
124
+ * improve downloadButton ([#1016](https://github.com/graasp/graasp-ui/issues/1016)) ([72c5c5f](https://github.com/graasp/graasp-ui/commit/72c5c5f2fc8e4c85a5badb6bb17bfb485c219715))
125
+ * move vitest to dev dependency ([#1041](https://github.com/graasp/graasp-ui/issues/1041)) ([00b9ee8](https://github.com/graasp/graasp-ui/commit/00b9ee8fb3d63584bd4489f4b0a21265fe480acb))
126
+ * quill placeholder does not update ([#1050](https://github.com/graasp/graasp-ui/issues/1050)) ([eea3788](https://github.com/graasp/graasp-ui/commit/eea37889b1efbef3dd3246d37fb62d7fb42e85db))
127
+ * update eslint config to flatconfig ([#1033](https://github.com/graasp/graasp-ui/issues/1033)) ([9bff9e5](https://github.com/graasp/graasp-ui/commit/9bff9e5aa75735bb7767cc2f30a91fb6d0200244))
128
+ * update test images to rely on local files ([#1031](https://github.com/graasp/graasp-ui/issues/1031)) ([adab85c](https://github.com/graasp/graasp-ui/commit/adab85c438235822ae10051e9274d87ac53464a0))
129
+
130
+ ## [5.0.0](https://github.com/graasp/graasp-ui/compare/v4.27.0...v5.0.0) (2024-09-13)
131
+
132
+
133
+ ### ⚠ BREAKING CHANGES
134
+
135
+ * remove AGGrid and Jest ([#1027](https://github.com/graasp/graasp-ui/issues/1027))
136
+
137
+ ### Bug Fixes
138
+
139
+ * **deps:** update dependency vitest to v2.1.0 ([#1029](https://github.com/graasp/graasp-ui/issues/1029)) ([fabfb22](https://github.com/graasp/graasp-ui/commit/fabfb22fa3e142222da2d12dcb67fa7501ebe2f4))
140
+ * remove AGGrid and Jest ([#1027](https://github.com/graasp/graasp-ui/issues/1027)) ([94a3dc8](https://github.com/graasp/graasp-ui/commit/94a3dc84fe016f595a120da5d52332b094f391b2))
141
+
142
+ ## [4.27.0](https://github.com/graasp/graasp-ui/compare/v4.26.2...v4.27.0) (2024-09-12)
143
+
144
+
145
+ ### Features
146
+
147
+ * improve audio file support (m4a, AAC, FLAC, OGG) ([#1015](https://github.com/graasp/graasp-ui/issues/1015)) ([dcaeb58](https://github.com/graasp/graasp-ui/commit/dcaeb583a87b708be956d2ca89fa749a0fee6c99))
148
+
149
+
150
+ ### Bug Fixes
151
+
152
+ * reverse pin icon ([#1017](https://github.com/graasp/graasp-ui/issues/1017)) ([7fe6896](https://github.com/graasp/graasp-ui/commit/7fe68963de16fc4c9b3c93627859b1a9698c2e5c))
153
+ * update deps ([63fb6e4](https://github.com/graasp/graasp-ui/commit/63fb6e454e3fd00b7e1df82b87af504894519678))
154
+
155
+ ## [4.26.2](https://github.com/graasp/graasp-ui/compare/v4.26.1...v4.26.2) (2024-08-28)
156
+
157
+
158
+ ### Bug Fixes
159
+
160
+ * use graasp version of stylis to be compatible with esm ([#1003](https://github.com/graasp/graasp-ui/issues/1003)) ([9d029e8](https://github.com/graasp/graasp-ui/commit/9d029e8f74833df9f339e042f3380741ab5aba4a))
161
+
162
+ ## [4.26.1](https://github.com/graasp/graasp-ui/compare/v4.26.0...v4.26.1) (2024-08-27)
163
+
164
+
165
+ ### Bug Fixes
166
+
167
+ * add buttonColor hook ([#992](https://github.com/graasp/graasp-ui/issues/992)) ([faf737b](https://github.com/graasp/graasp-ui/commit/faf737bdb093e1562bd30f6ddc0854b30d1d2b21))
168
+ * item login screen input error ([#994](https://github.com/graasp/graasp-ui/issues/994)) ([1f4bdc3](https://github.com/graasp/graasp-ui/commit/1f4bdc3d74d23989e6f3329f35859725d80a9c00))
169
+ * select key prop ([#1000](https://github.com/graasp/graasp-ui/issues/1000)) ([e695ce3](https://github.com/graasp/graasp-ui/commit/e695ce3fa9c8c9304f71b7fe67cb7d0aa7a7b826))
170
+
171
+ ## [4.26.0](https://github.com/graasp/graasp-ui/compare/v4.25.0...v4.26.0) (2024-08-22)
172
+
173
+
174
+ ### Features
175
+
176
+ * update package ([#966](https://github.com/graasp/graasp-ui/issues/966)) ([0e26949](https://github.com/graasp/graasp-ui/commit/0e26949aa33487149fcff4708f99f4ce6748abf4))
177
+
178
+
179
+ ### Bug Fixes
180
+
181
+ * add disabled color that does not use transparency ([#983](https://github.com/graasp/graasp-ui/issues/983)) ([c57a0e0](https://github.com/graasp/graasp-ui/commit/c57a0e025546c7fabb26b6bd70d003a7b7b3a675))
182
+ * **deps:** update dependency @storybook/react-vite to v8.2.9 ([#981](https://github.com/graasp/graasp-ui/issues/981)) ([8d2fcee](https://github.com/graasp/graasp-ui/commit/8d2fcee69d08a3f79700d9afa61622e8b3b79bc7))
183
+
184
+ ## [4.25.0](https://github.com/graasp/graasp-ui/compare/v4.24.0...v4.25.0) (2024-08-21)
185
+
186
+
187
+ ### Features
188
+
189
+ * use ts build ([#970](https://github.com/graasp/graasp-ui/issues/970)) ([5f963f7](https://github.com/graasp/graasp-ui/commit/5f963f7332c14dfeb2bf761ad2f222c77c6dfe3a))
190
+
191
+
192
+ ### Bug Fixes
193
+
194
+ * **deps:** update dependency react-rnd to v10.4.12 ([#982](https://github.com/graasp/graasp-ui/issues/982)) ([b07d7ce](https://github.com/graasp/graasp-ui/commit/b07d7ce0cd6395f56fce4c7b09cc510568412289))
195
+ * **deps:** update dependency vitest to v2.0.5 ([#972](https://github.com/graasp/graasp-ui/issues/972)) ([5ed3103](https://github.com/graasp/graasp-ui/commit/5ed310324b8ffa000d78b9870c8e9448aec9dbd0))
196
+
197
+ ## [4.24.0](https://github.com/graasp/graasp-ui/compare/v4.23.0...v4.24.0) (2024-08-05)
198
+
199
+
200
+ ### Features
201
+
202
+ * add `onCollapse` handler ([#974](https://github.com/graasp/graasp-ui/issues/974)) ([e4d6e07](https://github.com/graasp/graasp-ui/commit/e4d6e07397e4272ae81e4fb9e2a491af3e6e5cda))
203
+
204
+
205
+ ### Bug Fixes
206
+
207
+ * **deps:** update dependency vitest to v2.0.4 ([#950](https://github.com/graasp/graasp-ui/issues/950)) ([18f62f5](https://github.com/graasp/graasp-ui/commit/18f62f52ff787cf8be86aa418125262b09275dc2))
208
+ * use 100% height for card thumbnail ([#964](https://github.com/graasp/graasp-ui/issues/964)) ([f42972a](https://github.com/graasp/graasp-ui/commit/f42972a7106b9ba21582cd5d93fac9fad6ea0ef1))
209
+
210
+ ## [4.23.0](https://github.com/graasp/graasp-ui/compare/v4.22.0...v4.23.0) (2024-07-24)
211
+
212
+
213
+ ### Features
214
+
215
+ * add a theme direction ([#956](https://github.com/graasp/graasp-ui/issues/956)) ([d9ed920](https://github.com/graasp/graasp-ui/commit/d9ed9206ed1f688027023bef65d79d660876d21b))
216
+
217
+ ## [4.22.0](https://github.com/graasp/graasp-ui/compare/v4.21.0...v4.22.0) (2024-07-24)
218
+
219
+
220
+ ### Features
221
+
222
+ * add card selection props ([#959](https://github.com/graasp/graasp-ui/issues/959)) ([ffab864](https://github.com/graasp/graasp-ui/commit/ffab8648a3f0af92a2541d39942cb3aad41a629a))
223
+
224
+
225
+ ### Bug Fixes
226
+
227
+ * **deps:** update dependency lucide-react to v0.408.0 ([#942](https://github.com/graasp/graasp-ui/issues/942)) ([8234735](https://github.com/graasp/graasp-ui/commit/82347350cb65f53d23c886b662634c24319cdbf8))
228
+ * **deps:** update dependency vitest to v2 ([#940](https://github.com/graasp/graasp-ui/issues/940)) ([e2bdbe6](https://github.com/graasp/graasp-ui/commit/e2bdbe6b56fef0acaafdafb0a49df9af3d6d6b14))
229
+
230
+ ## [4.21.0](https://github.com/graasp/graasp-ui/compare/v4.20.3...v4.21.0) (2024-07-12)
231
+
232
+
233
+ ### Features
234
+
235
+ * add dragging wrapper and update card ([#914](https://github.com/graasp/graasp-ui/issues/914)) ([8659b4a](https://github.com/graasp/graasp-ui/commit/8659b4a2cb74ca6ec8b4f756c74fd32e4ca451fe))
236
+
237
+
238
+ ### Bug Fixes
239
+
240
+ * **deps:** update dependency katex to v0.16.11 ([#932](https://github.com/graasp/graasp-ui/issues/932)) ([41bd3da](https://github.com/graasp/graasp-ui/commit/41bd3daacb1611e278cbf5292cce8b4c6ac84fe4))
241
+ * **deps:** update dependency lucide-react to v0.401.0 ([#938](https://github.com/graasp/graasp-ui/issues/938)) ([8a8418b](https://github.com/graasp/graasp-ui/commit/8a8418b7e896673c7dae0a71310179e131a603d5))
242
+ * **deps:** update dependency lucide-react to v0.402.0 ([#939](https://github.com/graasp/graasp-ui/issues/939)) ([e099644](https://github.com/graasp/graasp-ui/commit/e0996449891d91744b5b721f6fe1b61442f754ec))
243
+
244
+ ## [4.20.3](https://github.com/graasp/graasp-ui/compare/v4.20.2...v4.20.3) (2024-07-03)
245
+
246
+
247
+ ### Bug Fixes
248
+
249
+ * **deps:** update dependency @storybook/react-vite to v8.1.11 ([#906](https://github.com/graasp/graasp-ui/issues/906)) ([786a57c](https://github.com/graasp/graasp-ui/commit/786a57c6943183796fd7542626ce648c44c32a0e))
250
+ * **deps:** update dependency lucide-react to v0.400.0 ([#929](https://github.com/graasp/graasp-ui/issues/929)) ([9eed6b0](https://github.com/graasp/graasp-ui/commit/9eed6b07b2232cb32f7e92acdeb99c7960b68236))
251
+ * remove memberid login in itemLogin component ([#925](https://github.com/graasp/graasp-ui/issues/925)) ([3c5bf8e](https://github.com/graasp/graasp-ui/commit/3c5bf8e1da0247f6be4744bce52245158dd59950))
252
+ * set background only on input ([#930](https://github.com/graasp/graasp-ui/issues/930)) ([cb03b7b](https://github.com/graasp/graasp-ui/commit/cb03b7b246e07ac6192469a68a36468b01027a5a))
253
+ * update deps ([64c8bdf](https://github.com/graasp/graasp-ui/commit/64c8bdf6c432004240a8ef9c12165e87d408d30a))
254
+
255
+ ## [4.20.2](https://github.com/graasp/graasp-ui/compare/v4.20.1...v4.20.2) (2024-06-28)
256
+
257
+
258
+ ### Bug Fixes
259
+
260
+ * add external link computation ([#921](https://github.com/graasp/graasp-ui/issues/921)) ([420ab2d](https://github.com/graasp/graasp-ui/commit/420ab2ddedf394d1c3f288e05dec6b0345539772))
261
+ * allow container to take full-width ([#919](https://github.com/graasp/graasp-ui/issues/919)) ([ca35529](https://github.com/graasp/graasp-ui/commit/ca355299d32e4b7e5e5043403550f66ebf58f837))
262
+ * **deps:** update dependency lucide-react to v0.399.0 ([#913](https://github.com/graasp/graasp-ui/issues/913)) ([585d2fe](https://github.com/graasp/graasp-ui/commit/585d2fe67d91a9edfe8ece6106fa7c9bfb5ef04e))
263
+
264
+ ## [4.20.1](https://github.com/graasp/graasp-ui/compare/v4.20.0...v4.20.1) (2024-06-27)
265
+
266
+
267
+ ### Bug Fixes
268
+
269
+ * add alignment setting ([#916](https://github.com/graasp/graasp-ui/issues/916)) ([bd82a99](https://github.com/graasp/graasp-ui/commit/bd82a99befb77e2c843121c5e318927d8257e554))
270
+
271
+ ## [4.20.0](https://github.com/graasp/graasp-ui/compare/v4.19.3...v4.20.0) (2024-06-26)
272
+
273
+
274
+ ### Features
275
+
276
+ * add file uploader ([#911](https://github.com/graasp/graasp-ui/issues/911)) ([4e1552c](https://github.com/graasp/graasp-ui/commit/4e1552cdd8cf301c244cc75c5f5bd9f0e0295a2d))
277
+
278
+
279
+ ### Bug Fixes
280
+
281
+ * add timestamp to app url ([#904](https://github.com/graasp/graasp-ui/issues/904)) ([85a8974](https://github.com/graasp/graasp-ui/commit/85a897422860bc79d69970ff59cca5fb8334805f))
282
+ * **deps:** update dependency @storybook/react-vite to v8.1.7 ([#878](https://github.com/graasp/graasp-ui/issues/878)) ([94d78f4](https://github.com/graasp/graasp-ui/commit/94d78f4fcdac9987d616a706d0981385e8dcc5c8))
283
+ * **deps:** update dependency @storybook/react-vite to v8.1.8 ([#899](https://github.com/graasp/graasp-ui/issues/899)) ([8c256bc](https://github.com/graasp/graasp-ui/commit/8c256bc09d7acb2f6c81b28689654853ab5f5e61))
284
+ * **deps:** update dependency @storybook/react-vite to v8.1.9 ([#901](https://github.com/graasp/graasp-ui/issues/901)) ([ef86389](https://github.com/graasp/graasp-ui/commit/ef863894c5776629ed9294849e86f9835820672a))
285
+ * **deps:** update dependency lucide-react to v0.395.0 ([#883](https://github.com/graasp/graasp-ui/issues/883)) ([0a860de](https://github.com/graasp/graasp-ui/commit/0a860de16b84513fd23717d3a701afeecec18e9a))
286
+ * **deps:** update dependency react-rnd to v10.4.11 ([#874](https://github.com/graasp/graasp-ui/issues/874)) ([2d96745](https://github.com/graasp/graasp-ui/commit/2d967450db1c21f0f449b19b96bafc436c803ac2))
287
+ * **deps:** update dependency uuid to v10 ([#894](https://github.com/graasp/graasp-ui/issues/894)) ([362b8c5](https://github.com/graasp/graasp-ui/commit/362b8c5c887d988018af70cf0b6e1f6d63f84a36))
288
+
289
+ ## [4.19.3](https://github.com/graasp/graasp-ui/compare/v4.19.2...v4.19.3) (2024-06-12)
290
+
291
+
292
+ ### Bug Fixes
293
+
294
+ * remove max-height ([#895](https://github.com/graasp/graasp-ui/issues/895)) ([ae0b075](https://github.com/graasp/graasp-ui/commit/ae0b0758564acb1125a7334d46164b2f9011aa9d))
295
+
296
+ ## [4.19.2](https://github.com/graasp/graasp-ui/compare/v4.19.1...v4.19.2) (2024-06-03)
297
+
298
+
299
+ ### Bug Fixes
300
+
301
+ * allow fullscreen for h5p iframe ([#884](https://github.com/graasp/graasp-ui/issues/884)) ([f8169dd](https://github.com/graasp/graasp-ui/commit/f8169dd1ff26d33367e1005603a11fcf192d6360))
302
+ * unset height when using dynamic resizing ([#886](https://github.com/graasp/graasp-ui/issues/886)) ([4cc726a](https://github.com/graasp/graasp-ui/commit/4cc726a64a3a3e86c6c125d213992d76691c569d))
303
+
304
+ ## [4.19.1](https://github.com/graasp/graasp-ui/compare/v4.19.0...v4.19.1) (2024-05-29)
305
+
306
+
307
+ ### Bug Fixes
308
+
309
+ * **deps:** update ag-grid monorepo to v31.3.2 ([#862](https://github.com/graasp/graasp-ui/issues/862)) ([d270622](https://github.com/graasp/graasp-ui/commit/d270622d8b06e4949d7868bfa5d125b545e1125f))
310
+ * issue with Iframe sizing ([#879](https://github.com/graasp/graasp-ui/issues/879)) ([2b14bae](https://github.com/graasp/graasp-ui/commit/2b14bae1b5cad1e3b365431a5c7a2377310055d7))
311
+
312
+ ## [4.19.0](https://github.com/graasp/graasp-ui/compare/v4.18.2...v4.19.0) (2024-05-24)
313
+
314
+
315
+ ### Features
316
+
317
+ * **apps:** add status chips ([#872](https://github.com/graasp/graasp-ui/issues/872)) ([b913d79](https://github.com/graasp/graasp-ui/commit/b913d79d34b0b3bdee3de216a11c8468a33f0872))
318
+
319
+
320
+ ### Bug Fixes
321
+
322
+ * add link fancy ui ([#854](https://github.com/graasp/graasp-ui/issues/854)) ([ddd3fba](https://github.com/graasp/graasp-ui/commit/ddd3fba01c51004c47f3c8cb8618961cfe55296d))
323
+ * **deps:** update dependency @storybook/react-vite to v8.1.3 ([#866](https://github.com/graasp/graasp-ui/issues/866)) ([459f96d](https://github.com/graasp/graasp-ui/commit/459f96df4c35d15baf052c7097d70f2c064e8f74))
324
+ * **deps:** update dependency lucide-react to v0.379.0 ([#867](https://github.com/graasp/graasp-ui/issues/867)) ([03de0a9](https://github.com/graasp/graasp-ui/commit/03de0a946ea814068e716c79e70bcd7262189006))
325
+
326
+ ## [4.18.2](https://github.com/graasp/graasp-ui/compare/v4.18.1...v4.18.2) (2024-05-22)
327
+
328
+
329
+ ### Bug Fixes
330
+
331
+ * update link to types ([#868](https://github.com/graasp/graasp-ui/issues/868)) ([f96c252](https://github.com/graasp/graasp-ui/commit/f96c25276243aa2f0e1de67152ef7cfb0e5caccb))
332
+
333
+ ## [4.18.1](https://github.com/graasp/graasp-ui/compare/v4.18.0...v4.18.1) (2024-05-15)
334
+
335
+
336
+ ### Bug Fixes
337
+
338
+ * **apps:** adapt types in ErrorFallback to work with Sentry v8 ([#859](https://github.com/graasp/graasp-ui/issues/859)) ([f25cb16](https://github.com/graasp/graasp-ui/commit/f25cb164f92a77f866632cef964414487885b7c0))
339
+ * **deps:** update dependency @storybook/react-vite to v8.1.0 ([#857](https://github.com/graasp/graasp-ui/issues/857)) ([bcb831e](https://github.com/graasp/graasp-ui/commit/bcb831ef3c161e983e76108a23908492cd86c422))
340
+ * **deps:** update dependency @storybook/react-vite to v8.1.1 ([#861](https://github.com/graasp/graasp-ui/issues/861)) ([5474ce4](https://github.com/graasp/graasp-ui/commit/5474ce4907fe000a8699a1e3b5d185b53446bd77))
341
+
342
+ ## [4.18.0](https://github.com/graasp/graasp-ui/compare/v4.17.1...v4.18.0) (2024-05-14)
343
+
344
+
345
+ ### Features
346
+
347
+ * update deps ([#843](https://github.com/graasp/graasp-ui/issues/843)) ([085b934](https://github.com/graasp/graasp-ui/commit/085b934770da007db3a33ce7872b7331637d6e0e))
348
+
349
+
350
+ ### Bug Fixes
351
+
352
+ * apply avatar sizing to the avatar component ([#856](https://github.com/graasp/graasp-ui/issues/856)) ([000c882](https://github.com/graasp/graasp-ui/commit/000c882feeffb5875fa2ccc944f3f7a3728358ab))
353
+ * **deps:** update ag-grid monorepo to v31.3.1 ([#837](https://github.com/graasp/graasp-ui/issues/837)) ([3e7a7f6](https://github.com/graasp/graasp-ui/commit/3e7a7f603120ce2000ffe5ce4dd545f68fb58c4a))
354
+ * **deps:** update dependency @storybook/react-vite to v7.6.19 ([#841](https://github.com/graasp/graasp-ui/issues/841)) ([e6fd0e8](https://github.com/graasp/graasp-ui/commit/e6fd0e89c046809711d6f464542317a51a1a5f57))
355
+ * **deps:** update dependency vitest to v1.5.3 ([#839](https://github.com/graasp/graasp-ui/issues/839)) ([9268905](https://github.com/graasp/graasp-ui/commit/9268905d1f4173f4543f7c0504e02e0c59d46ffa))
356
+ * overflow on item login screen ([#845](https://github.com/graasp/graasp-ui/issues/845)) ([f82e5b2](https://github.com/graasp/graasp-ui/commit/f82e5b2ba894e9dad31f698cf10f5b6e8e48c6f7))
357
+ * quick fix rerender of column defs ([#846](https://github.com/graasp/graasp-ui/issues/846)) ([a7ab58f](https://github.com/graasp/graasp-ui/commit/a7ab58f39eb63b0534b0afca67ceb28dd04250ea))
358
+
359
+ ## [4.17.1](https://github.com/graasp/graasp-ui/compare/v4.17.0...v4.17.1) (2024-04-30)
360
+
361
+
362
+ ### Bug Fixes
363
+
364
+ * add an id prop to linkitem ([#832](https://github.com/graasp/graasp-ui/issues/832)) ([06e953c](https://github.com/graasp/graasp-ui/commit/06e953cc2b69ed77478fc5f87afcd514b71b59f1))
365
+ * **deps:** update dependency lucide-react to v0.376.0 ([#833](https://github.com/graasp/graasp-ui/issues/833)) ([f6d7baa](https://github.com/graasp/graasp-ui/commit/f6d7baa3bcc4863823f756905539a0dde7bacd2f))
366
+ * playwright install issue ([#834](https://github.com/graasp/graasp-ui/issues/834)) ([500059c](https://github.com/graasp/graasp-ui/commit/500059ccb1d59399d3c740d9b4a72fbb088ec74f))
367
+ * select overflow ([#835](https://github.com/graasp/graasp-ui/issues/835)) ([98bbe34](https://github.com/graasp/graasp-ui/commit/98bbe341edc0a9e78c7aa01091ec4ba0adaadf9e))
368
+
369
+ ## [4.17.0](https://github.com/graasp/graasp-ui/compare/v4.16.0...v4.17.0) (2024-04-29)
370
+
371
+
372
+ ### Features
373
+
374
+ * create new folder card ([#827](https://github.com/graasp/graasp-ui/issues/827)) ([593735b](https://github.com/graasp/graasp-ui/commit/593735b2e61e49723b1a4140cafb7d8978667f88))
375
+
376
+
377
+ ### Bug Fixes
378
+
379
+ * show arrow on hover for all row menus ([#829](https://github.com/graasp/graasp-ui/issues/829)) ([6661e59](https://github.com/graasp/graasp-ui/commit/6661e59451192f3e78b4b0d512d6a1b4a7fd68ba))
380
+ * update alert title ([#830](https://github.com/graasp/graasp-ui/issues/830)) ([f75b4ce](https://github.com/graasp/graasp-ui/commit/f75b4ce8765c5fd8a1b7a75db43ae1f5702b0b63))
381
+
382
+ ## [4.16.0](https://github.com/graasp/graasp-ui/compare/v4.15.3...v4.16.0) (2024-04-26)
383
+
384
+
385
+ ### Features
386
+
387
+ * add row menu, row menus and breadcrumbs ([#824](https://github.com/graasp/graasp-ui/issues/824)) ([076c026](https://github.com/graasp/graasp-ui/commit/076c0261b33218a83ff06d6a628c660e8d6d9bf3))
388
+
389
+ ## [4.15.3](https://github.com/graasp/graasp-ui/compare/v4.15.2...v4.15.3) (2024-04-26)
390
+
391
+
392
+ ### Bug Fixes
393
+
394
+ * **deps:** update dependency @storybook/react-vite to v7.6.18 ([#820](https://github.com/graasp/graasp-ui/issues/820)) ([814b979](https://github.com/graasp/graasp-ui/commit/814b979df72a1b09e138102804c3b722b3dbc3b9))
395
+ * **deps:** update dependency vitest to v1.5.2 ([#822](https://github.com/graasp/graasp-ui/issues/822)) ([2280038](https://github.com/graasp/graasp-ui/commit/2280038ffa104fb78ed78e72a958dddacbee184e))
396
+ * remove margin when there is no label ([#825](https://github.com/graasp/graasp-ui/issues/825)) ([6ebe4a8](https://github.com/graasp/graasp-ui/commit/6ebe4a8b991453646328c2395b249a58bd5f1e13))
397
+
398
+ ## [4.15.2](https://github.com/graasp/graasp-ui/compare/v4.15.1...v4.15.2) (2024-04-24)
399
+
400
+
401
+ ### Bug Fixes
402
+
403
+ * visual improvements for the new background ([#821](https://github.com/graasp/graasp-ui/issues/821)) ([ac8bafe](https://github.com/graasp/graasp-ui/commit/ac8bafec11d9a42b0955fcdb6afbfca6d136fedf))
404
+
405
+ ## [4.15.1](https://github.com/graasp/graasp-ui/compare/v4.15.0...v4.15.1) (2024-04-22)
406
+
407
+
408
+ ### Bug Fixes
409
+
410
+ * decrease cclicence tooltip size ([#811](https://github.com/graasp/graasp-ui/issues/811)) ([9abd6e5](https://github.com/graasp/graasp-ui/commit/9abd6e50b3a8316baaf6d07774dd340fe86b8657))
411
+ * **deps:** update ag-grid monorepo to v31.2.1 ([#799](https://github.com/graasp/graasp-ui/issues/799)) ([20dc63d](https://github.com/graasp/graasp-ui/commit/20dc63d337dd27b00a7b66b839c3e5cab14936e0))
412
+ * **deps:** update dependency @ag-grid-community/client-side-row-model to v31.2.1 ([#783](https://github.com/graasp/graasp-ui/issues/783)) ([cd70692](https://github.com/graasp/graasp-ui/commit/cd70692bc70b93d3d9f88a5ab0ad586fd28b2280))
413
+ * **deps:** update dependency vitest to v1.5.0 ([#804](https://github.com/graasp/graasp-ui/issues/804)) ([ac04329](https://github.com/graasp/graasp-ui/commit/ac04329635005ef965d254d4107eda77b69f9ea8))
414
+ * font import ([37ce15c](https://github.com/graasp/graasp-ui/commit/37ce15c308a3e87360b78934902383d6ca278689))
415
+ * propose general improvements related to player ([#814](https://github.com/graasp/graasp-ui/issues/814)) ([0b76386](https://github.com/graasp/graasp-ui/commit/0b7638663f4e46f73e8a117dca6c055bb2e457d0))
416
+ * update font path for deployment ([65bf12a](https://github.com/graasp/graasp-ui/commit/65bf12a9bf967639d978ba7c7bd0d8c7a4655181))
417
+
418
+ ## [4.15.0](https://github.com/graasp/graasp-ui/compare/v4.14.2...v4.15.0) (2024-04-15)
419
+
420
+
421
+ ### Features
422
+
423
+ * expose theme options for next ([#805](https://github.com/graasp/graasp-ui/issues/805)) ([a0d5686](https://github.com/graasp/graasp-ui/commit/a0d568681bbcca0cd1d79d3afc78be77c3b19158))
424
+
425
+ ## [4.14.2](https://github.com/graasp/graasp-ui/compare/v4.14.1...v4.14.2) (2024-04-10)
426
+
427
+
428
+ ### Bug Fixes
429
+
430
+ * update font scale ([#802](https://github.com/graasp/graasp-ui/issues/802)) ([3f52111](https://github.com/graasp/graasp-ui/commit/3f52111967d69ebbf4c2c7c131183f6943db412e))
431
+ * update type of function used for signout ([#800](https://github.com/graasp/graasp-ui/issues/800)) ([2d63f17](https://github.com/graasp/graasp-ui/commit/2d63f1753c4490331216d93aef0fa86bdb8c44af))
432
+
433
+ ## [4.14.1](https://github.com/graasp/graasp-ui/compare/v4.14.0...v4.14.1) (2024-04-05)
434
+
435
+
436
+ ### Bug Fixes
437
+
438
+ * reduce font size in theme ([#795](https://github.com/graasp/graasp-ui/issues/795)) ([cfda53a](https://github.com/graasp/graasp-ui/commit/cfda53aa22ad3ca50b2763e545eb603c7ad3ed6d))
439
+
440
+ ## [4.14.0](https://github.com/graasp/graasp-ui/compare/v4.13.0...v4.14.0) (2024-04-04)
441
+
442
+
443
+ ### Features
444
+
445
+ * add typography variants ([#786](https://github.com/graasp/graasp-ui/issues/786)) ([3428d04](https://github.com/graasp/graasp-ui/commit/3428d04ed8c56a640434464237da4a51b527bbe4))
446
+ * change font to Nunito ([#785](https://github.com/graasp/graasp-ui/issues/785)) ([858adcf](https://github.com/graasp/graasp-ui/commit/858adcf176923fb67aa005178f92d8a6b9dd7ea8))
447
+
448
+ ## [4.13.0](https://github.com/graasp/graasp-ui/compare/v4.12.1...v4.13.0) (2024-04-02)
449
+
450
+
451
+ ### Features
452
+
453
+ * **apps:** add question label for unifying style in all survey apps ([#788](https://github.com/graasp/graasp-ui/issues/788)) ([c172444](https://github.com/graasp/graasp-ui/commit/c1724447b29349c6a11f753313afab1718b36f1d))
454
+
455
+
456
+ ### Bug Fixes
457
+
458
+ * allow component as card description ([#787](https://github.com/graasp/graasp-ui/issues/787)) ([8f66563](https://github.com/graasp/graasp-ui/commit/8f66563f3dddb82f6bd547067d46dbee058ab534))
459
+
460
+ ## [4.12.1](https://github.com/graasp/graasp-ui/compare/v4.12.0...v4.12.1) (2024-03-25)
461
+
462
+
463
+ ### Bug Fixes
464
+
465
+ * **deps:** update dependency @ag-grid-community/client-side-row-model to v31.2.0 ([#779](https://github.com/graasp/graasp-ui/issues/779)) ([89c7dd0](https://github.com/graasp/graasp-ui/commit/89c7dd06504edde4406d07d7cc40e2d6ced8e5d5))
466
+
467
+ ## [4.12.0](https://github.com/graasp/graasp-ui/compare/v4.11.0...v4.12.0) (2024-03-25)
468
+
469
+
470
+ ### Features
471
+
472
+ * allow custom icon for mobile platform switch ([#775](https://github.com/graasp/graasp-ui/issues/775)) ([57cc81c](https://github.com/graasp/graasp-ui/commit/57cc81cc19abeecb1437fd32b1463ee231651566))
473
+
474
+
475
+ ### Bug Fixes
476
+
477
+ * **deps:** update ag-grid monorepo to v31.2.0 ([#771](https://github.com/graasp/graasp-ui/issues/771)) ([15f645d](https://github.com/graasp/graasp-ui/commit/15f645d3c835c1a09492def5a95fc4a596f2dcc6))
478
+ * **deps:** update dependency katex to v0.16.10 ([#777](https://github.com/graasp/graasp-ui/issues/777)) ([7d2bee0](https://github.com/graasp/graasp-ui/commit/7d2bee0dfbed9cedd15c1578feacd501f93167d2))
479
+ * **deps:** update dependency vitest to v1.4.0 ([#767](https://github.com/graasp/graasp-ui/issues/767)) ([ed01bb0](https://github.com/graasp/graasp-ui/commit/ed01bb0b39d63b3795e5fe2f3eb0dc46ba926e67))
480
+
481
+ ## [4.11.0](https://github.com/graasp/graasp-ui/compare/v4.10.0...v4.11.0) (2024-03-13)
482
+
483
+
484
+ ### Features
485
+
486
+ * rename favorite to bookmark ([#760](https://github.com/graasp/graasp-ui/issues/760)) ([d5eeda6](https://github.com/graasp/graasp-ui/commit/d5eeda6fbe721ccf59f2af494857c498caac6c25))
487
+
488
+ ## [4.10.0](https://github.com/graasp/graasp-ui/compare/v4.9.3...v4.10.0) (2024-03-13)
489
+
490
+
491
+ ### Features
492
+
493
+ * **apps:** error fallback form ([#756](https://github.com/graasp/graasp-ui/issues/756)) ([25b9b56](https://github.com/graasp/graasp-ui/commit/25b9b560bc28222045e2186cdd236a9903c9d9ab))
494
+
495
+ ## [4.9.3](https://github.com/graasp/graasp-ui/compare/v4.9.2...v4.9.3) (2024-03-12)
496
+
497
+
498
+ ### Bug Fixes
499
+
500
+ * prevent enter in search ([#753](https://github.com/graasp/graasp-ui/issues/753)) ([08538ee](https://github.com/graasp/graasp-ui/commit/08538eecd264039845d076c696eab7de176ddca5))
501
+
502
+ ## [4.9.2](https://github.com/graasp/graasp-ui/compare/v4.9.1...v4.9.2) (2024-03-12)
503
+
504
+
505
+ ### Bug Fixes
506
+
507
+ * add space for footer under main ([#748](https://github.com/graasp/graasp-ui/issues/748)) ([0e489ad](https://github.com/graasp/graasp-ui/commit/0e489ade71cfa0843486eeaa505f52350287af13))
508
+
509
+ ## [4.9.1](https://github.com/graasp/graasp-ui/compare/v4.9.0...v4.9.1) (2024-03-11)
510
+
511
+
512
+ ### Bug Fixes
513
+
514
+ * default to hover false for platform icons ([#746](https://github.com/graasp/graasp-ui/issues/746)) ([29b5921](https://github.com/graasp/graasp-ui/commit/29b5921d944d1f7716b8eef8082e9d7ed10f7ce9))
515
+ * update container and remove old license display ([#747](https://github.com/graasp/graasp-ui/issues/747)) ([98d7f01](https://github.com/graasp/graasp-ui/commit/98d7f01ccdfd27fc10882302703b164ba00a9c34))
516
+ * wrap component inside Box in withCaption to solve image height ([#739](https://github.com/graasp/graasp-ui/issues/739)) ([cdc02b3](https://github.com/graasp/graasp-ui/commit/cdc02b34491e28095d46cfb1fe9343fa1cc520b7))
517
+
518
+ ## [4.9.0](https://github.com/graasp/graasp-ui/compare/v4.8.5...v4.9.0) (2024-03-04)
519
+
520
+
521
+ ### Features
522
+
523
+ * update the withCaption stack depending on the description placement ([#733](https://github.com/graasp/graasp-ui/issues/733)) ([e56acca](https://github.com/graasp/graasp-ui/commit/e56acca0126abaea916e015cbf3bc29ab0a5f3bc))
524
+
525
+ ## [4.8.5](https://github.com/graasp/graasp-ui/compare/v4.8.4...v4.8.5) (2024-03-04)
526
+
527
+
528
+ ### Bug Fixes
529
+
530
+ * add styles on table to hide aria-description ([#734](https://github.com/graasp/graasp-ui/issues/734)) ([2645d5c](https://github.com/graasp/graasp-ui/commit/2645d5cbec44b0fdda68b09a4c2c55a1a70e59ce))
531
+
532
+ ## [4.8.4](https://github.com/graasp/graasp-ui/compare/v4.8.3...v4.8.4) (2024-02-28)
533
+
534
+
535
+ ### Bug Fixes
536
+
537
+ * add playwright cache in ci ([#724](https://github.com/graasp/graasp-ui/issues/724)) ([c28d5e2](https://github.com/graasp/graasp-ui/commit/c28d5e20e94a54d070d027a2979ca9e395b1953e))
538
+ * export main menu context hook ([#726](https://github.com/graasp/graasp-ui/issues/726)) ([43644bf](https://github.com/graasp/graasp-ui/commit/43644bfaf06a726bdff7991127265a1b5cb07bea))
539
+
540
+ ## [4.8.3](https://github.com/graasp/graasp-ui/compare/v4.8.2...v4.8.3) (2024-02-27)
541
+
542
+
543
+ ### Bug Fixes
544
+
545
+ * use query-v4 ([#719](https://github.com/graasp/graasp-ui/issues/719)) ([86c7571](https://github.com/graasp/graasp-ui/commit/86c7571d354a8f8e3634b5f30ba066c31421f91e))
546
+
547
+ ## [4.8.2](https://github.com/graasp/graasp-ui/compare/v4.8.1...v4.8.2) (2024-02-26)
548
+
549
+
550
+ ### Bug Fixes
551
+
552
+ * **deps:** update dependency @storybook/react-vite to v7.6.16 ([#701](https://github.com/graasp/graasp-ui/issues/701)) ([9d53d64](https://github.com/graasp/graasp-ui/commit/9d53d64351066cd526959b9afb4bc30ce2bf4862))
553
+ * use esm sdk ([#717](https://github.com/graasp/graasp-ui/issues/717)) ([a158fd7](https://github.com/graasp/graasp-ui/commit/a158fd7695fa599d0469db8776b1ee978d42e332))
554
+
555
+ ## [4.8.1](https://github.com/graasp/graasp-ui/compare/v4.8.0...v4.8.1) (2024-02-16)
556
+
557
+
558
+ ### Bug Fixes
559
+
560
+ * update flavor none ([#705](https://github.com/graasp/graasp-ui/issues/705)) ([197439b](https://github.com/graasp/graasp-ui/commit/197439b3f456ed4abd209fe0101bb2a90ae7a5f6))
561
+
562
+ ## [4.8.0](https://github.com/graasp/graasp-ui/compare/v4.7.0...v4.8.0) (2024-02-16)
563
+
564
+
565
+ ### Features
566
+
567
+ * update buttons ([#698](https://github.com/graasp/graasp-ui/issues/698)) ([2d4e10f](https://github.com/graasp/graasp-ui/commit/2d4e10fa08fbeb18c73717fcaa18692d54e06289))
568
+
569
+
570
+ ### Bug Fixes
571
+
572
+ * **deps:** update dependency @graasp/sdk to v3.8.3 ([#704](https://github.com/graasp/graasp-ui/issues/704)) ([8662ca4](https://github.com/graasp/graasp-ui/commit/8662ca4fda8eec1839f064a40039e17509edd854))
573
+ * exclude sdk from bundle ([b319aea](https://github.com/graasp/graasp-ui/commit/b319aea7739db48829ccdd9f3ff24163d46219c8))
574
+
575
+ ## [4.7.0](https://github.com/graasp/graasp-ui/compare/v4.6.1...v4.7.0) (2024-02-13)
576
+
577
+ ### Features
578
+
579
+ - use vite to bundle and optimize package ([#567](https://github.com/graasp/graasp-ui/issues/567)) ([6760041](https://github.com/graasp/graasp-ui/commit/6760041316f9e1209f46fc84372155ffe37ebfa5))
580
+
581
+ ### Bug Fixes
582
+
583
+ - use sx prop passed when there is an src ([#689](https://github.com/graasp/graasp-ui/issues/689)) ([84290cb](https://github.com/graasp/graasp-ui/commit/84290cb138b3f56e532c158b853bc83319194bcc))
584
+
585
+ ## [4.6.1](https://github.com/graasp/graasp-ui/compare/v4.6.0...v4.6.1) (2024-02-06)
586
+
587
+ ### Bug Fixes
588
+
589
+ - use given icon component ([#695](https://github.com/graasp/graasp-ui/issues/695)) ([fe18e69](https://github.com/graasp/graasp-ui/commit/fe18e693bb6bab6d9b3c8e1a3e56fdcfef333b80))
590
+
591
+ ## [4.6.0](https://github.com/graasp/graasp-ui/compare/v4.5.1...v4.6.0) (2024-02-06)
592
+
593
+ ### Features
594
+
595
+ - navigator render extra item ([#688](https://github.com/graasp/graasp-ui/issues/688)) ([2458c90](https://github.com/graasp/graasp-ui/commit/2458c90c9490b7a3a8f052f05e6edac1c6836356))
596
+
597
+ ### Bug Fixes
598
+
599
+ - update forbiddenContent ([#684](https://github.com/graasp/graasp-ui/issues/684)) ([16d19e3](https://github.com/graasp/graasp-ui/commit/16d19e3d8f7401fa1a1d29fd4c583e1f8cd36b6a))
600
+ - use `overflow: auto` instead of `overflow: scroll` ([#691](https://github.com/graasp/graasp-ui/issues/691)) ([7c9cad1](https://github.com/graasp/graasp-ui/commit/7c9cad1c0072924d234b15622451bfd218fe96e4))
601
+
602
+ ## [4.5.1](https://github.com/graasp/graasp-ui/compare/v4.5.0...v4.5.1) (2024-02-01)
603
+
604
+ ### Bug Fixes
605
+
606
+ - open and dismiss menu and add relative position to content wrapper ([#685](https://github.com/graasp/graasp-ui/issues/685)) ([4956584](https://github.com/graasp/graasp-ui/commit/4956584f92472280828663befbaa977c101955fb))
607
+ - update main with flex box ([#682](https://github.com/graasp/graasp-ui/issues/682)) ([fd8ef67](https://github.com/graasp/graasp-ui/commit/fd8ef67475e9bb83fb53bf960b613ea34cbad700))
608
+
609
+ ## [4.5.0](https://github.com/graasp/graasp-ui/compare/v4.4.0...v4.5.0) (2024-01-29)
610
+
611
+ ### Features
612
+
613
+ - add type props to share and edit buttons ([#676](https://github.com/graasp/graasp-ui/issues/676)) ([b7d580a](https://github.com/graasp/graasp-ui/commit/b7d580af710f62fc6f5f88679f771f007aee4d1e))
614
+ - update `Main` component ([#665](https://github.com/graasp/graasp-ui/issues/665)) ([7411a5c](https://github.com/graasp/graasp-ui/commit/7411a5cfdd7104b6974e2b3fc6f0c66ef51f3036))
615
+
616
+ ### Bug Fixes
617
+
618
+ - remove memo and dispaly data first ([#677](https://github.com/graasp/graasp-ui/issues/677)) ([b5b46f4](https://github.com/graasp/graasp-ui/commit/b5b46f49ea94958bb36928ae3ba6cf505e7e3e76))
619
+
620
+ ## [4.4.0](https://github.com/graasp/graasp-ui/compare/v4.3.1...v4.4.0) (2024-01-24)
621
+
622
+ ### Features
623
+
624
+ - create mobile view custom hook ([#667](https://github.com/graasp/graasp-ui/issues/667)) ([16c5c2d](https://github.com/graasp/graasp-ui/commit/16c5c2d0d24d506c7d2267a1847baef56c444394))
625
+
626
+ ### Bug Fixes
627
+
628
+ - **deps:** update dependency @graasp/sdk to v3.5.0 ([#663](https://github.com/graasp/graasp-ui/issues/663)) ([83896af](https://github.com/graasp/graasp-ui/commit/83896afca652f7d81b31fe3dc0c1492da49ea351))
629
+ - remove qs dependency ([#655](https://github.com/graasp/graasp-ui/issues/655)) ([3692d55](https://github.com/graasp/graasp-ui/commit/3692d557e328f02eb8adfc2d6b1dc9ef4b8e35ff))
630
+
631
+ ## [4.3.1](https://github.com/graasp/graasp-ui/compare/v4.3.0...v4.3.1) (2024-01-17)
632
+
633
+ ### Bug Fixes
634
+
635
+ - add tests for disabled in `Select` ([2f97387](https://github.com/graasp/graasp-ui/commit/2f973876fa555c5b1db3de13c64dba7ec2b29e77))
636
+ - **deps:** update dependency @graasp/sdk to v3.4.1 ([#653](https://github.com/graasp/graasp-ui/issues/653)) ([7a0ce24](https://github.com/graasp/graasp-ui/commit/7a0ce2490e2b6b2ad4f2966c288b305cbc7c943c))
637
+ - disabled prop issues ([#649](https://github.com/graasp/graasp-ui/issues/649)) ([2f97387](https://github.com/graasp/graasp-ui/commit/2f973876fa555c5b1db3de13c64dba7ec2b29e77))
638
+
639
+ ## [4.3.0](https://github.com/graasp/graasp-ui/compare/v4.2.0...v4.3.0) (2024-01-11)
640
+
641
+ ### Features
642
+
643
+ - add disable to select options ([#631](https://github.com/graasp/graasp-ui/issues/631)) ([c2dfe20](https://github.com/graasp/graasp-ui/commit/c2dfe20970b85d62fd474fdf7855b2cc82f8633a))
644
+ - add mimetype option in `ItemIcon` ([#644](https://github.com/graasp/graasp-ui/issues/644)) ([0d69052](https://github.com/graasp/graasp-ui/commit/0d690524799cebd1ccf47c8ab993c7091c401545))
645
+ - diable select if all options disabled ([#640](https://github.com/graasp/graasp-ui/issues/640)) ([45f2860](https://github.com/graasp/graasp-ui/commit/45f286084ffb469a36d1cc34902d8d8879447744))
646
+
647
+ ### Bug Fixes
648
+
649
+ - add a disabled prop to the select ([#634](https://github.com/graasp/graasp-ui/issues/634)) ([0ee48eb](https://github.com/graasp/graasp-ui/commit/0ee48eb9ad30e170e52a2e77d34a40f720063020))
650
+
651
+ ## [4.2.0](https://github.com/graasp/graasp-ui/compare/v4.1.1...v4.2.0) (2023-12-22)
652
+
653
+ ### Features
654
+
655
+ - table pagination ([#520](https://github.com/graasp/graasp-ui/issues/520)) ([e38d618](https://github.com/graasp/graasp-ui/commit/e38d61886cd680fa9476c1a755b60cb4e8db5a59))
656
+
657
+ ### Bug Fixes
658
+
659
+ - udpate release-please condition ([5ca2a7e](https://github.com/graasp/graasp-ui/commit/5ca2a7e0788425a17145250392a13a74b2304d47))
660
+
661
+ ## [4.1.1](https://github.com/graasp/graasp-ui/compare/v4.1.0...v4.1.1) (2023-12-04)
662
+
663
+ ### Bug Fixes
664
+
665
+ - **deps:** update dependency @graasp/sdk to v3.3.0 ([#610](https://github.com/graasp/graasp-ui/issues/610)) ([82722a9](https://github.com/graasp/graasp-ui/commit/82722a9c20ca659d85ee39bd4a43a1a2f2d37345))
666
+
667
+ ## [4.1.0](https://github.com/graasp/graasp-ui/compare/v4.0.1...v4.1.0) (2023-11-16)
668
+
669
+ ### Features
670
+
671
+ - add onClick for Link, File and DownloadFileButton ([#549](https://github.com/graasp/graasp-ui/issues/549)) ([a212d92](https://github.com/graasp/graasp-ui/commit/a212d920c12954142a9d6ac972cf6d05bc793893))
672
+
673
+ ### Bug Fixes
674
+
675
+ - support WebP format ([#603](https://github.com/graasp/graasp-ui/issues/603)) ([cd4e6ad](https://github.com/graasp/graasp-ui/commit/cd4e6ad5cb818370874702042b12dd07e1421834))
676
+
677
+ ## [4.0.1](https://github.com/graasp/graasp-ui/compare/v4.0.0...v4.0.1) (2023-11-13)
678
+
679
+ ### Bug Fixes
680
+
681
+ - allow better typing for Context enum and add color for account ([#584](https://github.com/graasp/graasp-ui/issues/584)) ([db40c6a](https://github.com/graasp/graasp-ui/commit/db40c6ab281166715b261dcc4842840b82b4bfbb))
682
+ - **deps:** update dependency @graasp/sdk to v2.0.1 ([#577](https://github.com/graasp/graasp-ui/issues/577)) ([1041814](https://github.com/graasp/graasp-ui/commit/1041814b4dfa9516ff9ba6da50fe7c3c8d8d90cf))
683
+ - **deps:** update dependency react-cookie-consent to v9 ([#560](https://github.com/graasp/graasp-ui/issues/560)) ([e9bf4c1](https://github.com/graasp/graasp-ui/commit/e9bf4c11c87e02dc1e2d6172161d98a842862022))
684
+
685
+ ## [4.0.0](https://github.com/graasp/graasp-ui/compare/v3.7.0...v4.0.0) (2023-11-03)
686
+
687
+ ### ⚠ BREAKING CHANGES
688
+
689
+ - remove immutable ([#568](https://github.com/graasp/graasp-ui/issues/568))
690
+
691
+ ### Features
692
+
693
+ - remove immutable ([#568](https://github.com/graasp/graasp-ui/issues/568)) ([ee77ad8](https://github.com/graasp/graasp-ui/commit/ee77ad8a524541fae0216bcc7724a245decc965b))
694
+
695
+ ### Bug Fixes
696
+
697
+ - **deps:** update dependency @graasp/sdk to v1.10.1 ([#556](https://github.com/graasp/graasp-ui/issues/556)) ([47d800e](https://github.com/graasp/graasp-ui/commit/47d800e7884d6141150ca1322e78304a580a63c1))
698
+
699
+ ## [3.7.0](https://github.com/graasp/graasp-ui/compare/v3.6.1...v3.7.0) (2023-10-26)
700
+
701
+ ### Features
702
+
703
+ - add custom profile option to user dropdown ([#550](https://github.com/graasp/graasp-ui/issues/550)) ([167b6e8](https://github.com/graasp/graasp-ui/commit/167b6e82b8cf674010b4104d224dec212a58b9a1))
704
+
705
+ ### Bug Fixes
706
+
707
+ - update yarn and remove mdx-js/react dep ([#565](https://github.com/graasp/graasp-ui/issues/565)) ([ee0acf9](https://github.com/graasp/graasp-ui/commit/ee0acf94c9cdd6c1851290bdcbdceedc59ee5a32))
708
+
709
+ ## [3.6.1](https://github.com/graasp/graasp-ui/compare/v3.6.0...v3.6.1) (2023-10-24)
710
+
711
+ ### Bug Fixes
712
+
713
+ - **deps:** update dependency katex to v0.16.9 ([#541](https://github.com/graasp/graasp-ui/issues/541)) ([ea467e7](https://github.com/graasp/graasp-ui/commit/ea467e7f2ee14561aa2a1a885c3928e4d4843dcb))
714
+ - return undefined when no uuid and add upload icon ([#553](https://github.com/graasp/graasp-ui/issues/553)) ([de9f270](https://github.com/graasp/graasp-ui/commit/de9f2706cf40f2ca6aa545d346ec98dc0809c7ab))
715
+
716
+ ## [3.6.0](https://github.com/graasp/graasp-ui/compare/v3.5.4...v3.6.0) (2023-10-20)
717
+
718
+ ### Features
719
+
720
+ - add value to select component ([#548](https://github.com/graasp/graasp-ui/issues/548)) ([5698e4a](https://github.com/graasp/graasp-ui/commit/5698e4a7dde3ce40179615f9602dd7801acf95e4))
721
+
722
+ ## [3.5.4](https://github.com/graasp/graasp-ui/compare/v3.5.3...v3.5.4) (2023-10-04)
723
+
724
+ ### Bug Fixes
725
+
726
+ - **deps:** update dependency @graasp/sdk to v1.7.0 and immutablejs to v4.3.4 ([#535](https://github.com/graasp/graasp-ui/issues/535)) ([8054cd6](https://github.com/graasp/graasp-ui/commit/8054cd684f6d92623a88f6466a752f38c1f4920d))
727
+
728
+ ## [3.5.3](https://github.com/graasp/graasp-ui/compare/v3.5.2...v3.5.3) (2023-09-30)
729
+
730
+ ### Bug Fixes
731
+
732
+ - add tests and re-enable jest unit test in workflow and locally ([2b67d73](https://github.com/graasp/graasp-ui/commit/2b67d7377fdac82bc0e780e3d716ec31c0f64531))
733
+ - **deps:** update dependency http-status-codes to v2.3.0 ([#526](https://github.com/graasp/graasp-ui/issues/526)) ([0af10aa](https://github.com/graasp/graasp-ui/commit/0af10aaf9475ac4efb5e37e760779e0c17f56695))
734
+ - **deps:** update dependency uuid to v9.0.1 ([de2e487](https://github.com/graasp/graasp-ui/commit/de2e4871d6cf3edccdea82ce86c88804a265282a))
735
+ - improve getUUID and add tests ([#533](https://github.com/graasp/graasp-ui/issues/533)) ([2b67d73](https://github.com/graasp/graasp-ui/commit/2b67d7377fdac82bc0e780e3d716ec31c0f64531))
736
+
737
+ ## [3.5.2](https://github.com/graasp/graasp-ui/compare/v3.5.1...v3.5.2) (2023-09-27)
738
+
739
+ ### Bug Fixes
740
+
741
+ - remove signOut prop ([#530](https://github.com/graasp/graasp-ui/issues/530)) ([c30a5b9](https://github.com/graasp/graasp-ui/commit/c30a5b9938bd6168f3f33ac37190c1d9397cb773))
742
+
743
+ ## [3.5.1](https://github.com/graasp/graasp-ui/compare/v3.5.0...v3.5.1) (2023-09-25)
744
+
745
+ ### Bug Fixes
746
+
747
+ - **deps:** update dependency @graasp/sdk to v1.6.0 ([#525](https://github.com/graasp/graasp-ui/issues/525)) ([c2233d0](https://github.com/graasp/graasp-ui/commit/c2233d02e5403175c87cee0e39c56b8eecbe4de4))
748
+
749
+ ## [3.5.0](https://github.com/graasp/graasp-ui/compare/v3.4.0...v3.5.0) (2023-09-22)
750
+
751
+ ### Features
752
+
753
+ - custom hook to get uuid url params ([#517](https://github.com/graasp/graasp-ui/issues/517)) ([cd2716d](https://github.com/graasp/graasp-ui/commit/cd2716d7ec9b204b1ca80a759627785112cb61b7))
754
+
755
+ ### Bug Fixes
756
+
757
+ - **deps:** update dependency @graasp/sdk to v1.5.0 ([#513](https://github.com/graasp/graasp-ui/issues/513)) ([4b69501](https://github.com/graasp/graasp-ui/commit/4b69501dd9bb75ed92ded2e45b4b7f07f136c700))
758
+
759
+ ## [3.4.0](https://github.com/graasp/graasp-ui/compare/v3.3.2...v3.4.0) (2023-09-01)
760
+
761
+ ### Features
762
+
763
+ - add resize wrapper to item files ([#505](https://github.com/graasp/graasp-ui/issues/505)) ([687113c](https://github.com/graasp/graasp-ui/commit/687113c866f0d3c4c5ed24dfac7672365b2a7893))
764
+
765
+ ## [3.3.2](https://github.com/graasp/graasp-ui/compare/v3.3.1...v3.3.2) (2023-08-18)
766
+
767
+ ### Bug Fixes
768
+
769
+ - **deps:** update dependency @graasp/sdk to v1.2.0 ([#480](https://github.com/graasp/graasp-ui/issues/480)) ([07a22a0](https://github.com/graasp/graasp-ui/commit/07a22a0137c7d7f608171d94d364cda7851547da))
770
+ - **deps:** update dependency immutable to v4.3.2 ([#470](https://github.com/graasp/graasp-ui/issues/470)) ([c942760](https://github.com/graasp/graasp-ui/commit/c9427609af772bbfc26376549d17ac5ffcebd263))
771
+
772
+ ## [3.3.1](https://github.com/graasp/graasp-ui/compare/v3.3.0...v3.3.1) (2023-08-10)
773
+
774
+ ### Bug Fixes
775
+
776
+ - update analytics url for platform switch ([#482](https://github.com/graasp/graasp-ui/issues/482)) ([431951c](https://github.com/graasp/graasp-ui/commit/431951cd0000a470d82f862d08a7b2e8129a78a6))
777
+
778
+ ## [3.3.0](https://github.com/graasp/graasp-ui/compare/v3.2.7...v3.3.0) (2023-08-07)
779
+
780
+ ### Features
781
+
782
+ - add ThemeContext with rtl support ([#473](https://github.com/graasp/graasp-ui/issues/473)) ([99f38f8](https://github.com/graasp/graasp-ui/commit/99f38f8b9d58391e01c222d3ec887458d0f48bad))
783
+
784
+ ### Bug Fixes
785
+
786
+ - upgrade prettier ([#471](https://github.com/graasp/graasp-ui/issues/471)) ([d9bfec7](https://github.com/graasp/graasp-ui/commit/d9bfec7dba13df24075f734365bde20e709c4588))
787
+
788
+ ## [3.2.7](https://github.com/graasp/graasp-ui/compare/v3.2.6...v3.2.7) (2023-07-31)
789
+
790
+ ### Bug Fixes
791
+
792
+ - **deps:** update dependency clsx to v2 ([#439](https://github.com/graasp/graasp-ui/issues/439)) ([cc2fd3e](https://github.com/graasp/graasp-ui/commit/cc2fd3eeb394c8eae4e906900076b90e037c4374))
793
+ - zIndex on quill tooltip ([#460](https://github.com/graasp/graasp-ui/issues/460)) ([34b1da6](https://github.com/graasp/graasp-ui/commit/34b1da64c6ddaf0d81b8ab63a7a99c36cd32a538))
794
+
795
+ ## [3.2.6](https://github.com/graasp/graasp-ui/compare/v3.2.5...v3.2.6) (2023-07-26)
796
+
797
+ ### Bug Fixes
798
+
799
+ - link button ([#458](https://github.com/graasp/graasp-ui/issues/458)) ([9f20e15](https://github.com/graasp/graasp-ui/commit/9f20e15861e87b9b630cbff5af259bc2f806ebfb))
800
+ - **ui/style:** miniature magnifying glass in builder ([#456](https://github.com/graasp/graasp-ui/issues/456)) ([15ba98b](https://github.com/graasp/graasp-ui/commit/15ba98b21e7a2371c7dcdb4791c322d3bb843a09))
801
+
802
+ ## [3.2.5](https://github.com/graasp/graasp-ui/compare/v3.2.4...v3.2.5) (2023-07-21)
803
+
804
+ ### Bug Fixes
805
+
806
+ - add title and use real link instead of js redirect ([#452](https://github.com/graasp/graasp-ui/issues/452)) ([b16d05b](https://github.com/graasp/graasp-ui/commit/b16d05bddc82faba84d08e6004e2e2a3752956bb))
807
+ - **deps:** update dependency @graasp/sdk to v1.1.3 ([#446](https://github.com/graasp/graasp-ui/issues/446)) ([919e78f](https://github.com/graasp/graasp-ui/commit/919e78f04fb561a9bceb99ff672a370242c047f1))
808
+ - fill-rule issue ([#451](https://github.com/graasp/graasp-ui/issues/451)) ([63100d7](https://github.com/graasp/graasp-ui/commit/63100d7ed389c817c2a88b07f753492a0880ef93))
809
+
810
+ ## [3.2.4](https://github.com/graasp/graasp-ui/compare/v3.2.3...v3.2.4) (2023-07-18)
811
+
812
+ ### Bug Fixes
813
+
814
+ - show sign out in user switch ([#441](https://github.com/graasp/graasp-ui/issues/441)) ([6727c3a](https://github.com/graasp/graasp-ui/commit/6727c3a2de47df10d83bbeca1ed5a33ecac74caa))
815
+
816
+ ## [3.2.3](https://github.com/graasp/graasp-ui/compare/v3.2.2...v3.2.3) (2023-07-12)
817
+
818
+ ### Bug Fixes
819
+
820
+ - **deps:** update dependency @graasp/sdk to v1.1.2 ([#433](https://github.com/graasp/graasp-ui/issues/433)) ([1c602e8](https://github.com/graasp/graasp-ui/commit/1c602e8dd4e68cd6b526b87aa8209e944be9f542))
821
+ - **deps:** update dependency react-cookie-consent to v8 ([#412](https://github.com/graasp/graasp-ui/issues/412)) ([5199b18](https://github.com/graasp/graasp-ui/commit/5199b1897e929cd37ac2811dccf7b71a2fbefd3a))
822
+ - replace `output` by `fileName` in rollup-plugin-scss options ([#423](https://github.com/graasp/graasp-ui/issues/423)) ([1ec596e](https://github.com/graasp/graasp-ui/commit/1ec596e7570d961ed4379e81b9140c932d98f7a2))
823
+
824
+ ## [3.2.2](https://github.com/graasp/graasp-ui/compare/v3.2.1...v3.2.2) (2023-07-10)
825
+
826
+ ### Bug Fixes
827
+
828
+ - **a11y:** use item name when alttext is falsy ([#415](https://github.com/graasp/graasp-ui/issues/415)) ([32ee9e8](https://github.com/graasp/graasp-ui/commit/32ee9e80baf0fbe4c89e42791db259de49d55dbf))
829
+
830
+ ## [3.2.1](https://github.com/graasp/graasp-ui/compare/v3.2.0...v3.2.1) (2023-06-29)
831
+
832
+ ### Bug Fixes
833
+
834
+ - **deps:** update dependency @graasp/sdk to v1.1.1 ([#400](https://github.com/graasp/graasp-ui/issues/400)) ([2c1da3b](https://github.com/graasp/graasp-ui/commit/2c1da3bdbb319589aced05be5926b0a8c4c4a8d0))
835
+ - **deps:** update dependency katex to v0.16.8 ([0b67e36](https://github.com/graasp/graasp-ui/commit/0b67e36ef0dc8260421d1b8a88b850fa25331435))
836
+ - **deps:** update dependency react-cookie-consent to v7.6.0 ([#388](https://github.com/graasp/graasp-ui/issues/388)) ([47af96a](https://github.com/graasp/graasp-ui/commit/47af96a10e94a5ae76c2d99aca147ebf1bf68cee))
837
+ - InputLoginScreen, storybook `subcomponent` and update devdependencies (non-major) (minor) ([#383](https://github.com/graasp/graasp-ui/issues/383)) ([892694e](https://github.com/graasp/graasp-ui/commit/892694ef582cc88351335bff35fcbd5d46ced3b7))
838
+ - mimetype is undefined when items are immutable ([#399](https://github.com/graasp/graasp-ui/issues/399)) ([129f128](https://github.com/graasp/graasp-ui/commit/129f12886a1292b0514e0603dacdefb8313ef29b))
839
+
840
+ ## [3.2.0](https://github.com/graasp/graasp-ui/compare/v3.1.0...v3.2.0) (2023-06-26)
841
+
842
+ ### Features
843
+
844
+ - makes altText changable for images in FileItem ([#356](https://github.com/graasp/graasp-ui/issues/356)) ([ff34701](https://github.com/graasp/graasp-ui/commit/ff34701b6908b8a38ddeb60f87ad9e90ef072b24))
845
+
846
+ ## [3.1.0](https://github.com/graasp/graasp-ui/compare/v3.0.0...v3.1.0) (2023-06-26)
847
+
848
+ ### Features
849
+
850
+ - add breadcrumb navigation ([#368](https://github.com/graasp/graasp-ui/issues/368)) ([7d03ac9](https://github.com/graasp/graasp-ui/commit/7d03ac975aa6c290790fd2f1c704187db8f13e5d))
851
+
852
+ ### Bug Fixes
853
+
854
+ - **deps:** update dependency @graasp/sdk to v1.0.0 ([7322c8e](https://github.com/graasp/graasp-ui/commit/7322c8e4b321ca35d22d7e2fbf75a62f8266b9a5))
855
+
856
+ ## [3.0.0](https://github.com/graasp/graasp-ui/compare/v3.0.0-rc.2...v3.0.0) (2023-06-21)
857
+
858
+ ### Features
859
+
860
+ - **a11y:** add role to userSwitchButton ([#363](https://github.com/graasp/graasp-ui/issues/363)) ([807d7f0](https://github.com/graasp/graasp-ui/commit/807d7f0fbb52e6081e05191ae0a9dca244f77758))
861
+ - sets aria-disabled on disabled links in platform switch ([7b82abd](https://github.com/graasp/graasp-ui/commit/7b82abd598684af0cacf9104ff88c01526ca279a))
862
+
863
+ ### Bug Fixes
864
+
865
+ - **deps:** revert react-quill to 2.0.0-beta.4 ([#370](https://github.com/graasp/graasp-ui/issues/370)) ([c3e8282](https://github.com/graasp/graasp-ui/commit/c3e828258843a3607b360b8dbd9bc9c8a8fdb6bf))
866
+
867
+ ### chore
868
+
869
+ - **releases:** release 3.0.0 ([bfb125b](https://github.com/graasp/graasp-ui/commit/bfb125bf274ad04db95f355c59f62a786de4d72c))
870
+
871
+ ## [3.0.0-rc.2](https://github.com/graasp/graasp-ui/compare/v3.0.0-rc1...v3.0.0-rc.2) (2023-05-31)
872
+
873
+ ### Features
874
+
875
+ - adds type to button ([#361](https://github.com/graasp/graasp-ui/issues/361)) ([64a4646](https://github.com/graasp/graasp-ui/commit/64a464652834469cb57b3846a1ad76bf7e6adf71))
876
+
877
+ ### Bug Fixes
878
+
879
+ - storybook build command in storybook build workflow ([#358](https://github.com/graasp/graasp-ui/issues/358)) ([d6c999e](https://github.com/graasp/graasp-ui/commit/d6c999eee1c90b002d101def14cdd96d01ff3488))
880
+
881
+ ## [3.0.0-rc1](https://github.com/graasp/graasp-ui/compare/v2.5.0...v3.0.0-rc1) (2023-05-30)
882
+
883
+ ### ⚠ BREAKING CHANGES
884
+
885
+ - typeorm ([#298](https://github.com/graasp/graasp-ui/issues/298))
886
+
887
+ ### Features
888
+
889
+ - typeorm ([#298](https://github.com/graasp/graasp-ui/issues/298)) ([655d9b1](https://github.com/graasp/graasp-ui/commit/655d9b1b11353e1364c6137d9bd7be994e5ad003))
890
+
891
+ ## [2.5.0](https://github.com/graasp/graasp-ui/compare/v2.4.3...v2.5.0) (2023-05-08)
892
+
893
+ ### Features
894
+
895
+ - add creative commons ([#281](https://github.com/graasp/graasp-ui/issues/281)) ([0fc9a0f](https://github.com/graasp/graasp-ui/commit/0fc9a0fabafa11842b88b3a5466982e154148d4e))
896
+ - add tooltips to platform switch buttons ([#340](https://github.com/graasp/graasp-ui/issues/340)) ([a8fb6c0](https://github.com/graasp/graasp-ui/commit/a8fb6c0ba42c7cc8914a968cc37bb80d778baa36))
897
+
898
+ ### Bug Fixes
899
+
900
+ - add constraint for custom cell renderers ([#351](https://github.com/graasp/graasp-ui/issues/351)) ([15d1952](https://github.com/graasp/graasp-ui/commit/15d195272fbd7cfa054746614315b037d6695f99))
901
+ - render platform switch button as link, redirect to library home ([#349](https://github.com/graasp/graasp-ui/issues/349)) ([6020dc9](https://github.com/graasp/graasp-ui/commit/6020dc922a257888efbe7fd8a4487a236c57da62))
902
+
903
+ ## [2.5.0](https://github.com/graasp/graasp-ui/compare/v2.4.3...v2.5.0) (2023-05-08)
904
+
905
+ ### Features
906
+
907
+ - add creative commons ([#281](https://github.com/graasp/graasp-ui/issues/281)) ([0fc9a0f](https://github.com/graasp/graasp-ui/commit/0fc9a0fabafa11842b88b3a5466982e154148d4e))
908
+ - add tooltips to platform switch buttons ([#340](https://github.com/graasp/graasp-ui/issues/340)) ([a8fb6c0](https://github.com/graasp/graasp-ui/commit/a8fb6c0ba42c7cc8914a968cc37bb80d778baa36))
909
+
910
+ ### Bug Fixes
911
+
912
+ - add constraint for custom cell renderers ([#351](https://github.com/graasp/graasp-ui/issues/351)) ([15d1952](https://github.com/graasp/graasp-ui/commit/15d195272fbd7cfa054746614315b037d6695f99))
913
+ - render platform switch button as link, redirect to library home ([#349](https://github.com/graasp/graasp-ui/issues/349)) ([6020dc9](https://github.com/graasp/graasp-ui/commit/6020dc922a257888efbe7fd8a4487a236c57da62))
914
+
915
+ ## [2.4.3](https://github.com/graasp/graasp-ui/compare/v2.4.2...v2.4.3) (2023-05-05)
916
+
917
+ ### Bug Fixes
918
+
919
+ - use precise item type in DocumentItem given showCollapse ([#342](https://github.com/graasp/graasp-ui/issues/342)) ([b5a12e3](https://github.com/graasp/graasp-ui/commit/b5a12e30cccfb6383a762129d96cac399f64d11b))
920
+
921
+ ## [2.4.2](https://github.com/graasp/graasp-ui/compare/v2.4.1...v2.4.2) (2023-04-27)
922
+
923
+ ### Bug Fixes
924
+
925
+ - ⚠️ Breaking change in the `AppItem` component props ([359d7ea](https://github.com/graasp/graasp-ui/commit/359d7ead4f89d0845af8477091ab85b2f30aa14f))
926
+ - app iframe loading forever ([#331](https://github.com/graasp/graasp-ui/issues/331)) ([359d7ea](https://github.com/graasp/graasp-ui/commit/359d7ead4f89d0845af8477091ab85b2f30aa14f))
927
+ - **ci:** storybook deploy to pages using artifacts ([#338](https://github.com/graasp/graasp-ui/issues/338)) ([c463fa0](https://github.com/graasp/graasp-ui/commit/c463fa0462a7e3302be83b84604f99b5b2d214ea))
928
+ - **deps:** update packages (sdk, immutable) and yarn ([#334](https://github.com/graasp/graasp-ui/issues/334)) ([d1970fa](https://github.com/graasp/graasp-ui/commit/d1970faacb5efe65fc09989fa8f14d35d9f84724))
929
+ - detect fullscreen changes ([#335](https://github.com/graasp/graasp-ui/issues/335)) ([190cbd2](https://github.com/graasp/graasp-ui/commit/190cbd222993524766e773c1e306e7e8599a3c87))
930
+ - refactor AppItem to functional component ([359d7ea](https://github.com/graasp/graasp-ui/commit/359d7ead4f89d0845af8477091ab85b2f30aa14f))
931
+ - use a custom hook to setup the channel communication ([359d7ea](https://github.com/graasp/graasp-ui/commit/359d7ead4f89d0845af8477091ab85b2f30aa14f))
932
+ - use secondary color constant in theme ([359d7ea](https://github.com/graasp/graasp-ui/commit/359d7ead4f89d0845af8477091ab85b2f30aa14f))
933
+
934
+ ## [2.4.1](https://github.com/graasp/graasp-ui/compare/v2.4.0...v2.4.1) (2023-04-17)
935
+
936
+ ### Bug Fixes
937
+
938
+ - export public constants and refactor internal constants closer to their usage ([#330](https://github.com/graasp/graasp-ui/issues/330)) ([3e758b5](https://github.com/graasp/graasp-ui/commit/3e758b563792505b08af65052b44581f0e7a78b9))
939
+
940
+ ## [2.4.0](https://github.com/graasp/graasp-ui/compare/v2.3.1...v2.4.0) (2023-04-14)
941
+
942
+ ### Features
943
+
944
+ - Adds showCollapse to H5PItem, FileItem, AppItem, DocumentItem and LinkItem ([9b9ef52](https://github.com/graasp/graasp-ui/commit/9b9ef52442c00026a80c5bcfab74652af5321c89))
945
+
946
+ ### Bug Fixes
947
+
948
+ - add DEFAULT_LINK_SHOW_BUTTON constant ([#328](https://github.com/graasp/graasp-ui/issues/328)) ([e0a3762](https://github.com/graasp/graasp-ui/commit/e0a3762ae7cec203a0ce170edf34cce8e68a2f66))
949
+
950
+ ## [2.3.1](https://github.com/graasp/graasp-ui/compare/v2.3.0...v2.3.1) (2023-04-11)
951
+
952
+ ### Bug Fixes
953
+
954
+ - add collapsible and chat to itemstatus ([#313](https://github.com/graasp/graasp-ui/issues/313)) ([7014665](https://github.com/graasp/graasp-ui/commit/7014665d75d360843e5f4fdb4b24a4c5bebd2628))
955
+ - remove title tag from LibraryIcon ([#321](https://github.com/graasp/graasp-ui/issues/321)) ([2ff6dbf](https://github.com/graasp/graasp-ui/commit/2ff6dbf1721c7536f183b88668285eed1605ad6f))
956
+ - typo in release please workflow ([#318](https://github.com/graasp/graasp-ui/issues/318)) ([997f9cb](https://github.com/graasp/graasp-ui/commit/997f9cb32bdb35ea75457b8c88f18ee0dfe1bb22))
957
+
958
+ ## [2.3.0](https://github.com/graasp/graasp-ui/compare/v2.2.1...v2.3.0) (2023-04-04)
959
+
960
+ ### Features
961
+
962
+ - add library icon setting cog option ([#312](https://github.com/graasp/graasp-ui/issues/312)) ([4b534bc](https://github.com/graasp/graasp-ui/commit/4b534bcfcb3c79e133007d39e6cdf0000f10d089))
963
+
964
+ ## [2.2.1](https://github.com/graasp/graasp-ui/compare/v2.2.0...v2.2.1) (2023-03-25)
965
+
966
+ ### Bug Fixes
967
+
968
+ - add `cancelButtonId` prop to FileItem LinkItem an AppItem ([26d92e5](https://github.com/graasp/graasp-ui/commit/26d92e593693df61c898d3c377730bb9f9cc9eb7))
969
+ - add `onCancelCaption` prop to FileItem ([#301](https://github.com/graasp/graasp-ui/issues/301)) ([f6fda11](https://github.com/graasp/graasp-ui/commit/f6fda1136472cc58b4e8f020d90af9af82d35b77))
970
+ - add `onCancelCaption` prop to LinkItem and AppItem ([#306](https://github.com/graasp/graasp-ui/issues/306)) ([26d92e5](https://github.com/graasp/graasp-ui/commit/26d92e593693df61c898d3c377730bb9f9cc9eb7))
971
+
972
+ ## [2.2.0](https://github.com/graasp/graasp-ui/compare/v2.1.0...v2.2.0) (2023-03-16)
973
+
974
+ ### Features
975
+
976
+ - bump @graasp/sdk ([#297](https://github.com/graasp/graasp-ui/issues/297)) ([586661f](https://github.com/graasp/graasp-ui/commit/586661f3e497b40314405eab4e455974d2fa9bf6))
977
+
978
+ ### Bug Fixes
979
+
980
+ - etherpad icon use current color as default ([#295](https://github.com/graasp/graasp-ui/issues/295)) ([8132a39](https://github.com/graasp/graasp-ui/commit/8132a39c4cbd584a559ee14b52d314dd598dd8e2))
981
+ - search bar can be compressed and is responsive ([#291](https://github.com/graasp/graasp-ui/issues/291)) ([72f22af](https://github.com/graasp/graasp-ui/commit/72f22af259e712deb1d3a0b76685ed2be69bbcff))
982
+ - use a darker color for itemBadges ([#296](https://github.com/graasp/graasp-ui/issues/296)) ([e2f2f7a](https://github.com/graasp/graasp-ui/commit/e2f2f7a451c99b14362fa666e2883ab2de901768))
983
+
984
+ ## [2.1.0](https://github.com/graasp/graasp-ui/compare/v2.0.1...v2.1.0) (2023-03-15)
985
+
986
+ ### Features
987
+
988
+ - add etherpad logo ([#277](https://github.com/graasp/graasp-ui/issues/277)) ([4ddc7e9](https://github.com/graasp/graasp-ui/commit/4ddc7e989c3cda085b6c174887e0d8b03e7b412e))
989
+ - add header platform colors ([#279](https://github.com/graasp/graasp-ui/issues/279)) ([1eac4be](https://github.com/graasp/graasp-ui/commit/1eac4beb17164a3383e3b4f2cc674edad8c87eec))
990
+ - **ui:** add `ItemBadges` component ([#283](https://github.com/graasp/graasp-ui/issues/283)) ([23e3ffb](https://github.com/graasp/graasp-ui/commit/23e3ffb3a011e6094e3ecddc77cda8326f5703fd))
991
+
992
+ ### Bug Fixes
993
+
994
+ - fix operator priority on `FavoriteButton` tooltip ([#287](https://github.com/graasp/graasp-ui/issues/287)) ([b42b38b](https://github.com/graasp/graasp-ui/commit/b42b38be72cd3087e606250045b29d669d956a03))
995
+ - **table:** reduce spacing of drag icon column and padding around elements ([23e3ffb](https://github.com/graasp/graasp-ui/commit/23e3ffb3a011e6094e3ecddc77cda8326f5703fd))
996
+
997
+ ## [2.0.1](https://github.com/graasp/graasp-ui/compare/v2.0.0...v2.0.1) (2023-03-09)
998
+
999
+ ### Bug Fixes
1000
+
1001
+ - use MimeTypes and ThumbnailSize from sdk ([#274](https://github.com/graasp/graasp-ui/issues/274)) ([3dd2f08](https://github.com/graasp/graasp-ui/commit/3dd2f082b5d7e6f057d2aaa1fa96ac9b14c38458))
1002
+
1003
+ ## [2.0.0](https://github.com/graasp/graasp-ui/compare/v1.0.0...v2.0.0) (2023-03-06)
1004
+
1005
+ ### ⚠ BREAKING CHANGES
1006
+
1007
+ - refactor exported types, remove old navigation ([#271](https://github.com/graasp/graasp-ui/issues/271))
1008
+
1009
+ ### Features
1010
+
1011
+ - refactor exported types, remove old navigation ([#271](https://github.com/graasp/graasp-ui/issues/271)) ([0cc9f94](https://github.com/graasp/graasp-ui/commit/0cc9f9480d30ff65e0bb14ca5ce899fac39619e7))
1012
+
1013
+ ## [1.0.0](https://github.com/graasp/graasp-ui/compare/v0.13.0...v1.0.0) (2023-03-03)
1014
+
1015
+ ### ⚠ BREAKING CHANGES
1016
+
1017
+ - remove `BUTTON_TYPES` constant and use `ButtonTypeEnum` ([#260](https://github.com/graasp/graasp-ui/issues/260))
1018
+
1019
+ ### Features
1020
+
1021
+ - implement document style flavors ([#241](https://github.com/graasp/graasp-ui/issues/241)) ([8dbecb7](https://github.com/graasp/graasp-ui/commit/8dbecb74082849b06c5dcb342dd9300c16adbc12))
1022
+
1023
+ ### Bug Fixes
1024
+
1025
+ - add key to list element in platform switch ([#266](https://github.com/graasp/graasp-ui/issues/266)) ([bc7d5f2](https://github.com/graasp/graasp-ui/commit/bc7d5f2081183f2f2853be2b4f3279578459d357))
1026
+ - change default favoritebutton icon size to medium and add a menuItem story ([6302d46](https://github.com/graasp/graasp-ui/commit/6302d46ec6bb12de7c9862b12c07e5b10ff0c78e))
1027
+ - improve card component and add stories ([#259](https://github.com/graasp/graasp-ui/issues/259)) ([fc3e120](https://github.com/graasp/graasp-ui/commit/fc3e12054cfa19d779abbfd06601814f01059def))
1028
+ - improve optional types on `ItemLoginAuthorization` ([#268](https://github.com/graasp/graasp-ui/issues/268)) ([d8e20a3](https://github.com/graasp/graasp-ui/commit/d8e20a307c6b391d632240f99fea60c1672c8110))
1029
+ - remove `BUTTON_TYPES` constant and use `ButtonTypeEnum` ([#260](https://github.com/graasp/graasp-ui/issues/260)) ([6302d46](https://github.com/graasp/graasp-ui/commit/6302d46ec6bb12de7c9862b12c07e5b10ff0c78e))
1030
+ - set default skeleton variant to circular for Avatar ([#264](https://github.com/graasp/graasp-ui/issues/264)) ([30fddbc](https://github.com/graasp/graasp-ui/commit/30fddbc091df3a26c20647d5e37fe9f263f050a2))
1031
+ - **types:** `withCollapse` uses `ItemRecord` ([d8e20a3](https://github.com/graasp/graasp-ui/commit/d8e20a307c6b391d632240f99fea60c1672c8110))
1032
+ - **types:** improve types of itemType prop in SkeletonItem ([30fddbc](https://github.com/graasp/graasp-ui/commit/30fddbc091df3a26c20647d5e37fe9f263f050a2))
1033
+ - **types:** make `onSave` optional in `DocumentItem` for readOnly mode ([d8e20a3](https://github.com/graasp/graasp-ui/commit/d8e20a307c6b391d632240f99fea60c1672c8110))
1034
+
1035
+ ### Documentation
1036
+
1037
+ - update license in readme ([#270](https://github.com/graasp/graasp-ui/issues/270)) ([26f5478](https://github.com/graasp/graasp-ui/commit/26f547808b46f05382bc8fba76bc7c7174537fe3))
1038
+
1039
+ ## [0.13.0](https://github.com/graasp/graasp-ui/compare/v0.12.0...v0.13.0) (2023-02-24)
1040
+
1041
+ ### Features
1042
+
1043
+ - support `wav` and `svg` formats ([#256](https://github.com/graasp/graasp-ui/issues/256)) ([b7ece2d](https://github.com/graasp/graasp-ui/commit/b7ece2dd1f7bb50b8937051299d1c391c52ca172))
1044
+
1045
+ ## [0.12.0](https://github.com/graasp/graasp-ui/compare/v0.11.2...v0.12.0) (2023-02-22)
1046
+
1047
+ ### Features
1048
+
1049
+ - return lang from member and item in app item ([#238](https://github.com/graasp/graasp-ui/issues/238)) ([5608bf0](https://github.com/graasp/graasp-ui/commit/5608bf03a4eaed12e647c99923d64820f04f1ca4))
1050
+
1051
+ ## [0.11.2](https://github.com/graasp/graasp-ui/compare/v0.11.1...v0.11.2) (2023-02-21)
1052
+
1053
+ ### Bug Fixes
1054
+
1055
+ - add `span`s below tooltip to ensure icon stay round ([8877111](https://github.com/graasp/graasp-ui/commit/88771117906c8fdc3c228ff8a464b14e94fbe148))
1056
+ - do not show placeholder text when in readOnly mode ([8877111](https://github.com/graasp/graasp-ui/commit/88771117906c8fdc3c228ff8a464b14e94fbe148))
1057
+ - **ui:** change `ShareButton` icon ([#245](https://github.com/graasp/graasp-ui/issues/245)) ([8877111](https://github.com/graasp/graasp-ui/commit/88771117906c8fdc3c228ff8a464b14e94fbe148))
1058
+
1059
+ ## [0.11.1](https://github.com/graasp/graasp-ui/compare/v0.11.0...v0.11.1) (2023-02-16)
1060
+
1061
+ ### Bug Fixes
1062
+
1063
+ - add URL transforms for all platforms ([#234](https://github.com/graasp/graasp-ui/issues/234)) ([927f303](https://github.com/graasp/graasp-ui/commit/927f303b2085a05aebb58a73d5d8094e5b93707f))
1064
+
1065
+ ## [0.11.0](https://github.com/graasp/graasp-ui/compare/v0.10.5...v0.11.0) (2023-02-16)
1066
+
1067
+ ### Features
1068
+
1069
+ - move types to sdk and use types from @graasp/sdk/frontend ([#228](https://github.com/graasp/graasp-ui/issues/228)) ([1f31b54](https://github.com/graasp/graasp-ui/commit/1f31b5431d5f1f142a22cb9f2f91c6959618aa6f)), closes [#235](https://github.com/graasp/graasp-ui/issues/235) [#202](https://github.com/graasp/graasp-ui/issues/202)
1070
+
1071
+ ### Bug Fixes
1072
+
1073
+ - **types:** add type annotation for StyledIframe ([1f31b54](https://github.com/graasp/graasp-ui/commit/1f31b5431d5f1f142a22cb9f2f91c6959618aa6f))
1074
+ - **types:** update ItemIcon type prop to accept string litteral from ItemType enum ([1f31b54](https://github.com/graasp/graasp-ui/commit/1f31b5431d5f1f142a22cb9f2f91c6959618aa6f))
1075
+ - update ItemIcon `extra` prop ([1f31b54](https://github.com/graasp/graasp-ui/commit/1f31b5431d5f1f142a22cb9f2f91c6959618aa6f))
1076
+ - update LinkItem props ([1f31b54](https://github.com/graasp/graasp-ui/commit/1f31b5431d5f1f142a22cb9f2f91c6959618aa6f))
1077
+ - update type of useMember hook ([1f31b54](https://github.com/graasp/graasp-ui/commit/1f31b5431d5f1f142a22cb9f2f91c6959618aa6f))
1078
+ - useItem type in `ItemLoginAuthorization` ([1f31b54](https://github.com/graasp/graasp-ui/commit/1f31b5431d5f1f142a22cb9f2f91c6959618aa6f))
1079
+ - various component props ([1f31b54](https://github.com/graasp/graasp-ui/commit/1f31b5431d5f1f142a22cb9f2f91c6959618aa6f))
1080
+
1081
+ ## [0.10.5](https://github.com/graasp/graasp-ui/compare/v0.10.4...v0.10.5) (2023-02-14)
1082
+
1083
+ ### Bug Fixes
1084
+
1085
+ - allow keyboard nav in menu and table ([#227](https://github.com/graasp/graasp-ui/issues/227)) ([d550913](https://github.com/graasp/graasp-ui/commit/d550913aaeb9645e687fc9f4311ccc1ac0e111c3))
1086
+
1087
+ ## [0.10.4](https://github.com/graasp/graasp-ui/compare/v0.10.3...v0.10.4) (2023-02-13)
1088
+
1089
+ ### Bug Fixes
1090
+
1091
+ - revert [#224](https://github.com/graasp/graasp-ui/issues/224) ([bea6b07](https://github.com/graasp/graasp-ui/commit/bea6b07cdd424f852e3a53683d72c31cdad3c8b3))
1092
+
1093
+ ## [0.10.3](https://github.com/graasp/graasp-ui/compare/v0.10.2...v0.10.3) (2023-02-13)
1094
+
1095
+ ### Bug Fixes
1096
+
1097
+ - clear hover state when platform opens in new tab ([#224](https://github.com/graasp/graasp-ui/issues/224)) ([0881b2a](https://github.com/graasp/graasp-ui/commit/0881b2a3f9d52cc6f75a4ae83fa74fc399dcaadc))
1098
+
1099
+ ## [0.10.2](https://github.com/graasp/graasp-ui/compare/v0.10.1...v0.10.2) (2023-02-07)
1100
+
1101
+ ### Bug Fixes
1102
+
1103
+ - use MouseEvent from react in PlatformSwitch ([434e862](https://github.com/graasp/graasp-ui/commit/434e862754211e603b5058ed8031754cf4a3b802))
1104
+
1105
+ ## [0.10.1](https://github.com/graasp/graasp-ui/compare/v0.10.0...v0.10.1) (2023-02-07)
1106
+
1107
+ ### Bug Fixes
1108
+
1109
+ - add platform switch ids, use nav controls, handle middle click ([#221](https://github.com/graasp/graasp-ui/issues/221)) ([6d45212](https://github.com/graasp/graasp-ui/commit/6d4521228294a9abaf108a98eafc394efd1b1b3c))
1110
+
1111
+ ## [0.10.0](https://github.com/graasp/graasp-ui/compare/v0.9.0...v0.10.0) (2023-02-07)
1112
+
1113
+ ### Features
1114
+
1115
+ - add PlatformSwitch component ([#216](https://github.com/graasp/graasp-ui/issues/216)) ([1621c43](https://github.com/graasp/graasp-ui/commit/1621c43ff0f66eca4a4108ff9f54a1d74ffe40ae))
1116
+
1117
+ ## [0.9.0](https://github.com/graasp/graasp-ui/compare/v0.8.0...v0.9.0) (2023-02-06)
1118
+
1119
+ ### Features
1120
+
1121
+ - add fullHeight prop to MainMenu ([#218](https://github.com/graasp/graasp-ui/issues/218)) ([f343e66](https://github.com/graasp/graasp-ui/commit/f343e667849850f34aa1daff6f0b9d2d2e29d811))
1122
+
1123
+ ## [0.8.0](https://github.com/graasp/graasp-ui/compare/v0.7.1...v0.8.0) (2023-01-26)
1124
+
1125
+ ### Features
1126
+
1127
+ - add handleDrawerOpen and handleDrawerClose to Main ([7e3cd9b](https://github.com/graasp/graasp-ui/commit/7e3cd9bf4ad2629f5e68d1e4243c9f7f62f945c8))
1128
+
1129
+ ## [0.7.1](https://github.com/graasp/graasp-ui/compare/v0.7.0...v0.7.1) (2023-01-19)
1130
+
1131
+ ### Bug Fixes
1132
+
1133
+ - h5p revert to default iframe ([#208](https://github.com/graasp/graasp-ui/issues/208)) ([aba3d1e](https://github.com/graasp/graasp-ui/commit/aba3d1e6468d55e2b2b4d951fe8219759fb68cf7))
1134
+
1135
+ ## [0.7.0](https://github.com/graasp/graasp-ui/compare/v0.6.0...v0.7.0) (2023-01-06)
1136
+
1137
+ ### Features
1138
+
1139
+ - add etherpad UI components ([#206](https://github.com/graasp/graasp-ui/issues/206)) ([5c6bf3f](https://github.com/graasp/graasp-ui/commit/5c6bf3f2ec69a7bf4124931360fbda80f34e0ccc))
1140
+
1141
+ ## [0.6.0](https://github.com/graasp/graasp-ui/compare/v0.5.0...v0.6.0) (2022-12-15)
1142
+
1143
+ ### Features
1144
+
1145
+ - move types ([c5333a3](https://github.com/graasp/graasp-ui/commit/c5333a383ea4d7c1e30a20ec2ea956b341cdfb60))
1146
+
1147
+ ### Bug Fixes
1148
+
1149
+ - patch issues ([a3a2007](https://github.com/graasp/graasp-ui/commit/a3a20076b97cfa13f0e221cf5f3886c0368bc8c6))
1150
+ - types usages ([2955223](https://github.com/graasp/graasp-ui/commit/2955223918b3ece2b57c964a3b7dfe3795c17c71))
1151
+
1152
+ ## [0.5.0](https://github.com/graasp/graasp-ui/compare/v0.4.2...v0.5.0) (2022-12-13)
1153
+
1154
+ ### Features
1155
+
1156
+ - add fullscreen custom hook ([402f35f](https://github.com/graasp/graasp-ui/commit/402f35f2772e4e5e0814b10d9bfd3ab1beca6cca))
1157
+
1158
+ ### Bug Fixes
1159
+
1160
+ - update npm publish deployement ([451ec2a](https://github.com/graasp/graasp-ui/commit/451ec2a70195019f9bb3d8585396f3a64ae843ff))
1161
+
1162
+ ## [0.4.2](https://github.com/graasp/graasp-ui/compare/v0.4.1...v0.4.2) (2022-12-01)
1163
+
1164
+ ### Bug Fixes
1165
+
1166
+ - allow fullscreen on app iframes ([29fbdd3](https://github.com/graasp/graasp-ui/commit/29fbdd34300e7439bbd17efac5ce5d6f601eff74))
1167
+
1168
+ ## [0.4.1](https://github.com/graasp/graasp-ui/compare/v0.4.0...v0.4.1) (2022-11-21)
1169
+
1170
+ ### Bug Fixes
1171
+
1172
+ - add build step and quill-emoji declarations ([#185](https://github.com/graasp/graasp-ui/issues/185)) ([71703e7](https://github.com/graasp/graasp-ui/commit/71703e72a06a1ca826292be1eb09e430b36f679a))
1173
+ - add missing break ([c0fe093](https://github.com/graasp/graasp-ui/commit/c0fe0930c5470b8677b17aa879b8b31d8b48bf20))
1174
+
1175
+ ## [0.4.0](https://github.com/graasp/graasp-ui/compare/v0.3.1...v0.4.0) (2022-11-18)
1176
+
1177
+ ### Features
1178
+
1179
+ - add auto-resize message listener ([#183](https://github.com/graasp/graasp-ui/issues/183)) ([becfd7b](https://github.com/graasp/graasp-ui/commit/becfd7b48c9a971367991290cff5c972d5492ed3))
1180
+
1181
+ ## [0.3.1](https://github.com/graasp/graasp-ui/compare/v0.3.0...v0.3.1) (2022-11-01)
1182
+
1183
+ ### Bug Fixes
1184
+
1185
+ - add master branch to trigger workflows ([6b275c0](https://github.com/graasp/graasp-ui/commit/6b275c0c706487250239fc6bc787d9b2d529bd58))
1186
+
1187
+ ### Documentation
1188
+
1189
+ - **readme:** udpate badges and add storybook link in readme ([#178](https://github.com/graasp/graasp-ui/issues/178)) ([689ff62](https://github.com/graasp/graasp-ui/commit/689ff626edccf3bce5e05202ab9a1713ee903757))
1190
+
1191
+ ## [0.3.0](https://github.com/graasp/graasp-ui/compare/v0.2.1...v0.3.0) (2022-10-24)
1192
+
1193
+ ### [0.2.1](https://github.com/graasp/graasp-ui/compare/v0.2.0...v0.2.1) (2022-10-24)
1194
+
1195
+ ### Features
1196
+
1197
+ - add captions to items ([8fc1d34](https://github.com/graasp/graasp-ui/commit/8fc1d3435ba6401144f31f8d7cd59c39a8ad980f))
1198
+ - add Card component ([6c98ae7](https://github.com/graasp/graasp-ui/commit/6c98ae7a85cb00c80a5c51eaf3a706d0ed2f8a9e))
1199
+ - add CC License Icons ([807b6a6](https://github.com/graasp/graasp-ui/commit/807b6a6afce9e63b3d6f1a6d7c9aa6783855dbcd))
1200
+ - add Collapse component ([3fe20b5](https://github.com/graasp/graasp-ui/commit/3fe20b5dcd5cda2b40aa3acbe40b4da18db2785f))
1201
+ - add color prop ([b0ddf3d](https://github.com/graasp/graasp-ui/commit/b0ddf3d6eaa36d7a42139a8f038d6a4ef7f41c5c))
1202
+ - add cookie to save height ([89763a5](https://github.com/graasp/graasp-ui/commit/89763a5ec073a21e819823a4f413fc7f906b156f))
1203
+ - add cookies banner ([8a5bd57](https://github.com/graasp/graasp-ui/commit/8a5bd57da57c949308f33c8ee48c629a5db6bcae))
1204
+ - add data in appitem context ([2f20f22](https://github.com/graasp/graasp-ui/commit/2f20f22dc910cd09fed3786a593d0a2945fd973c))
1205
+ - add dataCy prop to Button ([c957e05](https://github.com/graasp/graasp-ui/commit/c957e05969f8ffcb09dce888c1d4c1d7317aad70))
1206
+ - add download button ([8335776](https://github.com/graasp/graasp-ui/commit/833577607913ed642c57bba03f0a01ec979f81b3))
1207
+ - add Dynamic Tree View ([3850467](https://github.com/graasp/graasp-ui/commit/385046730d899b941e7badfe718972c742179e6c))
1208
+ - add favorite button component ([35787a5](https://github.com/graasp/graasp-ui/commit/35787a5d08481ba3956f7a3ff53c6be25b17af2a))
1209
+ - add FlagItemButton component ([c5fff19](https://github.com/graasp/graasp-ui/commit/c5fff19d948e31ae6c94361fe484a476fba855db))
1210
+ - add graasp button ([a3a039a](https://github.com/graasp/graasp-ui/commit/a3a039a2fc5b52f4e8fe77f246daa294dbe16029))
1211
+ - add graasp initial loader and use skeleton ([22c15ae](https://github.com/graasp/graasp-ui/commit/22c15ae921fbb821e2cc8339cac9f573bb9ccad3))
1212
+ - add Graasp Logo ([6518ec9](https://github.com/graasp/graasp-ui/commit/6518ec9cee1a170269bce98a9121d1b253c38f75))
1213
+ - add H5P iframe integration ([#140](https://github.com/graasp/graasp-ui/issues/140)) ([8e38ca1](https://github.com/graasp/graasp-ui/commit/8e38ca1792bc922cfaff872551620ef8a20db7c9))
1214
+ - add header user information ([7ed71d0](https://github.com/graasp/graasp-ui/commit/7ed71d0cf88df9f9f7dca42f78a937d70c1c3284))
1215
+ - add Header User Information ([6c824ee](https://github.com/graasp/graasp-ui/commit/6c824eed22ec395ea962bb2c6e042c2fc54230e9))
1216
+ - add item components ([c9df0b0](https://github.com/graasp/graasp-ui/commit/c9df0b0364071ab74d9be1f1c72ed6736c893a9b))
1217
+ - add item flag menu to UI component ([da5d377](https://github.com/graasp/graasp-ui/commit/da5d377129a598e3f0c88a595be92f16730e0c6c))
1218
+ - add item icon ([2cac46d](https://github.com/graasp/graasp-ui/commit/2cac46db7e1c128c2cdf3e17aa12171b03158970))
1219
+ - add item id in post message keys ([0882f87](https://github.com/graasp/graasp-ui/commit/0882f8739e95f9035e2dd2b7dfe6fa71d545bea6))
1220
+ - add Item Login Authorization and Screen ([f9ab12c](https://github.com/graasp/graasp-ui/commit/f9ab12c5f87d8912fb27f6e2bdc86e2bb35ae956))
1221
+ - add ItemSkeleton component ([9277779](https://github.com/graasp/graasp-ui/commit/92777792a87f4ddeadc6f8191f5a403aa961713e))
1222
+ - add left and right content to header ([53f8eb0](https://github.com/graasp/graasp-ui/commit/53f8eb066ac5cca676f34fa6339a6a11675f4c4d))
1223
+ - add like button ([d635ae4](https://github.com/graasp/graasp-ui/commit/d635ae427d80aea5498816e4868582bf223d1aaf))
1224
+ - add link button for iframe ([d8c4568](https://github.com/graasp/graasp-ui/commit/d8c45686417108e343fad08cd489b0e90901284d))
1225
+ - add link to storybook, add showIframe and showButton booleans ([#162](https://github.com/graasp/graasp-ui/issues/162)) ([13ae642](https://github.com/graasp/graasp-ui/commit/13ae642e8cfbb9e23404a540b168331a32fe6c8a))
1226
+ - add Main, MainMenu, DrawerHeader and Sidebar components, tests ([d47b1db](https://github.com/graasp/graasp-ui/commit/d47b1dbd16d575f8583d651cd6382ab7444e972c))
1227
+ - add message to update app settings ([644fb1d](https://github.com/graasp/graasp-ui/commit/644fb1d22e77244b50fa64da1ffcdab3cf429694))
1228
+ - add more headings and fonts for text editor ([3912f14](https://github.com/graasp/graasp-ui/commit/3912f147f6893e212b2d69d9f37ef22bb09ae7b6))
1229
+ - add settings update ([7a18bdb](https://github.com/graasp/graasp-ui/commit/7a18bdb2d5d344071a7c8c3683f9c5cf22221253))
1230
+ - add size in thumbnail and avatar ([ecac066](https://github.com/graasp/graasp-ui/commit/ecac066cfdc4520337751a975cf4c215b80778d0))
1231
+ - add support for audio files ([5990152](https://github.com/graasp/graasp-ui/commit/5990152ea10ec9a38501bd486cfe0d836750459f))
1232
+ - add thumbnail and avatar components ([9241091](https://github.com/graasp/graasp-ui/commit/9241091895e195401419b144cb54e54ce11cc876))
1233
+ - add withResize variable height ([aa79f19](https://github.com/graasp/graasp-ui/commit/aa79f19c23e1ce855462936dc966f4577816b11d))
1234
+ - change icon to star ([e71bb5e](https://github.com/graasp/graasp-ui/commit/e71bb5ef917f34a288eaa3c0122c922a583a48a2))
1235
+ - extension feature to links and apps ([3f445de](https://github.com/graasp/graasp-ui/commit/3f445debf7443eb30e6f272f9c62e68d9690b7c2))
1236
+ - set up first components Loader and Header (tbd) ([5ae9105](https://github.com/graasp/graasp-ui/commit/5ae910511c3126d33ae743aa7b73bb91f0ceb12f))
1237
+ - update graasp logo, add navigation component ([edf2cab](https://github.com/graasp/graasp-ui/commit/edf2cab70c2958d4a730d491cc696138c1bf2b69))
1238
+
1239
+ ### Bug Fixes
1240
+
1241
+ - add buttonColor to prop ([e23d570](https://github.com/graasp/graasp-ui/commit/e23d5706ec43e7817254ceb454d9e8a251cffb44))
1242
+ - add withCollapse function and minor changes ([9fbe01e](https://github.com/graasp/graasp-ui/commit/9fbe01e4304ffdd31bff7d5c209fc2e485c0aec9))
1243
+ - avoid scrolling on copy/paste ([38394a6](https://github.com/graasp/graasp-ui/commit/38394a6440481f42922d876ac9cfa6847fec8442))
1244
+ - change class name ([75b4e69](https://github.com/graasp/graasp-ui/commit/75b4e69a8806de8505978c8b06a9b0de90c7db8f))
1245
+ - change classname to props ([45cb4d0](https://github.com/graasp/graasp-ui/commit/45cb4d0122c0075a2e9d7a3982bbe63c220b1f6c))
1246
+ - change CustomInitialLoader style ([781259f](https://github.com/graasp/graasp-ui/commit/781259fa45b92027eedd6eb24b184fd35765215d))
1247
+ - change export name ([f232f7f](https://github.com/graasp/graasp-ui/commit/f232f7fcc14af3f3af9f8976ab3fc676d4dfc9b5))
1248
+ - changes by review ([a748b77](https://github.com/graasp/graasp-ui/commit/a748b77c6508f96c7ae85e2fe228a732159acf04))
1249
+ - changes by review ([cd1c0cb](https://github.com/graasp/graasp-ui/commit/cd1c0cb6ebe3f90147e023523541b50e067a58a3))
1250
+ - changes by review ([21288c1](https://github.com/graasp/graasp-ui/commit/21288c196994ce3f7ab8aa5337b1c7ed865c83cf))
1251
+ - changes by review ([aa0b16e](https://github.com/graasp/graasp-ui/commit/aa0b16ebae0b0593d9b08f637cae4f1a1f00c0d9))
1252
+ - changes by review ([63d601d](https://github.com/graasp/graasp-ui/commit/63d601d5d1770ef3267aeb94596d97577b589ff3))
1253
+ - controll height with React state ([4244c3c](https://github.com/graasp/graasp-ui/commit/4244c3c01b78631b81ddf0150649a1fca5909448))
1254
+ - export new component ([adcd4ae](https://github.com/graasp/graasp-ui/commit/adcd4aeca50f30cf8de0ef94e1259689ed774489))
1255
+ - fix bug ([b33fed8](https://github.com/graasp/graasp-ui/commit/b33fed8bcb6d200fe5385598a3f9b302ce90225c))
1256
+ - fix code style ([849cb00](https://github.com/graasp/graasp-ui/commit/849cb0043ac5bfd6410b6e9e5311c898fb05abb1))
1257
+ - fix example with Header ([c9632c2](https://github.com/graasp/graasp-ui/commit/c9632c25f51c3ae3775b7d452c01ec3f059faa24))
1258
+ - fix like and unlike order ([0d91a56](https://github.com/graasp/graasp-ui/commit/0d91a5667e27d39d959e024cdbb79f90ab1e0003))
1259
+ - improve style ([e0d0999](https://github.com/graasp/graasp-ui/commit/e0d0999fff1d94a325d5e3b867f6b21019253ec1))
1260
+ - minor change ([92c916a](https://github.com/graasp/graasp-ui/commit/92c916a171224eeb33a197d32c4d3ed7f9e5dea1))
1261
+ - minor change ([a454e29](https://github.com/graasp/graasp-ui/commit/a454e298e694a1282252e48a39b5469ef08ba44c))
1262
+ - PDF visualization with Collapse ([e4ebca5](https://github.com/graasp/graasp-ui/commit/e4ebca5f4d67f296964907c10659bbf91b1ba6f7))
1263
+ - refactor AppItem as Component, reset channel, avoid rendering ([750d2fd](https://github.com/graasp/graasp-ui/commit/750d2fd7f0a9ea934ac542f834b29ab7b85bfd2b))
1264
+ - remove dash ([4efc54d](https://github.com/graasp/graasp-ui/commit/4efc54d77a2ff6b070ace66bc1076445b0cda0b1))
1265
+ - remove default values withResizing ([bffcfd9](https://github.com/graasp/graasp-ui/commit/bffcfd97542fb78d21e9940a3c3e3def38b85b1f))
1266
+ - remove default values withResizing ([6b184b3](https://github.com/graasp/graasp-ui/commit/6b184b38ec57aac684480e440f76234d5f90edde))
1267
+ - remove error message when loading files ([#118](https://github.com/graasp/graasp-ui/issues/118)) ([ae2748b](https://github.com/graasp/graasp-ui/commit/ae2748b590cb945ec9d4668707c72df61c584186))
1268
+ - remove postinstall script ([b7482c7](https://github.com/graasp/graasp-ui/commit/b7482c7b1acc06239b67d07eeb471ee021a52ca8))
1269
+ - remove user select highlight when using Resizing ([ec43d6f](https://github.com/graasp/graasp-ui/commit/ec43d6fd4a3a158638c9c7ed1a66b1ca066b5867))
1270
+ - rename to fileAudio ([b96b56b](https://github.com/graasp/graasp-ui/commit/b96b56b46a124cb5fd830b33dd6494b12f437380))
1271
+ - revert typing prop in package ([620378d](https://github.com/graasp/graasp-ui/commit/620378d7293dc68b5d1b3202fe35c9bbcffa42ee))
1272
+ - set color, fix types ([00f1636](https://github.com/graasp/graasp-ui/commit/00f16360e81086e42f0c70950b3afd66a9a36883))
1273
+ - set height depending on showCollapse ([95eb359](https://github.com/graasp/graasp-ui/commit/95eb3595e74d559b6afd3ae6571589fd0b15736d))
1274
+ - solve CustomInitialLoader css style ([96a2b1c](https://github.com/graasp/graasp-ui/commit/96a2b1c345ba2258cf8f987930d2f5f1b99c0ff1))
1275
+ - solve Thumbnail issue, refactor extra props, and minor changes ([87f746f](https://github.com/graasp/graasp-ui/commit/87f746f144a53c0b3887074a3651d484206fd49a))
1276
+ - solve UserSwitch feature ([72b1e79](https://github.com/graasp/graasp-ui/commit/72b1e79ab868d5e06c4ee5630d5547e647aff285))
1277
+ - **textEditor:** add matchVisual false, split cancel and save buttons ([c59c0f2](https://github.com/graasp/graasp-ui/commit/c59c0f2e566f61fe28cc6fa406af3bf0f9fb465d))
1278
+ - update TextEditor content when initialValue changes ([c502bf4](https://github.com/graasp/graasp-ui/commit/c502bf4d6532faf2eebfc2be9ce4f3526c6a3fbf))
1279
+ - update yarn.lock ([548430b](https://github.com/graasp/graasp-ui/commit/548430bac8be4890c363149f01213e64b29a934e))
1280
+ - use react-query type for Avatar ([0240505](https://github.com/graasp/graasp-ui/commit/0240505ed15be5205767d372900a61d662b9b965))
1281
+ - useAvatar type and typings in package ([df443f4](https://github.com/graasp/graasp-ui/commit/df443f4e3a57781db9ee1142dff506a046eee888))
1282
+
1283
+ ### Documentation
1284
+
1285
+ - add license ([eebd9c3](https://github.com/graasp/graasp-ui/commit/eebd9c3a093291ff7e6f0f1a0428b5cddbdd8107))
1286
+
1287
+ ### Tests
1288
+
1289
+ - map peerDependencies modules, export css ([fac2dd4](https://github.com/graasp/graasp-ui/commit/fac2dd41c6ec48ee0f592139dea1a635988cc5bd))
1290
+ - run test with jest ([a8b57ff](https://github.com/graasp/graasp-ui/commit/a8b57ffe073eb78597e61119b72b493b9a213368))
1291
+
1292
+ ### Build System
1293
+
1294
+ - **example:** add material as dependencies ([d7cdbb0](https://github.com/graasp/graasp-ui/commit/d7cdbb0fbf4b20475864a56ecafd685af0766978))
1295
+ - move material dependencies to peer dependencies ([d73bd0e](https://github.com/graasp/graasp-ui/commit/d73bd0ed26c6e9dfb8fa9d7e09b63f858d2e89c2))
1296
+ - output cjs ([d0234a6](https://github.com/graasp/graasp-ui/commit/d0234a6afcbe0e4525bddfca0cbb89b63e3db9bc))
1297
+ - update dependencies ([b3f2f84](https://github.com/graasp/graasp-ui/commit/b3f2f84d6ac9653f74fae708850f36a7df325776))
1298
+ - update dependencies ([6be6d53](https://github.com/graasp/graasp-ui/commit/6be6d536a190873a3a2eddb1c7020909f2fc8a0b))
1299
+ - use rollup, remove d.ts ([522977a](https://github.com/graasp/graasp-ui/commit/522977a4c529ccbcee50aaea5bf272b4d1432cb1))
1300
+
1301
+ ### Continuous Integration
1302
+
1303
+ - add github pages deployment workflow ([8681092](https://github.com/graasp/graasp-ui/commit/86810928e2fa1cc91415dccc048d248d7ec108d5))
1304
+ - add test workflow ([4583daa](https://github.com/graasp/graasp-ui/commit/4583daa1bfd4d6c1aebb8976cd43b31eb500b082))
1305
+ - add workflow to publish to npm ([8d550df](https://github.com/graasp/graasp-ui/commit/8d550dfcd0ea786ceaab7ee6f69c7ea7035d9d15))
1306
+ - set up storybook for button ([5f313b0](https://github.com/graasp/graasp-ui/commit/5f313b018202f53d95319cc97d019ea1f37dcea0))
1307
+ - upgrade yarn to version 2 ([25897cf](https://github.com/graasp/graasp-ui/commit/25897cf87500052bdc4230f70357c2efa6d7eaeb))
1308
+
1309
+ ## [0.2.0](https://github.com/graasp/graasp-ui/compare/v0.1.1...v0.2.0) (2020-08-05)
1310
+
1311
+ ### ⚠ BREAKING CHANGES
1312
+
1313
+ - update example props
1314
+
1315
+ ### Features
1316
+
1317
+ - update example props ([3d62ecf](https://github.com/graasp/graasp-ui/commit/3d62ecfce4de56063fb386caa89a8294a098c14f))
1318
+
1319
+ ### [0.1.1](https://github.com/graasp/graasp-ui/compare/v0.1.0...v0.1.1) (2020-08-05)
1320
+
1321
+ ### Build System
1322
+
1323
+ - release with standard version ([8fcbba2](https://github.com/graasp/graasp-ui/commit/8fcbba2559e2d43b9be96e90b5494433a0aca2d5))