@atlaskit/share 4.4.3 → 4.4.5
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 +127 -115
- package/dist/cjs/clients/AtlassianUrlShortenerClient.js +2 -3
- package/dist/cjs/clients/ShareServiceClient.js +5 -9
- package/dist/cjs/components/CommentField.js +2 -3
- package/dist/cjs/components/CopyLinkButton.js +5 -10
- package/dist/cjs/components/ErrorBoundary.js +1 -2
- package/dist/cjs/components/IntegrationButton.js +1 -2
- package/dist/cjs/components/IntegrationForm.js +3 -5
- package/dist/cjs/components/LazyShareForm/LazyShareForm.js +1 -2
- package/dist/cjs/components/LazyShareForm/lazy.js +2 -3
- package/dist/cjs/components/MessagesIntlProvider.js +1 -2
- package/dist/cjs/components/ShareButton.js +2 -4
- package/dist/cjs/components/ShareDialogContainer.js +3 -6
- package/dist/cjs/components/ShareDialogWithTrigger.js +4 -7
- package/dist/cjs/components/ShareForm.js +4 -7
- package/dist/cjs/components/ShareFormWrapper/ShareFormWrapper.js +1 -2
- package/dist/cjs/components/ShareFormWrapper/styled.js +3 -5
- package/dist/cjs/components/ShareHeader.js +3 -5
- package/dist/cjs/components/SlackIcon.js +1 -2
- package/dist/cjs/components/UserPickerField.js +3 -6
- package/dist/cjs/components/analytics/analytics.js +15 -29
- package/dist/cjs/components/analytics/ufoExperienceHelper.js +2 -3
- package/dist/cjs/components/analytics/ufoExperiences.js +3 -5
- package/dist/cjs/components/colorSlackIcon.js +1 -2
- package/dist/cjs/components/monochromeSlackIcon.js +1 -2
- package/dist/cjs/components/styles.js +2 -4
- package/dist/cjs/components/utils.js +7 -13
- package/dist/cjs/i18n/cs.js +2 -3
- package/dist/cjs/i18n/da.js +2 -3
- package/dist/cjs/i18n/de.js +2 -3
- package/dist/cjs/i18n/en.js +2 -3
- package/dist/cjs/i18n/en_GB.js +2 -3
- package/dist/cjs/i18n/en_ZZ.js +2 -3
- package/dist/cjs/i18n/es.js +2 -3
- package/dist/cjs/i18n/et.js +2 -3
- package/dist/cjs/i18n/fi.js +2 -3
- package/dist/cjs/i18n/fr.js +2 -3
- package/dist/cjs/i18n/hu.js +2 -3
- package/dist/cjs/i18n/is.js +2 -3
- package/dist/cjs/i18n/it.js +2 -3
- package/dist/cjs/i18n/ja.js +2 -3
- package/dist/cjs/i18n/ko.js +2 -3
- package/dist/cjs/i18n/languages.js +2 -3
- package/dist/cjs/i18n/nb.js +2 -3
- package/dist/cjs/i18n/nl.js +2 -3
- package/dist/cjs/i18n/pl.js +2 -3
- package/dist/cjs/i18n/pt_BR.js +2 -3
- package/dist/cjs/i18n/pt_PT.js +2 -3
- package/dist/cjs/i18n/ro.js +2 -3
- package/dist/cjs/i18n/ru.js +2 -3
- package/dist/cjs/i18n/sk.js +2 -3
- package/dist/cjs/i18n/sv.js +2 -3
- package/dist/cjs/i18n/th.js +2 -3
- package/dist/cjs/i18n/tr.js +2 -3
- package/dist/cjs/i18n/uk.js +2 -3
- package/dist/cjs/i18n/vi.js +2 -3
- package/dist/cjs/i18n/zh.js +2 -3
- package/dist/cjs/i18n/zh_TW.js +2 -3
- package/dist/cjs/i18n.js +2 -3
- package/dist/cjs/types/Flag.js +2 -4
- package/dist/cjs/types/ShareEntities.js +2 -3
- package/dist/cjs/util/i18n-util.js +2 -3
- package/dist/es2019/components/analytics/analytics.js +1 -1
- package/dist/esm/components/ShareDialogWithTrigger.js +1 -1
- package/dist/esm/components/ShareForm.js +1 -1
- package/dist/esm/components/analytics/analytics.js +1 -1
- package/package.json +8 -7
- package/dist/types-ts4.5/clients/AtlassianUrlShortenerClient.d.ts +0 -16
- package/dist/types-ts4.5/clients/ShareServiceClient.d.ts +0 -25
- package/dist/types-ts4.5/clients/index.d.ts +0 -2
- package/dist/types-ts4.5/components/CommentField.d.ts +0 -6
- package/dist/types-ts4.5/components/CopyLinkButton.d.ts +0 -37
- package/dist/types-ts4.5/components/ErrorBoundary.d.ts +0 -4
- package/dist/types-ts4.5/components/IntegrationButton.d.ts +0 -10
- package/dist/types-ts4.5/components/IntegrationForm.d.ts +0 -11
- package/dist/types-ts4.5/components/LazyShareForm/LazyShareForm.d.ts +0 -20
- package/dist/types-ts4.5/components/LazyShareForm/index.d.ts +0 -1
- package/dist/types-ts4.5/components/LazyShareForm/lazy.d.ts +0 -4
- package/dist/types-ts4.5/components/MessagesIntlProvider.d.ts +0 -9
- package/dist/types-ts4.5/components/ShareButton.d.ts +0 -14
- package/dist/types-ts4.5/components/ShareDialogContainer.d.ts +0 -57
- package/dist/types-ts4.5/components/ShareDialogWithTrigger.d.ts +0 -46
- package/dist/types-ts4.5/components/ShareForm.d.ts +0 -11
- package/dist/types-ts4.5/components/ShareFormWrapper/ShareFormWrapper.d.ts +0 -9
- package/dist/types-ts4.5/components/ShareFormWrapper/index.d.ts +0 -1
- package/dist/types-ts4.5/components/ShareFormWrapper/styled.d.ts +0 -10
- package/dist/types-ts4.5/components/ShareHeader.d.ts +0 -8
- package/dist/types-ts4.5/components/SlackIcon.d.ts +0 -3
- package/dist/types-ts4.5/components/SplitButton.d.ts +0 -19
- package/dist/types-ts4.5/components/UserPickerField.d.ts +0 -30
- package/dist/types-ts4.5/components/analytics/analytics.d.ts +0 -19
- package/dist/types-ts4.5/components/analytics/ufoExperienceHelper.d.ts +0 -2
- package/dist/types-ts4.5/components/analytics/ufoExperiences.d.ts +0 -3
- package/dist/types-ts4.5/components/colorSlackIcon.d.ts +0 -3
- package/dist/types-ts4.5/components/monochromeSlackIcon.d.ts +0 -3
- package/dist/types-ts4.5/components/styles.d.ts +0 -5
- package/dist/types-ts4.5/components/utils.d.ts +0 -19
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -52
- package/dist/types-ts4.5/i18n/da.d.ts +0 -52
- package/dist/types-ts4.5/i18n/de.d.ts +0 -52
- package/dist/types-ts4.5/i18n/en.d.ts +0 -52
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -52
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -52
- package/dist/types-ts4.5/i18n/es.d.ts +0 -52
- package/dist/types-ts4.5/i18n/et.d.ts +0 -30
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -52
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -52
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -52
- package/dist/types-ts4.5/i18n/index.d.ts +0 -36
- package/dist/types-ts4.5/i18n/is.d.ts +0 -33
- package/dist/types-ts4.5/i18n/it.d.ts +0 -52
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -52
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -52
- package/dist/types-ts4.5/i18n/languages.d.ts +0 -33
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -52
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -52
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -52
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -52
- package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -30
- package/dist/types-ts4.5/i18n/ro.d.ts +0 -33
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -52
- package/dist/types-ts4.5/i18n/sk.d.ts +0 -30
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -52
- package/dist/types-ts4.5/i18n/th.d.ts +0 -52
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -52
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -52
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -52
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -52
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -52
- package/dist/types-ts4.5/i18n.d.ts +0 -217
- package/dist/types-ts4.5/index.d.ts +0 -4
- package/dist/types-ts4.5/types/Flag.d.ts +0 -13
- package/dist/types-ts4.5/types/OriginTracing.d.ts +0 -17
- package/dist/types-ts4.5/types/Products.d.ts +0 -3
- package/dist/types-ts4.5/types/ShareButton.d.ts +0 -2
- package/dist/types-ts4.5/types/ShareContentState.d.ts +0 -17
- package/dist/types-ts4.5/types/ShareDialogContainer.d.ts +0 -147
- package/dist/types-ts4.5/types/ShareDialogWithTrigger.d.ts +0 -45
- package/dist/types-ts4.5/types/ShareEntities.d.ts +0 -30
- package/dist/types-ts4.5/types/ShareForm.d.ts +0 -31
- package/dist/types-ts4.5/types/User.d.ts +0 -9
- package/dist/types-ts4.5/types/form.d.ts +0 -5
- package/dist/types-ts4.5/types/index.d.ts +0 -17
- package/dist/types-ts4.5/util/i18n-util.d.ts +0 -17
- package/tmp/api-report-tmp.d.ts +0 -322
package/CHANGELOG.md
CHANGED
|
@@ -1,65 +1,77 @@
|
|
|
1
1
|
# @atlaskit/share
|
|
2
2
|
|
|
3
|
+
## 4.4.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#41412](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41412) [`93298c60b92`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93298c60b92) - Add missing atlaskit dependency
|
|
8
|
+
|
|
9
|
+
## 4.4.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 4.4.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
19
|
+
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787) [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
8
20
|
|
|
9
21
|
## 4.4.2
|
|
10
22
|
|
|
11
23
|
### Patch Changes
|
|
12
24
|
|
|
13
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
25
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
14
26
|
- Updated dependencies
|
|
15
27
|
|
|
16
28
|
## 4.4.1
|
|
17
29
|
|
|
18
30
|
### Patch Changes
|
|
19
31
|
|
|
20
|
-
- [`a3b895a070a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3b895a070a) - Remove unused local storage util functions
|
|
32
|
+
- [#36034](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36034) [`a3b895a070a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3b895a070a) - Remove unused local storage util functions
|
|
21
33
|
|
|
22
34
|
## 4.4.0
|
|
23
35
|
|
|
24
36
|
### Minor Changes
|
|
25
37
|
|
|
26
|
-
- [`b5a13856081`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5a13856081) - [ux] Better accessibility support and copy for the Share dialog
|
|
38
|
+
- [#35655](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35655) [`b5a13856081`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5a13856081) - [ux] Better accessibility support and copy for the Share dialog
|
|
27
39
|
|
|
28
40
|
## 4.3.1
|
|
29
41
|
|
|
30
42
|
### Patch Changes
|
|
31
43
|
|
|
32
|
-
- [`6febf275a0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6febf275a0a) - [ux] Rename Roadmap to Timeline in the shared success message for roadmap share content type
|
|
44
|
+
- [#35722](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35722) [`6febf275a0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6febf275a0a) - [ux] Rename Roadmap to Timeline in the shared success message for roadmap share content type
|
|
33
45
|
|
|
34
46
|
## 4.3.0
|
|
35
47
|
|
|
36
48
|
### Minor Changes
|
|
37
49
|
|
|
38
|
-
- [`1b0098b3680`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b0098b3680) - [ux] Updated the Share dialog to handle errors relating to user, group, or team selection.
|
|
50
|
+
- [#34975](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34975) [`1b0098b3680`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b0098b3680) - [ux] Updated the Share dialog to handle errors relating to user, group, or team selection.
|
|
39
51
|
|
|
40
52
|
## 4.2.3
|
|
41
53
|
|
|
42
54
|
### Patch Changes
|
|
43
55
|
|
|
44
|
-
- [`d6d8c718bd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6d8c718bd8) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
|
|
56
|
+
- [#34518](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34518) [`d6d8c718bd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6d8c718bd8) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
|
|
45
57
|
|
|
46
58
|
## 4.2.2
|
|
47
59
|
|
|
48
60
|
### Patch Changes
|
|
49
61
|
|
|
50
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
62
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
51
63
|
|
|
52
64
|
## 4.2.1
|
|
53
65
|
|
|
54
66
|
### Patch Changes
|
|
55
67
|
|
|
56
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
68
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
57
69
|
|
|
58
70
|
## 4.2.0
|
|
59
71
|
|
|
60
72
|
### Minor Changes
|
|
61
73
|
|
|
62
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
74
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
63
75
|
|
|
64
76
|
### Patch Changes
|
|
65
77
|
|
|
@@ -69,20 +81,20 @@
|
|
|
69
81
|
|
|
70
82
|
### Patch Changes
|
|
71
83
|
|
|
72
|
-
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
84
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
73
85
|
- Updated dependencies
|
|
74
86
|
|
|
75
87
|
## 4.1.0
|
|
76
88
|
|
|
77
89
|
### Minor Changes
|
|
78
90
|
|
|
79
|
-
- [`d18dc3069a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d18dc3069a2) - Removing the share to slack FF attribute as part of FF clean up
|
|
91
|
+
- [#31395](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31395) [`d18dc3069a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d18dc3069a2) - Removing the share to slack FF attribute as part of FF clean up
|
|
80
92
|
|
|
81
93
|
## 4.0.0
|
|
82
94
|
|
|
83
95
|
### Major Changes
|
|
84
96
|
|
|
85
|
-
- [`95aac8bb852`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95aac8bb852) - Adding originId to shortenRequest; removing query prop from ShortenRequest
|
|
97
|
+
- [#30976](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30976) [`95aac8bb852`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95aac8bb852) - Adding originId to shortenRequest; removing query prop from ShortenRequest
|
|
86
98
|
|
|
87
99
|
## 3.7.4
|
|
88
100
|
|
|
@@ -94,7 +106,7 @@
|
|
|
94
106
|
|
|
95
107
|
### Patch Changes
|
|
96
108
|
|
|
97
|
-
- [`b7db08a28e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7db08a28e7) - Do not render HelperMessage if shareFormHelperMessage prop has empty string
|
|
109
|
+
- [#29833](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29833) [`b7db08a28e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7db08a28e7) - Do not render HelperMessage if shareFormHelperMessage prop has empty string
|
|
98
110
|
|
|
99
111
|
## 3.7.2
|
|
100
112
|
|
|
@@ -106,13 +118,13 @@
|
|
|
106
118
|
|
|
107
119
|
### Patch Changes
|
|
108
120
|
|
|
109
|
-
- [`665bb54f9fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/665bb54f9fd) - "Passing down existing props to share and integrations package"
|
|
121
|
+
- [#28741](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28741) [`665bb54f9fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/665bb54f9fd) - "Passing down existing props to share and integrations package"
|
|
110
122
|
|
|
111
123
|
## 3.7.0
|
|
112
124
|
|
|
113
125
|
### Minor Changes
|
|
114
126
|
|
|
115
|
-
- [`fb2fac8e456`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb2fac8e456) - Passing down the shareContentType prop to allow custom feedback messages
|
|
127
|
+
- [#28541](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28541) [`fb2fac8e456`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb2fac8e456) - Passing down the shareContentType prop to allow custom feedback messages
|
|
116
128
|
|
|
117
129
|
## 3.6.1
|
|
118
130
|
|
|
@@ -124,13 +136,13 @@
|
|
|
124
136
|
|
|
125
137
|
### Minor Changes
|
|
126
138
|
|
|
127
|
-
- [`9bd59066a1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9bd59066a1c) - [ux] Added prop isBrowseUsersDisabled to handle users without permission to search for users and groups
|
|
139
|
+
- [#27274](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27274) [`9bd59066a1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9bd59066a1c) - [ux] Added prop isBrowseUsersDisabled to handle users without permission to search for users and groups
|
|
128
140
|
|
|
129
141
|
## 3.5.10
|
|
130
142
|
|
|
131
143
|
### Patch Changes
|
|
132
144
|
|
|
133
|
-
- [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
|
|
145
|
+
- [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324) [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
|
|
134
146
|
|
|
135
147
|
## 3.5.9
|
|
136
148
|
|
|
@@ -154,14 +166,14 @@
|
|
|
154
166
|
|
|
155
167
|
### Patch Changes
|
|
156
168
|
|
|
157
|
-
- [`faf391ab64a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/faf391ab64a) - Implementing new CustomOption which will allow for a custom avatar
|
|
169
|
+
- [#26601](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26601) [`faf391ab64a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/faf391ab64a) - Implementing new CustomOption which will allow for a custom avatar
|
|
158
170
|
- Updated dependencies
|
|
159
171
|
|
|
160
172
|
## 3.5.5
|
|
161
173
|
|
|
162
174
|
### Patch Changes
|
|
163
175
|
|
|
164
|
-
- [`e4288af2ae8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4288af2ae8) - Add jsx pragma to fix @emotion/react styles not applying correctly
|
|
176
|
+
- [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860) [`e4288af2ae8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4288af2ae8) - Add jsx pragma to fix @emotion/react styles not applying correctly
|
|
165
177
|
- [`0915ecdd1db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0915ecdd1db) - Removed styled components from dev and peer dependencies
|
|
166
178
|
- Updated dependencies
|
|
167
179
|
|
|
@@ -169,7 +181,7 @@
|
|
|
169
181
|
|
|
170
182
|
### Patch Changes
|
|
171
183
|
|
|
172
|
-
- [`af6e73a1e17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af6e73a1e17) - Bumping dependencies via Renovate:
|
|
184
|
+
- [#20341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20341) [`af6e73a1e17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af6e73a1e17) - Bumping dependencies via Renovate:
|
|
173
185
|
|
|
174
186
|
- react-loosely-lazy
|
|
175
187
|
|
|
@@ -177,80 +189,80 @@
|
|
|
177
189
|
|
|
178
190
|
### Patch Changes
|
|
179
191
|
|
|
180
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
192
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
181
193
|
|
|
182
194
|
## 3.5.2
|
|
183
195
|
|
|
184
196
|
### Patch Changes
|
|
185
197
|
|
|
186
|
-
- [`e9a46954c0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9a46954c0f) - added examples of copy link button
|
|
198
|
+
- [#24915](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24915) [`e9a46954c0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9a46954c0f) - added examples of copy link button
|
|
187
199
|
|
|
188
200
|
## 3.5.1
|
|
189
201
|
|
|
190
202
|
### Patch Changes
|
|
191
203
|
|
|
192
|
-
- [`99ba33da55f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99ba33da55f) - Removed styled components from tests and examples
|
|
204
|
+
- [#24996](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24996) [`99ba33da55f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99ba33da55f) - Removed styled components from tests and examples
|
|
193
205
|
|
|
194
206
|
## 3.5.0
|
|
195
207
|
|
|
196
208
|
### Minor Changes
|
|
197
209
|
|
|
198
|
-
- [`76c73df383f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76c73df383f) - Exposed CopyLinkButton from share component and made it generic.
|
|
210
|
+
- [#24236](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24236) [`76c73df383f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76c73df383f) - Exposed CopyLinkButton from share component and made it generic.
|
|
199
211
|
|
|
200
212
|
## 3.4.2
|
|
201
213
|
|
|
202
214
|
### Patch Changes
|
|
203
215
|
|
|
204
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
216
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
205
217
|
|
|
206
218
|
## 3.4.1
|
|
207
219
|
|
|
208
220
|
### Patch Changes
|
|
209
221
|
|
|
210
|
-
- [`620f202bc02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/620f202bc02) - Prevent event propagation in Share loading state
|
|
222
|
+
- [#23990](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23990) [`620f202bc02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/620f202bc02) - Prevent event propagation in Share loading state
|
|
211
223
|
|
|
212
224
|
## 3.4.0
|
|
213
225
|
|
|
214
226
|
### Minor Changes
|
|
215
227
|
|
|
216
|
-
- [`e5aa0ac9b74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5aa0ac9b74) - [ux] ED-15329 migrates @atlaskit/share to emotion -- fixes a spacing bug with bottom margin on share button.
|
|
228
|
+
- [#23956](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23956) [`e5aa0ac9b74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5aa0ac9b74) - [ux] ED-15329 migrates @atlaskit/share to emotion -- fixes a spacing bug with bottom margin on share button.
|
|
217
229
|
|
|
218
230
|
## 3.3.1
|
|
219
231
|
|
|
220
232
|
### Patch Changes
|
|
221
233
|
|
|
222
|
-
- [`575b4888124`](https://bitbucket.org/atlassian/atlassian-frontend/commits/575b4888124) - Removed internal test/demo usages of setSmartUserPickerEnv
|
|
234
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`575b4888124`](https://bitbucket.org/atlassian/atlassian-frontend/commits/575b4888124) - Removed internal test/demo usages of setSmartUserPickerEnv
|
|
223
235
|
- Updated dependencies
|
|
224
236
|
|
|
225
237
|
## 3.3.0
|
|
226
238
|
|
|
227
239
|
### Minor Changes
|
|
228
240
|
|
|
229
|
-
- [`3f35716fe41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f35716fe41) - [ux] changed share dialogue button to 'share' from 'send'
|
|
241
|
+
- [#23804](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23804) [`3f35716fe41`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f35716fe41) - [ux] changed share dialogue button to 'share' from 'send'
|
|
230
242
|
|
|
231
243
|
## 3.2.6
|
|
232
244
|
|
|
233
245
|
### Patch Changes
|
|
234
246
|
|
|
235
|
-
- [`c58555a28e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c58555a28e7) - Make the share component a functional component to work with storybook
|
|
247
|
+
- [#23238](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23238) [`c58555a28e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c58555a28e7) - Make the share component a functional component to work with storybook
|
|
236
248
|
|
|
237
249
|
## 3.2.5
|
|
238
250
|
|
|
239
251
|
### Patch Changes
|
|
240
252
|
|
|
241
|
-
- [`0a61837e1ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a61837e1ff) - Bump patch version of smart-user-picker to support right context key for org ID
|
|
253
|
+
- [#23098](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23098) [`0a61837e1ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a61837e1ff) - Bump patch version of smart-user-picker to support right context key for org ID
|
|
242
254
|
|
|
243
255
|
## 3.2.4
|
|
244
256
|
|
|
245
257
|
### Patch Changes
|
|
246
258
|
|
|
247
|
-
- [`facf0749321`](https://bitbucket.org/atlassian/atlassian-frontend/commits/facf0749321) - improve FE analytics by ignoring 401, 403 and 429 status code
|
|
259
|
+
- [#22148](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22148) [`facf0749321`](https://bitbucket.org/atlassian/atlassian-frontend/commits/facf0749321) - improve FE analytics by ignoring 401, 403 and 429 status code
|
|
248
260
|
|
|
249
261
|
## 3.2.3
|
|
250
262
|
|
|
251
263
|
### Patch Changes
|
|
252
264
|
|
|
253
|
-
- [`bde6e3d6be0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bde6e3d6be0) - Added orgId as an optional prop to Share
|
|
265
|
+
- [#22128](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22128) [`bde6e3d6be0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bde6e3d6be0) - Added orgId as an optional prop to Share
|
|
254
266
|
|
|
255
267
|
## 3.2.2
|
|
256
268
|
|
|
@@ -262,19 +274,19 @@
|
|
|
262
274
|
|
|
263
275
|
### Patch Changes
|
|
264
276
|
|
|
265
|
-
- [`f68c0d8a877`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f68c0d8a877) - Stop depending on missing version.json file
|
|
277
|
+
- [#20588](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20588) [`f68c0d8a877`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f68c0d8a877) - Stop depending on missing version.json file
|
|
266
278
|
|
|
267
279
|
## 3.2.0
|
|
268
280
|
|
|
269
281
|
### Minor Changes
|
|
270
282
|
|
|
271
|
-
- [`bbadcbc3c29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bbadcbc3c29) - Add analytics through @atlassian/ufo
|
|
283
|
+
- [#21038](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21038) [`bbadcbc3c29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bbadcbc3c29) - Add analytics through @atlassian/ufo
|
|
272
284
|
|
|
273
285
|
## 3.1.7
|
|
274
286
|
|
|
275
287
|
### Patch Changes
|
|
276
288
|
|
|
277
|
-
- [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
|
|
289
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
|
|
278
290
|
|
|
279
291
|
## 3.1.6
|
|
280
292
|
|
|
@@ -293,7 +305,7 @@
|
|
|
293
305
|
|
|
294
306
|
### Patch Changes
|
|
295
307
|
|
|
296
|
-
- [`4a010959e0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a010959e0d) - [ux] Updated some hardcoded colors to use Design Tokens for theming that were missing during initial migration
|
|
308
|
+
- [#20390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20390) [`4a010959e0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a010959e0d) - [ux] Updated some hardcoded colors to use Design Tokens for theming that were missing during initial migration
|
|
297
309
|
|
|
298
310
|
## 3.1.3
|
|
299
311
|
|
|
@@ -317,7 +329,7 @@
|
|
|
317
329
|
|
|
318
330
|
### Minor Changes
|
|
319
331
|
|
|
320
|
-
- [`c3963026311`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3963026311) - [ux] Instrumented `@atlaskit/share` with the new theming package, `@atlaskit/tokens`.
|
|
332
|
+
- [#19185](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19185) [`c3963026311`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3963026311) - [ux] Instrumented `@atlaskit/share` with the new theming package, `@atlaskit/tokens`.
|
|
321
333
|
|
|
322
334
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
323
335
|
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
|
|
@@ -332,19 +344,19 @@
|
|
|
332
344
|
|
|
333
345
|
### Patch Changes
|
|
334
346
|
|
|
335
|
-
- [`7d2e926ff5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d2e926ff5a) - use latest SmartUserPicker in @atlaskit/share
|
|
347
|
+
- [#19063](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19063) [`7d2e926ff5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d2e926ff5a) - use latest SmartUserPicker in @atlaskit/share
|
|
336
348
|
|
|
337
349
|
## 3.0.11
|
|
338
350
|
|
|
339
351
|
### Patch Changes
|
|
340
352
|
|
|
341
|
-
- [`cc08c9c2bb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc08c9c2bb1) - Remove react-device-detect dependency from @atlaskit/share. Only used to detect for Safari which can be done in a much lighterweight way, @atlaskit/share is 10.7kb gzipped
|
|
353
|
+
- [#18660](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18660) [`cc08c9c2bb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc08c9c2bb1) - Remove react-device-detect dependency from @atlaskit/share. Only used to detect for Safari which can be done in a much lighterweight way, @atlaskit/share is 10.7kb gzipped
|
|
342
354
|
|
|
343
355
|
## 3.0.10
|
|
344
356
|
|
|
345
357
|
### Patch Changes
|
|
346
358
|
|
|
347
|
-
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - [ux] Replace dependency on deprecated @atlaskit/field-text-area with supported package @atlaskit/textarea.
|
|
359
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - [ux] Replace dependency on deprecated @atlaskit/field-text-area with supported package @atlaskit/textarea.
|
|
348
360
|
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Bump dependency tiny-invariant to latest"
|
|
349
361
|
- Updated dependencies
|
|
350
362
|
|
|
@@ -352,98 +364,98 @@
|
|
|
352
364
|
|
|
353
365
|
### Patch Changes
|
|
354
366
|
|
|
355
|
-
- [`da84c14aa89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da84c14aa89) - Custom footer display in stein fix. Connected analytics event fire fix
|
|
367
|
+
- [#18113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18113) [`da84c14aa89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da84c14aa89) - Custom footer display in stein fix. Connected analytics event fire fix
|
|
356
368
|
|
|
357
369
|
## 3.0.8
|
|
358
370
|
|
|
359
371
|
### Patch Changes
|
|
360
372
|
|
|
361
|
-
- [`9f7c98cf94f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f7c98cf94f) - Fixes issues with share dialog closing and resetting tabIndex
|
|
373
|
+
- [#18085](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18085) [`9f7c98cf94f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f7c98cf94f) - Fixes issues with share dialog closing and resetting tabIndex
|
|
362
374
|
|
|
363
375
|
## 3.0.7
|
|
364
376
|
|
|
365
377
|
### Patch Changes
|
|
366
378
|
|
|
367
|
-
- [`4e97b934e85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e97b934e85) - Adds condition to only render customFooter for default share form
|
|
379
|
+
- [#18079](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18079) [`4e97b934e85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e97b934e85) - Adds condition to only render customFooter for default share form
|
|
368
380
|
|
|
369
381
|
## 3.0.6
|
|
370
382
|
|
|
371
383
|
### Patch Changes
|
|
372
384
|
|
|
373
|
-
- [`3bada8f14f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bada8f14f6) - Rendering of share form submit button depends on the integration type. A type of 'tabs' will change the label to 'share'
|
|
385
|
+
- [#18036](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18036) [`3bada8f14f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bada8f14f6) - Rendering of share form submit button depends on the integration type. A type of 'tabs' will change the label to 'share'
|
|
374
386
|
|
|
375
387
|
## 3.0.5
|
|
376
388
|
|
|
377
389
|
### Patch Changes
|
|
378
390
|
|
|
379
|
-
- [`7fe36d0765b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fe36d0765b) - Analytics context changes for share to integrations
|
|
391
|
+
- [#17956](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17956) [`7fe36d0765b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fe36d0765b) - Analytics context changes for share to integrations
|
|
380
392
|
|
|
381
393
|
## 3.0.4
|
|
382
394
|
|
|
383
395
|
### Patch Changes
|
|
384
396
|
|
|
385
|
-
- [`1977f429d03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1977f429d03) - Bug fixes
|
|
397
|
+
- [#17859](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17859) [`1977f429d03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1977f429d03) - Bug fixes
|
|
386
398
|
|
|
387
399
|
## 3.0.3
|
|
388
400
|
|
|
389
401
|
### Patch Changes
|
|
390
402
|
|
|
391
|
-
- [`c05de712c4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c05de712c4d) - Fixing bug where the prop onTabChange was not being passed to the ShareForm
|
|
403
|
+
- [#17582](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17582) [`c05de712c4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c05de712c4d) - Fixing bug where the prop onTabChange was not being passed to the ShareForm
|
|
392
404
|
|
|
393
405
|
## 3.0.2
|
|
394
406
|
|
|
395
407
|
### Patch Changes
|
|
396
408
|
|
|
397
|
-
- [`f316529ecf5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f316529ecf5) - add accessible label for share button
|
|
409
|
+
- [#16764](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16764) [`f316529ecf5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f316529ecf5) - add accessible label for share button
|
|
398
410
|
|
|
399
411
|
## 3.0.1
|
|
400
412
|
|
|
401
413
|
### Patch Changes
|
|
402
414
|
|
|
403
|
-
- [`97c7770541f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/97c7770541f) - Added updates to share to control tabs via code
|
|
415
|
+
- [#17214](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17214) [`97c7770541f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/97c7770541f) - Added updates to share to control tabs via code
|
|
404
416
|
|
|
405
417
|
## 3.0.0
|
|
406
418
|
|
|
407
419
|
### Major Changes
|
|
408
420
|
|
|
409
|
-
- [`b8ee9e3d609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8ee9e3d609) - Remove "enableEmailPermissionCheck" prop
|
|
421
|
+
- [#17155](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17155) [`b8ee9e3d609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8ee9e3d609) - Remove "enableEmailPermissionCheck" prop
|
|
410
422
|
|
|
411
423
|
## 2.0.1
|
|
412
424
|
|
|
413
425
|
### Patch Changes
|
|
414
426
|
|
|
415
|
-
- [`edeab5ff699`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edeab5ff699) - AK-15: Share dialog-> make ‘Link copied to clipboard’ notification accessible for screen reader users
|
|
427
|
+
- [#16945](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16945) [`edeab5ff699`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edeab5ff699) - AK-15: Share dialog-> make ‘Link copied to clipboard’ notification accessible for screen reader users
|
|
416
428
|
|
|
417
429
|
## 2.0.0
|
|
418
430
|
|
|
419
431
|
### Major Changes
|
|
420
432
|
|
|
421
|
-
- [`559b300e04b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/559b300e04b) - - Lazy-load form content of Share package
|
|
433
|
+
- [#16893](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16893) [`559b300e04b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/559b300e04b) - - Lazy-load form content of Share package
|
|
422
434
|
- Stop export `ShareServiceClient` and `ShareClient` in `@atlaskit/share`. So you should use `@atlaskit/share/clients` instead.
|
|
423
435
|
|
|
424
436
|
## 1.0.3
|
|
425
437
|
|
|
426
438
|
### Patch Changes
|
|
427
439
|
|
|
428
|
-
- [`6eb7be4e83d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6eb7be4e83d) - [ux] Implementing the product specific tab share titles for the experiment
|
|
440
|
+
- [#17005](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17005) [`6eb7be4e83d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6eb7be4e83d) - [ux] Implementing the product specific tab share titles for the experiment
|
|
429
441
|
|
|
430
442
|
## 1.0.2
|
|
431
443
|
|
|
432
444
|
### Patch Changes
|
|
433
445
|
|
|
434
|
-
- [`1bc9346871a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1bc9346871a) - Updates to prop passing from share to integration. The share-to-slack form needs to make use of this onClose prop in the actual form
|
|
446
|
+
- [#17002](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17002) [`1bc9346871a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1bc9346871a) - Updates to prop passing from share to integration. The share-to-slack form needs to make use of this onClose prop in the actual form
|
|
435
447
|
|
|
436
448
|
## 1.0.1
|
|
437
449
|
|
|
438
450
|
### Patch Changes
|
|
439
451
|
|
|
440
|
-
- [`b8afeefa482`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8afeefa482) - Analytics update to tabs onChange event
|
|
452
|
+
- [#16821](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16821) [`b8afeefa482`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8afeefa482) - Analytics update to tabs onChange event
|
|
441
453
|
|
|
442
454
|
## 1.0.0
|
|
443
455
|
|
|
444
456
|
### Major Changes
|
|
445
457
|
|
|
446
|
-
- [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
|
|
458
|
+
- [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810) [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
|
|
447
459
|
|
|
448
460
|
What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with actual installed react-intl APIs.
|
|
449
461
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -489,13 +501,13 @@
|
|
|
489
501
|
|
|
490
502
|
### Patch Changes
|
|
491
503
|
|
|
492
|
-
- [`d506d312f89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d506d312f89) - Updating ts Type to be string restricted for easier use. Tests updated to accommodate.
|
|
504
|
+
- [#16449](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16449) [`d506d312f89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d506d312f89) - Updating ts Type to be string restricted for easier use. Tests updated to accommodate.
|
|
493
505
|
|
|
494
506
|
## 0.34.2
|
|
495
507
|
|
|
496
508
|
### Patch Changes
|
|
497
509
|
|
|
498
|
-
- [`89aa3e3f314`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89aa3e3f314) - Update dependency of dropdown menu to the lite mode version. Update all usages to cater to the new API. The padding within dropdown menu items is 8px more, which makes the menu look bigger.
|
|
510
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`89aa3e3f314`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89aa3e3f314) - Update dependency of dropdown menu to the lite mode version. Update all usages to cater to the new API. The padding within dropdown menu items is 8px more, which makes the menu look bigger.
|
|
499
511
|
- [`12bfc09a21e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12bfc09a21e) - Fixing internal prop calls for testId and removing references to the old DropdownMenuStateless export when using the new default export.
|
|
500
512
|
- Updated dependencies
|
|
501
513
|
|
|
@@ -503,80 +515,80 @@
|
|
|
503
515
|
|
|
504
516
|
### Patch Changes
|
|
505
517
|
|
|
506
|
-
- [`00ded488f98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00ded488f98) - Update existing isDisabled prop to be used in renderCustomTriggerButton component callback
|
|
518
|
+
- [#16546](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16546) [`00ded488f98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00ded488f98) - Update existing isDisabled prop to be used in renderCustomTriggerButton component callback
|
|
507
519
|
|
|
508
520
|
## 0.34.0
|
|
509
521
|
|
|
510
522
|
### Minor Changes
|
|
511
523
|
|
|
512
|
-
- [`e0a9c170e0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0a9c170e0f) - [ux] Share now supports tabs for integrations
|
|
524
|
+
- [#16094](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16094) [`e0a9c170e0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0a9c170e0f) - [ux] Share now supports tabs for integrations
|
|
513
525
|
|
|
514
526
|
## 0.33.0
|
|
515
527
|
|
|
516
528
|
### Minor Changes
|
|
517
529
|
|
|
518
|
-
- [`a33d6328a58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a33d6328a58) - Optional prop to pass custom message helper for Share element
|
|
530
|
+
- [#16124](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16124) [`a33d6328a58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a33d6328a58) - Optional prop to pass custom message helper for Share element
|
|
519
531
|
|
|
520
532
|
## 0.32.1
|
|
521
533
|
|
|
522
534
|
### Patch Changes
|
|
523
535
|
|
|
524
|
-
- [`8b66b823694`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b66b823694) - [ux] Update to the Share endpoint being called and the copy in error messages.
|
|
536
|
+
- [#16129](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16129) [`8b66b823694`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b66b823694) - [ux] Update to the Share endpoint being called and the copy in error messages.
|
|
525
537
|
|
|
526
538
|
## 0.32.0
|
|
527
539
|
|
|
528
540
|
### Minor Changes
|
|
529
541
|
|
|
530
|
-
- [`860bc656501`](https://bitbucket.org/atlassian/atlassian-frontend/commits/860bc656501) - Introduce `config` call to Share service to check if the site is permitted to makes to email addresses.
|
|
542
|
+
- [#15964](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15964) [`860bc656501`](https://bitbucket.org/atlassian/atlassian-frontend/commits/860bc656501) - Introduce `config` call to Share service to check if the site is permitted to makes to email addresses.
|
|
531
543
|
|
|
532
544
|
## 0.31.1
|
|
533
545
|
|
|
534
546
|
### Patch Changes
|
|
535
547
|
|
|
536
|
-
- [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal upgrade of memoize-one to 6.0.0
|
|
548
|
+
- [#15694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15694) [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal upgrade of memoize-one to 6.0.0
|
|
537
549
|
|
|
538
550
|
## 0.31.0
|
|
539
551
|
|
|
540
552
|
### Minor Changes
|
|
541
553
|
|
|
542
|
-
- [`ac8d6861881`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac8d6861881) - [ux] expose copyTooltipText and onDialogClose props to share component
|
|
554
|
+
- [#15561](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15561) [`ac8d6861881`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac8d6861881) - [ux] expose copyTooltipText and onDialogClose props to share component
|
|
543
555
|
|
|
544
556
|
## 0.30.0
|
|
545
557
|
|
|
546
558
|
### Minor Changes
|
|
547
559
|
|
|
548
|
-
- [`bc36730eba5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc36730eba5) - remove disableInviteCapabilities prop for Share components
|
|
560
|
+
- [#14513](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14513) [`bc36730eba5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc36730eba5) - remove disableInviteCapabilities prop for Share components
|
|
549
561
|
|
|
550
562
|
## 0.29.1
|
|
551
563
|
|
|
552
564
|
### Patch Changes
|
|
553
565
|
|
|
554
|
-
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Internal changes to remove `@atlaskit/theme/math` usage.
|
|
566
|
+
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Internal changes to remove `@atlaskit/theme/math` usage.
|
|
555
567
|
- Updated dependencies
|
|
556
568
|
|
|
557
569
|
## 0.29.0
|
|
558
570
|
|
|
559
571
|
### Minor Changes
|
|
560
572
|
|
|
561
|
-
- [`75f940df1ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75f940df1ce) - Update ProductID list to accept more valid Jira subproducts
|
|
573
|
+
- [#14298](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14298) [`75f940df1ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/75f940df1ce) - Update ProductID list to accept more valid Jira subproducts
|
|
562
574
|
|
|
563
575
|
## 0.28.0
|
|
564
576
|
|
|
565
577
|
### Minor Changes
|
|
566
578
|
|
|
567
|
-
- [`93b425ba29d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93b425ba29d) - Accept "jira" as a ProductId to handle experiences that don't belong to a particular Jira Subproduct
|
|
579
|
+
- [#14280](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14280) [`93b425ba29d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93b425ba29d) - Accept "jira" as a ProductId to handle experiences that don't belong to a particular Jira Subproduct
|
|
568
580
|
|
|
569
581
|
## 0.27.1
|
|
570
582
|
|
|
571
583
|
### Patch Changes
|
|
572
584
|
|
|
573
|
-
- [`310c94eb3c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/310c94eb3c3) - [ux] Pass configuration to the ShareServiceClient when the component instantiates it
|
|
585
|
+
- [#13860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13860) [`310c94eb3c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/310c94eb3c3) - [ux] Pass configuration to the ShareServiceClient when the component instantiates it
|
|
574
586
|
|
|
575
587
|
## 0.27.0
|
|
576
588
|
|
|
577
589
|
### Minor Changes
|
|
578
590
|
|
|
579
|
-
- [`adf513ae754`](https://bitbucket.org/atlassian/atlassian-frontend/commits/adf513ae754) - [ux] Removing invitation capabilities of the Share component
|
|
591
|
+
- [#13638](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13638) [`adf513ae754`](https://bitbucket.org/atlassian/atlassian-frontend/commits/adf513ae754) - [ux] Removing invitation capabilities of the Share component
|
|
580
592
|
|
|
581
593
|
### Patch Changes
|
|
582
594
|
|
|
@@ -586,19 +598,19 @@
|
|
|
586
598
|
|
|
587
599
|
### Patch Changes
|
|
588
600
|
|
|
589
|
-
- [`e178114aea5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e178114aea5) - Merging parent intl-provider messages with share intl-provider - to support i18n in components passed as props such as a custom footer
|
|
601
|
+
- [#13671](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13671) [`e178114aea5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e178114aea5) - Merging parent intl-provider messages with share intl-provider - to support i18n in components passed as props such as a custom footer
|
|
590
602
|
|
|
591
603
|
## 0.26.12
|
|
592
604
|
|
|
593
605
|
### Patch Changes
|
|
594
606
|
|
|
595
|
-
- [`5995bf12959`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5995bf12959) - Merging parent intl-provider messages with share intl-provider - to support i18n in components passed as props such as a custom footer
|
|
607
|
+
- [#13558](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13558) [`5995bf12959`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5995bf12959) - Merging parent intl-provider messages with share intl-provider - to support i18n in components passed as props such as a custom footer
|
|
596
608
|
|
|
597
609
|
## 0.26.11
|
|
598
610
|
|
|
599
611
|
### Patch Changes
|
|
600
612
|
|
|
601
|
-
- [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
613
|
+
- [#13136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13136) [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
602
614
|
- [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
603
615
|
- [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
604
616
|
|
|
@@ -612,7 +624,7 @@
|
|
|
612
624
|
|
|
613
625
|
### Patch Changes
|
|
614
626
|
|
|
615
|
-
- [`c74cf22db0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c74cf22db0e) - Declarative entry points, removes auto-generated i18n entry point
|
|
627
|
+
- [#12933](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12933) [`c74cf22db0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c74cf22db0e) - Declarative entry points, removes auto-generated i18n entry point
|
|
616
628
|
|
|
617
629
|
## 0.26.8
|
|
618
630
|
|
|
@@ -624,7 +636,7 @@
|
|
|
624
636
|
|
|
625
637
|
### Patch Changes
|
|
626
638
|
|
|
627
|
-
- [`d288a9efa56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d288a9efa56) - Bumping user picker in shares for translation bugfix
|
|
639
|
+
- [#11617](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11617) [`d288a9efa56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d288a9efa56) - Bumping user picker in shares for translation bugfix
|
|
628
640
|
|
|
629
641
|
## 0.26.6
|
|
630
642
|
|
|
@@ -636,57 +648,57 @@
|
|
|
636
648
|
|
|
637
649
|
### Patch Changes
|
|
638
650
|
|
|
639
|
-
- [`be80d157d5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be80d157d5f) - Update internal component usage
|
|
651
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569) [`be80d157d5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be80d157d5f) - Update internal component usage
|
|
640
652
|
- Updated dependencies
|
|
641
653
|
|
|
642
654
|
## 0.26.4
|
|
643
655
|
|
|
644
656
|
### Patch Changes
|
|
645
657
|
|
|
646
|
-
- [`f310ccbe522`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f310ccbe522) - Updated AK examples to use new jdog cloudid
|
|
658
|
+
- [#10330](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10330) [`f310ccbe522`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f310ccbe522) - Updated AK examples to use new jdog cloudid
|
|
647
659
|
|
|
648
660
|
## 0.26.3
|
|
649
661
|
|
|
650
662
|
### Patch Changes
|
|
651
663
|
|
|
652
|
-
- [`cc8196efa6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc8196efa6f) - Add attribute for tests
|
|
664
|
+
- [#9273](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9273) [`cc8196efa6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc8196efa6f) - Add attribute for tests
|
|
653
665
|
|
|
654
666
|
## 0.26.2
|
|
655
667
|
|
|
656
668
|
### Patch Changes
|
|
657
669
|
|
|
658
|
-
- [`3093cc9c0e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3093cc9c0e4) - Update analytics for the split button experiment
|
|
670
|
+
- [#9238](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9238) [`3093cc9c0e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3093cc9c0e4) - Update analytics for the split button experiment
|
|
659
671
|
|
|
660
672
|
## 0.26.1
|
|
661
673
|
|
|
662
674
|
### Patch Changes
|
|
663
675
|
|
|
664
|
-
- [`f4a6138b7aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4a6138b7aa) - Fix share button not rendering when integrations provided
|
|
676
|
+
- [#9100](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9100) [`f4a6138b7aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4a6138b7aa) - Fix share button not rendering when integrations provided
|
|
665
677
|
|
|
666
678
|
## 0.26.0
|
|
667
679
|
|
|
668
680
|
### Minor Changes
|
|
669
681
|
|
|
670
|
-
- [`044fc424693`](https://bitbucket.org/atlassian/atlassian-frontend/commits/044fc424693) - [ux] Remove Share to slack and adds split button feature which allows for multiple integrations to be added to the share button
|
|
682
|
+
- [#8424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8424) [`044fc424693`](https://bitbucket.org/atlassian/atlassian-frontend/commits/044fc424693) - [ux] Remove Share to slack and adds split button feature which allows for multiple integrations to be added to the share button
|
|
671
683
|
|
|
672
684
|
## 0.25.0
|
|
673
685
|
|
|
674
686
|
### Minor Changes
|
|
675
687
|
|
|
676
|
-
- [`b62dbfe883a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b62dbfe883a) - Add new optional attribute isDisabled which will disbale copy-link and share-button.
|
|
688
|
+
- [#8267](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8267) [`b62dbfe883a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b62dbfe883a) - Add new optional attribute isDisabled which will disbale copy-link and share-button.
|
|
677
689
|
|
|
678
690
|
## 0.24.4
|
|
679
691
|
|
|
680
692
|
### Patch Changes
|
|
681
693
|
|
|
682
|
-
- [`b90bb8af61`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b90bb8af61) - ED-11101 fix tab issue to set the focus straight to the Invite To Edit button
|
|
694
|
+
- [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571) [`b90bb8af61`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b90bb8af61) - ED-11101 fix tab issue to set the focus straight to the Invite To Edit button
|
|
683
695
|
- Updated dependencies
|
|
684
696
|
|
|
685
697
|
## 0.24.3
|
|
686
698
|
|
|
687
699
|
### Patch Changes
|
|
688
700
|
|
|
689
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
701
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
690
702
|
|
|
691
703
|
## 0.24.2
|
|
692
704
|
|
|
@@ -698,19 +710,19 @@
|
|
|
698
710
|
|
|
699
711
|
### Patch Changes
|
|
700
712
|
|
|
701
|
-
- [`da7bf820f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da7bf820f4) - Bumping user picker in share to fix email PII exposure
|
|
713
|
+
- [#6251](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6251) [`da7bf820f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da7bf820f4) - Bumping user picker in share to fix email PII exposure
|
|
702
714
|
|
|
703
715
|
## 0.24.0
|
|
704
716
|
|
|
705
717
|
### Minor Changes
|
|
706
718
|
|
|
707
|
-
- [`ada07884c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ada07884c2) - Send ARI with CopyLink click event to analytics-system
|
|
719
|
+
- [#6045](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6045) [`ada07884c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ada07884c2) - Send ARI with CopyLink click event to analytics-system
|
|
708
720
|
|
|
709
721
|
## 0.23.5
|
|
710
722
|
|
|
711
723
|
### Patch Changes
|
|
712
724
|
|
|
713
|
-
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
725
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
714
726
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
715
727
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
716
728
|
|
|
@@ -718,7 +730,7 @@
|
|
|
718
730
|
|
|
719
731
|
### Patch Changes
|
|
720
732
|
|
|
721
|
-
- [`de40912b0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de40912b0a) - Fix types not resolving correctly due to an incorrect types path in package.json
|
|
733
|
+
- [#5406](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5406) [`de40912b0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de40912b0a) - Fix types not resolving correctly due to an incorrect types path in package.json
|
|
722
734
|
|
|
723
735
|
## 0.23.3
|
|
724
736
|
|
|
@@ -730,26 +742,26 @@
|
|
|
730
742
|
|
|
731
743
|
### Patch Changes
|
|
732
744
|
|
|
733
|
-
- [`66481c4270`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66481c4270) - Fixed public links analytics events and bugs
|
|
745
|
+
- [#5260](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5260) [`66481c4270`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66481c4270) - Fixed public links analytics events and bugs
|
|
734
746
|
|
|
735
747
|
## 0.23.1
|
|
736
748
|
|
|
737
749
|
### Patch Changes
|
|
738
750
|
|
|
739
|
-
- [`c0533f4b35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0533f4b35) - Upgrade analytics-next to prevent event loss (https://hello.atlassian.net/wiki/spaces/AFP/blog/2020/08/26/828144759/ACTION+REQUIRED+-+upgrade+analytics-next+to+prevent+event+loss)
|
|
751
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749) [`c0533f4b35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0533f4b35) - Upgrade analytics-next to prevent event loss (https://hello.atlassian.net/wiki/spaces/AFP/blog/2020/08/26/828144759/ACTION+REQUIRED+-+upgrade+analytics-next+to+prevent+event+loss)
|
|
740
752
|
- Updated dependencies
|
|
741
753
|
|
|
742
754
|
## 0.23.0
|
|
743
755
|
|
|
744
756
|
### Minor Changes
|
|
745
757
|
|
|
746
|
-
- [`bc02807f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc02807f68) - In public link mode, invite related wording is omitted
|
|
758
|
+
- [#4858](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4858) [`bc02807f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc02807f68) - In public link mode, invite related wording is omitted
|
|
747
759
|
|
|
748
760
|
## 0.22.5
|
|
749
761
|
|
|
750
762
|
### Patch Changes
|
|
751
763
|
|
|
752
|
-
- [`83b9759009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83b9759009) - Add public links analytics
|
|
764
|
+
- [#4807](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4807) [`83b9759009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83b9759009) - Add public links analytics
|
|
753
765
|
|
|
754
766
|
## 0.22.4
|
|
755
767
|
|
|
@@ -761,7 +773,7 @@
|
|
|
761
773
|
|
|
762
774
|
### Patch Changes
|
|
763
775
|
|
|
764
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
776
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
765
777
|
|
|
766
778
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
767
779
|
to prevent duplicates of tslib being bundled.
|
|
@@ -776,31 +788,31 @@
|
|
|
776
788
|
|
|
777
789
|
### Patch Changes
|
|
778
790
|
|
|
779
|
-
- [`eeb82e0bd4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeb82e0bd4) - Set loadUserOptions optional so that consumers won't need to pass in loadUserOptions when smart user picker is enabled.
|
|
791
|
+
- [#4336](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4336) [`eeb82e0bd4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeb82e0bd4) - Set loadUserOptions optional so that consumers won't need to pass in loadUserOptions when smart user picker is enabled.
|
|
780
792
|
|
|
781
793
|
## 0.22.0
|
|
782
794
|
|
|
783
795
|
### Minor Changes
|
|
784
796
|
|
|
785
|
-
- [`b35e9baef6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b35e9baef6) - Add public link mode to share component which changes texts of Send and Copy buttons
|
|
797
|
+
- [#4097](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4097) [`b35e9baef6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b35e9baef6) - Add public link mode to share component which changes texts of Send and Copy buttons
|
|
786
798
|
|
|
787
799
|
## 0.21.2
|
|
788
800
|
|
|
789
801
|
### Patch Changes
|
|
790
802
|
|
|
791
|
-
- [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
803
|
+
- [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369) [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
|
|
792
804
|
|
|
793
805
|
## 0.21.1
|
|
794
806
|
|
|
795
807
|
### Patch Changes
|
|
796
808
|
|
|
797
|
-
- [`872628440c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/872628440c) - Map groups through to picker results
|
|
809
|
+
- [#3883](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3883) [`872628440c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/872628440c) - Map groups through to picker results
|
|
798
810
|
|
|
799
811
|
## 0.21.0
|
|
800
812
|
|
|
801
813
|
### Minor Changes
|
|
802
814
|
|
|
803
|
-
- [`51aca36965`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51aca36965) - Added includeGroups prop for the retrieval of confluence groups in smart user picker
|
|
815
|
+
- [#3770](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3770) [`51aca36965`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51aca36965) - Added includeGroups prop for the retrieval of confluence groups in smart user picker
|
|
804
816
|
|
|
805
817
|
### Patch Changes
|
|
806
818
|
|
|
@@ -810,7 +822,7 @@
|
|
|
810
822
|
|
|
811
823
|
### Minor Changes
|
|
812
824
|
|
|
813
|
-
- [`d8aec9a0f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8aec9a0f8) - Fixed visual regression with Select dropdown caussing scrollbars to appears inside the PopUp, now using a portal element. For @atlaskit/user-picker ability to pass down `portalElement` has been added.
|
|
825
|
+
- [#3749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3749) [`d8aec9a0f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8aec9a0f8) - Fixed visual regression with Select dropdown caussing scrollbars to appears inside the PopUp, now using a portal element. For @atlaskit/user-picker ability to pass down `portalElement` has been added.
|
|
814
826
|
|
|
815
827
|
### Patch Changes
|
|
816
828
|
|
|
@@ -820,19 +832,19 @@
|
|
|
820
832
|
|
|
821
833
|
### Minor Changes
|
|
822
834
|
|
|
823
|
-
- [`6eeb86da1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6eeb86da1e) - Swapping the use of @atlaskit/inline-dialog in favour of @atlaskit/popup and adding a "dialogBoundariesElement" prop that is passed down to the Popup.
|
|
835
|
+
- [#3579](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3579) [`6eeb86da1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6eeb86da1e) - Swapping the use of @atlaskit/inline-dialog in favour of @atlaskit/popup and adding a "dialogBoundariesElement" prop that is passed down to the Popup.
|
|
824
836
|
|
|
825
837
|
## 0.18.1
|
|
826
838
|
|
|
827
839
|
### Patch Changes
|
|
828
840
|
|
|
829
|
-
- [`a821deced3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a821deced3) - Add debounce prop to share. Bump user picker version which introduces analytics fix.
|
|
841
|
+
- [#3381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3381) [`a821deced3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a821deced3) - Add debounce prop to share. Bump user picker version which introduces analytics fix.
|
|
830
842
|
|
|
831
843
|
## 0.18.0
|
|
832
844
|
|
|
833
845
|
### Minor Changes
|
|
834
846
|
|
|
835
|
-
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
847
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
836
848
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
837
849
|
|
|
838
850
|
### Patch Changes
|
|
@@ -843,13 +855,13 @@
|
|
|
843
855
|
|
|
844
856
|
### Patch Changes
|
|
845
857
|
|
|
846
|
-
- [`957b3e95cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/957b3e95cb) - Upgrade user picker version in share
|
|
858
|
+
- [#3296](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3296) [`957b3e95cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/957b3e95cb) - Upgrade user picker version in share
|
|
847
859
|
|
|
848
860
|
## 0.17.0
|
|
849
861
|
|
|
850
862
|
### Minor Changes
|
|
851
863
|
|
|
852
|
-
- [`b6a673bb27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6a673bb27) - Add smart user picker prop for share dialog. Only works if enableSmartUserPicker is true and product = 'jira'.
|
|
864
|
+
- [#2488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2488) [`b6a673bb27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6a673bb27) - Add smart user picker prop for share dialog. Only works if enableSmartUserPicker is true and product = 'jira'.
|
|
853
865
|
|
|
854
866
|
Fix maxPickerHeight prop in user-picker to work (previously was maxGrowHeight in styles but the prop was called maxPickerHeight).
|
|
855
867
|
|
|
@@ -861,19 +873,19 @@
|
|
|
861
873
|
|
|
862
874
|
### Minor Changes
|
|
863
875
|
|
|
864
|
-
- [`ea13555079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea13555079) - Adding managing expanded and collapsed state from a11y perspective, adding unit tests
|
|
876
|
+
- [#2923](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2923) [`ea13555079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea13555079) - Adding managing expanded and collapsed state from a11y perspective, adding unit tests
|
|
865
877
|
|
|
866
878
|
## 0.15.0
|
|
867
879
|
|
|
868
880
|
### Minor Changes
|
|
869
881
|
|
|
870
|
-
- [`26a1813cd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26a1813cd9) - Added the `shortLinkData` prop to use the new link shortening API
|
|
882
|
+
- [#2836](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2836) [`26a1813cd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26a1813cd9) - Added the `shortLinkData` prop to use the new link shortening API
|
|
871
883
|
|
|
872
884
|
## 0.14.2
|
|
873
885
|
|
|
874
886
|
### Patch Changes
|
|
875
887
|
|
|
876
|
-
- [`4ee1ba1585`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee1ba1585) - Add maxPickerHeight to the user picker which sets the maximum height that the user picker can grow up to because of the picked items. Modified subtle prop version of user picker. When subtle, the user picker's border will be removed. The background color will remain the same (Grey N10). These changes were spurred by recent style changes in user picker, which impacted the style of the shares dialog.
|
|
888
|
+
- [#2903](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2903) [`4ee1ba1585`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee1ba1585) - Add maxPickerHeight to the user picker which sets the maximum height that the user picker can grow up to because of the picked items. Modified subtle prop version of user picker. When subtle, the user picker's border will be removed. The background color will remain the same (Grey N10). These changes were spurred by recent style changes in user picker, which impacted the style of the shares dialog.
|
|
877
889
|
Consumers need to be aware of whether an infinitely growing number of users in the user picker can affect their styling. If it does, they will need to provide a suitable maxPickerHeight. Consumers who also wish for a borderless user picker must set the subtle prop to true.
|
|
878
890
|
|
|
879
891
|
Change the background color from N10 to N20 to align with other select background colors.
|
|
@@ -892,31 +904,31 @@
|
|
|
892
904
|
|
|
893
905
|
### Minor Changes
|
|
894
906
|
|
|
895
|
-
- [`70ed335404`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70ed335404) - Add onDialogOpen callback to share dialog
|
|
907
|
+
- [#2618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2618) [`70ed335404`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70ed335404) - Add onDialogOpen callback to share dialog
|
|
896
908
|
|
|
897
909
|
## 0.13.2
|
|
898
910
|
|
|
899
911
|
### Patch Changes
|
|
900
912
|
|
|
901
|
-
- [`0b17f23567`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b17f23567) - Fix text overflowing share to slack onboarding footer
|
|
913
|
+
- [#2493](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2493) [`0b17f23567`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b17f23567) - Fix text overflowing share to slack onboarding footer
|
|
902
914
|
|
|
903
915
|
## 0.13.1
|
|
904
916
|
|
|
905
917
|
### Patch Changes
|
|
906
918
|
|
|
907
|
-
- [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all packages that are used by confluence that have a broken es2019 dist
|
|
919
|
+
- [#2430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2430) [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all packages that are used by confluence that have a broken es2019 dist
|
|
908
920
|
|
|
909
921
|
## 0.13.0
|
|
910
922
|
|
|
911
923
|
### Minor Changes
|
|
912
924
|
|
|
913
|
-
- [`a9ea8ed10e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9ea8ed10e) - Add prop to display custom footer below share form fields, bubble up share form user picker onChange event
|
|
925
|
+
- [#2053](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2053) [`a9ea8ed10e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9ea8ed10e) - Add prop to display custom footer below share form fields, bubble up share form user picker onChange event
|
|
914
926
|
|
|
915
927
|
## 0.12.8
|
|
916
928
|
|
|
917
929
|
### Patch Changes
|
|
918
930
|
|
|
919
|
-
- [`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add missing tslib dependency
|
|
931
|
+
- [#2099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2099) [`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add missing tslib dependency
|
|
920
932
|
- Updated dependencies
|
|
921
933
|
|
|
922
934
|
## 0.12.7
|