-
Notifications
You must be signed in to change notification settings - Fork 36
Comparing changes
Open a pull request
base repository: cozy/cozy-ui
base: v111.7.0
head repository: cozy/cozy-ui
compare: master
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6728f8 - Browse repository at this point
Copy the full SHA d6728f8View commit details -
chore(release): 111.8.0 [skip ci]
# [111.8.0](v111.7.0...v111.8.0) (2024-08-19) ### Features * **MobileStepper:** Add cozy design to MUI export ([d6728f8](d6728f8))
Configuration menu - View commit details
-
Copy full SHA for af077e4 - Browse repository at this point
Copy the full SHA af077e4View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e462b3 - Browse repository at this point
Copy the full SHA 2e462b3View commit details -
chore(release): 111.8.1 [skip ci]
## [111.8.1](v111.8.0...v111.8.1) (2024-08-28) ### Bug Fixes * **Alert:** Right action margin wasn't correct ([2e462b3](2e462b3))
Configuration menu - View commit details
-
Copy full SHA for 5e10f1a - Browse repository at this point
Copy the full SHA 5e10f1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97882fe - Browse repository at this point
Copy the full SHA 97882feView commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 366def6 - Browse repository at this point
Copy the full SHA 366def6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67eaa1a - Browse repository at this point
Copy the full SHA 67eaa1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15142cc - Browse repository at this point
Copy the full SHA 15142ccView commit details -
chore(release): 111.9.0 [skip ci]
# [111.9.0](v111.8.1...v111.9.0) (2024-09-05) ### Features * Add markdwon component ([366def6](366def6))
Configuration menu - View commit details
-
Copy full SHA for e41567e - Browse repository at this point
Copy the full SHA e41567eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e2d483 - Browse repository at this point
Copy the full SHA 5e2d483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60c5aad - Browse repository at this point
Copy the full SHA 60c5aadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 434d35b - Browse repository at this point
Copy the full SHA 434d35bView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c08ef7 - Browse repository at this point
Copy the full SHA 5c08ef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2445e51 - Browse repository at this point
Copy the full SHA 2445e51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67e17f2 - Browse repository at this point
Copy the full SHA 67e17f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4898612 - Browse repository at this point
Copy the full SHA 4898612View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a18c13 - Browse repository at this point
Copy the full SHA 8a18c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a13cfa - Browse repository at this point
Copy the full SHA 5a13cfaView commit details -
chore(release): 111.10.0 [skip ci]
# [111.10.0](v111.9.0...v111.10.0) (2024-09-16) ### Features * Add secret in GA deploy script ([67e17f2](67e17f2)) * **Badge:** Add `success`, `warning`, `info` colors ([2445e51](2445e51)) * Revert adding token, seems not to be the problem ([4898612](4898612)) * Try to use GITHUB_TOKEN to deploy ([8a18c13](8a18c13)) * Update deploy config to avoid Protected branch update failed error ([5a13cfa](5a13cfa))
Configuration menu - View commit details
-
Copy full SHA for 1f5deb0 - Browse repository at this point
Copy the full SHA 1f5deb0View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 72b6e21 - Browse repository at this point
Copy the full SHA 72b6e21View commit details -
chore(release): 111.11.0 [skip ci]
# [111.11.0](v111.10.0...v111.11.0) (2024-09-18) ### Features * Expose `fileToArrayBuffer` from ActionsMenu actions helpers ([72b6e21](72b6e21))
Configuration menu - View commit details
-
Copy full SHA for e2241f6 - Browse repository at this point
Copy the full SHA e2241f6View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67e67cd - Browse repository at this point
Copy the full SHA 67e67cdView commit details -
chore(release): 111.12.0 [skip ci]
# [111.12.0](v111.11.0...v111.12.0) (2024-09-23) ### Features * Remove `ui.darkmode.enabled` flag condition ([67e67cd](67e67cd))
Configuration menu - View commit details
-
Copy full SHA for 6496a61 - Browse repository at this point
Copy the full SHA 6496a61View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b53853 - Browse repository at this point
Copy the full SHA 3b53853View commit details -
Configuration menu - View commit details
-
Copy full SHA for be077bb - Browse repository at this point
Copy the full SHA be077bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b58109d - Browse repository at this point
Copy the full SHA b58109dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09f2bd0 - Browse repository at this point
Copy the full SHA 09f2bd0View commit details -
fix(I18n): Allow multiple locales extensions in apps by isolating state
Before this commit, we used a global variable to avoid rendering too often. However, this had the disadvantage that the effects of the hook were only applicable once. Now, each application has its own state, so it's possible to extend the locales of an application several times.
Configuration menu - View commit details
-
Copy full SHA for 2bf2645 - Browse repository at this point
Copy the full SHA 2bf2645View commit details -
fix(AppTile): Show favorite label also desktop
The text is shortened at the same time to fit into a small space
Configuration menu - View commit details
-
Copy full SHA for 6477abe - Browse repository at this point
Copy the full SHA 6477abeView commit details -
fix(AppTile): Display the name of the developer instead custom property
The properties are adapted only once in the app that consumes the component, to be less specific. This is a revert of a part of the PR : #2680
Configuration menu - View commit details
-
Copy full SHA for ff428f8 - Browse repository at this point
Copy the full SHA ff428f8View commit details -
chore(release): 111.13.0 [skip ci]
# [111.13.0](v111.12.0...v111.13.0) (2024-09-25) ### Bug Fixes * **AppTile:** Display the name of the developer instead custom property ([ff428f8](ff428f8)) * **AppTile:** Show favorite label also desktop ([6477abe](6477abe)) * **I18n:** Allow multiple locales extensions in apps by isolating state ([2bf2645](2bf2645)) ### Features * **AppSections:** Rename shortcuts section to additional apps ([3b53853](3b53853))
Configuration menu - View commit details
-
Copy full SHA for 0fe4b1a - Browse repository at this point
Copy the full SHA 0fe4b1aView commit details
Commits on Oct 3, 2024
-
feat(BottomSheet): Add
hasMinHeightOffset
propTo include the offset in the min height value
Configuration menu - View commit details
-
Copy full SHA for 0e1af92 - Browse repository at this point
Copy the full SHA 0e1af92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f8450 - Browse repository at this point
Copy the full SHA 13f8450View commit details -
feat(CozyDialogs): Add
full
sizeto be able to open a dialog totally fullscreen in conjunction with `fullScreen` prop
Configuration menu - View commit details
-
Copy full SHA for d141068 - Browse repository at this point
Copy the full SHA d141068View commit details -
Configuration menu - View commit details
-
Copy full SHA for 424ffac - Browse repository at this point
Copy the full SHA 424ffacView commit details -
feat(CozyDialogs): We can now propagates props to inner components
such divider, dialogActions and dialogContent
Configuration menu - View commit details
-
Copy full SHA for 01d9d48 - Browse repository at this point
Copy the full SHA 01d9d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 038555f - Browse repository at this point
Copy the full SHA 038555fView commit details -
chore(release): 111.14.0 [skip ci]
# [111.14.0](v111.13.0...v111.14.0) (2024-10-03) ### Features * **BottomSheet:** Add `hasMinHeightOffset` prop ([0e1af92](0e1af92)) * **CozyDialogs:** Add `full` size ([d141068](d141068)) * **CozyDialogs:** We can now propagates props to inner components ([01d9d48](01d9d48)) * **SearchBar:** Add `auto` size and possibility to control it in the app ([038555f](038555f)) * **SearchBar:** Add multiple props to improve component management ([13f8450](13f8450))
Configuration menu - View commit details
-
Copy full SHA for 1403985 - Browse repository at this point
Copy the full SHA 1403985View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f975a5d - Browse repository at this point
Copy the full SHA f975a5dView commit details -
chore(release): 111.15.0 [skip ci]
# [111.15.0](v111.14.0...v111.15.0) (2024-10-09) ### Features * **Icon:** Add `stop` ([f975a5d](f975a5d))
Configuration menu - View commit details
-
Copy full SHA for 46d59c5 - Browse repository at this point
Copy the full SHA 46d59c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64c6c5e - Browse repository at this point
Copy the full SHA 64c6c5eView commit details -
chore(release): 111.15.1 [skip ci]
## [111.15.1](v111.15.0...v111.15.1) (2024-10-09) ### Bug Fixes * Show additional apps only when there ones ([64c6c5e](64c6c5e))
Configuration menu - View commit details
-
Copy full SHA for fb1b26c - Browse repository at this point
Copy the full SHA fb1b26cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f452eca - Browse repository at this point
Copy the full SHA f452ecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a61aed - Browse repository at this point
Copy the full SHA 2a61aedView commit details -
chore(release): 111.15.2 [skip ci]
## [111.15.2](v111.15.1...v111.15.2) (2024-10-09) ### Bug Fixes * **BottomSheet:** Add safe area and flagship app height to compute toolbar height ([f452eca](f452eca))
Configuration menu - View commit details
-
Copy full SHA for 49ef21b - Browse repository at this point
Copy the full SHA 49ef21bView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1eeb5d - Browse repository at this point
Copy the full SHA c1eeb5dView commit details -
chore(release): 111.16.0 [skip ci]
# [111.16.0](v111.15.2...v111.16.0) (2024-10-10) ### Features * **Icon:** Add `img` tag and `.png` file support ([c1eeb5d](c1eeb5d))
Configuration menu - View commit details
-
Copy full SHA for cf2abe6 - Browse repository at this point
Copy the full SHA cf2abe6View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5dd59c - Browse repository at this point
Copy the full SHA b5dd59cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eed43c7 - Browse repository at this point
Copy the full SHA eed43c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33d58b3 - Browse repository at this point
Copy the full SHA 33d58b3View commit details
There are no files selected for viewing