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