cozy-sharing 15.0.2 → 15.0.4

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.
package/CHANGELOG.md CHANGED
@@ -3,2470 +3,1462 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [15.0.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@15.0.1...cozy-sharing@15.0.2) (2024-07-11)
6
+ ## [15.0.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@15.0.3...cozy-sharing@15.0.4) (2024-09-09)
7
7
 
8
8
  **Note:** Version bump only for package cozy-sharing
9
9
 
10
+ ## [15.0.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@15.0.2...cozy-sharing@15.0.3) (2024-08-28)
11
+
12
+ ### Bug Fixes
10
13
 
14
+ - **AvatarList:** Add spacing at the end ([b30c888](https://github.com/cozy/cozy-libs/commit/b30c88804aafcab636995a770f46bee8d47d6470))
11
15
 
16
+ ## [15.0.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@15.0.1...cozy-sharing@15.0.2) (2024-07-11)
12
17
 
18
+ **Note:** Version bump only for package cozy-sharing
13
19
 
14
20
  ## [15.0.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@15.0.0...cozy-sharing@15.0.1) (2024-06-12)
15
21
 
16
22
  **Note:** Version bump only for package cozy-sharing
17
23
 
24
+ # [15.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@14.1.0...cozy-sharing@15.0.0) (2024-06-06)
18
25
 
26
+ ### Features
19
27
 
28
+ - **sharing:** Upgrade packages ([5bedfcc](https://github.com/cozy/cozy-libs/commit/5bedfcce4814f50e5f23b451a407c8170c77b1c2))
20
29
 
30
+ ### BREAKING CHANGES
21
31
 
22
- # [15.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@14.1.0...cozy-sharing@15.0.0) (2024-06-06)
32
+ - **sharing:** you must have `cozy-client >= 47.6.0` and `cozy-ui => 108.0.0`
23
33
 
34
+ # [14.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@14.0.0...cozy-sharing@14.1.0) (2024-06-05)
24
35
 
25
36
  ### Features
26
37
 
27
- * **sharing:** Upgrade packages ([5bedfcc](https://github.com/cozy/cozy-libs/commit/5bedfcce4814f50e5f23b451a407c8170c77b1c2))
38
+ - Adjust color of recipient avatar border ([55cf911](https://github.com/cozy/cozy-libs/commit/55cf911400aa7a9e269ef1e395dd1b3e80c9edf8))
28
39
 
40
+ # [14.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@13.3.1...cozy-sharing@14.0.0) (2024-05-28)
29
41
 
30
- ### BREAKING CHANGES
42
+ ### Features
31
43
 
32
- * **sharing:** you must have `cozy-client >= 47.6.0` and `cozy-ui => 108.0.0`
44
+ - Replace deprecated buttons by actual ones ([6be1c73](https://github.com/cozy/cozy-libs/commit/6be1c734cc4fcb13ffc2dd1137edec064c0c842e))
45
+ - Replace direct import of palette by colors or variables colors ([4dc9eb7](https://github.com/cozy/cozy-libs/commit/4dc9eb7d56b875acb156eeef037b252237c2cfa5))
46
+ - **sharing:** Replace var colors by semantic var colors ([79c2e70](https://github.com/cozy/cozy-libs/commit/79c2e70430f64973e38d40ea215a23be2ca3a2a0))
47
+ - **sharing:** Upgrade cozy-ui 105.3.1 to 106.8.0 ([b731089](https://github.com/cozy/cozy-libs/commit/b731089dc71325bb80d9cb2687583516596f2b8a))
33
48
 
49
+ ### BREAKING CHANGES
34
50
 
51
+ - **sharing:** you must have `cozy-ui >= 106.8.0`
35
52
 
53
+ ## [13.3.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@13.3.0...cozy-sharing@13.3.1) (2024-05-27)
36
54
 
55
+ ### Bug Fixes
37
56
 
38
- # [14.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@14.0.0...cozy-sharing@14.1.0) (2024-06-05)
57
+ - **sharing:** Improve size inside recipient list ([747605a](https://github.com/cozy/cozy-libs/commit/747605a944e740bdea32b07d0199df17abc75fb0))
39
58
 
59
+ # [13.3.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@13.2.0...cozy-sharing@13.3.0) (2024-05-02)
40
60
 
41
61
  ### Features
42
62
 
43
- * Adjust color of recipient avatar border ([55cf911](https://github.com/cozy/cozy-libs/commit/55cf911400aa7a9e269ef1e395dd1b3e80c9edf8))
44
-
63
+ - **share:** Manage the case of a contact that is already in ([7c979af](https://github.com/cozy/cozy-libs/commit/7c979af7efebd906e45f1e83b43414bf2cb5b984))
45
64
 
65
+ # [13.2.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@13.1.2...cozy-sharing@13.2.0) (2024-04-18)
46
66
 
67
+ ### Bug Fixes
47
68
 
69
+ - Only show add email suggestion when we can't send an email ([9212597](https://github.com/cozy/cozy-libs/commit/92125976900b939e985330682f9375ce22f2ab42))
48
70
 
49
- # [14.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@13.3.1...cozy-sharing@14.0.0) (2024-05-28)
71
+ ### Features
50
72
 
73
+ - Allow to add empty group ([a16f535](https://github.com/cozy/cozy-libs/commit/a16f535008a4dbe9426ee026acdbd413280585dd))
51
74
 
52
- ### Features
75
+ ## [13.1.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@13.1.1...cozy-sharing@13.1.2) (2024-04-17)
53
76
 
54
- * Replace deprecated buttons by actual ones ([6be1c73](https://github.com/cozy/cozy-libs/commit/6be1c734cc4fcb13ffc2dd1137edec064c0c842e))
55
- * Replace direct import of palette by colors or variables colors ([4dc9eb7](https://github.com/cozy/cozy-libs/commit/4dc9eb7d56b875acb156eeef037b252237c2cfa5))
56
- * **sharing:** Replace var colors by semantic var colors ([79c2e70](https://github.com/cozy/cozy-libs/commit/79c2e70430f64973e38d40ea215a23be2ca3a2a0))
57
- * **sharing:** Upgrade cozy-ui 105.3.1 to 106.8.0 ([b731089](https://github.com/cozy/cozy-libs/commit/b731089dc71325bb80d9cb2687583516596f2b8a))
77
+ ### Bug Fixes
58
78
 
79
+ - **GroupRecipientPermissions:** Missing document props ([f35471e](https://github.com/cozy/cozy-libs/commit/f35471e61928969b22aa07766823aac944d19aee))
59
80
 
60
- ### BREAKING CHANGES
81
+ ## [13.1.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@13.1.0...cozy-sharing@13.1.1) (2024-04-15)
61
82
 
62
- * **sharing:** you must have `cozy-ui >= 106.8.0`
83
+ **Note:** Version bump only for package cozy-sharing
63
84
 
85
+ # [13.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@13.0.0...cozy-sharing@13.1.0) (2024-04-09)
64
86
 
87
+ ### Bug Fixes
65
88
 
89
+ - Resetting sharing rights after a share ([5f3ebaa](https://github.com/cozy/cozy-libs/commit/5f3ebaa4b220655c97f07fa6918f2be830568fb5))
66
90
 
91
+ ### Features
67
92
 
68
- ## [13.3.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@13.3.0...cozy-sharing@13.3.1) (2024-05-27)
93
+ - Alert if group shared with members already in it with other rights ([786b1a0](https://github.com/cozy/cozy-libs/commit/786b1a08d9f30db3126e6d1b77c14f25b0f129a5))
94
+ - Hide groups when they are already shared ([f64ee06](https://github.com/cozy/cozy-libs/commit/f64ee06637c0f74b776cde72bdea9ae693c26638))
69
95
 
96
+ # [13.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@12.3.0...cozy-sharing@13.0.0) (2024-04-08)
70
97
 
71
98
  ### Bug Fixes
72
99
 
73
- * **sharing:** Improve size inside recipient list ([747605a](https://github.com/cozy/cozy-libs/commit/747605a944e740bdea32b07d0199df17abc75fb0))
74
-
100
+ - **GroupRecipientDetail:** Improve member display ([2bb65cf](https://github.com/cozy/cozy-libs/commit/2bb65cf5218781845a5587433952437b3c764b97))
101
+ - Improve secondary text of GroupRecipient ([d747f9c](https://github.com/cozy/cozy-libs/commit/d747f9c6ad30701c16b9f888d4aee7729a5fc28b))
102
+ - Remove translation error when there is no type like for owner ([830d5fa](https://github.com/cozy/cozy-libs/commit/830d5faaaea118189f574d6cec859ba361ee4cd5))
103
+ - **ShareAutosuggest:** Align correctly loading state ([9d93952](https://github.com/cozy/cozy-libs/commit/9d93952b1740c6974da0ced62bd81d1990311b40))
104
+ - Show all the members from a group even unreachable ones ([e62ec59](https://github.com/cozy/cozy-libs/commit/e62ec5980bcb037a2af28cb64d522abdc9fa0408))
105
+ - Show group avatar into share input ([632658a](https://github.com/cozy/cozy-libs/commit/632658af64a8b8f1bcd4ba72d9b0e563d9a8dfdd))
106
+ - Show permissions when the current user is inside members ([d28d4b4](https://github.com/cozy/cozy-libs/commit/d28d4b46938aafddb39884511e7859d800e953b8))
75
107
 
108
+ ### Features
76
109
 
110
+ - Improve the message of success to integrate the notion of groups ([f0945b7](https://github.com/cozy/cozy-libs/commit/f0945b7e054a14d35e5d689f9db65c53df0286c6))
111
+ - **ShareRecipientsInput:** Simplify loading state ([e2ec136](https://github.com/cozy/cozy-libs/commit/e2ec136363df578bec338fde9336ac09ed573bb1))
112
+ - Update cozy-ui from 103.8.2 to 105.3.1 ([e1b21f8](https://github.com/cozy/cozy-libs/commit/e1b21f887fb55e5ddab7348f3f5fd41631318cdf))
77
113
 
114
+ ### BREAKING CHANGES
78
115
 
79
- # [13.3.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@13.2.0...cozy-sharing@13.3.0) (2024-05-02)
116
+ - you must have `cozy-ui >= 105.3.1`
80
117
 
118
+ # [12.3.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@12.2.0...cozy-sharing@12.3.0) (2024-03-25)
81
119
 
82
120
  ### Features
83
121
 
84
- * **share:** Manage the case of a contact that is already in ([7c979af](https://github.com/cozy/cozy-libs/commit/7c979af7efebd906e45f1e83b43414bf2cb5b984))
85
-
86
-
122
+ - Add GroupAvatar into AvatarList ([1c66999](https://github.com/cozy/cozy-libs/commit/1c669995b08d84a3aa8d6dd950fa4abf22566395))
87
123
 
124
+ # [12.2.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@12.1.0...cozy-sharing@12.2.0) (2024-03-22)
88
125
 
126
+ ### Features
89
127
 
90
- # [13.2.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@13.1.2...cozy-sharing@13.2.0) (2024-04-18)
128
+ - Allow to add group with only more than one member ([177dc4a](https://github.com/cozy/cozy-libs/commit/177dc4a4fbceefed1ce52f2a5275c67e46b6430f))
91
129
 
130
+ # [12.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@12.0.0...cozy-sharing@12.1.0) (2024-03-22)
92
131
 
93
- ### Bug Fixes
132
+ ### Features
94
133
 
95
- * Only show add email suggestion when we can't send an email ([9212597](https://github.com/cozy/cozy-libs/commit/92125976900b939e985330682f9375ce22f2ab42))
134
+ - Adapt modal design to allow gutters into ListItem ([39dc590](https://github.com/cozy/cozy-libs/commit/39dc5905ee19e07967227e76d376ff04c6145c1e))
135
+ - Show detail of recipient groups ([7d731db](https://github.com/cozy/cozy-libs/commit/7d731db9d313ba763652612352ce393f475bfe5f))
96
136
 
137
+ # [12.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@11.1.0...cozy-sharing@12.0.0) (2024-03-21)
97
138
 
98
139
  ### Features
99
140
 
100
- * Allow to add empty group ([a16f535](https://github.com/cozy/cozy-libs/commit/a16f535008a4dbe9426ee026acdbd413280585dd))
141
+ - Making it possible to revoke a group ([cc3e998](https://github.com/cozy/cozy-libs/commit/cc3e998d94450d0698373f217a4eea06d1a81ede))
142
+ - Update cozy-client from 45.14.0 to 46.1.0 ([958c55c](https://github.com/cozy/cozy-libs/commit/958c55c5d55a540d0c5b341b6780cb16b1617ff9))
101
143
 
144
+ ### BREAKING CHANGES
102
145
 
146
+ - you must have `cozy-client >=46.1.0`
103
147
 
148
+ # [11.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@11.0.1...cozy-sharing@11.1.0) (2024-03-21)
104
149
 
150
+ ### Features
105
151
 
106
- ## [13.1.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@13.1.1...cozy-sharing@13.1.2) (2024-04-17)
152
+ - Add groups to recipients ([4be590d](https://github.com/cozy/cozy-libs/commit/4be590d8280fe9198fb56d32d2ff55665864e746))
153
+ - Add groups to recipients if flag ([4ac2199](https://github.com/cozy/cozy-libs/commit/4ac21990174d1312ee8d5b452e524db6c53429a9))
154
+ - Extract logic from onRecipientPick to an helper ([2d08da1](https://github.com/cozy/cozy-libs/commit/2d08da1fb5a767819d8d89bd3e59f8d9927cceea))
155
+ - **RecipientList:** Show recipient groups ([60d155c](https://github.com/cozy/cozy-libs/commit/60d155c53702782863a777c649e786deeb64a314))
107
156
 
157
+ ## [11.0.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@11.0.0...cozy-sharing@11.0.1) (2024-03-12)
108
158
 
109
159
  ### Bug Fixes
110
160
 
111
- * **GroupRecipientPermissions:** Missing document props ([f35471e](https://github.com/cozy/cozy-libs/commit/f35471e61928969b22aa07766823aac944d19aee))
112
-
113
-
161
+ - **sharing:** Handle memory leak in self removal ([f9a9384](https://github.com/cozy/cozy-libs/commit/f9a9384fabb8892e35be0a270452ee501bd6b1a6))
114
162
 
163
+ # [11.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@10.4.1...cozy-sharing@11.0.0) (2024-03-11)
115
164
 
165
+ ### Bug Fixes
116
166
 
117
- ## [13.1.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@13.1.0...cozy-sharing@13.1.1) (2024-04-15)
167
+ - Add missing args into stories ([3658ead](https://github.com/cozy/cozy-libs/commit/3658ead89344c20f59d4c8693522c73d40c20761))
118
168
 
119
- **Note:** Version bump only for package cozy-sharing
169
+ ### Code Refactoring
120
170
 
171
+ - Rename RecipientsAvatars into AvatarList ([abef583](https://github.com/cozy/cozy-libs/commit/abef5830bf774855e39e8cf0149e26b49f53a367))
121
172
 
173
+ ### Features
122
174
 
175
+ - Add stories to recipient components ([b32f881](https://github.com/cozy/cozy-libs/commit/b32f881e031d61676097f94a2015227e99e1fb67))
176
+ - **sharing:** Add storybook ([fa7a028](https://github.com/cozy/cozy-libs/commit/fa7a0286ee18421ead00a061d9a1aa8f6d755978))
123
177
 
178
+ ### BREAKING CHANGES
124
179
 
125
- # [13.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@13.0.0...cozy-sharing@13.1.0) (2024-04-09)
180
+ - If you were importing RecipientsAvatars directly you should now use `import { AvatarList as RecipientsAvatars } from 'cozy-sharing/dist/components/Avatar/AvatarList'`
126
181
 
182
+ ## [10.4.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@10.4.0...cozy-sharing@10.4.1) (2024-03-01)
127
183
 
128
184
  ### Bug Fixes
129
185
 
130
- * Resetting sharing rights after a share ([5f3ebaa](https://github.com/cozy/cozy-libs/commit/5f3ebaa4b220655c97f07fa6918f2be830568fb5))
186
+ - Remove scenario where sharingModal lose state ([43e583a](https://github.com/cozy/cozy-libs/commit/43e583a64855898c009972c52d66efc408c3d1d4))
131
187
 
188
+ # [10.4.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@10.3.0...cozy-sharing@10.4.0) (2024-02-29)
132
189
 
133
190
  ### Features
134
191
 
135
- * Alert if group shared with members already in it with other rights ([786b1a0](https://github.com/cozy/cozy-libs/commit/786b1a08d9f30db3126e6d1b77c14f25b0f129a5))
136
- * Hide groups when they are already shared ([f64ee06](https://github.com/cozy/cozy-libs/commit/f64ee06637c0f74b776cde72bdea9ae693c26638))
137
-
138
-
192
+ - **sharing:** Upgrade cozy-ui and cozy-client ([f09507c](https://github.com/cozy/cozy-libs/commit/f09507c6cdd89ec9907f60cd50310a498bcd984f))
139
193
 
194
+ # 10.3.0 (2024-02-29)
140
195
 
196
+ ### Features
141
197
 
142
- # [13.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@12.3.0...cozy-sharing@13.0.0) (2024-04-08)
198
+ - **mespapiers:** Add information step for custom name to fidelity card ([5f6fce7](https://github.com/cozy/cozy-libs/commit/5f6fce72e5374388bac369c9332ed47c303e945b))
143
199
 
200
+ # 10.2.0 (2024-02-01)
144
201
 
145
202
  ### Bug Fixes
146
203
 
147
- * **GroupRecipientDetail:** Improve member display ([2bb65cf](https://github.com/cozy/cozy-libs/commit/2bb65cf5218781845a5587433952437b3c764b97))
148
- * Improve secondary text of GroupRecipient ([d747f9c](https://github.com/cozy/cozy-libs/commit/d747f9c6ad30701c16b9f888d4aee7729a5fc28b))
149
- * Remove translation error when there is no type like for owner ([830d5fa](https://github.com/cozy/cozy-libs/commit/830d5faaaea118189f574d6cec859ba361ee4cd5))
150
- * **ShareAutosuggest:** Align correctly loading state ([9d93952](https://github.com/cozy/cozy-libs/commit/9d93952b1740c6974da0ced62bd81d1990311b40))
151
- * Show all the members from a group even unreachable ones ([e62ec59](https://github.com/cozy/cozy-libs/commit/e62ec5980bcb037a2af28cb64d522abdc9fa0408))
152
- * Show group avatar into share input ([632658a](https://github.com/cozy/cozy-libs/commit/632658af64a8b8f1bcd4ba72d9b0e563d9a8dfdd))
153
- * Show permissions when the current user is inside members ([d28d4b4](https://github.com/cozy/cozy-libs/commit/d28d4b46938aafddb39884511e7859d800e953b8))
154
-
204
+ - Use navigator.clipboard instead of copy-text-to-clipboard ([6727c26](https://github.com/cozy/cozy-libs/commit/6727c26eaa796735d51300756ff617f999cc56dd))
155
205
 
156
206
  ### Features
157
207
 
158
- * Improve the message of success to integrate the notion of groups ([f0945b7](https://github.com/cozy/cozy-libs/commit/f0945b7e054a14d35e5d689f9db65c53df0286c6))
159
- * **ShareRecipientsInput:** Simplify loading state ([e2ec136](https://github.com/cozy/cozy-libs/commit/e2ec136363df578bec338fde9336ac09ed573bb1))
160
- * Update cozy-ui from 103.8.2 to 105.3.1 ([e1b21f8](https://github.com/cozy/cozy-libs/commit/e1b21f887fb55e5ddab7348f3f5fd41631318cdf))
208
+ - Remove copy-text-to-clipboard package ([53e46c8](https://github.com/cozy/cozy-libs/commit/53e46c8dedf33cca5f3a13be6d9d230bfaffa335))
161
209
 
210
+ ## [10.1.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@10.1.3...cozy-sharing@10.1.4) (2024-01-05)
162
211
 
163
- ### BREAKING CHANGES
212
+ **Note:** Version bump only for package cozy-sharing
164
213
 
165
- * you must have `cozy-ui >= 105.3.1`
214
+ ## [10.1.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@10.1.2...cozy-sharing@10.1.3) (2024-01-05)
166
215
 
216
+ **Note:** Version bump only for package cozy-sharing
167
217
 
218
+ ## [10.1.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@10.1.1...cozy-sharing@10.1.2) (2024-01-05)
168
219
 
220
+ **Note:** Version bump only for package cozy-sharing
169
221
 
222
+ ## [10.1.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@10.1.0...cozy-sharing@10.1.1) (2023-12-21)
170
223
 
171
- # [12.3.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@12.2.0...cozy-sharing@12.3.0) (2024-03-25)
224
+ **Note:** Version bump only for package cozy-sharing
172
225
 
226
+ # 10.1.0 (2023-12-20)
173
227
 
174
228
  ### Features
175
229
 
176
- * Add GroupAvatar into AvatarList ([1c66999](https://github.com/cozy/cozy-libs/commit/1c669995b08d84a3aa8d6dd950fa4abf22566395))
230
+ - **mespapiers:** Replace spinner by skeletons on papers list ([2303501](https://github.com/cozy/cozy-libs/commit/230350100d4836fa3d9a50777f86252fef81e358))
177
231
 
232
+ ## [10.0.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@10.0.0...cozy-sharing@10.0.1) (2023-10-31)
178
233
 
234
+ **Note:** Version bump only for package cozy-sharing
179
235
 
236
+ # [10.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@9.0.2...cozy-sharing@10.0.0) (2023-09-29)
180
237
 
238
+ ### Features
181
239
 
182
- # [12.2.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@12.1.0...cozy-sharing@12.2.0) (2024-03-22)
240
+ - **cozy-sharing:** Update cozy-client from 37.0.0 to 40.5.0 ([7369f1d](https://github.com/cozy/cozy-libs/commit/7369f1d4f7a9e09088e35ab10c37728f425e0db9))
241
+ - **cozy-sharing:** Update cozy-ui from 88.2.1 to 93.1.1 ([94ba194](https://github.com/cozy/cozy-libs/commit/94ba194d2e4e79c3282a0ba2a496a6e9193d41b4))
183
242
 
243
+ ### BREAKING CHANGES
184
244
 
185
- ### Features
245
+ - **cozy-sharing:** You need cozy-ui >= 93.1.1
246
+ - **cozy-sharing:** You need cozy-client >= 40.5.0
186
247
 
187
- * Allow to add group with only more than one member ([177dc4a](https://github.com/cozy/cozy-libs/commit/177dc4a4fbceefed1ce52f2a5275c67e46b6430f))
248
+ ## [9.0.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@9.0.1...cozy-sharing@9.0.2) (2023-09-11)
188
249
 
250
+ ### Bug Fixes
189
251
 
252
+ - BuildSharingLink works also for perm from mes papiers ([64980a8](https://github.com/cozy/cozy-libs/commit/64980a81c769168c927fd0348a320db60a48d1bb))
190
253
 
254
+ ## [9.0.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@9.0.0...cozy-sharing@9.0.1) (2023-09-06)
191
255
 
256
+ ### Bug Fixes
192
257
 
193
- # [12.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@12.0.0...cozy-sharing@12.1.0) (2024-03-22)
258
+ - Index only existing document after a realtime update ([f678ef7](https://github.com/cozy/cozy-libs/commit/f678ef71f658583b7c10bf0db853b550e24f15d9))
194
259
 
260
+ # 9.0.0 (2023-08-23)
195
261
 
196
262
  ### Features
197
263
 
198
- * Adapt modal design to allow gutters into ListItem ([39dc590](https://github.com/cozy/cozy-libs/commit/39dc5905ee19e07967227e76d376ff04c6145c1e))
199
- * Show detail of recipient groups ([7d731db](https://github.com/cozy/cozy-libs/commit/7d731db9d313ba763652612352ce393f475bfe5f))
264
+ - **harvest:** Update cozy-client from `38.6.0` to `40.2.0` ([8931b15](https://github.com/cozy/cozy-libs/commit/8931b15ba7b097bf829601d6042d5e522b7f2fd6))
200
265
 
266
+ ### BREAKING CHANGES
201
267
 
268
+ - **harvest:** you must have `cozy-client >= 40.2.0`
202
269
 
270
+ # [8.3.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@8.2.0...cozy-sharing@8.3.0) (2023-07-28)
203
271
 
272
+ ### Features
204
273
 
205
- # [12.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@11.1.0...cozy-sharing@12.0.0) (2024-03-21)
274
+ - Limit recipients by document ([f94eaa0](https://github.com/cozy/cozy-libs/commit/f94eaa010e284606dac3fb4f5c599f61e42ccf33))
206
275
 
276
+ # [8.2.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@8.1.0...cozy-sharing@8.2.0) (2023-07-26)
207
277
 
208
278
  ### Features
209
279
 
210
- * Making it possible to revoke a group ([cc3e998](https://github.com/cozy/cozy-libs/commit/cc3e998d94450d0698373f217a4eea06d1a81ede))
211
- * Update cozy-client from 45.14.0 to 46.1.0 ([958c55c](https://github.com/cozy/cozy-libs/commit/958c55c5d55a540d0c5b341b6780cb16b1617ff9))
212
-
213
-
214
- ### BREAKING CHANGES
280
+ - Add useSharingContext ([cfe9346](https://github.com/cozy/cozy-libs/commit/cfe93462ce8730973f83d0cf3ef5a69233d67fd6))
215
281
 
216
- * you must have `cozy-client >=46.1.0`
282
+ # [8.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@8.0.1...cozy-sharing@8.1.0) (2023-07-25)
217
283
 
284
+ ### Features
218
285
 
286
+ - Add a helper to get shared parent path ([1264371](https://github.com/cozy/cozy-libs/commit/1264371b6d29641e55d843c335c4b8d34a03c2d8))
219
287
 
288
+ ## [8.0.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@8.0.0...cozy-sharing@8.0.1) (2023-07-18)
220
289
 
290
+ ### Bug Fixes
221
291
 
222
- # [11.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@11.0.1...cozy-sharing@11.1.0) (2024-03-21)
292
+ - **sharing:** Use `.fetchQueryAndGetFromState` instead `.query` ([95d8f2d](https://github.com/cozy/cozy-libs/commit/95d8f2d43ccdd20a26f1f27d1060cace5f3f60a8)), closes [cozy/cozy-client#931](https://github.com/cozy/cozy-client/issues/931)
223
293
 
294
+ # 8.0.0 (2023-07-05)
224
295
 
225
296
  ### Features
226
297
 
227
- * Add groups to recipients ([4be590d](https://github.com/cozy/cozy-libs/commit/4be590d8280fe9198fb56d32d2ff55665864e746))
228
- * Add groups to recipients if flag ([4ac2199](https://github.com/cozy/cozy-libs/commit/4ac21990174d1312ee8d5b452e524db6c53429a9))
229
- * Extract logic from onRecipientPick to an helper ([2d08da1](https://github.com/cozy/cozy-libs/commit/2d08da1fb5a767819d8d89bd3e59f8d9927cceea))
230
- * **RecipientList:** Show recipient groups ([60d155c](https://github.com/cozy/cozy-libs/commit/60d155c53702782863a777c649e786deeb64a314))
298
+ - Display reconnection webview for powens konnectors ([a924d3e](https://github.com/cozy/cozy-libs/commit/a924d3e13524f211bc8ae45435a012b8e2125ed8))
299
+ - Update cozy-ui to 88 with codemods ([7ba4172](https://github.com/cozy/cozy-libs/commit/7ba41729ff1b67830fb131655434da61e40949a5))
231
300
 
301
+ ### BREAKING CHANGES
232
302
 
303
+ - - you need to update cozy-ui to >=88.2.1
233
304
 
305
+ ## [7.1.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@7.1.2...cozy-sharing@7.1.3) (2023-04-13)
234
306
 
307
+ **Note:** Version bump only for package cozy-sharing
235
308
 
236
- ## [11.0.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@11.0.0...cozy-sharing@11.0.1) (2024-03-12)
309
+ ## [7.1.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@7.1.1...cozy-sharing@7.1.2) (2023-04-05)
237
310
 
311
+ **Note:** Version bump only for package cozy-sharing
238
312
 
239
- ### Bug Fixes
313
+ ## [7.1.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@7.1.0...cozy-sharing@7.1.1) (2023-03-31)
240
314
 
241
- * **sharing:** Handle memory leak in self removal ([f9a9384](https://github.com/cozy/cozy-libs/commit/f9a9384fabb8892e35be0a270452ee501bd6b1a6))
315
+ **Note:** Version bump only for package cozy-sharing
242
316
 
317
+ # [7.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@7.0.3...cozy-sharing@7.1.0) (2023-03-29)
243
318
 
319
+ ### Bug Fixes
244
320
 
321
+ - Use io.cozy.settings.instance full id to fix cache issues ([d27e6ac](https://github.com/cozy/cozy-libs/commit/d27e6ac022e2d40ea8fc25be563d74ab48a93e33))
245
322
 
323
+ ### Features
246
324
 
247
- # [11.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@10.4.1...cozy-sharing@11.0.0) (2024-03-11)
325
+ - Update cozy-client to get SettingsCollection update and cozy-ui ([a8ac6cd](https://github.com/cozy/cozy-libs/commit/a8ac6cdf359a86ad6b0f17d76af97d9210129425))
248
326
 
327
+ ## [7.0.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@7.0.2...cozy-sharing@7.0.3) (2023-03-21)
249
328
 
250
- ### Bug Fixes
329
+ **Note:** Version bump only for package cozy-sharing
251
330
 
252
- * Add missing args into stories ([3658ead](https://github.com/cozy/cozy-libs/commit/3658ead89344c20f59d4c8693522c73d40c20761))
331
+ ## [7.0.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@7.0.1...cozy-sharing@7.0.2) (2023-03-21)
253
332
 
333
+ **Note:** Version bump only for package cozy-sharing
254
334
 
255
- ### Code Refactoring
335
+ ## [7.0.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@7.0.0...cozy-sharing@7.0.1) (2023-03-17)
256
336
 
257
- * Rename RecipientsAvatars into AvatarList ([abef583](https://github.com/cozy/cozy-libs/commit/abef5830bf774855e39e8cf0149e26b49f53a367))
337
+ **Note:** Version bump only for package cozy-sharing
258
338
 
339
+ # [7.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@6.0.6...cozy-sharing@7.0.0) (2023-03-16)
259
340
 
260
341
  ### Features
261
342
 
262
- * Add stories to recipient components ([b32f881](https://github.com/cozy/cozy-libs/commit/b32f881e031d61676097f94a2015227e99e1fb67))
263
- * **sharing:** Add storybook ([fa7a028](https://github.com/cozy/cozy-libs/commit/fa7a0286ee18421ead00a061d9a1aa8f6d755978))
264
-
343
+ - Return also readOnly status from getSharedDocument ([c68ba61](https://github.com/cozy/cozy-libs/commit/c68ba61b69dfd2b152e47252005f294fee818110))
265
344
 
266
345
  ### BREAKING CHANGES
267
346
 
268
- * If you were importing RecipientsAvatars directly you should now use `import { AvatarList as RecipientsAvatars } from 'cozy-sharing/dist/components/Avatar/AvatarList'`
347
+ - The function now returns the id encapsulated in an object. You can extract the id like this `const { id } = getSharedDocument(client)`
269
348
 
349
+ ## 6.0.6 (2023-03-16)
270
350
 
351
+ **Note:** Version bump only for package cozy-sharing
271
352
 
353
+ ## [6.0.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@6.0.4...cozy-sharing@6.0.5) (2023-03-07)
272
354
 
355
+ ### Bug Fixes
273
356
 
274
- ## [10.4.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@10.4.0...cozy-sharing@10.4.1) (2024-03-01)
357
+ - Display always instance address as secondary text for owner ([f6c89cf](https://github.com/cozy/cozy-libs/commit/f6c89cf54d723d695f0afe0a9fe9ab44f236376e))
358
+ - Display correctly owner recipient when receiving sharing ([49a1c5a](https://github.com/cozy/cozy-libs/commit/49a1c5ac6aa029be3217fef93ce3f7bce6e21019))
275
359
 
360
+ ## [6.0.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@6.0.3...cozy-sharing@6.0.4) (2023-03-01)
276
361
 
277
362
  ### Bug Fixes
278
363
 
279
- * Remove scenario where sharingModal lose state ([43e583a](https://github.com/cozy/cozy-libs/commit/43e583a64855898c009972c52d66efc408c3d1d4))
280
-
364
+ - Colors for shared withMe ([17795d5](https://github.com/cozy/cozy-libs/commit/17795d586dea2b1202e9215d8a9ab745fee37f55))
281
365
 
366
+ ## [6.0.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@6.0.2...cozy-sharing@6.0.3) (2023-02-08)
282
367
 
368
+ **Note:** Version bump only for package cozy-sharing
283
369
 
370
+ ## [6.0.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@6.0.1...cozy-sharing@6.0.2) (2023-02-06)
284
371
 
285
- # [10.4.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@10.3.0...cozy-sharing@10.4.0) (2024-02-29)
372
+ ### Bug Fixes
286
373
 
374
+ - **SharingBanner:** Add custom previewPath ([4221243](https://github.com/cozy/cozy-libs/commit/42212432995d5e91511c85f31aef30a2dcf009aa))
287
375
 
288
- ### Features
376
+ ## [6.0.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@6.0.0...cozy-sharing@6.0.1) (2023-02-02)
289
377
 
290
- * **sharing:** Upgrade cozy-ui and cozy-client ([f09507c](https://github.com/cozy/cozy-libs/commit/f09507c6cdd89ec9907f60cd50310a498bcd984f))
378
+ ### Bug Fixes
291
379
 
380
+ - Recipient import path not updated in last update ([56b9cfd](https://github.com/cozy/cozy-libs/commit/56b9cfdab402813527982d0ddf857f1e963850b1))
292
381
 
382
+ # 6.0.0 (2023-01-31)
293
383
 
384
+ ### Bug Fixes
294
385
 
386
+ - ActionMenu could not be closed after closing and reopening modal ([f9c638f](https://github.com/cozy/cozy-libs/commit/f9c638f11eec4c618985e70a6764c6c22c3ed0b0))
387
+ - Allow content to go full size in share by email select box ([6dc210e](https://github.com/cozy/cozy-libs/commit/6dc210edecefe7dbddc79c6b64a1b8b03797fdc0))
388
+ - Copy to clipboard when link is created ([517ce10](https://github.com/cozy/cozy-libs/commit/517ce10e76beee9067132a2323260c38fb3aec3e))
389
+ - Don't call PermissionCol.findApps ([08073da](https://github.com/cozy/cozy-libs/commit/08073da3271c906fd45e74928efe7e742ed7dc35)), closes [cozy/cozy-client#1293](https://github.com/cozy/cozy-client/issues/1293)
390
+ - Highlight again current suggestion in grey ([122491a](https://github.com/cozy/cozy-libs/commit/122491a75b8104e78a75587ec91579d1f2bbe6b1))
391
+ - Realtime order issue caused invalid recipient status ([8ec1f4b](https://github.com/cozy/cozy-libs/commit/8ec1f4b68298530241cd3119402a60c1f29cf6f5))
392
+ - Remove duplicate use of t causing translation warnings ([8aef46d](https://github.com/cozy/cozy-libs/commit/8aef46d3421d8506e2ee63d9952c0f2d7371e022))
393
+ - Remove pick on input blur when a suggestion is highlighted ([5f5cc21](https://github.com/cozy/cozy-libs/commit/5f5cc21eb7b4da6e116d18dd60c128a4d2525ed2))
394
+ - Update wording to see file/folder ([b815daa](https://github.com/cozy/cozy-libs/commit/b815daa7964437f4129d512867e5c3dc26022397))
395
+ - Use strategy: fixed in popper options to show overflow ([73b159a](https://github.com/cozy/cozy-libs/commit/73b159aa91fd4feb84b2377d10001774c30ad7df))
295
396
 
296
- # 10.3.0 (2024-02-29)
397
+ ### Code Refactoring
297
398
 
399
+ - Move Recipient related components in a Recipient folder ([518bff1](https://github.com/cozy/cozy-libs/commit/518bff1748f9e8466203ec5f3152ac653253b439))
400
+
401
+ ### Features
402
+
403
+ - Accept options argument in shareByLink function ([93d75d8](https://github.com/cozy/cozy-libs/commit/93d75d8cb80a630dd1160899015916fff9fc1828))
404
+ - Add "Who has access?" title in Dialog ([33cb6b3](https://github.com/cozy/cozy-libs/commit/33cb6b320220e239cc030c98729d984deae62ab8))
405
+ - Add and export DOCUMENT_TYPE constant ([959881a](https://github.com/cozy/cozy-libs/commit/959881a654d7605267914dde14d038877bfd412f))
406
+ - Add SynchronousJobQueue ([b654c40](https://github.com/cozy/cozy-libs/commit/b654c40c9f81a7931476bab82fe54033a24fbaf0))
407
+ - Add usePrevious hook ([32e4a26](https://github.com/cozy/cozy-libs/commit/32e4a2624fb8865c42209164f7fba66470ac19b2))
408
+ - Align horizontally share by email buttons on mobile ([bd212b6](https://github.com/cozy/cozy-libs/commit/bd212b61ab9ee40f97bd3386f93b1629727640e9))
409
+ - **ContactSuggestion:** Use ListItemText from cozy-ui ([2680feb](https://github.com/cozy/cozy-libs/commit/2680febce956d0b1cfdfbfa92bf7e7bc17208d87))
410
+ - Create sharing link after choosing permission in modal ([554b912](https://github.com/cozy/cozy-libs/commit/554b9120ee4396259c6d22107b2eaa1ee3a2b36c))
411
+ - Display only one button to copy link in desktop ([8ef090b](https://github.com/cozy/cozy-libs/commit/8ef090b91ab13f747b2190212006254686756d13))
412
+ - Display owner recipient everytime in WhoHasAccess list ([f680913](https://github.com/cozy/cozy-libs/commit/f6809138eff78d6c5a617840914387fea7d59b8e))
413
+ - Display share by email buttons only when recipients not empty ([139b6ad](https://github.com/cozy/cozy-libs/commit/139b6ad8fc0735565e7c5897bc8be1ff4c723c6b))
414
+ - Display sharing link in WhoHasAccess ([8eaa8ee](https://github.com/cozy/cozy-libs/commit/8eaa8ee5b313195e6334b920d0f349d381cb4827))
415
+ - Fade in recipient when link created or recipient added ([d6d84b0](https://github.com/cozy/cozy-libs/commit/d6d84b0c4c5b10243cb08760e6c6e5bf1bec17f1))
416
+ - Hide ShareByEmail controls when input not focused or empty ([7feb150](https://github.com/cozy/cozy-libs/commit/7feb1502ca755b7cea5df252f3333d327f8f1d2f))
417
+ - Improve spacing between Who has access title and components ([14d4619](https://github.com/cozy/cozy-libs/commit/14d46196435f1b96401317f903a8e74a27467372))
418
+ - Link icon in a circle in WhoHasAccess ([513efff](https://github.com/cozy/cozy-libs/commit/513efff434676dd3350797f80b56ad70bbcd5568))
419
+ - Modify share by link creation and edit ([56b2bb4](https://github.com/cozy/cozy-libs/commit/56b2bb465a42db4c4bda076d01375988d01db245))
420
+ - Prevent apps with only read only link to create read write link ([94094dd](https://github.com/cozy/cozy-libs/commit/94094ddc6afabf99dbc2ad231d23e430a1698756))
421
+ - Propose in autosuggest unknown email ([85ad899](https://github.com/cozy/cozy-libs/commit/85ad899cc4ce0d5611cc526a238878ba0f24c87c))
422
+ - Remove ShareByEmail label and update placeholder ([772dc5c](https://github.com/cozy/cozy-libs/commit/772dc5c2e04b090ce0fcf0f275aa1eba0c216eb4))
423
+ - **ShareAutosuggest:** Add Chip and keyboard delete mechanism ([b6edd71](https://github.com/cozy/cozy-libs/commit/b6edd713b925be2b3ea430c34bfe1012ae8b6751))
424
+ - Update and lowercase text in RecipientPermissions ([073c600](https://github.com/cozy/cozy-libs/commit/073c600affe7f6e5fcceefb69b4e34eb79f2fc17))
425
+ - Update cozy-client and cozy-ui ([6ae3b04](https://github.com/cozy/cozy-libs/commit/6ae3b04925ae64fa30f3ec8b6e716453d0a630fe))
426
+ - Update react-autosuggest package ([92abd2c](https://github.com/cozy/cozy-libs/commit/92abd2c87d809b71e7e229d5abde1d0aa4b629a0))
427
+ - Update wording when modifying file or folder ([e9e12aa](https://github.com/cozy/cozy-libs/commit/e9e12aaa4593bf11fada3cf83931d86e8abe0987))
428
+ - Use List instead of CompositeRow for WhoHasAccess ([d9f7cc6](https://github.com/cozy/cozy-libs/commit/d9f7cc6610255b9b4ce202428c4777320dfba7a7))
429
+ - Use navigator.share in mobile to share link ([9da57c6](https://github.com/cozy/cozy-libs/commit/9da57c65e91c43df1b5f2a4c1546c5461eaf057a))
298
430
 
299
- ### Features
431
+ ### BREAKING CHANGES
300
432
 
301
- * **mespapiers:** Add information step for custom name to fidelity card ([5f6fce7](https://github.com/cozy/cozy-libs/commit/5f6fce72e5374388bac369c9332ed47c303e945b))
433
+ - If you imported component directly from
434
+ 'cozy-sharing/dist/components/... '
435
+ especially from ' 'cozy-sharing/dist/components/Recipient',
436
+ you will need to update your import.
302
437
 
438
+ Drive example (the only one I found) :
439
+ `import { RecipientsAvatars } from 'cozy-sharing/dist/components/Recipient'`
440
+ =>
441
+ `import RecipientsAvatars from 'cozy-sharing/dist/components/Recipient/RecipientsAvatars'`
303
442
 
443
+ # 5.0.0 (2023-01-09)
304
444
 
445
+ ### Bug Fixes
305
446
 
447
+ - Color for badge with me ([bd7def0](https://github.com/cozy/cozy-libs/commit/bd7def03e0db9d8771a1e96965684d8785f6c91b))
306
448
 
307
- # 10.2.0 (2024-02-01)
449
+ ### Features
308
450
 
451
+ - **harvest:** Update router packages ([3f08dd2](https://github.com/cozy/cozy-libs/commit/3f08dd2a99fb516c45ff938ca528dece63d10ca3))
309
452
 
310
- ### Bug Fixes
453
+ ### BREAKING CHANGES
311
454
 
312
- * Use navigator.clipboard instead of copy-text-to-clipboard ([6727c26](https://github.com/cozy/cozy-libs/commit/6727c26eaa796735d51300756ff617f999cc56dd))
455
+ - **harvest:** `react-router-dom` is `>=4` as peer dependencies.
313
456
 
457
+ # [4.9.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.8.2...cozy-sharing@4.9.0) (2022-12-20)
314
458
 
315
459
  ### Features
316
460
 
317
- * Remove copy-text-to-clipboard package ([53e46c8](https://github.com/cozy/cozy-libs/commit/53e46c8dedf33cca5f3a13be6d9d230bfaffa335))
318
-
461
+ - Remove getHomeLinkHref ([57bf707](https://github.com/cozy/cozy-libs/commit/57bf707de15c2db76964c115e50481f1204c1ca1))
462
+ - Remove tracker calls for cozy-sharing ([46728c2](https://github.com/cozy/cozy-libs/commit/46728c259e4bd1a93913d5d30fb3a78b23a2aab4))
319
463
 
464
+ ## [4.8.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.8.1...cozy-sharing@4.8.2) (2022-12-20)
320
465
 
466
+ ### Bug Fixes
321
467
 
468
+ - Reactive share modal for all apps ([7ff734b](https://github.com/cozy/cozy-libs/commit/7ff734b7506fc74aa3740de6bec7b1f89b21f505))
322
469
 
323
- ## [10.1.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@10.1.3...cozy-sharing@10.1.4) (2024-01-05)
470
+ ## [4.8.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.8.0...cozy-sharing@4.8.1) (2022-12-09)
324
471
 
325
472
  **Note:** Version bump only for package cozy-sharing
326
473
 
474
+ # 4.8.0 (2022-12-06)
327
475
 
476
+ ### Features
328
477
 
478
+ - Update eslint-config-cozy-app ([a0a55db](https://github.com/cozy/cozy-libs/commit/a0a55dbd95477bc99d9a927c65cffc08c824e80b))
329
479
 
480
+ # [4.7.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.6.1...cozy-sharing@4.7.0) (2022-11-15)
330
481
 
331
- ## [10.1.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@10.1.2...cozy-sharing@10.1.3) (2024-01-05)
482
+ ### Bug Fixes
332
483
 
333
- **Note:** Version bump only for package cozy-sharing
484
+ - **SharingProvider:** Wait until all request finish to rise allLoaded ([05b14c4](https://github.com/cozy/cozy-libs/commit/05b14c4af3b572c919f944a3b2b5ef5ec7b51257))
334
485
 
486
+ ### Features
335
487
 
488
+ - Add ShareButtonWithRecipients ([b1f99b3](https://github.com/cozy/cozy-libs/commit/b1f99b3f3ea6ed00b3c11e87042434239c83d94d))
336
489
 
490
+ ## [4.6.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.6.0...cozy-sharing@4.6.1) (2022-11-14)
337
491
 
492
+ **Note:** Version bump only for package cozy-sharing
338
493
 
339
- ## [10.1.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@10.1.1...cozy-sharing@10.1.2) (2024-01-05)
494
+ # [4.6.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.5.10...cozy-sharing@4.6.0) (2022-11-10)
340
495
 
341
- **Note:** Version bump only for package cozy-sharing
496
+ ### Features
342
497
 
498
+ - Reactivate sharing cozy to cozy for notes ([d54138e](https://github.com/cozy/cozy-libs/commit/d54138e29ed2d966f8b1da4b4b4caae2b17a3264))
343
499
 
500
+ ## 4.5.10 (2022-11-09)
344
501
 
502
+ ### Bug Fixes
345
503
 
504
+ - Paginated permission were not normalized ([eac18f4](https://github.com/cozy/cozy-libs/commit/eac18f4cc90bf4b06d91b7e59343bb4efcf81dcd))
346
505
 
347
- ## [10.1.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@10.1.0...cozy-sharing@10.1.1) (2023-12-21)
506
+ ## [4.5.9](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.5.8...cozy-sharing@4.5.9) (2022-10-03)
348
507
 
349
508
  **Note:** Version bump only for package cozy-sharing
350
509
 
510
+ ## 4.5.8 (2022-10-03)
351
511
 
512
+ **Note:** Version bump only for package cozy-sharing
352
513
 
514
+ ## [4.5.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.5.6...cozy-sharing@4.5.7) (2022-09-12)
353
515
 
516
+ **Note:** Version bump only for package cozy-sharing
354
517
 
355
- # 10.1.0 (2023-12-20)
356
-
518
+ ## [4.5.6](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.5.5...cozy-sharing@4.5.6) (2022-09-06)
357
519
 
358
- ### Features
520
+ **Note:** Version bump only for package cozy-sharing
359
521
 
360
- * **mespapiers:** Replace spinner by skeletons on papers list ([2303501](https://github.com/cozy/cozy-libs/commit/230350100d4836fa3d9a50777f86252fef81e358))
522
+ ## [4.5.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.5.4...cozy-sharing@4.5.5) (2022-08-29)
361
523
 
524
+ **Note:** Version bump only for package cozy-sharing
362
525
 
526
+ ## 4.5.4 (2022-08-29)
363
527
 
528
+ ### Bug Fixes
364
529
 
530
+ - Remove a reconnection step ([05d2cb6](https://github.com/cozy/cozy-libs/commit/05d2cb674d9ce69164cf0a099059520cbf4f1722))
365
531
 
366
- ## [10.0.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@10.0.0...cozy-sharing@10.0.1) (2023-10-31)
532
+ ## [4.5.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.5.2...cozy-sharing@4.5.3) (2022-08-01)
367
533
 
368
534
  **Note:** Version bump only for package cozy-sharing
369
535
 
536
+ ## 4.5.2 (2022-07-26)
537
+
538
+ ### Bug Fixes
370
539
 
540
+ - Style of paperItem component ([0ac8469](https://github.com/cozy/cozy-libs/commit/0ac8469e4389477c472d6de0db64d3825389438b))
371
541
 
542
+ ## [4.5.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.5.0...cozy-sharing@4.5.1) (2022-07-13)
372
543
 
544
+ ### Bug Fixes
373
545
 
374
- # [10.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@9.0.2...cozy-sharing@10.0.0) (2023-09-29)
546
+ - Handle old react-routers in ShareModal ([b6fe5cb](https://github.com/cozy/cozy-libs/commit/b6fe5cb40492a7a3e71b7e6652a2f95f4c63b39d))
547
+ - Revert ShareByEmail for Notes ([e5daeb9](https://github.com/cozy/cozy-libs/commit/e5daeb96455ed35cf6ca38b87f7c2d812c03a83e))
375
548
 
549
+ # [4.5.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.4.1...cozy-sharing@4.5.0) (2022-07-13)
376
550
 
377
551
  ### Features
378
552
 
379
- * **cozy-sharing:** Update cozy-client from 37.0.0 to 40.5.0 ([7369f1d](https://github.com/cozy/cozy-libs/commit/7369f1d4f7a9e09088e35ab10c37728f425e0db9))
380
- * **cozy-sharing:** Update cozy-ui from 88.2.1 to 93.1.1 ([94ba194](https://github.com/cozy/cozy-libs/commit/94ba194d2e4e79c3282a0ba2a496a6e9193d41b4))
553
+ - Allow sharemodal to use Location ([032f963](https://github.com/cozy/cozy-libs/commit/032f963c7296dcd296c5ef21a8814407ef9cf2cf))
381
554
 
555
+ ## [4.4.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.4.0...cozy-sharing@4.4.1) (2022-07-11)
382
556
 
383
- ### BREAKING CHANGES
557
+ **Note:** Version bump only for package cozy-sharing
384
558
 
385
- * **cozy-sharing:** You need cozy-ui >= 93.1.1
386
- * **cozy-sharing:** You need cozy-client >= 40.5.0
559
+ # 4.4.0 (2022-07-05)
387
560
 
561
+ ### Bug Fixes
388
562
 
563
+ - Lint issue ([8523d7a](https://github.com/cozy/cozy-libs/commit/8523d7accbe7ee83b6a2fe7abf4cc629fcd76e61))
389
564
 
565
+ ### Features
390
566
 
567
+ - All oauth methods to handle reconection case ([b1a6033](https://github.com/cozy/cozy-libs/commit/b1a6033b393b1732d985807328ea83e1c87e5373))
568
+ - **sharing:** Add `react-router` to devDeps & peerDeps ([baf1359](https://github.com/cozy/cozy-libs/commit/baf1359c72c1644bc01fab8873267178c00bd9fa))
391
569
 
392
- ## [9.0.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@9.0.1...cozy-sharing@9.0.2) (2023-09-11)
570
+ ## 4.3.1 (2022-06-24)
393
571
 
572
+ **Note:** Version bump only for package cozy-sharing
394
573
 
395
- ### Bug Fixes
574
+ # 4.3.0 (2022-06-03)
396
575
 
397
- * BuildSharingLink works also for perm from mes papiers ([64980a8](https://github.com/cozy/cozy-libs/commit/64980a81c769168c927fd0348a320db60a48d1bb))
576
+ ### Features
398
577
 
578
+ - **harvest:** HandleOAuthResponse can deal with cozy-data from DOM ([7c6ac1a](https://github.com/cozy/cozy-libs/commit/7c6ac1a8de7dd2b136530d0aafdb1e3f9e28fa56))
399
579
 
580
+ ## [4.2.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.2.1...cozy-sharing@4.2.2) (2022-05-13)
400
581
 
582
+ **Note:** Version bump only for package cozy-sharing
401
583
 
584
+ ## [4.2.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.2.0...cozy-sharing@4.2.1) (2022-05-10)
402
585
 
403
- ## [9.0.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@9.0.0...cozy-sharing@9.0.1) (2023-09-06)
586
+ **Note:** Version bump only for package cozy-sharing
404
587
 
588
+ # 4.2.0 (2022-05-09)
405
589
 
406
590
  ### Bug Fixes
407
591
 
408
- * Index only existing document after a realtime update ([f678ef7](https://github.com/cozy/cozy-libs/commit/f678ef71f658583b7c10bf0db853b550e24f15d9))
592
+ - bump react-dom from 16.12.0 to 16.13.0 ([2a5b850](https://github.com/cozy/cozy-libs/commit/2a5b8509555f061b136a4b5f2e38b36eb75ea0be))
409
593
 
594
+ ### Features
410
595
 
596
+ - Add papers filter on Home ([fd839dc](https://github.com/cozy/cozy-libs/commit/fd839dc6d2538799d8dafc1905d423410c251df6))
411
597
 
598
+ ## [4.1.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.1.6...cozy-sharing@4.1.7) (2022-04-28)
412
599
 
600
+ **Note:** Version bump only for package cozy-sharing
413
601
 
414
- # 9.0.0 (2023-08-23)
602
+ ## 4.1.6 (2022-04-25)
415
603
 
604
+ **Note:** Version bump only for package cozy-sharing
416
605
 
417
- ### Features
606
+ ## [4.1.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.1.4...cozy-sharing@4.1.5) (2022-03-10)
418
607
 
419
- * **harvest:** Update cozy-client from `38.6.0` to `40.2.0` ([8931b15](https://github.com/cozy/cozy-libs/commit/8931b15ba7b097bf829601d6042d5e522b7f2fd6))
608
+ **Note:** Version bump only for package cozy-sharing
420
609
 
610
+ ## [4.1.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.1.3...cozy-sharing@4.1.4) (2022-03-01)
421
611
 
422
- ### BREAKING CHANGES
612
+ ### Bug Fixes
423
613
 
424
- * **harvest:** you must have `cozy-client >= 40.2.0`
614
+ - **sharing:** Upgrade cozy-ui to remove justifyContent warning ([eb6318f](https://github.com/cozy/cozy-libs/commit/eb6318f0d0cd2e39e47b80b35e30efb766d6e553))
425
615
 
616
+ ## [4.1.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.1.2...cozy-sharing@4.1.3) (2022-02-21)
426
617
 
618
+ ### Bug Fixes
427
619
 
620
+ - **sharing:** Escape public name in public cozy2cozy view ([b5af978](https://github.com/cozy/cozy-libs/commit/b5af978e6f349819b8f76e097f328a87a6c18912))
428
621
 
622
+ ## [4.1.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.1.1...cozy-sharing@4.1.2) (2022-02-18)
429
623
 
430
- # [8.3.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@8.2.0...cozy-sharing@8.3.0) (2023-07-28)
624
+ ### Bug Fixes
431
625
 
626
+ - **deps:** pin dependencies ([e53d065](https://github.com/cozy/cozy-libs/commit/e53d065090224ea340b2c25c3afd14f223f4d119))
432
627
 
433
- ### Features
628
+ ## [4.1.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.1.0...cozy-sharing@4.1.1) (2022-02-15)
434
629
 
435
- * Limit recipients by document ([f94eaa0](https://github.com/cozy/cozy-libs/commit/f94eaa010e284606dac3fb4f5c599f61e42ccf33))
630
+ ### Bug Fixes
436
631
 
632
+ - **deps:** update dependency babel-plugin-inline-react-svg to v1.1.2 ([2c66da8](https://github.com/cozy/cozy-libs/commit/2c66da822e24b0d30714d7fa4cd79c26696adcc6))
633
+ - **deps:** update dependency enzyme-to-json to v3.6.2 ([4b90ff6](https://github.com/cozy/cozy-libs/commit/4b90ff66bcf692886eb197727eed1d7dd7a41cb1))
437
634
 
635
+ # [4.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.0.5...cozy-sharing@4.1.0) (2022-02-14)
438
636
 
637
+ ### Features
439
638
 
639
+ - **sharing:** Upgrade cozy-ui to benefit of new component ([db7490b](https://github.com/cozy/cozy-libs/commit/db7490ba5f1585e2a925f5c054aa611c93617bdc))
440
640
 
441
- # [8.2.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@8.1.0...cozy-sharing@8.2.0) (2023-07-26)
641
+ ## [4.0.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.0.4...cozy-sharing@4.0.5) (2022-02-04)
442
642
 
643
+ **Note:** Version bump only for package cozy-sharing
443
644
 
444
- ### Features
645
+ ## [4.0.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.0.3...cozy-sharing@4.0.4) (2022-02-03)
445
646
 
446
- * Add useSharingContext ([cfe9346](https://github.com/cozy/cozy-libs/commit/cfe93462ce8730973f83d0cf3ef5a69233d67fd6))
647
+ ### Bug Fixes
447
648
 
649
+ - **deps:** update dependency jest to v26.6.3 ([f442fff](https://github.com/cozy/cozy-libs/commit/f442fff5f594f04f910046d971950023fcbdd958))
448
650
 
449
-
450
-
451
-
452
- # [8.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@8.0.1...cozy-sharing@8.1.0) (2023-07-25)
453
-
454
-
455
- ### Features
456
-
457
- * Add a helper to get shared parent path ([1264371](https://github.com/cozy/cozy-libs/commit/1264371b6d29641e55d843c335c4b8d34a03c2d8))
458
-
459
-
460
-
461
-
462
-
463
- ## [8.0.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@8.0.0...cozy-sharing@8.0.1) (2023-07-18)
464
-
651
+ ## [4.0.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.0.2...cozy-sharing@4.0.3) (2022-02-01)
465
652
 
466
653
  ### Bug Fixes
467
654
 
468
- * **sharing:** Use `.fetchQueryAndGetFromState` instead `.query` ([95d8f2d](https://github.com/cozy/cozy-libs/commit/95d8f2d43ccdd20a26f1f27d1060cace5f3f60a8)), closes [cozy/cozy-client#931](https://github.com/cozy/cozy-client/issues/931)
469
-
655
+ - **deps:** update babel monorepo ([dcc215a](https://github.com/cozy/cozy-libs/commit/dcc215a0478db2cb3175b09d759bce8153ad4000))
470
656
 
657
+ ## [4.0.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.0.1...cozy-sharing@4.0.2) (2022-01-28)
471
658
 
659
+ **Note:** Version bump only for package cozy-sharing
472
660
 
661
+ ## [4.0.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.0.0...cozy-sharing@4.0.1) (2022-01-07)
473
662
 
474
- # 8.0.0 (2023-07-05)
663
+ **Note:** Version bump only for package cozy-sharing
475
664
 
665
+ # [4.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.10...cozy-sharing@4.0.0) (2022-01-07)
476
666
 
477
667
  ### Features
478
668
 
479
- * Display reconnection webview for powens konnectors ([a924d3e](https://github.com/cozy/cozy-libs/commit/a924d3e13524f211bc8ae45435a012b8e2125ed8))
480
- * Update cozy-ui to 88 with codemods ([7ba4172](https://github.com/cozy/cozy-libs/commit/7ba41729ff1b67830fb131655434da61e40949a5))
481
-
669
+ - **eslint:** Propose Eslint plugin promise ([1fded18](https://github.com/cozy/cozy-libs/commit/1fded18))
482
670
 
483
671
  ### BREAKING CHANGES
484
672
 
485
- * - you need to update cozy-ui to >=88.2.1
486
-
487
-
488
-
489
-
490
-
491
- ## [7.1.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@7.1.2...cozy-sharing@7.1.3) (2023-04-13)
492
-
493
- **Note:** Version bump only for package cozy-sharing
494
-
495
-
496
-
497
-
498
-
499
- ## [7.1.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@7.1.1...cozy-sharing@7.1.2) (2023-04-05)
500
-
501
- **Note:** Version bump only for package cozy-sharing
502
-
503
-
504
-
673
+ - **eslint:** Most errors are not auto fixable,
674
+ if needed, use // disable-next-line
505
675
 
676
+ Or insert in .eslintrc:
677
+ {
678
+ "rules": {
679
+ "promise/always-return": "warn",
680
+ "promise/no-return-wrap": "warn",
681
+ "promise/param-names": "warn",
682
+ "promise/catch-or-return": "warn",
683
+ "promise/no-native": "warn",
684
+ "promise/no-nesting": "warn",
685
+ "promise/no-promise-in-callback": "warn",
686
+ "promise/no-callback-in-promise": "warn",
687
+ "promise/avoid-new": "warn",
688
+ "promise/no-new-statics": "warn",
689
+ "promise/no-return-in-finally": "warn",
690
+ "promise/valid-params": "warn"
691
+ }
692
+ }
506
693
 
507
- ## [7.1.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@7.1.0...cozy-sharing@7.1.1) (2023-03-31)
694
+ ## [3.12.10](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.9...cozy-sharing@3.12.10) (2022-01-06)
508
695
 
509
696
  **Note:** Version bump only for package cozy-sharing
510
697
 
511
-
512
-
513
-
514
-
515
- # [7.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@7.0.3...cozy-sharing@7.1.0) (2023-03-29)
516
-
698
+ ## [3.12.9](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.8...cozy-sharing@3.12.9) (2021-12-31)
517
699
 
518
700
  ### Bug Fixes
519
701
 
520
- * Use io.cozy.settings.instance full id to fix cache issues ([d27e6ac](https://github.com/cozy/cozy-libs/commit/d27e6ac022e2d40ea8fc25be563d74ab48a93e33))
521
-
702
+ - **sharing:** ShareButton should not pass I18n props to Cozy-UI Button ([587cd2e](https://github.com/cozy/cozy-libs/commit/587cd2e))
522
703
 
523
- ### Features
524
-
525
- * Update cozy-client to get SettingsCollection update and cozy-ui ([a8ac6cd](https://github.com/cozy/cozy-libs/commit/a8ac6cdf359a86ad6b0f17d76af97d9210129425))
526
-
527
-
528
-
529
-
530
-
531
- ## [7.0.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@7.0.2...cozy-sharing@7.0.3) (2023-03-21)
704
+ ## [3.12.8](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.7...cozy-sharing@3.12.8) (2021-12-28)
532
705
 
533
706
  **Note:** Version bump only for package cozy-sharing
534
707
 
708
+ ## [3.12.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.6...cozy-sharing@3.12.7) (2021-12-24)
535
709
 
710
+ ### Bug Fixes
536
711
 
712
+ - **sharing:** typo in fr language when sending email ([59e0266](https://github.com/cozy/cozy-libs/commit/59e0266))
537
713
 
538
-
539
- ## [7.0.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@7.0.1...cozy-sharing@7.0.2) (2023-03-21)
714
+ ## [3.12.6](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.5...cozy-sharing@3.12.6) (2021-12-20)
540
715
 
541
716
  **Note:** Version bump only for package cozy-sharing
542
717
 
543
-
544
-
545
-
546
-
547
- ## [7.0.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@7.0.0...cozy-sharing@7.0.1) (2023-03-17)
718
+ ## [3.12.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.4...cozy-sharing@3.12.5) (2021-12-02)
548
719
 
549
720
  **Note:** Version bump only for package cozy-sharing
550
721
 
551
-
552
-
553
-
554
-
555
- # [7.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@6.0.6...cozy-sharing@7.0.0) (2023-03-16)
556
-
557
-
558
- ### Features
559
-
560
- * Return also readOnly status from getSharedDocument ([c68ba61](https://github.com/cozy/cozy-libs/commit/c68ba61b69dfd2b152e47252005f294fee818110))
561
-
562
-
563
- ### BREAKING CHANGES
564
-
565
- * The function now returns the id encapsulated in an object. You can extract the id like this `const { id } = getSharedDocument(client)`
566
-
567
-
568
-
569
-
570
-
571
- ## 6.0.6 (2023-03-16)
722
+ ## [3.12.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.3...cozy-sharing@3.12.4) (2021-11-09)
572
723
 
573
724
  **Note:** Version bump only for package cozy-sharing
574
725
 
575
-
576
-
577
-
578
-
579
- ## [6.0.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@6.0.4...cozy-sharing@6.0.5) (2023-03-07)
580
-
581
-
582
- ### Bug Fixes
583
-
584
- * Display always instance address as secondary text for owner ([f6c89cf](https://github.com/cozy/cozy-libs/commit/f6c89cf54d723d695f0afe0a9fe9ab44f236376e))
585
- * Display correctly owner recipient when receiving sharing ([49a1c5a](https://github.com/cozy/cozy-libs/commit/49a1c5ac6aa029be3217fef93ce3f7bce6e21019))
586
-
587
-
588
-
589
-
590
-
591
- ## [6.0.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@6.0.3...cozy-sharing@6.0.4) (2023-03-01)
592
-
593
-
594
- ### Bug Fixes
595
-
596
- * Colors for shared withMe ([17795d5](https://github.com/cozy/cozy-libs/commit/17795d586dea2b1202e9215d8a9ab745fee37f55))
597
-
598
-
599
-
600
-
601
-
602
- ## [6.0.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@6.0.2...cozy-sharing@6.0.3) (2023-02-08)
726
+ ## [3.12.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.2...cozy-sharing@3.12.3) (2021-10-22)
603
727
 
604
728
  **Note:** Version bump only for package cozy-sharing
605
729
 
606
-
607
-
608
-
609
-
610
- ## [6.0.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@6.0.1...cozy-sharing@6.0.2) (2023-02-06)
611
-
730
+ ## [3.12.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.1...cozy-sharing@3.12.2) (2021-10-07)
612
731
 
613
732
  ### Bug Fixes
614
733
 
615
- * **SharingBanner:** Add custom previewPath ([4221243](https://github.com/cozy/cozy-libs/commit/42212432995d5e91511c85f31aef30a2dcf009aa))
616
-
617
-
618
-
619
-
620
-
621
- ## [6.0.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@6.0.0...cozy-sharing@6.0.1) (2023-02-02)
734
+ - Translate ShareByEmail success message ([da418c6](https://github.com/cozy/cozy-libs/commit/da418c6))
622
735
 
736
+ ## [3.12.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.0...cozy-sharing@3.12.1) (2021-10-04)
623
737
 
624
738
  ### Bug Fixes
625
739
 
626
- * Recipient import path not updated in last update ([56b9cfd](https://github.com/cozy/cozy-libs/commit/56b9cfdab402813527982d0ddf857f1e963850b1))
627
-
628
-
629
-
630
-
631
-
632
- # 6.0.0 (2023-01-31)
740
+ - Display Recipient's initials if no avatarPath or status is provided ([4b3c167](https://github.com/cozy/cozy-libs/commit/4b3c167))
633
741
 
742
+ # [3.12.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.11.0...cozy-sharing@3.12.0) (2021-09-28)
634
743
 
635
744
  ### Bug Fixes
636
745
 
637
- * ActionMenu could not be closed after closing and reopening modal ([f9c638f](https://github.com/cozy/cozy-libs/commit/f9c638f11eec4c618985e70a6764c6c22c3ed0b0))
638
- * Allow content to go full size in share by email select box ([6dc210e](https://github.com/cozy/cozy-libs/commit/6dc210edecefe7dbddc79c6b64a1b8b03797fdc0))
639
- * Copy to clipboard when link is created ([517ce10](https://github.com/cozy/cozy-libs/commit/517ce10e76beee9067132a2323260c38fb3aec3e))
640
- * Don't call PermissionCol.findApps ([08073da](https://github.com/cozy/cozy-libs/commit/08073da3271c906fd45e74928efe7e742ed7dc35)), closes [cozy/cozy-client#1293](https://github.com/cozy/cozy-client/issues/1293)
641
- * Highlight again current suggestion in grey ([122491a](https://github.com/cozy/cozy-libs/commit/122491a75b8104e78a75587ec91579d1f2bbe6b1))
642
- * Realtime order issue caused invalid recipient status ([8ec1f4b](https://github.com/cozy/cozy-libs/commit/8ec1f4b68298530241cd3119402a60c1f29cf6f5))
643
- * Remove duplicate use of t causing translation warnings ([8aef46d](https://github.com/cozy/cozy-libs/commit/8aef46d3421d8506e2ee63d9952c0f2d7371e022))
644
- * Remove pick on input blur when a suggestion is highlighted ([5f5cc21](https://github.com/cozy/cozy-libs/commit/5f5cc21eb7b4da6e116d18dd60c128a4d2525ed2))
645
- * Update wording to see file/folder ([b815daa](https://github.com/cozy/cozy-libs/commit/b815daa7964437f4129d512867e5c3dc26022397))
646
- * Use strategy: fixed in popper options to show overflow ([73b159a](https://github.com/cozy/cozy-libs/commit/73b159aa91fd4feb84b2377d10001774c30ad7df))
647
-
648
-
649
- ### Code Refactoring
650
-
651
- * Move Recipient related components in a Recipient folder ([518bff1](https://github.com/cozy/cozy-libs/commit/518bff1748f9e8466203ec5f3152ac653253b439))
652
-
653
-
654
- ### Features
655
-
656
- * Accept options argument in shareByLink function ([93d75d8](https://github.com/cozy/cozy-libs/commit/93d75d8cb80a630dd1160899015916fff9fc1828))
657
- * Add "Who has access?" title in Dialog ([33cb6b3](https://github.com/cozy/cozy-libs/commit/33cb6b320220e239cc030c98729d984deae62ab8))
658
- * Add and export DOCUMENT_TYPE constant ([959881a](https://github.com/cozy/cozy-libs/commit/959881a654d7605267914dde14d038877bfd412f))
659
- * Add SynchronousJobQueue ([b654c40](https://github.com/cozy/cozy-libs/commit/b654c40c9f81a7931476bab82fe54033a24fbaf0))
660
- * Add usePrevious hook ([32e4a26](https://github.com/cozy/cozy-libs/commit/32e4a2624fb8865c42209164f7fba66470ac19b2))
661
- * Align horizontally share by email buttons on mobile ([bd212b6](https://github.com/cozy/cozy-libs/commit/bd212b61ab9ee40f97bd3386f93b1629727640e9))
662
- * **ContactSuggestion:** Use ListItemText from cozy-ui ([2680feb](https://github.com/cozy/cozy-libs/commit/2680febce956d0b1cfdfbfa92bf7e7bc17208d87))
663
- * Create sharing link after choosing permission in modal ([554b912](https://github.com/cozy/cozy-libs/commit/554b9120ee4396259c6d22107b2eaa1ee3a2b36c))
664
- * Display only one button to copy link in desktop ([8ef090b](https://github.com/cozy/cozy-libs/commit/8ef090b91ab13f747b2190212006254686756d13))
665
- * Display owner recipient everytime in WhoHasAccess list ([f680913](https://github.com/cozy/cozy-libs/commit/f6809138eff78d6c5a617840914387fea7d59b8e))
666
- * Display share by email buttons only when recipients not empty ([139b6ad](https://github.com/cozy/cozy-libs/commit/139b6ad8fc0735565e7c5897bc8be1ff4c723c6b))
667
- * Display sharing link in WhoHasAccess ([8eaa8ee](https://github.com/cozy/cozy-libs/commit/8eaa8ee5b313195e6334b920d0f349d381cb4827))
668
- * Fade in recipient when link created or recipient added ([d6d84b0](https://github.com/cozy/cozy-libs/commit/d6d84b0c4c5b10243cb08760e6c6e5bf1bec17f1))
669
- * Hide ShareByEmail controls when input not focused or empty ([7feb150](https://github.com/cozy/cozy-libs/commit/7feb1502ca755b7cea5df252f3333d327f8f1d2f))
670
- * Improve spacing between Who has access title and components ([14d4619](https://github.com/cozy/cozy-libs/commit/14d46196435f1b96401317f903a8e74a27467372))
671
- * Link icon in a circle in WhoHasAccess ([513efff](https://github.com/cozy/cozy-libs/commit/513efff434676dd3350797f80b56ad70bbcd5568))
672
- * Modify share by link creation and edit ([56b2bb4](https://github.com/cozy/cozy-libs/commit/56b2bb465a42db4c4bda076d01375988d01db245))
673
- * Prevent apps with only read only link to create read write link ([94094dd](https://github.com/cozy/cozy-libs/commit/94094ddc6afabf99dbc2ad231d23e430a1698756))
674
- * Propose in autosuggest unknown email ([85ad899](https://github.com/cozy/cozy-libs/commit/85ad899cc4ce0d5611cc526a238878ba0f24c87c))
675
- * Remove ShareByEmail label and update placeholder ([772dc5c](https://github.com/cozy/cozy-libs/commit/772dc5c2e04b090ce0fcf0f275aa1eba0c216eb4))
676
- * **ShareAutosuggest:** Add Chip and keyboard delete mechanism ([b6edd71](https://github.com/cozy/cozy-libs/commit/b6edd713b925be2b3ea430c34bfe1012ae8b6751))
677
- * Update and lowercase text in RecipientPermissions ([073c600](https://github.com/cozy/cozy-libs/commit/073c600affe7f6e5fcceefb69b4e34eb79f2fc17))
678
- * Update cozy-client and cozy-ui ([6ae3b04](https://github.com/cozy/cozy-libs/commit/6ae3b04925ae64fa30f3ec8b6e716453d0a630fe))
679
- * Update react-autosuggest package ([92abd2c](https://github.com/cozy/cozy-libs/commit/92abd2c87d809b71e7e229d5abde1d0aa4b629a0))
680
- * Update wording when modifying file or folder ([e9e12aa](https://github.com/cozy/cozy-libs/commit/e9e12aaa4593bf11fada3cf83931d86e8abe0987))
681
- * Use List instead of CompositeRow for WhoHasAccess ([d9f7cc6](https://github.com/cozy/cozy-libs/commit/d9f7cc6610255b9b4ce202428c4777320dfba7a7))
682
- * Use navigator.share in mobile to share link ([9da57c6](https://github.com/cozy/cozy-libs/commit/9da57c65e91c43df1b5f2a4c1546c5461eaf057a))
683
-
684
-
685
- ### BREAKING CHANGES
686
-
687
- * If you imported component directly from
688
- 'cozy-sharing/dist/components/... '
689
- especially from ' 'cozy-sharing/dist/components/Recipient',
690
- you will need to update your import.
691
-
692
- Drive example (the only one I found) :
693
- `import { RecipientsAvatars } from 'cozy-sharing/dist/components/Recipient'`
694
- =>
695
- `import RecipientsAvatars from 'cozy-sharing/dist/components/Recipient/RecipientsAvatars'`
696
-
697
-
698
-
746
+ - Set `recipientsToBeConfirmed` default to `[]` on `WhoHasAccess` ([694c5c8](https://github.com/cozy/cozy-libs/commit/694c5c8))
699
747
 
748
+ ### Features
700
749
 
701
- # 5.0.0 (2023-01-09)
750
+ - Add confirm trusted recipients dialog ([dfe1695](https://github.com/cozy/cozy-libs/commit/dfe1695))
751
+ - Add onShared callback to SharingProvider ([f5e5f8f](https://github.com/cozy/cozy-libs/commit/f5e5f8f))
702
752
 
753
+ # [3.11.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.10.0...cozy-sharing@3.11.0) (2021-09-28)
703
754
 
704
755
  ### Bug Fixes
705
756
 
706
- * Color for badge with me ([bd7def0](https://github.com/cozy/cozy-libs/commit/bd7def03e0db9d8771a1e96965684d8785f6c91b))
707
-
757
+ - Correctly handle async events in `ShareDialogCozyToCozy` tests ([5e088cd](https://github.com/cozy/cozy-libs/commit/5e088cd))
708
758
 
709
759
  ### Features
710
760
 
711
- * **harvest:** Update router packages ([3f08dd2](https://github.com/cozy/cozy-libs/commit/3f08dd2a99fb516c45ff938ca528dece63d10ca3))
712
-
713
-
714
- ### BREAKING CHANGES
715
-
716
- * **harvest:** `react-router-dom` is `>=4` as peer dependencies.
717
-
718
-
719
-
720
-
721
-
722
- # [4.9.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.8.2...cozy-sharing@4.9.0) (2022-12-20)
761
+ - Add a back button to sharing dialog when confirming a contact ([574f68b](https://github.com/cozy/cozy-libs/commit/574f68b))
762
+ - Bump cozy-ui to `54.0.0` ([41f22ec](https://github.com/cozy/cozy-libs/commit/41f22ec))
763
+ - Improve two steps confirmation use experience ([2c4da7b](https://github.com/cozy/cozy-libs/commit/2c4da7b))
723
764
 
765
+ # [3.10.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.9.0...cozy-sharing@3.10.0) (2021-09-20)
724
766
 
725
767
  ### Features
726
768
 
727
- * Remove getHomeLinkHref ([57bf707](https://github.com/cozy/cozy-libs/commit/57bf707de15c2db76964c115e50481f1204c1ca1))
728
- * Remove tracker calls for cozy-sharing ([46728c2](https://github.com/cozy/cozy-libs/commit/46728c259e4bd1a93913d5d30fb3a78b23a2aab4))
729
-
730
-
731
-
732
-
733
-
734
- ## [4.8.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.8.1...cozy-sharing@4.8.2) (2022-12-20)
735
-
736
-
737
- ### Bug Fixes
738
-
739
- * Reactive share modal for all apps ([7ff734b](https://github.com/cozy/cozy-libs/commit/7ff734b7506fc74aa3740de6bec7b1f89b21f505))
740
-
741
-
742
-
743
-
744
-
745
- ## [4.8.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.8.0...cozy-sharing@4.8.1) (2022-12-09)
746
-
747
- **Note:** Version bump only for package cozy-sharing
748
-
749
-
750
-
751
-
752
-
753
- # 4.8.0 (2022-12-06)
769
+ - Expose useSharingInfos hook as public API ([671520b](https://github.com/cozy/cozy-libs/commit/671520b))
754
770
 
771
+ # [3.9.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.8.0...cozy-sharing@3.9.0) (2021-09-16)
755
772
 
756
773
  ### Features
757
774
 
758
- * Update eslint-config-cozy-app ([a0a55db](https://github.com/cozy/cozy-libs/commit/a0a55dbd95477bc99d9a927c65cffc08c824e80b))
759
-
760
-
775
+ - Harmonize `DropdownButton` typography ([8f28073](https://github.com/cozy/cozy-libs/commit/8f28073))
761
776
 
777
+ # [3.8.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.7.0...cozy-sharing@3.8.0) (2021-09-13)
762
778
 
779
+ ### Features
763
780
 
764
- # [4.7.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.6.1...cozy-sharing@4.7.0) (2022-11-15)
781
+ - Reword contact confirmation dialog ([942b0cd](https://github.com/cozy/cozy-libs/commit/942b0cd))
765
782
 
783
+ # [3.7.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.6.0...cozy-sharing@3.7.0) (2021-09-06)
766
784
 
767
785
  ### Bug Fixes
768
786
 
769
- * **SharingProvider:** Wait until all request finish to rise allLoaded ([05b14c4](https://github.com/cozy/cozy-libs/commit/05b14c4af3b572c919f944a3b2b5ef5ec7b51257))
770
-
787
+ - Add translater function to email sharing success ([1d207c3](https://github.com/cozy/cozy-libs/commit/1d207c3))
771
788
 
772
789
  ### Features
773
790
 
774
- * Add ShareButtonWithRecipients ([b1f99b3](https://github.com/cozy/cozy-libs/commit/b1f99b3f3ea6ed00b3c11e87042434239c83d94d))
775
-
776
-
777
-
778
-
779
-
780
- ## [4.6.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.6.0...cozy-sharing@4.6.1) (2022-11-14)
781
-
782
- **Note:** Version bump only for package cozy-sharing
783
-
784
-
785
-
786
-
787
-
788
- # [4.6.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.5.10...cozy-sharing@4.6.0) (2022-11-10)
791
+ - Add a displayer check ([50ea467](https://github.com/cozy/cozy-libs/commit/50ea467))
792
+ - Add all needed files for Sharing Banner ([dc288bf](https://github.com/cozy/cozy-libs/commit/dc288bf))
793
+ - Add Sharing Banner ([27ad82d](https://github.com/cozy/cozy-libs/commit/27ad82d))
794
+ - Bump cozy-ui to match cozy-notes version ([34e3cc5](https://github.com/cozy/cozy-libs/commit/34e3cc5))
795
+ - Fix SharingBanner test ([df2a9c6](https://github.com/cozy/cozy-libs/commit/df2a9c6))
796
+ - Remove drive from homeHref ([97010d3](https://github.com/cozy/cozy-libs/commit/97010d3))
797
+ - Reorganize directories ([3e005e4](https://github.com/cozy/cozy-libs/commit/3e005e4))
789
798
 
799
+ # [3.6.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.5.0...cozy-sharing@3.6.0) (2021-09-03)
790
800
 
791
801
  ### Features
792
802
 
793
- * Reactivate sharing cozy to cozy for notes ([d54138e](https://github.com/cozy/cozy-libs/commit/d54138e29ed2d966f8b1da4b4b4caae2b17a3264))
803
+ - Add prop-types for `Recipient` ([f5db3d0](https://github.com/cozy/cozy-libs/commit/f5db3d0))
804
+ - Allow email sharing in Notes ([4f6b49b](https://github.com/cozy/cozy-libs/commit/4f6b49b))
805
+ - Implement `CozyPassFingerprintDialogContent` ([bcdcd7a](https://github.com/cozy/cozy-libs/commit/bcdcd7a))
806
+ - Implement `reject` scenario for twoStepsConfirmation ([022543a](https://github.com/cozy/cozy-libs/commit/022543a))
807
+ - Implement confirmation actions on `Recipient` ([d4d905a](https://github.com/cozy/cozy-libs/commit/d4d905a))
808
+ - Implement twoStepsConfirmation in `ShareModal` ([ce96bcf](https://github.com/cozy/cozy-libs/commit/ce96bcf))
809
+ - Implement twoStepsConfirmation in `WhoHasAccess` ([8435795](https://github.com/cozy/cozy-libs/commit/8435795))
810
+ - Improve prop-type for `recipientsToBeConfirmed` in `WhoHasAccess` ([8388860](https://github.com/cozy/cozy-libs/commit/8388860))
811
+ - Remove prop `hasTwhoStepsConfirmation` ([8b1d655](https://github.com/cozy/cozy-libs/commit/8b1d655))
812
+ - Set first `status` to `sharing` if no confirmation method provided ([382a6f6](https://github.com/cozy/cozy-libs/commit/382a6f6))
813
+ - Use `useSafeState` hook in `ShareDialogCozyToCozy` ([855eef9](https://github.com/cozy/cozy-libs/commit/855eef9))
794
814
 
815
+ # [3.5.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.4.2...cozy-sharing@3.5.0) (2021-08-10)
795
816
 
817
+ ### Bug Fixes
796
818
 
819
+ - FetchFilesPaths only for documents that have a path ([a1d7e13](https://github.com/cozy/cozy-libs/commit/a1d7e13))
820
+ - Skip path querying for `non-file` documents in createSharingInStore ([c7635e4](https://github.com/cozy/cozy-libs/commit/c7635e4))
797
821
 
822
+ ### Features
798
823
 
799
- ## 4.5.10 (2022-11-09)
824
+ - Add translations for Organizations document type ([5916041](https://github.com/cozy/cozy-libs/commit/5916041))
825
+ - Bump cozy-client to `23.19.0` and cozy-ui to `51.5.0` ([949f228](https://github.com/cozy/cozy-libs/commit/949f228))
826
+ - Disable `previewPath` for organizations ([5696109](https://github.com/cozy/cozy-libs/commit/5696109))
827
+ - Disable shareByLink for organizations ([caae1d8](https://github.com/cozy/cozy-libs/commit/caae1d8))
828
+ - Expose `previewPath` as a prop of `SharingContext` ([064458c](https://github.com/cozy/cozy-libs/commit/064458c))
800
829
 
830
+ ## [3.4.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.4.1...cozy-sharing@3.4.2) (2021-06-17)
801
831
 
802
832
  ### Bug Fixes
803
833
 
804
- * Paginated permission were not normalized ([eac18f4](https://github.com/cozy/cozy-libs/commit/eac18f4cc90bf4b06d91b7e59343bb4efcf81dcd))
805
-
806
-
834
+ - Add props in state ([6795d00](https://github.com/cozy/cozy-libs/commit/6795d00))
835
+ - **deps:** Update devDeps cozy-client 16.8.0 to 23.9.1 ([0388464](https://github.com/cozy/cozy-libs/commit/0388464))
807
836
 
808
-
809
-
810
- ## [4.5.9](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.5.8...cozy-sharing@4.5.9) (2022-10-03)
837
+ ## [3.4.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.4.0...cozy-sharing@3.4.1) (2021-06-12)
811
838
 
812
839
  **Note:** Version bump only for package cozy-sharing
813
840
 
841
+ # [3.4.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.3.7...cozy-sharing@3.4.0) (2021-06-02)
814
842
 
843
+ ### Features
815
844
 
845
+ - Expose useFetchDocumentPath method ([ff18898](https://github.com/cozy/cozy-libs/commit/ff18898))
816
846
 
817
-
818
- ## 4.5.8 (2022-10-03)
847
+ ## [3.3.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.3.6...cozy-sharing@3.3.7) (2021-05-06)
819
848
 
820
849
  **Note:** Version bump only for package cozy-sharing
821
850
 
822
-
823
-
824
-
825
-
826
- ## [4.5.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.5.6...cozy-sharing@4.5.7) (2022-09-12)
851
+ ## [3.3.6](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.3.5...cozy-sharing@3.3.6) (2021-05-06)
827
852
 
828
853
  **Note:** Version bump only for package cozy-sharing
829
854
 
830
-
831
-
832
-
833
-
834
- ## [4.5.6](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.5.5...cozy-sharing@4.5.6) (2022-09-06)
855
+ ## [3.3.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.3.4...cozy-sharing@3.3.5) (2021-04-29)
835
856
 
836
857
  **Note:** Version bump only for package cozy-sharing
837
858
 
838
-
839
-
840
-
841
-
842
- ## [4.5.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.5.4...cozy-sharing@4.5.5) (2022-08-29)
859
+ ## [3.3.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.3.3...cozy-sharing@3.3.4) (2021-04-28)
843
860
 
844
861
  **Note:** Version bump only for package cozy-sharing
845
862
 
863
+ ## [3.3.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.3.2...cozy-sharing@3.3.3) (2021-04-08)
846
864
 
865
+ ### Bug Fixes
847
866
 
867
+ - ShareByLink z-index on iOS ([447a17b](https://github.com/cozy/cozy-libs/commit/447a17b))
848
868
 
869
+ ## [3.3.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.3.1...cozy-sharing@3.3.2) (2021-03-25)
849
870
 
850
- ## 4.5.4 (2022-08-29)
851
-
852
-
853
- ### Bug Fixes
854
-
855
- * Remove a reconnection step ([05d2cb6](https://github.com/cozy/cozy-libs/commit/05d2cb674d9ce69164cf0a099059520cbf4f1722))
856
-
857
-
858
-
859
-
860
-
861
- ## [4.5.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.5.2...cozy-sharing@4.5.3) (2022-08-01)
862
-
863
- **Note:** Version bump only for package cozy-sharing
864
-
865
-
866
-
867
-
868
-
869
- ## 4.5.2 (2022-07-26)
870
-
871
-
872
- ### Bug Fixes
873
-
874
- * Style of paperItem component ([0ac8469](https://github.com/cozy/cozy-libs/commit/0ac8469e4389477c472d6de0db64d3825389438b))
875
-
876
-
877
-
878
-
879
-
880
- ## [4.5.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.5.0...cozy-sharing@4.5.1) (2022-07-13)
881
-
882
-
883
- ### Bug Fixes
884
-
885
- * Handle old react-routers in ShareModal ([b6fe5cb](https://github.com/cozy/cozy-libs/commit/b6fe5cb40492a7a3e71b7e6652a2f95f4c63b39d))
886
- * Revert ShareByEmail for Notes ([e5daeb9](https://github.com/cozy/cozy-libs/commit/e5daeb96455ed35cf6ca38b87f7c2d812c03a83e))
887
-
888
-
889
-
890
-
891
-
892
- # [4.5.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.4.1...cozy-sharing@4.5.0) (2022-07-13)
893
-
894
-
895
- ### Features
896
-
897
- * Allow sharemodal to use Location ([032f963](https://github.com/cozy/cozy-libs/commit/032f963c7296dcd296c5ef21a8814407ef9cf2cf))
898
-
899
-
900
-
901
-
902
-
903
- ## [4.4.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.4.0...cozy-sharing@4.4.1) (2022-07-11)
904
-
905
- **Note:** Version bump only for package cozy-sharing
906
-
907
-
908
-
909
-
910
-
911
- # 4.4.0 (2022-07-05)
912
-
913
-
914
- ### Bug Fixes
915
-
916
- * Lint issue ([8523d7a](https://github.com/cozy/cozy-libs/commit/8523d7accbe7ee83b6a2fe7abf4cc629fcd76e61))
917
-
918
-
919
- ### Features
920
-
921
- * All oauth methods to handle reconection case ([b1a6033](https://github.com/cozy/cozy-libs/commit/b1a6033b393b1732d985807328ea83e1c87e5373))
922
- * **sharing:** Add `react-router` to devDeps & peerDeps ([baf1359](https://github.com/cozy/cozy-libs/commit/baf1359c72c1644bc01fab8873267178c00bd9fa))
923
-
924
-
925
-
926
-
927
-
928
- ## 4.3.1 (2022-06-24)
929
-
930
- **Note:** Version bump only for package cozy-sharing
931
-
932
-
933
-
934
-
935
-
936
- # 4.3.0 (2022-06-03)
937
-
938
-
939
- ### Features
940
-
941
- * **harvest:** HandleOAuthResponse can deal with cozy-data from DOM ([7c6ac1a](https://github.com/cozy/cozy-libs/commit/7c6ac1a8de7dd2b136530d0aafdb1e3f9e28fa56))
942
-
943
-
944
-
945
-
946
-
947
- ## [4.2.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.2.1...cozy-sharing@4.2.2) (2022-05-13)
948
-
949
- **Note:** Version bump only for package cozy-sharing
950
-
951
-
952
-
953
-
954
-
955
- ## [4.2.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.2.0...cozy-sharing@4.2.1) (2022-05-10)
956
-
957
- **Note:** Version bump only for package cozy-sharing
958
-
959
-
960
-
961
-
962
-
963
- # 4.2.0 (2022-05-09)
964
-
965
-
966
- ### Bug Fixes
967
-
968
- * bump react-dom from 16.12.0 to 16.13.0 ([2a5b850](https://github.com/cozy/cozy-libs/commit/2a5b8509555f061b136a4b5f2e38b36eb75ea0be))
969
-
970
-
971
- ### Features
972
-
973
- * Add papers filter on Home ([fd839dc](https://github.com/cozy/cozy-libs/commit/fd839dc6d2538799d8dafc1905d423410c251df6))
974
-
975
-
976
-
977
-
978
-
979
- ## [4.1.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.1.6...cozy-sharing@4.1.7) (2022-04-28)
980
-
981
- **Note:** Version bump only for package cozy-sharing
982
-
983
-
984
-
985
-
986
-
987
- ## 4.1.6 (2022-04-25)
988
-
989
- **Note:** Version bump only for package cozy-sharing
990
-
991
-
992
-
993
-
994
-
995
- ## [4.1.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.1.4...cozy-sharing@4.1.5) (2022-03-10)
996
-
997
- **Note:** Version bump only for package cozy-sharing
998
-
999
-
1000
-
1001
-
1002
-
1003
- ## [4.1.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.1.3...cozy-sharing@4.1.4) (2022-03-01)
1004
-
1005
-
1006
- ### Bug Fixes
1007
-
1008
- * **sharing:** Upgrade cozy-ui to remove justifyContent warning ([eb6318f](https://github.com/cozy/cozy-libs/commit/eb6318f0d0cd2e39e47b80b35e30efb766d6e553))
1009
-
1010
-
1011
-
1012
-
1013
-
1014
- ## [4.1.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.1.2...cozy-sharing@4.1.3) (2022-02-21)
1015
-
1016
-
1017
- ### Bug Fixes
1018
-
1019
- * **sharing:** Escape public name in public cozy2cozy view ([b5af978](https://github.com/cozy/cozy-libs/commit/b5af978e6f349819b8f76e097f328a87a6c18912))
1020
-
1021
-
1022
-
1023
-
1024
-
1025
- ## [4.1.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.1.1...cozy-sharing@4.1.2) (2022-02-18)
1026
-
1027
-
1028
- ### Bug Fixes
1029
-
1030
- * **deps:** pin dependencies ([e53d065](https://github.com/cozy/cozy-libs/commit/e53d065090224ea340b2c25c3afd14f223f4d119))
1031
-
1032
-
1033
-
1034
-
1035
-
1036
- ## [4.1.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.1.0...cozy-sharing@4.1.1) (2022-02-15)
1037
-
1038
-
1039
- ### Bug Fixes
1040
-
1041
- * **deps:** update dependency babel-plugin-inline-react-svg to v1.1.2 ([2c66da8](https://github.com/cozy/cozy-libs/commit/2c66da822e24b0d30714d7fa4cd79c26696adcc6))
1042
- * **deps:** update dependency enzyme-to-json to v3.6.2 ([4b90ff6](https://github.com/cozy/cozy-libs/commit/4b90ff66bcf692886eb197727eed1d7dd7a41cb1))
1043
-
1044
-
1045
-
1046
-
1047
-
1048
- # [4.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.0.5...cozy-sharing@4.1.0) (2022-02-14)
1049
-
1050
-
1051
- ### Features
1052
-
1053
- * **sharing:** Upgrade cozy-ui to benefit of new component ([db7490b](https://github.com/cozy/cozy-libs/commit/db7490ba5f1585e2a925f5c054aa611c93617bdc))
1054
-
1055
-
1056
-
1057
-
1058
-
1059
- ## [4.0.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.0.4...cozy-sharing@4.0.5) (2022-02-04)
1060
-
1061
- **Note:** Version bump only for package cozy-sharing
1062
-
1063
-
1064
-
1065
-
1066
-
1067
- ## [4.0.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.0.3...cozy-sharing@4.0.4) (2022-02-03)
1068
-
1069
-
1070
- ### Bug Fixes
1071
-
1072
- * **deps:** update dependency jest to v26.6.3 ([f442fff](https://github.com/cozy/cozy-libs/commit/f442fff5f594f04f910046d971950023fcbdd958))
1073
-
1074
-
1075
-
1076
-
1077
-
1078
- ## [4.0.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.0.2...cozy-sharing@4.0.3) (2022-02-01)
1079
-
1080
-
1081
- ### Bug Fixes
1082
-
1083
- * **deps:** update babel monorepo ([dcc215a](https://github.com/cozy/cozy-libs/commit/dcc215a0478db2cb3175b09d759bce8153ad4000))
1084
-
1085
-
1086
-
1087
-
1088
-
1089
- ## [4.0.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.0.1...cozy-sharing@4.0.2) (2022-01-28)
1090
-
1091
- **Note:** Version bump only for package cozy-sharing
1092
-
1093
-
1094
-
1095
-
1096
-
1097
- ## [4.0.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.0.0...cozy-sharing@4.0.1) (2022-01-07)
1098
-
1099
- **Note:** Version bump only for package cozy-sharing
1100
-
1101
-
1102
-
1103
-
1104
-
1105
- # [4.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.10...cozy-sharing@4.0.0) (2022-01-07)
1106
-
1107
-
1108
- ### Features
1109
-
1110
- * **eslint:** Propose Eslint plugin promise ([1fded18](https://github.com/cozy/cozy-libs/commit/1fded18))
1111
-
1112
-
1113
- ### BREAKING CHANGES
1114
-
1115
- * **eslint:** Most errors are not auto fixable,
1116
- if needed, use // disable-next-line
1117
-
1118
- Or insert in .eslintrc:
1119
- {
1120
- "rules": {
1121
- "promise/always-return": "warn",
1122
- "promise/no-return-wrap": "warn",
1123
- "promise/param-names": "warn",
1124
- "promise/catch-or-return": "warn",
1125
- "promise/no-native": "warn",
1126
- "promise/no-nesting": "warn",
1127
- "promise/no-promise-in-callback": "warn",
1128
- "promise/no-callback-in-promise": "warn",
1129
- "promise/avoid-new": "warn",
1130
- "promise/no-new-statics": "warn",
1131
- "promise/no-return-in-finally": "warn",
1132
- "promise/valid-params": "warn"
1133
- }
1134
- }
1135
-
1136
-
1137
-
1138
-
1139
-
1140
- ## [3.12.10](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.9...cozy-sharing@3.12.10) (2022-01-06)
1141
-
1142
- **Note:** Version bump only for package cozy-sharing
1143
-
1144
-
1145
-
1146
-
1147
-
1148
- ## [3.12.9](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.8...cozy-sharing@3.12.9) (2021-12-31)
1149
-
1150
-
1151
- ### Bug Fixes
1152
-
1153
- * **sharing:** ShareButton should not pass I18n props to Cozy-UI Button ([587cd2e](https://github.com/cozy/cozy-libs/commit/587cd2e))
1154
-
1155
-
1156
-
1157
-
1158
-
1159
- ## [3.12.8](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.7...cozy-sharing@3.12.8) (2021-12-28)
1160
-
1161
- **Note:** Version bump only for package cozy-sharing
1162
-
1163
-
1164
-
1165
-
1166
-
1167
- ## [3.12.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.6...cozy-sharing@3.12.7) (2021-12-24)
1168
-
1169
-
1170
- ### Bug Fixes
1171
-
1172
- * **sharing:** typo in fr language when sending email ([59e0266](https://github.com/cozy/cozy-libs/commit/59e0266))
1173
-
1174
-
1175
-
1176
-
1177
-
1178
- ## [3.12.6](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.5...cozy-sharing@3.12.6) (2021-12-20)
1179
-
1180
- **Note:** Version bump only for package cozy-sharing
1181
-
1182
-
1183
-
1184
-
1185
-
1186
- ## [3.12.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.4...cozy-sharing@3.12.5) (2021-12-02)
1187
-
1188
- **Note:** Version bump only for package cozy-sharing
1189
-
1190
-
1191
-
1192
-
1193
-
1194
- ## [3.12.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.3...cozy-sharing@3.12.4) (2021-11-09)
1195
-
1196
- **Note:** Version bump only for package cozy-sharing
1197
-
1198
-
1199
-
1200
-
1201
-
1202
- ## [3.12.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.2...cozy-sharing@3.12.3) (2021-10-22)
1203
-
1204
- **Note:** Version bump only for package cozy-sharing
1205
-
1206
-
1207
-
1208
-
1209
-
1210
- ## [3.12.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.1...cozy-sharing@3.12.2) (2021-10-07)
1211
-
1212
-
1213
- ### Bug Fixes
1214
-
1215
- * Translate ShareByEmail success message ([da418c6](https://github.com/cozy/cozy-libs/commit/da418c6))
1216
-
1217
-
1218
-
1219
-
1220
-
1221
- ## [3.12.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.0...cozy-sharing@3.12.1) (2021-10-04)
1222
-
1223
-
1224
- ### Bug Fixes
1225
-
1226
- * Display Recipient's initials if no avatarPath or status is provided ([4b3c167](https://github.com/cozy/cozy-libs/commit/4b3c167))
1227
-
1228
-
1229
-
1230
-
1231
-
1232
- # [3.12.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.11.0...cozy-sharing@3.12.0) (2021-09-28)
1233
-
1234
-
1235
- ### Bug Fixes
1236
-
1237
- * Set `recipientsToBeConfirmed` default to `[]` on `WhoHasAccess` ([694c5c8](https://github.com/cozy/cozy-libs/commit/694c5c8))
1238
-
1239
-
1240
- ### Features
1241
-
1242
- * Add confirm trusted recipients dialog ([dfe1695](https://github.com/cozy/cozy-libs/commit/dfe1695))
1243
- * Add onShared callback to SharingProvider ([f5e5f8f](https://github.com/cozy/cozy-libs/commit/f5e5f8f))
1244
-
1245
-
1246
-
1247
-
1248
-
1249
- # [3.11.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.10.0...cozy-sharing@3.11.0) (2021-09-28)
1250
-
1251
-
1252
- ### Bug Fixes
1253
-
1254
- * Correctly handle async events in `ShareDialogCozyToCozy` tests ([5e088cd](https://github.com/cozy/cozy-libs/commit/5e088cd))
1255
-
1256
-
1257
- ### Features
1258
-
1259
- * Add a back button to sharing dialog when confirming a contact ([574f68b](https://github.com/cozy/cozy-libs/commit/574f68b))
1260
- * Bump cozy-ui to `54.0.0` ([41f22ec](https://github.com/cozy/cozy-libs/commit/41f22ec))
1261
- * Improve two steps confirmation use experience ([2c4da7b](https://github.com/cozy/cozy-libs/commit/2c4da7b))
1262
-
1263
-
1264
-
1265
-
1266
-
1267
- # [3.10.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.9.0...cozy-sharing@3.10.0) (2021-09-20)
1268
-
1269
-
1270
- ### Features
1271
-
1272
- * Expose useSharingInfos hook as public API ([671520b](https://github.com/cozy/cozy-libs/commit/671520b))
1273
-
1274
-
1275
-
1276
-
1277
-
1278
- # [3.9.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.8.0...cozy-sharing@3.9.0) (2021-09-16)
1279
-
1280
-
1281
- ### Features
1282
-
1283
- * Harmonize `DropdownButton` typography ([8f28073](https://github.com/cozy/cozy-libs/commit/8f28073))
1284
-
1285
-
1286
-
1287
-
1288
-
1289
- # [3.8.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.7.0...cozy-sharing@3.8.0) (2021-09-13)
1290
-
1291
-
1292
- ### Features
1293
-
1294
- * Reword contact confirmation dialog ([942b0cd](https://github.com/cozy/cozy-libs/commit/942b0cd))
1295
-
1296
-
1297
-
1298
-
1299
-
1300
- # [3.7.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.6.0...cozy-sharing@3.7.0) (2021-09-06)
1301
-
1302
-
1303
- ### Bug Fixes
1304
-
1305
- * Add translater function to email sharing success ([1d207c3](https://github.com/cozy/cozy-libs/commit/1d207c3))
1306
-
1307
-
1308
- ### Features
1309
-
1310
- * Add a displayer check ([50ea467](https://github.com/cozy/cozy-libs/commit/50ea467))
1311
- * Add all needed files for Sharing Banner ([dc288bf](https://github.com/cozy/cozy-libs/commit/dc288bf))
1312
- * Add Sharing Banner ([27ad82d](https://github.com/cozy/cozy-libs/commit/27ad82d))
1313
- * Bump cozy-ui to match cozy-notes version ([34e3cc5](https://github.com/cozy/cozy-libs/commit/34e3cc5))
1314
- * Fix SharingBanner test ([df2a9c6](https://github.com/cozy/cozy-libs/commit/df2a9c6))
1315
- * Remove drive from homeHref ([97010d3](https://github.com/cozy/cozy-libs/commit/97010d3))
1316
- * Reorganize directories ([3e005e4](https://github.com/cozy/cozy-libs/commit/3e005e4))
1317
-
1318
-
1319
-
1320
-
1321
-
1322
- # [3.6.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.5.0...cozy-sharing@3.6.0) (2021-09-03)
1323
-
1324
-
1325
- ### Features
1326
-
1327
- * Add prop-types for `Recipient` ([f5db3d0](https://github.com/cozy/cozy-libs/commit/f5db3d0))
1328
- * Allow email sharing in Notes ([4f6b49b](https://github.com/cozy/cozy-libs/commit/4f6b49b))
1329
- * Implement `CozyPassFingerprintDialogContent` ([bcdcd7a](https://github.com/cozy/cozy-libs/commit/bcdcd7a))
1330
- * Implement `reject` scenario for twoStepsConfirmation ([022543a](https://github.com/cozy/cozy-libs/commit/022543a))
1331
- * Implement confirmation actions on `Recipient` ([d4d905a](https://github.com/cozy/cozy-libs/commit/d4d905a))
1332
- * Implement twoStepsConfirmation in `ShareModal` ([ce96bcf](https://github.com/cozy/cozy-libs/commit/ce96bcf))
1333
- * Implement twoStepsConfirmation in `WhoHasAccess` ([8435795](https://github.com/cozy/cozy-libs/commit/8435795))
1334
- * Improve prop-type for `recipientsToBeConfirmed` in `WhoHasAccess` ([8388860](https://github.com/cozy/cozy-libs/commit/8388860))
1335
- * Remove prop `hasTwhoStepsConfirmation` ([8b1d655](https://github.com/cozy/cozy-libs/commit/8b1d655))
1336
- * Set first `status` to `sharing` if no confirmation method provided ([382a6f6](https://github.com/cozy/cozy-libs/commit/382a6f6))
1337
- * Use `useSafeState` hook in `ShareDialogCozyToCozy` ([855eef9](https://github.com/cozy/cozy-libs/commit/855eef9))
1338
-
1339
-
1340
-
1341
-
1342
-
1343
- # [3.5.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.4.2...cozy-sharing@3.5.0) (2021-08-10)
1344
-
1345
-
1346
- ### Bug Fixes
1347
-
1348
- * FetchFilesPaths only for documents that have a path ([a1d7e13](https://github.com/cozy/cozy-libs/commit/a1d7e13))
1349
- * Skip path querying for `non-file` documents in createSharingInStore ([c7635e4](https://github.com/cozy/cozy-libs/commit/c7635e4))
1350
-
1351
-
1352
- ### Features
1353
-
1354
- * Add translations for Organizations document type ([5916041](https://github.com/cozy/cozy-libs/commit/5916041))
1355
- * Bump cozy-client to `23.19.0` and cozy-ui to `51.5.0` ([949f228](https://github.com/cozy/cozy-libs/commit/949f228))
1356
- * Disable `previewPath` for organizations ([5696109](https://github.com/cozy/cozy-libs/commit/5696109))
1357
- * Disable shareByLink for organizations ([caae1d8](https://github.com/cozy/cozy-libs/commit/caae1d8))
1358
- * Expose `previewPath` as a prop of `SharingContext` ([064458c](https://github.com/cozy/cozy-libs/commit/064458c))
1359
-
1360
-
1361
-
1362
-
1363
-
1364
- ## [3.4.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.4.1...cozy-sharing@3.4.2) (2021-06-17)
1365
-
1366
-
1367
- ### Bug Fixes
1368
-
1369
- * Add props in state ([6795d00](https://github.com/cozy/cozy-libs/commit/6795d00))
1370
- * **deps:** Update devDeps cozy-client 16.8.0 to 23.9.1 ([0388464](https://github.com/cozy/cozy-libs/commit/0388464))
1371
-
1372
-
1373
-
1374
-
1375
-
1376
- ## [3.4.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.4.0...cozy-sharing@3.4.1) (2021-06-12)
1377
-
1378
- **Note:** Version bump only for package cozy-sharing
1379
-
1380
-
1381
-
1382
-
1383
-
1384
- # [3.4.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.3.7...cozy-sharing@3.4.0) (2021-06-02)
1385
-
1386
-
1387
- ### Features
1388
-
1389
- * Expose useFetchDocumentPath method ([ff18898](https://github.com/cozy/cozy-libs/commit/ff18898))
1390
-
1391
-
1392
-
1393
-
1394
-
1395
- ## [3.3.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.3.6...cozy-sharing@3.3.7) (2021-05-06)
1396
-
1397
- **Note:** Version bump only for package cozy-sharing
1398
-
1399
-
1400
-
1401
-
1402
-
1403
- ## [3.3.6](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.3.5...cozy-sharing@3.3.6) (2021-05-06)
1404
-
1405
- **Note:** Version bump only for package cozy-sharing
1406
-
1407
-
1408
-
1409
-
1410
-
1411
- ## [3.3.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.3.4...cozy-sharing@3.3.5) (2021-04-29)
1412
-
1413
- **Note:** Version bump only for package cozy-sharing
1414
-
1415
-
1416
-
1417
-
1418
-
1419
- ## [3.3.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.3.3...cozy-sharing@3.3.4) (2021-04-28)
1420
-
1421
- **Note:** Version bump only for package cozy-sharing
1422
-
1423
-
1424
-
1425
-
1426
-
1427
- ## [3.3.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.3.2...cozy-sharing@3.3.3) (2021-04-08)
1428
-
1429
-
1430
- ### Bug Fixes
1431
-
1432
- * ShareByLink z-index on iOS ([447a17b](https://github.com/cozy/cozy-libs/commit/447a17b))
1433
-
1434
-
1435
-
1436
-
1437
-
1438
- ## [3.3.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.3.1...cozy-sharing@3.3.2) (2021-03-25)
1439
-
1440
- **Note:** Version bump only for package cozy-sharing
1441
-
1442
-
1443
-
1444
-
1445
-
1446
- ## [3.3.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.3.0...cozy-sharing@3.3.1) (2021-03-22)
1447
-
1448
- **Note:** Version bump only for package cozy-sharing
1449
-
1450
-
1451
-
1452
-
1453
-
1454
- # [3.3.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.2.0...cozy-sharing@3.3.0) (2021-03-17)
1455
-
1456
-
1457
- ### Bug Fixes
1458
-
1459
- * Changing of pomegranate to error ([24c72f4](https://github.com/cozy/cozy-libs/commit/24c72f4))
1460
- * Error path import ([7f0071f](https://github.com/cozy/cozy-libs/commit/7f0071f))
1461
-
1462
-
1463
- ### Features
1464
-
1465
- * Migrating to Typography component ([25a8ef7](https://github.com/cozy/cozy-libs/commit/25a8ef7))
1466
-
1467
-
1468
-
1469
-
1470
-
1471
- # [3.2.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.1.0...cozy-sharing@3.2.0) (2021-03-16)
1472
-
1473
-
1474
- ### Features
1475
-
1476
- * ShareAutosuggest can now handle with contact givenName ([75b4192](https://github.com/cozy/cozy-libs/commit/75b4192))
1477
-
1478
-
1479
-
1480
-
1481
-
1482
- # [3.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.0.0...cozy-sharing@3.1.0) (2021-03-04)
1483
-
1484
-
1485
- ### Features
1486
-
1487
- * Add shortLabel prop to ShareButton ([7d83069](https://github.com/cozy/cozy-libs/commit/7d83069))
1488
-
1489
-
1490
-
1491
-
1492
-
1493
- # [3.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.12.2...cozy-sharing@3.0.0) (2021-03-04)
1494
-
1495
-
1496
- ### Features
1497
-
1498
- * Update to muiv4 for cozy-sharing ([9d5c589](https://github.com/cozy/cozy-libs/commit/9d5c589))
1499
-
1500
-
1501
- ### BREAKING CHANGES
1502
-
1503
- * The application needs to use MUI v4 to works properly with this version of cozy-sharing
1504
-
1505
-
1506
-
1507
-
1508
-
1509
- ## [2.12.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.12.1...cozy-sharing@2.12.2) (2021-03-02)
1510
-
1511
- **Note:** Version bump only for package cozy-sharing
1512
-
1513
-
1514
-
1515
-
1516
-
1517
- ## [2.12.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.12.0...cozy-sharing@2.12.1) (2021-02-24)
1518
-
1519
- **Note:** Version bump only for package cozy-sharing
1520
-
1521
-
1522
-
1523
-
1524
-
1525
- # [2.12.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.11.7...cozy-sharing@2.12.0) (2021-02-18)
1526
-
1527
-
1528
- ### Bug Fixes
1529
-
1530
- * Divider import in SharingDetailsModal ([f349b54](https://github.com/cozy/cozy-libs/commit/f349b54))
1531
-
1532
-
1533
- ### Features
1534
-
1535
- * Upgrade cozy-ui to 44.10.1 ([de02e39](https://github.com/cozy/cozy-libs/commit/de02e39))
1536
-
1537
-
1538
-
1539
-
1540
-
1541
- ## [2.11.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.11.6...cozy-sharing@2.11.7) (2021-02-17)
1542
-
1543
-
1544
- ### Bug Fixes
1545
-
1546
- * Sharing type for recipients in sharing modal ([f1ebea9](https://github.com/cozy/cozy-libs/commit/f1ebea9))
1547
-
1548
-
1549
-
1550
-
1551
-
1552
- ## [2.11.6](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.11.5...cozy-sharing@2.11.6) (2021-02-12)
1553
-
1554
- **Note:** Version bump only for package cozy-sharing
1555
-
1556
-
1557
-
1558
-
1559
-
1560
- ## [2.11.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.11.4...cozy-sharing@2.11.5) (2021-02-12)
1561
-
1562
- **Note:** Version bump only for package cozy-sharing
1563
-
1564
-
1565
-
1566
-
1567
-
1568
- ## [2.11.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.11.3...cozy-sharing@2.11.4) (2021-02-04)
1569
-
1570
-
1571
- ### Bug Fixes
1572
-
1573
- * Don't crash if there is no value inside a permission ([bf35110](https://github.com/cozy/cozy-libs/commit/bf35110))
1574
-
1575
-
1576
-
1577
-
1578
-
1579
- ## [2.11.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.11.2...cozy-sharing@2.11.3) (2021-01-29)
1580
-
1581
- **Note:** Version bump only for package cozy-sharing
1582
-
1583
-
1584
-
1585
-
1586
-
1587
- ## [2.11.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.11.1...cozy-sharing@2.11.2) (2021-01-28)
1588
-
1589
- **Note:** Version bump only for package cozy-sharing
1590
-
1591
-
1592
-
1593
-
1594
-
1595
- ## [2.11.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.11.0...cozy-sharing@2.11.1) (2021-01-18)
1596
-
1597
- **Note:** Version bump only for package cozy-sharing
1598
-
1599
-
1600
-
1601
-
1602
-
1603
- # [2.11.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.10.0...cozy-sharing@2.11.0) (2020-12-07)
1604
-
1605
-
1606
- ### Features
1607
-
1608
- * Increase pagination size ([f03a36c](https://github.com/cozy/cozy-libs/commit/f03a36c))
1609
- * Upgrade cozy-client to have access to partialIndex API ([532df4a](https://github.com/cozy/cozy-libs/commit/532df4a))
1610
- * Use partial index to speed up contact search ([0eaa281](https://github.com/cozy/cozy-libs/commit/0eaa281))
1611
-
1612
-
1613
-
1614
-
1615
-
1616
- # [2.10.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.9.0...cozy-sharing@2.10.0) (2020-11-30)
1617
-
1618
-
1619
- ### Features
1620
-
1621
- * Use svgr icon for cozy-sharings ([6bcc95a](https://github.com/cozy/cozy-libs/commit/6bcc95a))
1622
-
1623
-
1624
-
1625
-
1626
-
1627
- # [2.9.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.8.2...cozy-sharing@2.9.0) (2020-11-23)
1628
-
1629
-
1630
- ### Bug Fixes
1631
-
1632
- * Move babel dep to devDep ([d524f28](https://github.com/cozy/cozy-libs/commit/d524f28))
1633
-
1634
-
1635
- ### Features
1636
-
1637
- * Update @babel/core and babel-jest ([352ddc3](https://github.com/cozy/cozy-libs/commit/352ddc3))
1638
- * Update jest ([3b2c32a](https://github.com/cozy/cozy-libs/commit/3b2c32a))
1639
- * Use >= for peer dependencies ([6ec2826](https://github.com/cozy/cozy-libs/commit/6ec2826))
1640
-
1641
-
1642
-
1643
-
1644
-
1645
- ## [2.8.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.8.1...cozy-sharing@2.8.2) (2020-11-20)
1646
-
1647
-
1648
- ### Bug Fixes
1649
-
1650
- * Don't display "Me" in the SharingRecipients. ([f291aeb](https://github.com/cozy/cozy-libs/commit/f291aeb))
1651
- * Fix issue with AvatarX proptype ([d3b7062](https://github.com/cozy/cozy-libs/commit/d3b7062))
1652
- * Reloading issue on Avatar from the stack ([0627982](https://github.com/cozy/cozy-libs/commit/0627982))
1653
- * Remove warning by using popperOptions ([17986ab](https://github.com/cozy/cozy-libs/commit/17986ab))
1654
- * Use models.contact from cozy-client instead of cozy-doctypes ([affac41](https://github.com/cozy/cozy-libs/commit/affac41))
1655
-
1656
-
1657
-
1658
-
1659
-
1660
- ## [2.8.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.8.0...cozy-sharing@2.8.1) (2020-11-19)
1661
-
1662
-
1663
- ### Bug Fixes
1664
-
1665
- * Tooltip on sharingAvatars show only the row recipients ([b2b71ff](https://github.com/cozy/cozy-libs/commit/b2b71ff))
1666
-
1667
-
1668
-
1669
-
1670
-
1671
- # [2.8.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.7.1...cozy-sharing@2.8.0) (2020-11-19)
1672
-
1673
-
1674
- ### Bug Fixes
1675
-
1676
- * Remove status that doesn't exist ([bd4cc2e](https://github.com/cozy/cozy-libs/commit/bd4cc2e))
1677
-
1678
-
1679
- ### Features
1680
-
1681
- * SendingEmail is not an error ([18bfe76](https://github.com/cozy/cozy-libs/commit/18bfe76))
1682
-
1683
-
1684
-
1685
-
1686
-
1687
- ## [2.7.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.7.0...cozy-sharing@2.7.1) (2020-11-19)
1688
-
1689
-
1690
- ### Bug Fixes
1691
-
1692
- * SharingAvatar link is not separated + avatar size ([5bf669b](https://github.com/cozy/cozy-libs/commit/5bf669b))
1693
-
1694
-
1695
-
1696
-
1697
-
1698
- # [2.7.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.6.1...cozy-sharing@2.7.0) (2020-11-17)
1699
-
1700
-
1701
- ### Features
1702
-
1703
- * Update cozy-ui for cozy-sharing ([914a57f](https://github.com/cozy/cozy-libs/commit/914a57f))
1704
-
1705
-
1706
-
1707
-
1708
-
1709
- ## [2.6.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.6.0...cozy-sharing@2.6.1) (2020-11-16)
1710
-
1711
-
1712
- ### Bug Fixes
1713
-
1714
- * No margin on first recipient when no AvatarPlusX ([5f14ad7](https://github.com/cozy/cozy-libs/commit/5f14ad7))
1715
-
1716
-
1717
-
1718
-
1719
-
1720
- # [2.6.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.5.2...cozy-sharing@2.6.0) (2020-11-10)
1721
-
1722
-
1723
- ### Bug Fixes
1724
-
1725
- * Size of sharing avatar to smaller ([725cdf7](https://github.com/cozy/cozy-libs/commit/725cdf7))
1726
- * Style of Recipient icons ([859c409](https://github.com/cozy/cozy-libs/commit/859c409))
1727
-
1728
-
1729
- ### Features
1730
-
1731
- * AvatarPlusX can now use className ([d5fc1b3](https://github.com/cozy/cozy-libs/commit/d5fc1b3))
1732
- * Update cozy-ui to 40.6.0 ([6b9f348](https://github.com/cozy/cozy-libs/commit/6b9f348))
1733
-
1734
-
1735
-
1736
-
1737
-
1738
- ## [2.5.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.5.1...cozy-sharing@2.5.2) (2020-11-05)
1739
-
1740
- **Note:** Version bump only for package cozy-sharing
1741
-
1742
-
1743
-
1744
-
1745
-
1746
- ## [2.5.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.5.0...cozy-sharing@2.5.1) (2020-11-05)
1747
-
1748
-
1749
- ### Bug Fixes
1750
-
1751
- * Better proptypes ([cdc9af5](https://github.com/cozy/cozy-libs/commit/cdc9af5))
1752
- * Don't use the same key for different usage. ([6186711](https://github.com/cozy/cozy-libs/commit/6186711))
1753
- * Need disableEnforceFocus to be able to coyp/past the link ([a034b5f](https://github.com/cozy/cozy-libs/commit/a034b5f))
1754
- * Note has its title in attributes.name ([1224476](https://github.com/cozy/cozy-libs/commit/1224476))
1755
- * Split Dialog in two ([ac16bac](https://github.com/cozy/cozy-libs/commit/ac16bac))
1756
- * Use open and not opened ([3d23325](https://github.com/cozy/cozy-libs/commit/3d23325))
1757
- * Use popper fixed if needed ([b5210e3](https://github.com/cozy/cozy-libs/commit/b5210e3))
1758
-
1759
-
1760
-
1761
-
1762
-
1763
- # [2.5.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.4.0...cozy-sharing@2.5.0) (2020-11-04)
1764
-
1765
-
1766
- ### Features
1767
-
1768
- * Update cozy-ui to 40.3.0 ([0a104fa](https://github.com/cozy/cozy-libs/commit/0a104fa))
1769
-
1770
-
1771
-
1772
-
1773
-
1774
- # [2.4.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.3.1...cozy-sharing@2.4.0) (2020-11-04)
1775
-
1776
-
1777
- ### Features
1778
-
1779
- * RecipientAvatar are greyed if pending ([f8a7a53](https://github.com/cozy/cozy-libs/commit/f8a7a53))
1780
- * RecipientsAvatars doesn't show owner avatar if it's 'me' ([3adbba6](https://github.com/cozy/cozy-libs/commit/3adbba6))
1781
- * SharedStatus shows avatars instead of text ([0f7bf9b](https://github.com/cozy/cozy-libs/commit/0f7bf9b))
1782
-
1783
-
1784
-
1785
-
1786
-
1787
- ## [2.3.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.3.0...cozy-sharing@2.3.1) (2020-11-03)
1788
-
1789
- **Note:** Version bump only for package cozy-sharing
1790
-
1791
-
1792
-
1793
-
1794
-
1795
- # [2.3.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.2.0...cozy-sharing@2.3.0) (2020-10-29)
1796
-
1797
-
1798
- ### Features
1799
-
1800
- * Add size to title ([5f14685](https://github.com/cozy/cozy-libs/commit/5f14685))
1801
- * Display the document name in the Sharing Modale ([a7832ac](https://github.com/cozy/cozy-libs/commit/a7832ac))
1802
-
1803
-
1804
-
1805
-
1806
-
1807
- # [2.2.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.1.0...cozy-sharing@2.2.0) (2020-10-26)
1808
-
1809
-
1810
- ### Bug Fixes
1811
-
1812
- * Add open_sharing attribute to share() ([8dd6f8d](https://github.com/cozy/cozy-libs/commit/8dd6f8d))
1813
- * GetPrimaryCozy is not exactly the same between doctypes and models ([f7e6a09](https://github.com/cozy/cozy-libs/commit/f7e6a09))
1814
- * If sharingType is read only don't display read / write option ([69f8be5](https://github.com/cozy/cozy-libs/commit/69f8be5))
1815
-
1816
-
1817
- ### Features
1818
-
1819
- * Pass the sharing Object down to the tree ([6b5e26b](https://github.com/cozy/cozy-libs/commit/6b5e26b))
1820
- * Upgrade Cozy-Client ([aac9610](https://github.com/cozy/cozy-libs/commit/aac9610))
1821
- * Upgrade cozy-client to get SharingAPI ([40b6e14](https://github.com/cozy/cozy-libs/commit/40b6e14))
1822
-
1823
-
1824
-
1825
-
1826
-
1827
- # [2.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.0.0...cozy-sharing@2.1.0) (2020-10-19)
1828
-
1829
-
1830
- ### Features
1831
-
1832
- * Use @cozy/minilog instead of minilog ([621abad](https://github.com/cozy/cozy-libs/commit/621abad))
1833
-
1834
-
1835
-
1836
-
1837
-
1838
- # [2.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.16.2...cozy-sharing@2.0.0) (2020-10-19)
1839
-
1840
-
1841
- ### Bug Fixes
1842
-
1843
- * SelectBox is displayed 'fixed' ([2445e83](https://github.com/cozy/cozy-libs/commit/2445e83))
1844
-
1845
-
1846
- ### Features
1847
-
1848
- * Upgrade Cozy-UI ([ca1cb0d](https://github.com/cozy/cozy-libs/commit/ca1cb0d))
1849
-
1850
-
1851
- ### BREAKING CHANGES
1852
-
1853
- * You have to upgrade at least
1854
- to UI 36.2.0 to have access to non
1855
- ExperimentalDialog
1856
-
1857
-
1858
-
1859
-
1860
-
1861
- ## [1.16.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.16.1...cozy-sharing@1.16.2) (2020-10-01)
1862
-
1863
-
1864
- ### Bug Fixes
1865
-
1866
- * Lint issue ([aa10617](https://github.com/cozy/cozy-libs/commit/aa10617))
1867
-
1868
-
1869
-
1870
-
1871
-
1872
- ## [1.16.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.16.0...cozy-sharing@1.16.1) (2020-09-15)
1873
-
1874
- **Note:** Version bump only for package cozy-sharing
1875
-
1876
-
1877
-
1878
-
1879
-
1880
- # [1.16.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.15.2...cozy-sharing@1.16.0) (2020-09-10)
1881
-
1882
-
1883
- ### Features
1884
-
1885
- * Support sharings with shortcuts ([1c24ed0](https://github.com/cozy/cozy-libs/commit/1c24ed0))
1886
- * Use avatar from server ([2c56ac8](https://github.com/cozy/cozy-libs/commit/2c56ac8))
1887
-
1888
-
1889
-
1890
-
1891
-
1892
- ## [1.15.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.15.1...cozy-sharing@1.15.2) (2020-09-04)
1893
-
1894
- **Note:** Version bump only for package cozy-sharing
1895
-
1896
-
1897
-
1898
-
1899
-
1900
- ## [1.15.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.15.0...cozy-sharing@1.15.1) (2020-09-02)
1901
-
1902
-
1903
- ### Bug Fixes
1904
-
1905
- * Ability to copy links ([69791e7](https://github.com/cozy/cozy-libs/commit/69791e7))
1906
- * Don't show clipboard error if automatic copy fails ([c21c690](https://github.com/cozy/cozy-libs/commit/c21c690))
1907
-
1908
-
1909
-
1910
-
1911
-
1912
- # [1.15.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.14.0...cozy-sharing@1.15.0) (2020-08-28)
1913
-
1914
-
1915
- ### Bug Fixes
1916
-
1917
- * Adjust aligment issues ([efdf056](https://github.com/cozy/cozy-libs/commit/efdf056))
1918
- * Make keys more relevant ([2e77114](https://github.com/cozy/cozy-libs/commit/2e77114))
1919
-
1920
-
1921
- ### Features
1922
-
1923
- * Add MUI dependency ([15037a8](https://github.com/cozy/cozy-libs/commit/15037a8))
1924
- * Change share modal layout ([ad74703](https://github.com/cozy/cozy-libs/commit/ad74703))
1925
- * Dedicate dropdown menu to permissions ([337bb2c](https://github.com/cozy/cozy-libs/commit/337bb2c))
1926
- * Different display for error statuses ([c476b3c](https://github.com/cozy/cozy-libs/commit/c476b3c))
1927
- * Remove who has access title ([96fa93b](https://github.com/cozy/cozy-libs/commit/96fa93b))
1928
- * Sharing status is now always displayed ([b02cef3](https://github.com/cozy/cozy-libs/commit/b02cef3))
1929
- * Show pending status when we dont support the real status ([498640e](https://github.com/cozy/cozy-libs/commit/498640e))
1930
-
1931
-
1932
-
1933
-
1934
-
1935
- # [1.14.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.8...cozy-sharing@1.14.0) (2020-08-21)
1936
-
1937
-
1938
- ### Bug Fixes
1939
-
1940
- * Remove warning in tests concerning Button label ([88ba928](https://github.com/cozy/cozy-libs/commit/88ba928))
1941
- * Use global minilog if available and remove logging by default ([91e3959](https://github.com/cozy/cozy-libs/commit/91e3959))
1942
-
1943
-
1944
- ### Features
1945
-
1946
- * Add isRequired on ShareModal `link` prop ([b3cd14e](https://github.com/cozy/cozy-libs/commit/b3cd14e))
1947
- * Update cozy-ui across all libs ([73549b0](https://github.com/cozy/cozy-libs/commit/73549b0))
1948
-
1949
-
1950
-
1951
-
1952
-
1953
- ## [1.13.8](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.7...cozy-sharing@1.13.8) (2020-08-20)
1954
-
1955
-
1956
- ### Bug Fixes
1957
-
1958
- * Use label instead of text to remove Proptypes warning ([10616e2](https://github.com/cozy/cozy-libs/commit/10616e2))
1959
-
1960
-
1961
-
1962
-
1963
-
1964
- ## [1.13.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.6...cozy-sharing@1.13.7) (2020-08-20)
1965
-
1966
- **Note:** Version bump only for package cozy-sharing
1967
-
1968
-
1969
-
1970
-
1971
-
1972
- ## [1.13.6](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.5...cozy-sharing@1.13.6) (2020-08-20)
1973
-
1974
- **Note:** Version bump only for package cozy-sharing
1975
-
1976
-
1977
-
1978
-
1979
-
1980
- ## [1.13.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.4...cozy-sharing@1.13.5) (2020-08-05)
1981
-
1982
- **Note:** Version bump only for package cozy-sharing
1983
-
1984
-
1985
-
1986
-
1987
-
1988
- ## [1.13.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.3...cozy-sharing@1.13.4) (2020-08-05)
1989
-
1990
-
1991
- ### Bug Fixes
1992
-
1993
- * Shared Element when the document has no path ([#1054](https://github.com/cozy/cozy-libs/issues/1054)) ([6ebd223](https://github.com/cozy/cozy-libs/commit/6ebd223))
1994
-
1995
-
1996
-
1997
-
1998
-
1999
- ## [1.13.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.2...cozy-sharing@1.13.3) (2020-08-03)
2000
-
2001
- **Note:** Version bump only for package cozy-sharing
2002
-
2003
-
2004
-
2005
-
2006
-
2007
- ## [1.13.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.1...cozy-sharing@1.13.2) (2020-07-27)
2008
-
2009
- **Note:** Version bump only for package cozy-sharing
2010
-
2011
-
2012
-
2013
-
2014
-
2015
- ## [1.13.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.0...cozy-sharing@1.13.1) (2020-07-21)
2016
-
2017
-
2018
- ### Bug Fixes
2019
-
2020
- * Use same Cozy-UI and CozyClient version everywhere ([6216e62](https://github.com/cozy/cozy-libs/commit/6216e62))
2021
-
2022
-
2023
-
2024
-
2025
-
2026
- # [1.13.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.12.0...cozy-sharing@1.13.0) (2020-07-20)
2027
-
2028
-
2029
- ### Features
2030
-
2031
- * Update cozy-client ([14ca0b9](https://github.com/cozy/cozy-libs/commit/14ca0b9))
2032
- * Update cozy-ui ([a8710f9](https://github.com/cozy/cozy-libs/commit/a8710f9))
2033
-
2034
-
2035
-
2036
-
2037
-
2038
- # [1.12.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.11.7...cozy-sharing@1.12.0) (2020-07-16)
2039
-
2040
-
2041
- ### Features
2042
-
2043
- * Update lodash accross all packages ([6a20128](https://github.com/cozy/cozy-libs/commit/6a20128))
2044
-
2045
-
2046
-
2047
-
2048
-
2049
- ## [1.11.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.11.6...cozy-sharing@1.11.7) (2020-07-08)
2050
-
2051
-
2052
- ### Bug Fixes
2053
-
2054
- * Defer loading data until cozy-client is ready ([5b2a2c0](https://github.com/cozy/cozy-libs/commit/5b2a2c0))
2055
-
2056
-
2057
-
2058
-
2059
-
2060
- ## [1.11.6](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.11.5...cozy-sharing@1.11.6) (2020-07-08)
2061
-
2062
- **Note:** Version bump only for package cozy-sharing
2063
-
2064
-
2065
-
2066
-
871
+ **Note:** Version bump only for package cozy-sharing
2067
872
 
2068
- ## [1.11.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.11.4...cozy-sharing@1.11.5) (2020-07-07)
873
+ ## [3.3.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.3.0...cozy-sharing@3.3.1) (2021-03-22)
2069
874
 
2070
875
  **Note:** Version bump only for package cozy-sharing
2071
876
 
877
+ # [3.3.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.2.0...cozy-sharing@3.3.0) (2021-03-17)
2072
878
 
879
+ ### Bug Fixes
2073
880
 
881
+ - Changing of pomegranate to error ([24c72f4](https://github.com/cozy/cozy-libs/commit/24c72f4))
882
+ - Error path import ([7f0071f](https://github.com/cozy/cozy-libs/commit/7f0071f))
2074
883
 
884
+ ### Features
2075
885
 
2076
- ## [1.11.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.11.3...cozy-sharing@1.11.4) (2020-06-29)
886
+ - Migrating to Typography component ([25a8ef7](https://github.com/cozy/cozy-libs/commit/25a8ef7))
2077
887
 
2078
- **Note:** Version bump only for package cozy-sharing
888
+ # [3.2.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.1.0...cozy-sharing@3.2.0) (2021-03-16)
2079
889
 
890
+ ### Features
2080
891
 
892
+ - ShareAutosuggest can now handle with contact givenName ([75b4192](https://github.com/cozy/cozy-libs/commit/75b4192))
2081
893
 
894
+ # [3.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.0.0...cozy-sharing@3.1.0) (2021-03-04)
2082
895
 
896
+ ### Features
2083
897
 
2084
- ## [1.11.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.11.2...cozy-sharing@1.11.3) (2020-06-25)
898
+ - Add shortLabel prop to ShareButton ([7d83069](https://github.com/cozy/cozy-libs/commit/7d83069))
2085
899
 
2086
- **Note:** Version bump only for package cozy-sharing
900
+ # [3.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.12.2...cozy-sharing@3.0.0) (2021-03-04)
2087
901
 
902
+ ### Features
2088
903
 
904
+ - Update to muiv4 for cozy-sharing ([9d5c589](https://github.com/cozy/cozy-libs/commit/9d5c589))
2089
905
 
906
+ ### BREAKING CHANGES
2090
907
 
908
+ - The application needs to use MUI v4 to works properly with this version of cozy-sharing
2091
909
 
2092
- ## [1.11.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.11.1...cozy-sharing@1.11.2) (2020-06-17)
910
+ ## [2.12.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.12.1...cozy-sharing@2.12.2) (2021-03-02)
911
+
912
+ **Note:** Version bump only for package cozy-sharing
913
+
914
+ ## [2.12.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.12.0...cozy-sharing@2.12.1) (2021-02-24)
2093
915
 
2094
916
  **Note:** Version bump only for package cozy-sharing
2095
917
 
918
+ # [2.12.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.11.7...cozy-sharing@2.12.0) (2021-02-18)
2096
919
 
920
+ ### Bug Fixes
2097
921
 
922
+ - Divider import in SharingDetailsModal ([f349b54](https://github.com/cozy/cozy-libs/commit/f349b54))
2098
923
 
924
+ ### Features
2099
925
 
2100
- ## [1.11.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.11.0...cozy-sharing@1.11.1) (2020-06-03)
926
+ - Upgrade cozy-ui to 44.10.1 ([de02e39](https://github.com/cozy/cozy-libs/commit/de02e39))
2101
927
 
928
+ ## [2.11.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.11.6...cozy-sharing@2.11.7) (2021-02-17)
2102
929
 
2103
930
  ### Bug Fixes
2104
931
 
2105
- * No special case for sharing notes ([425b227](https://github.com/cozy/cozy-libs/commit/425b227))
2106
-
932
+ - Sharing type for recipients in sharing modal ([f1ebea9](https://github.com/cozy/cozy-libs/commit/f1ebea9))
2107
933
 
934
+ ## [2.11.6](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.11.5...cozy-sharing@2.11.6) (2021-02-12)
2108
935
 
936
+ **Note:** Version bump only for package cozy-sharing
2109
937
 
938
+ ## [2.11.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.11.4...cozy-sharing@2.11.5) (2021-02-12)
2110
939
 
2111
- # [1.11.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.10.1...cozy-sharing@1.11.0) (2020-04-27)
940
+ **Note:** Version bump only for package cozy-sharing
2112
941
 
942
+ ## [2.11.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.11.3...cozy-sharing@2.11.4) (2021-02-04)
2113
943
 
2114
944
  ### Bug Fixes
2115
945
 
2116
- * Export all components with locales ([5dd92cb](https://github.com/cozy/cozy-libs/commit/5dd92cb))
2117
- * Missing translation ([dddaf29](https://github.com/cozy/cozy-libs/commit/dddaf29))
2118
- * Removed extra space in string ([651f804](https://github.com/cozy/cozy-libs/commit/651f804))
2119
- * Upgrade ui and client ([c0b9b77](https://github.com/cozy/cozy-libs/commit/c0b9b77))
946
+ - Don't crash if there is no value inside a permission ([bf35110](https://github.com/cozy/cozy-libs/commit/bf35110))
2120
947
 
948
+ ## [2.11.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.11.2...cozy-sharing@2.11.3) (2021-01-29)
2121
949
 
2122
- ### Features
950
+ **Note:** Version bump only for package cozy-sharing
2123
951
 
2124
- * Allow to update a link sharing in state ([d8970f3](https://github.com/cozy/cozy-libs/commit/d8970f3))
2125
- * Handle permission errors ([b7979f5](https://github.com/cozy/cozy-libs/commit/b7979f5))
2126
- * Removed share by link description ([abc9309](https://github.com/cozy/cozy-libs/commit/abc9309))
2127
- * Support writable link-sharing ([e099c7e](https://github.com/cozy/cozy-libs/commit/e099c7e))
952
+ ## [2.11.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.11.1...cozy-sharing@2.11.2) (2021-01-28)
2128
953
 
954
+ **Note:** Version bump only for package cozy-sharing
2129
955
 
956
+ ## [2.11.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.11.0...cozy-sharing@2.11.1) (2021-01-18)
2130
957
 
958
+ **Note:** Version bump only for package cozy-sharing
2131
959
 
960
+ # [2.11.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.10.0...cozy-sharing@2.11.0) (2020-12-07)
2132
961
 
2133
- ## [1.10.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.10.0...cozy-sharing@1.10.1) (2020-03-26)
962
+ ### Features
2134
963
 
2135
- **Note:** Version bump only for package cozy-sharing
964
+ - Increase pagination size ([f03a36c](https://github.com/cozy/cozy-libs/commit/f03a36c))
965
+ - Upgrade cozy-client to have access to partialIndex API ([532df4a](https://github.com/cozy/cozy-libs/commit/532df4a))
966
+ - Use partial index to speed up contact search ([0eaa281](https://github.com/cozy/cozy-libs/commit/0eaa281))
2136
967
 
968
+ # [2.10.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.9.0...cozy-sharing@2.10.0) (2020-11-30)
2137
969
 
970
+ ### Features
2138
971
 
972
+ - Use svgr icon for cozy-sharings ([6bcc95a](https://github.com/cozy/cozy-libs/commit/6bcc95a))
2139
973
 
974
+ # [2.9.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.8.2...cozy-sharing@2.9.0) (2020-11-23)
2140
975
 
2141
- # [1.10.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.9.1...cozy-sharing@1.10.0) (2020-03-25)
976
+ ### Bug Fixes
2142
977
 
978
+ - Move babel dep to devDep ([d524f28](https://github.com/cozy/cozy-libs/commit/d524f28))
2143
979
 
2144
980
  ### Features
2145
981
 
2146
- * Expose hasWriteAccess function in context ([571fdc4](https://github.com/cozy/cozy-libs/commit/571fdc4))
2147
- * Expose SharingContext for usage in hooks ([04b0b5b](https://github.com/cozy/cozy-libs/commit/04b0b5b))
2148
-
2149
-
982
+ - Update @babel/core and babel-jest ([352ddc3](https://github.com/cozy/cozy-libs/commit/352ddc3))
983
+ - Update jest ([3b2c32a](https://github.com/cozy/cozy-libs/commit/3b2c32a))
984
+ - Use >= for peer dependencies ([6ec2826](https://github.com/cozy/cozy-libs/commit/6ec2826))
2150
985
 
986
+ ## [2.8.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.8.1...cozy-sharing@2.8.2) (2020-11-20)
2151
987
 
988
+ ### Bug Fixes
2152
989
 
2153
- ## [1.9.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.9.0...cozy-sharing@1.9.1) (2020-03-25)
990
+ - Don't display "Me" in the SharingRecipients. ([f291aeb](https://github.com/cozy/cozy-libs/commit/f291aeb))
991
+ - Fix issue with AvatarX proptype ([d3b7062](https://github.com/cozy/cozy-libs/commit/d3b7062))
992
+ - Reloading issue on Avatar from the stack ([0627982](https://github.com/cozy/cozy-libs/commit/0627982))
993
+ - Remove warning by using popperOptions ([17986ab](https://github.com/cozy/cozy-libs/commit/17986ab))
994
+ - Use models.contact from cozy-client instead of cozy-doctypes ([affac41](https://github.com/cozy/cozy-libs/commit/affac41))
2154
995
 
996
+ ## [2.8.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.8.0...cozy-sharing@2.8.1) (2020-11-19)
2155
997
 
2156
998
  ### Bug Fixes
2157
999
 
2158
- * Use _id instead of id ([de27d3b](https://github.com/cozy/cozy-libs/commit/de27d3b))
1000
+ - Tooltip on sharingAvatars show only the row recipients ([b2b71ff](https://github.com/cozy/cozy-libs/commit/b2b71ff))
2159
1001
 
1002
+ # [2.8.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.7.1...cozy-sharing@2.8.0) (2020-11-19)
2160
1003
 
1004
+ ### Bug Fixes
2161
1005
 
1006
+ - Remove status that doesn't exist ([bd4cc2e](https://github.com/cozy/cozy-libs/commit/bd4cc2e))
2162
1007
 
1008
+ ### Features
2163
1009
 
2164
- # [1.9.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.12...cozy-sharing@1.9.0) (2020-03-23)
1010
+ - SendingEmail is not an error ([18bfe76](https://github.com/cozy/cozy-libs/commit/18bfe76))
2165
1011
 
1012
+ ## [2.7.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.7.0...cozy-sharing@2.7.1) (2020-11-19)
2166
1013
 
2167
1014
  ### Bug Fixes
2168
1015
 
2169
- * Better regex to handle more complexe emails ([c2d6959](https://github.com/cozy/cozy-libs/commit/c2d6959))
1016
+ - SharingAvatar link is not separated + avatar size ([5bf669b](https://github.com/cozy/cozy-libs/commit/5bf669b))
2170
1017
 
1018
+ # [2.7.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.6.1...cozy-sharing@2.7.0) (2020-11-17)
2171
1019
 
2172
1020
  ### Features
2173
1021
 
2174
- * Handle copy paste string with emails + refacto ([f7042dd](https://github.com/cozy/cozy-libs/commit/f7042dd))
2175
-
2176
-
1022
+ - Update cozy-ui for cozy-sharing ([914a57f](https://github.com/cozy/cozy-libs/commit/914a57f))
2177
1023
 
1024
+ ## [2.6.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.6.0...cozy-sharing@2.6.1) (2020-11-16)
2178
1025
 
1026
+ ### Bug Fixes
2179
1027
 
2180
- ## [1.8.12](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.11...cozy-sharing@1.8.12) (2020-03-13)
1028
+ - No margin on first recipient when no AvatarPlusX ([5f14ad7](https://github.com/cozy/cozy-libs/commit/5f14ad7))
2181
1029
 
1030
+ # [2.6.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.5.2...cozy-sharing@2.6.0) (2020-11-10)
2182
1031
 
2183
1032
  ### Bug Fixes
2184
1033
 
2185
- * Call revokeSelf if not the owner of the sharing ([f7afc60](https://github.com/cozy/cozy-libs/commit/f7afc60))
2186
-
1034
+ - Size of sharing avatar to smaller ([725cdf7](https://github.com/cozy/cozy-libs/commit/725cdf7))
1035
+ - Style of Recipient icons ([859c409](https://github.com/cozy/cozy-libs/commit/859c409))
2187
1036
 
1037
+ ### Features
2188
1038
 
1039
+ - AvatarPlusX can now use className ([d5fc1b3](https://github.com/cozy/cozy-libs/commit/d5fc1b3))
1040
+ - Update cozy-ui to 40.6.0 ([6b9f348](https://github.com/cozy/cozy-libs/commit/6b9f348))
2189
1041
 
1042
+ ## [2.5.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.5.1...cozy-sharing@2.5.2) (2020-11-05)
2190
1043
 
2191
- ## [1.8.11](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.10...cozy-sharing@1.8.11) (2020-03-05)
1044
+ **Note:** Version bump only for package cozy-sharing
2192
1045
 
1046
+ ## [2.5.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.5.0...cozy-sharing@2.5.1) (2020-11-05)
2193
1047
 
2194
1048
  ### Bug Fixes
2195
1049
 
2196
- * Don't import from index ([9ab678c](https://github.com/cozy/cozy-libs/commit/9ab678c))
1050
+ - Better proptypes ([cdc9af5](https://github.com/cozy/cozy-libs/commit/cdc9af5))
1051
+ - Don't use the same key for different usage. ([6186711](https://github.com/cozy/cozy-libs/commit/6186711))
1052
+ - Need disableEnforceFocus to be able to coyp/past the link ([a034b5f](https://github.com/cozy/cozy-libs/commit/a034b5f))
1053
+ - Note has its title in attributes.name ([1224476](https://github.com/cozy/cozy-libs/commit/1224476))
1054
+ - Split Dialog in two ([ac16bac](https://github.com/cozy/cozy-libs/commit/ac16bac))
1055
+ - Use open and not opened ([3d23325](https://github.com/cozy/cozy-libs/commit/3d23325))
1056
+ - Use popper fixed if needed ([b5210e3](https://github.com/cozy/cozy-libs/commit/b5210e3))
2197
1057
 
1058
+ # [2.5.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.4.0...cozy-sharing@2.5.0) (2020-11-04)
2198
1059
 
1060
+ ### Features
2199
1061
 
1062
+ - Update cozy-ui to 40.3.0 ([0a104fa](https://github.com/cozy/cozy-libs/commit/0a104fa))
2200
1063
 
1064
+ # [2.4.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.3.1...cozy-sharing@2.4.0) (2020-11-04)
2201
1065
 
2202
- ## [1.8.10](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.9...cozy-sharing@1.8.10) (2020-03-03)
1066
+ ### Features
2203
1067
 
2204
- **Note:** Version bump only for package cozy-sharing
1068
+ - RecipientAvatar are greyed if pending ([f8a7a53](https://github.com/cozy/cozy-libs/commit/f8a7a53))
1069
+ - RecipientsAvatars doesn't show owner avatar if it's 'me' ([3adbba6](https://github.com/cozy/cozy-libs/commit/3adbba6))
1070
+ - SharedStatus shows avatars instead of text ([0f7bf9b](https://github.com/cozy/cozy-libs/commit/0f7bf9b))
2205
1071
 
1072
+ ## [2.3.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.3.0...cozy-sharing@2.3.1) (2020-11-03)
2206
1073
 
1074
+ **Note:** Version bump only for package cozy-sharing
2207
1075
 
1076
+ # [2.3.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.2.0...cozy-sharing@2.3.0) (2020-10-29)
2208
1077
 
1078
+ ### Features
2209
1079
 
2210
- ## [1.8.9](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.8...cozy-sharing@1.8.9) (2020-02-27)
1080
+ - Add size to title ([5f14685](https://github.com/cozy/cozy-libs/commit/5f14685))
1081
+ - Display the document name in the Sharing Modale ([a7832ac](https://github.com/cozy/cozy-libs/commit/a7832ac))
2211
1082
 
2212
- **Note:** Version bump only for package cozy-sharing
1083
+ # [2.2.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.1.0...cozy-sharing@2.2.0) (2020-10-26)
2213
1084
 
1085
+ ### Bug Fixes
2214
1086
 
1087
+ - Add open_sharing attribute to share() ([8dd6f8d](https://github.com/cozy/cozy-libs/commit/8dd6f8d))
1088
+ - GetPrimaryCozy is not exactly the same between doctypes and models ([f7e6a09](https://github.com/cozy/cozy-libs/commit/f7e6a09))
1089
+ - If sharingType is read only don't display read / write option ([69f8be5](https://github.com/cozy/cozy-libs/commit/69f8be5))
2215
1090
 
1091
+ ### Features
2216
1092
 
1093
+ - Pass the sharing Object down to the tree ([6b5e26b](https://github.com/cozy/cozy-libs/commit/6b5e26b))
1094
+ - Upgrade Cozy-Client ([aac9610](https://github.com/cozy/cozy-libs/commit/aac9610))
1095
+ - Upgrade cozy-client to get SharingAPI ([40b6e14](https://github.com/cozy/cozy-libs/commit/40b6e14))
2217
1096
 
2218
- ## [1.8.8](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.7...cozy-sharing@1.8.8) (2020-02-26)
1097
+ # [2.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@2.0.0...cozy-sharing@2.1.0) (2020-10-19)
2219
1098
 
2220
- **Note:** Version bump only for package cozy-sharing
1099
+ ### Features
2221
1100
 
1101
+ - Use @cozy/minilog instead of minilog ([621abad](https://github.com/cozy/cozy-libs/commit/621abad))
2222
1102
 
1103
+ # [2.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.16.2...cozy-sharing@2.0.0) (2020-10-19)
2223
1104
 
1105
+ ### Bug Fixes
2224
1106
 
1107
+ - SelectBox is displayed 'fixed' ([2445e83](https://github.com/cozy/cozy-libs/commit/2445e83))
2225
1108
 
2226
- ## [1.8.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.6...cozy-sharing@1.8.7) (2020-02-26)
1109
+ ### Features
2227
1110
 
2228
- **Note:** Version bump only for package cozy-sharing
1111
+ - Upgrade Cozy-UI ([ca1cb0d](https://github.com/cozy/cozy-libs/commit/ca1cb0d))
1112
+
1113
+ ### BREAKING CHANGES
2229
1114
 
1115
+ - You have to upgrade at least
1116
+ to UI 36.2.0 to have access to non
1117
+ ExperimentalDialog
2230
1118
 
1119
+ ## [1.16.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.16.1...cozy-sharing@1.16.2) (2020-10-01)
2231
1120
 
1121
+ ### Bug Fixes
2232
1122
 
1123
+ - Lint issue ([aa10617](https://github.com/cozy/cozy-libs/commit/aa10617))
2233
1124
 
2234
- ## [1.8.6](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.5...cozy-sharing@1.8.6) (2020-02-25)
1125
+ ## [1.16.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.16.0...cozy-sharing@1.16.1) (2020-09-15)
2235
1126
 
2236
1127
  **Note:** Version bump only for package cozy-sharing
2237
1128
 
1129
+ # [1.16.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.15.2...cozy-sharing@1.16.0) (2020-09-10)
2238
1130
 
1131
+ ### Features
2239
1132
 
1133
+ - Support sharings with shortcuts ([1c24ed0](https://github.com/cozy/cozy-libs/commit/1c24ed0))
1134
+ - Use avatar from server ([2c56ac8](https://github.com/cozy/cozy-libs/commit/2c56ac8))
2240
1135
 
2241
-
2242
- ## [1.8.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.4...cozy-sharing@1.8.5) (2020-02-24)
1136
+ ## [1.15.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.15.1...cozy-sharing@1.15.2) (2020-09-04)
2243
1137
 
2244
1138
  **Note:** Version bump only for package cozy-sharing
2245
1139
 
1140
+ ## [1.15.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.15.0...cozy-sharing@1.15.1) (2020-09-02)
2246
1141
 
1142
+ ### Bug Fixes
2247
1143
 
1144
+ - Ability to copy links ([69791e7](https://github.com/cozy/cozy-libs/commit/69791e7))
1145
+ - Don't show clipboard error if automatic copy fails ([c21c690](https://github.com/cozy/cozy-libs/commit/c21c690))
2248
1146
 
1147
+ # [1.15.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.14.0...cozy-sharing@1.15.0) (2020-08-28)
2249
1148
 
2250
- ## [1.8.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.3...cozy-sharing@1.8.4) (2020-02-24)
1149
+ ### Bug Fixes
2251
1150
 
2252
- **Note:** Version bump only for package cozy-sharing
1151
+ - Adjust aligment issues ([efdf056](https://github.com/cozy/cozy-libs/commit/efdf056))
1152
+ - Make keys more relevant ([2e77114](https://github.com/cozy/cozy-libs/commit/2e77114))
2253
1153
 
1154
+ ### Features
2254
1155
 
1156
+ - Add MUI dependency ([15037a8](https://github.com/cozy/cozy-libs/commit/15037a8))
1157
+ - Change share modal layout ([ad74703](https://github.com/cozy/cozy-libs/commit/ad74703))
1158
+ - Dedicate dropdown menu to permissions ([337bb2c](https://github.com/cozy/cozy-libs/commit/337bb2c))
1159
+ - Different display for error statuses ([c476b3c](https://github.com/cozy/cozy-libs/commit/c476b3c))
1160
+ - Remove who has access title ([96fa93b](https://github.com/cozy/cozy-libs/commit/96fa93b))
1161
+ - Sharing status is now always displayed ([b02cef3](https://github.com/cozy/cozy-libs/commit/b02cef3))
1162
+ - Show pending status when we dont support the real status ([498640e](https://github.com/cozy/cozy-libs/commit/498640e))
2255
1163
 
1164
+ # [1.14.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.8...cozy-sharing@1.14.0) (2020-08-21)
2256
1165
 
1166
+ ### Bug Fixes
2257
1167
 
2258
- ## [1.8.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.2...cozy-sharing@1.8.3) (2020-02-24)
1168
+ - Remove warning in tests concerning Button label ([88ba928](https://github.com/cozy/cozy-libs/commit/88ba928))
1169
+ - Use global minilog if available and remove logging by default ([91e3959](https://github.com/cozy/cozy-libs/commit/91e3959))
2259
1170
 
2260
- **Note:** Version bump only for package cozy-sharing
1171
+ ### Features
2261
1172
 
1173
+ - Add isRequired on ShareModal `link` prop ([b3cd14e](https://github.com/cozy/cozy-libs/commit/b3cd14e))
1174
+ - Update cozy-ui across all libs ([73549b0](https://github.com/cozy/cozy-libs/commit/73549b0))
2262
1175
 
1176
+ ## [1.13.8](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.7...cozy-sharing@1.13.8) (2020-08-20)
2263
1177
 
1178
+ ### Bug Fixes
2264
1179
 
1180
+ - Use label instead of text to remove Proptypes warning ([10616e2](https://github.com/cozy/cozy-libs/commit/10616e2))
2265
1181
 
2266
- ## [1.8.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.1...cozy-sharing@1.8.2) (2020-02-17)
1182
+ ## [1.13.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.6...cozy-sharing@1.13.7) (2020-08-20)
2267
1183
 
2268
1184
  **Note:** Version bump only for package cozy-sharing
2269
1185
 
1186
+ ## [1.13.6](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.5...cozy-sharing@1.13.6) (2020-08-20)
2270
1187
 
1188
+ **Note:** Version bump only for package cozy-sharing
2271
1189
 
2272
-
2273
-
2274
- ## [1.8.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.0...cozy-sharing@1.8.1) (2020-02-17)
1190
+ ## [1.13.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.4...cozy-sharing@1.13.5) (2020-08-05)
2275
1191
 
2276
1192
  **Note:** Version bump only for package cozy-sharing
2277
1193
 
1194
+ ## [1.13.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.3...cozy-sharing@1.13.4) (2020-08-05)
2278
1195
 
1196
+ ### Bug Fixes
2279
1197
 
1198
+ - Shared Element when the document has no path ([#1054](https://github.com/cozy/cozy-libs/issues/1054)) ([6ebd223](https://github.com/cozy/cozy-libs/commit/6ebd223))
2280
1199
 
1200
+ ## [1.13.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.2...cozy-sharing@1.13.3) (2020-08-03)
2281
1201
 
2282
- # [1.8.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.7.0...cozy-sharing@1.8.0) (2020-01-28)
1202
+ **Note:** Version bump only for package cozy-sharing
2283
1203
 
1204
+ ## [1.13.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.1...cozy-sharing@1.13.2) (2020-07-27)
2284
1205
 
2285
- ### Features
1206
+ **Note:** Version bump only for package cozy-sharing
2286
1207
 
2287
- * Add RefreshableSharings to expose a way to refresh sharings ([6afd92f](https://github.com/cozy/cozy-libs/commit/6afd92f))
1208
+ ## [1.13.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.13.0...cozy-sharing@1.13.1) (2020-07-21)
2288
1209
 
1210
+ ### Bug Fixes
2289
1211
 
1212
+ - Use same Cozy-UI and CozyClient version everywhere ([6216e62](https://github.com/cozy/cozy-libs/commit/6216e62))
2290
1213
 
1214
+ # [1.13.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.12.0...cozy-sharing@1.13.0) (2020-07-20)
2291
1215
 
1216
+ ### Features
2292
1217
 
2293
- # [1.7.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.6.2...cozy-sharing@1.7.0) (2020-01-27)
1218
+ - Update cozy-client ([14ca0b9](https://github.com/cozy/cozy-libs/commit/14ca0b9))
1219
+ - Update cozy-ui ([a8710f9](https://github.com/cozy/cozy-libs/commit/a8710f9))
2294
1220
 
1221
+ # [1.12.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.11.7...cozy-sharing@1.12.0) (2020-07-16)
2295
1222
 
2296
- ### Bug Fixes
1223
+ ### Features
2297
1224
 
2298
- * Better alignment for the display status ([a4b9c3b](https://github.com/cozy/cozy-libs/commit/a4b9c3b))
2299
- * Since we have a bug in the Stack, don't manipulate trashed files ([9e04ffc](https://github.com/cozy/cozy-libs/commit/9e04ffc))
1225
+ - Update lodash accross all packages ([6a20128](https://github.com/cozy/cozy-libs/commit/6a20128))
2300
1226
 
1227
+ ## [1.11.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.11.6...cozy-sharing@1.11.7) (2020-07-08)
2301
1228
 
2302
- ### Features
1229
+ ### Bug Fixes
2303
1230
 
2304
- * Add a onFileDelete method to refresh the Provider ([98e921e](https://github.com/cozy/cozy-libs/commit/98e921e))
2305
- * Add a tooltip on the LinkIcon and set the right color ([8a6d998](https://github.com/cozy/cozy-libs/commit/8a6d998))
1231
+ - Defer loading data until cozy-client is ready ([5b2a2c0](https://github.com/cozy/cozy-libs/commit/5b2a2c0))
2306
1232
 
1233
+ ## [1.11.6](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.11.5...cozy-sharing@1.11.6) (2020-07-08)
2307
1234
 
1235
+ **Note:** Version bump only for package cozy-sharing
2308
1236
 
1237
+ ## [1.11.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.11.4...cozy-sharing@1.11.5) (2020-07-07)
2309
1238
 
1239
+ **Note:** Version bump only for package cozy-sharing
2310
1240
 
2311
- ## [1.6.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.6.1...cozy-sharing@1.6.2) (2020-01-21)
1241
+ ## [1.11.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.11.3...cozy-sharing@1.11.4) (2020-06-29)
2312
1242
 
2313
1243
  **Note:** Version bump only for package cozy-sharing
2314
1244
 
1245
+ ## [1.11.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.11.2...cozy-sharing@1.11.3) (2020-06-25)
2315
1246
 
1247
+ **Note:** Version bump only for package cozy-sharing
2316
1248
 
1249
+ ## [1.11.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.11.1...cozy-sharing@1.11.2) (2020-06-17)
2317
1250
 
1251
+ **Note:** Version bump only for package cozy-sharing
2318
1252
 
2319
- ## [1.6.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.6.0...cozy-sharing@1.6.1) (2020-01-20)
2320
-
1253
+ ## [1.11.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.11.0...cozy-sharing@1.11.1) (2020-06-03)
2321
1254
 
2322
1255
  ### Bug Fixes
2323
1256
 
2324
- * Use minilog cozy fork ([6f815ed](https://github.com/cozy/cozy-libs/commit/6f815ed))
2325
-
1257
+ - No special case for sharing notes ([425b227](https://github.com/cozy/cozy-libs/commit/425b227))
2326
1258
 
1259
+ # [1.11.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.10.1...cozy-sharing@1.11.0) (2020-04-27)
2327
1260
 
1261
+ ### Bug Fixes
2328
1262
 
1263
+ - Export all components with locales ([5dd92cb](https://github.com/cozy/cozy-libs/commit/5dd92cb))
1264
+ - Missing translation ([dddaf29](https://github.com/cozy/cozy-libs/commit/dddaf29))
1265
+ - Removed extra space in string ([651f804](https://github.com/cozy/cozy-libs/commit/651f804))
1266
+ - Upgrade ui and client ([c0b9b77](https://github.com/cozy/cozy-libs/commit/c0b9b77))
2329
1267
 
2330
- # [1.6.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.5.5...cozy-sharing@1.6.0) (2020-01-17)
1268
+ ### Features
2331
1269
 
1270
+ - Allow to update a link sharing in state ([d8970f3](https://github.com/cozy/cozy-libs/commit/d8970f3))
1271
+ - Handle permission errors ([b7979f5](https://github.com/cozy/cozy-libs/commit/b7979f5))
1272
+ - Removed share by link description ([abc9309](https://github.com/cozy/cozy-libs/commit/abc9309))
1273
+ - Support writable link-sharing ([e099c7e](https://github.com/cozy/cozy-libs/commit/e099c7e))
2332
1274
 
2333
- ### Bug Fixes
1275
+ ## [1.10.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.10.0...cozy-sharing@1.10.1) (2020-03-26)
2334
1276
 
2335
- * Fix issue with svg loader ([753a066](https://github.com/cozy/cozy-libs/commit/753a066))
2336
- * Uniq key name ([bbc1a0b](https://github.com/cozy/cozy-libs/commit/bbc1a0b))
1277
+ **Note:** Version bump only for package cozy-sharing
2337
1278
 
1279
+ # [1.10.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.9.1...cozy-sharing@1.10.0) (2020-03-25)
2338
1280
 
2339
1281
  ### Features
2340
1282
 
2341
- * Add a prop to tell if the request has been done at least one. ([a8c66d2](https://github.com/cozy/cozy-libs/commit/a8c66d2))
1283
+ - Expose hasWriteAccess function in context ([571fdc4](https://github.com/cozy/cozy-libs/commit/571fdc4))
1284
+ - Expose SharingContext for usage in hooks ([04b0b5b](https://github.com/cozy/cozy-libs/commit/04b0b5b))
2342
1285
 
1286
+ ## [1.9.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.9.0...cozy-sharing@1.9.1) (2020-03-25)
2343
1287
 
1288
+ ### Bug Fixes
2344
1289
 
1290
+ - Use \_id instead of id ([de27d3b](https://github.com/cozy/cozy-libs/commit/de27d3b))
2345
1291
 
1292
+ # [1.9.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.12...cozy-sharing@1.9.0) (2020-03-23)
2346
1293
 
2347
- ## [1.5.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.5.4...cozy-sharing@1.5.5) (2020-01-17)
1294
+ ### Bug Fixes
2348
1295
 
1296
+ - Better regex to handle more complexe emails ([c2d6959](https://github.com/cozy/cozy-libs/commit/c2d6959))
2349
1297
 
2350
- ### Bug Fixes
1298
+ ### Features
2351
1299
 
2352
- * Check active attribute to know if a sharing is still active or not ([b9d5902](https://github.com/cozy/cozy-libs/commit/b9d5902))
2353
- * Since shared-by-link is paginated, we need to load other perms ([61fe18f](https://github.com/cozy/cozy-libs/commit/61fe18f))
1300
+ - Handle copy paste string with emails + refacto ([f7042dd](https://github.com/cozy/cozy-libs/commit/f7042dd))
2354
1301
 
1302
+ ## [1.8.12](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.11...cozy-sharing@1.8.12) (2020-03-13)
2355
1303
 
1304
+ ### Bug Fixes
2356
1305
 
1306
+ - Call revokeSelf if not the owner of the sharing ([f7afc60](https://github.com/cozy/cozy-libs/commit/f7afc60))
2357
1307
 
1308
+ ## [1.8.11](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.10...cozy-sharing@1.8.11) (2020-03-05)
2358
1309
 
2359
- ## [1.5.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.5.3...cozy-sharing@1.5.4) (2020-01-10)
1310
+ ### Bug Fixes
2360
1311
 
2361
- **Note:** Version bump only for package cozy-sharing
1312
+ - Don't import from index ([9ab678c](https://github.com/cozy/cozy-libs/commit/9ab678c))
2362
1313
 
1314
+ ## [1.8.10](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.9...cozy-sharing@1.8.10) (2020-03-03)
2363
1315
 
1316
+ **Note:** Version bump only for package cozy-sharing
2364
1317
 
1318
+ ## [1.8.9](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.8...cozy-sharing@1.8.9) (2020-02-27)
2365
1319
 
1320
+ **Note:** Version bump only for package cozy-sharing
2366
1321
 
2367
- ## [1.5.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.5.2...cozy-sharing@1.5.3) (2020-01-03)
1322
+ ## [1.8.8](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.7...cozy-sharing@1.8.8) (2020-02-26)
2368
1323
 
2369
1324
  **Note:** Version bump only for package cozy-sharing
2370
1325
 
1326
+ ## [1.8.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.6...cozy-sharing@1.8.7) (2020-02-26)
2371
1327
 
1328
+ **Note:** Version bump only for package cozy-sharing
2372
1329
 
1330
+ ## [1.8.6](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.5...cozy-sharing@1.8.6) (2020-02-25)
2373
1331
 
1332
+ **Note:** Version bump only for package cozy-sharing
2374
1333
 
2375
- ## [1.5.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.5.1...cozy-sharing@1.5.2) (2020-01-03)
1334
+ ## [1.8.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.4...cozy-sharing@1.8.5) (2020-02-24)
2376
1335
 
1336
+ **Note:** Version bump only for package cozy-sharing
2377
1337
 
2378
- ### Bug Fixes
1338
+ ## [1.8.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.3...cozy-sharing@1.8.4) (2020-02-24)
2379
1339
 
2380
- * Sharing has sideeffect on css files ([cc6eff9](https://github.com/cozy/cozy-libs/commit/cc6eff9))
1340
+ **Note:** Version bump only for package cozy-sharing
2381
1341
 
1342
+ ## [1.8.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.2...cozy-sharing@1.8.3) (2020-02-24)
2382
1343
 
1344
+ **Note:** Version bump only for package cozy-sharing
2383
1345
 
1346
+ ## [1.8.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.1...cozy-sharing@1.8.2) (2020-02-17)
2384
1347
 
1348
+ **Note:** Version bump only for package cozy-sharing
2385
1349
 
2386
- ## [1.5.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.5.0...cozy-sharing@1.5.1) (2020-01-02)
1350
+ ## [1.8.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.8.0...cozy-sharing@1.8.1) (2020-02-17)
2387
1351
 
2388
1352
  **Note:** Version bump only for package cozy-sharing
2389
1353
 
1354
+ # [1.8.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.7.0...cozy-sharing@1.8.0) (2020-01-28)
2390
1355
 
1356
+ ### Features
2391
1357
 
1358
+ - Add RefreshableSharings to expose a way to refresh sharings ([6afd92f](https://github.com/cozy/cozy-libs/commit/6afd92f))
2392
1359
 
1360
+ # [1.7.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.6.2...cozy-sharing@1.7.0) (2020-01-27)
2393
1361
 
2394
- # [1.5.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.4.0...cozy-sharing@1.5.0) (2019-12-23)
1362
+ ### Bug Fixes
2395
1363
 
1364
+ - Better alignment for the display status ([a4b9c3b](https://github.com/cozy/cozy-libs/commit/a4b9c3b))
1365
+ - Since we have a bug in the Stack, don't manipulate trashed files ([9e04ffc](https://github.com/cozy/cozy-libs/commit/9e04ffc))
2396
1366
 
2397
1367
  ### Features
2398
1368
 
2399
- * Export withLocales from cozy-sharing ([c727aa3](https://github.com/cozy/cozy-libs/commit/c727aa3))
1369
+ - Add a onFileDelete method to refresh the Provider ([98e921e](https://github.com/cozy/cozy-libs/commit/98e921e))
1370
+ - Add a tooltip on the LinkIcon and set the right color ([8a6d998](https://github.com/cozy/cozy-libs/commit/8a6d998))
2400
1371
 
1372
+ ## [1.6.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.6.1...cozy-sharing@1.6.2) (2020-01-21)
2401
1373
 
1374
+ **Note:** Version bump only for package cozy-sharing
2402
1375
 
1376
+ ## [1.6.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.6.0...cozy-sharing@1.6.1) (2020-01-20)
2403
1377
 
1378
+ ### Bug Fixes
2404
1379
 
2405
- # [1.4.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.3.2...cozy-sharing@1.4.0) (2019-12-18)
1380
+ - Use minilog cozy fork ([6f815ed](https://github.com/cozy/cozy-libs/commit/6f815ed))
2406
1381
 
1382
+ # [1.6.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.5.5...cozy-sharing@1.6.0) (2020-01-17)
2407
1383
 
2408
1384
  ### Bug Fixes
2409
1385
 
2410
- * **cozy-sharing:** Patch is necessary for cozy-notes ([46c6ffc](https://github.com/cozy/cozy-libs/commit/46c6ffc))
2411
-
1386
+ - Fix issue with svg loader ([753a066](https://github.com/cozy/cozy-libs/commit/753a066))
1387
+ - Uniq key name ([bbc1a0b](https://github.com/cozy/cozy-libs/commit/bbc1a0b))
2412
1388
 
2413
1389
  ### Features
2414
1390
 
2415
- * **cozy-sharing:** Updates cozy-client peer dep ([d872c6f](https://github.com/cozy/cozy-libs/commit/d872c6f))
2416
-
2417
-
1391
+ - Add a prop to tell if the request has been done at least one. ([a8c66d2](https://github.com/cozy/cozy-libs/commit/a8c66d2))
2418
1392
 
1393
+ ## [1.5.5](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.5.4...cozy-sharing@1.5.5) (2020-01-17)
2419
1394
 
1395
+ ### Bug Fixes
2420
1396
 
2421
- ## [1.3.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.3.1...cozy-sharing@1.3.2) (2019-12-18)
1397
+ - Check active attribute to know if a sharing is still active or not ([b9d5902](https://github.com/cozy/cozy-libs/commit/b9d5902))
1398
+ - Since shared-by-link is paginated, we need to load other perms ([61fe18f](https://github.com/cozy/cozy-libs/commit/61fe18f))
2422
1399
 
1400
+ ## [1.5.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.5.3...cozy-sharing@1.5.4) (2020-01-10)
2423
1401
 
2424
- ### Bug Fixes
1402
+ **Note:** Version bump only for package cozy-sharing
2425
1403
 
2426
- * Translation key for notes ([baa8942](https://github.com/cozy/cozy-libs/commit/baa8942))
1404
+ ## [1.5.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.5.2...cozy-sharing@1.5.3) (2020-01-03)
2427
1405
 
1406
+ **Note:** Version bump only for package cozy-sharing
2428
1407
 
1408
+ ## [1.5.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.5.1...cozy-sharing@1.5.2) (2020-01-03)
2429
1409
 
1410
+ ### Bug Fixes
2430
1411
 
1412
+ - Sharing has sideeffect on css files ([cc6eff9](https://github.com/cozy/cozy-libs/commit/cc6eff9))
2431
1413
 
2432
- ## [1.3.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.3.0...cozy-sharing@1.3.1) (2019-12-18)
1414
+ ## [1.5.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.5.0...cozy-sharing@1.5.1) (2020-01-02)
2433
1415
 
2434
1416
  **Note:** Version bump only for package cozy-sharing
2435
1417
 
1418
+ # [1.5.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.4.0...cozy-sharing@1.5.0) (2019-12-23)
2436
1419
 
1420
+ ### Features
2437
1421
 
1422
+ - Export withLocales from cozy-sharing ([c727aa3](https://github.com/cozy/cozy-libs/commit/c727aa3))
2438
1423
 
2439
-
2440
- # [1.3.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.2.0...cozy-sharing@1.3.0) (2019-12-18)
2441
-
1424
+ # [1.4.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.3.2...cozy-sharing@1.4.0) (2019-12-18)
2442
1425
 
2443
1426
  ### Bug Fixes
2444
1427
 
2445
- * **cozy-sharing:** URL for notes public link ([b065d43](https://github.com/cozy/cozy-libs/commit/b065d43))
2446
-
1428
+ - **cozy-sharing:** Patch is necessary for cozy-notes ([46c6ffc](https://github.com/cozy/cozy-libs/commit/46c6ffc))
2447
1429
 
2448
1430
  ### Features
2449
1431
 
2450
- * **cozy-sharing:** Allows notes to be edited through a public link ([300e88d](https://github.com/cozy/cozy-libs/commit/300e88d))
1432
+ - **cozy-sharing:** Updates cozy-client peer dep ([d872c6f](https://github.com/cozy/cozy-libs/commit/d872c6f))
2451
1433
 
1434
+ ## [1.3.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.3.1...cozy-sharing@1.3.2) (2019-12-18)
2452
1435
 
1436
+ ### Bug Fixes
2453
1437
 
1438
+ - Translation key for notes ([baa8942](https://github.com/cozy/cozy-libs/commit/baa8942))
2454
1439
 
1440
+ ## [1.3.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.3.0...cozy-sharing@1.3.1) (2019-12-18)
2455
1441
 
2456
- # [1.2.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.1.0...cozy-sharing@1.2.0) (2019-12-18)
1442
+ **Note:** Version bump only for package cozy-sharing
2457
1443
 
1444
+ # [1.3.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.2.0...cozy-sharing@1.3.0) (2019-12-18)
2458
1445
 
2459
- ### Features
1446
+ ### Bug Fixes
1447
+
1448
+ - **cozy-sharing:** URL for notes public link ([b065d43](https://github.com/cozy/cozy-libs/commit/b065d43))
2460
1449
 
2461
- * URL polyfill is useless ([c574e76](https://github.com/cozy/cozy-libs/commit/c574e76))
1450
+ ### Features
2462
1451
 
1452
+ - **cozy-sharing:** Allows notes to be edited through a public link ([300e88d](https://github.com/cozy/cozy-libs/commit/300e88d))
2463
1453
 
1454
+ # [1.2.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@1.1.0...cozy-sharing@1.2.0) (2019-12-18)
2464
1455
 
1456
+ ### Features
2465
1457
 
1458
+ - URL polyfill is useless ([c574e76](https://github.com/cozy/cozy-libs/commit/c574e76))
2466
1459
 
2467
1460
  # 1.1.0 (2019-12-16)
2468
1461
 
2469
-
2470
1462
  ### Features
2471
1463
 
2472
- * Rebase cozy-sharing in cozy-libs ([#873](https://github.com/cozy/cozy-libs/issues/873)) ([1aa8a50](https://github.com/cozy/cozy-libs/commit/1aa8a50))
1464
+ - Rebase cozy-sharing in cozy-libs ([#873](https://github.com/cozy/cozy-libs/issues/873)) ([1aa8a50](https://github.com/cozy/cozy-libs/commit/1aa8a50))