@atlaskit/help 7.2.8 → 7.2.10
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 +88 -76
- package/dist/cjs/analytics.js +6 -10
- package/dist/cjs/assets/ErrorImage.js +1 -2
- package/dist/cjs/assets/NotFoundImage.js +1 -2
- package/dist/cjs/assets/SomethingWrongImage.js +1 -2
- package/dist/cjs/components/Article/ArticleContent/index.js +2 -4
- package/dist/cjs/components/Article/ArticleLoadingFail/index.js +3 -5
- package/dist/cjs/components/Article/ArticleLoadingFail/styled.js +2 -4
- package/dist/cjs/components/Article/HelpArticle/Loading/index.js +2 -4
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +3 -5
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +3 -5
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/index.js +3 -5
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/styled.js +3 -6
- package/dist/cjs/components/Article/HelpArticle/index.js +3 -5
- package/dist/cjs/components/Article/WhatsNewArticle/Loading/index.js +2 -4
- package/dist/cjs/components/Article/WhatsNewArticle/index.js +3 -5
- package/dist/cjs/components/Article/WhatsNewArticle/styled.js +6 -12
- package/dist/cjs/components/Article/index.js +2 -4
- package/dist/cjs/components/Article/styled.js +1 -2
- package/dist/cjs/components/ArticlesList/ArticlesList.js +1 -2
- package/dist/cjs/components/ArticlesList/ArticlesListItem/index.js +3 -5
- package/dist/cjs/components/ArticlesList/ArticlesListItem/styled.js +6 -12
- package/dist/cjs/components/ArticlesList/constants.js +2 -4
- package/dist/cjs/components/ArticlesList/index.js +1 -2
- package/dist/cjs/components/ArticlesList/styled.js +3 -6
- package/dist/cjs/components/Help.js +2 -4
- package/dist/cjs/components/HelpContent.js +2 -4
- package/dist/cjs/components/HelpContentButton/index.js +2 -3
- package/dist/cjs/components/HelpContentButton/styled.js +5 -10
- package/dist/cjs/components/RelatedArticles/RelatedArticlesLoading.js +1 -2
- package/dist/cjs/components/RelatedArticles/index.js +4 -6
- package/dist/cjs/components/RelatedArticles/styled.js +5 -10
- package/dist/cjs/components/Search/SearchInput/index.js +3 -5
- package/dist/cjs/components/Search/SearchInput/styled.js +3 -6
- package/dist/cjs/components/Search/SearchResults/SearchExternalSite.js +2 -4
- package/dist/cjs/components/Search/SearchResults/SearchResults.js +2 -4
- package/dist/cjs/components/Search/SearchResults/SearchResultsEmpty.js +2 -4
- package/dist/cjs/components/Search/SearchResults/SearchResultsError.js +2 -4
- package/dist/cjs/components/Search/SearchResults/index.js +2 -4
- package/dist/cjs/components/Search/SearchResults/styled.js +5 -10
- package/dist/cjs/components/ShowMoreButton/index.js +2 -4
- package/dist/cjs/components/WhatsNew/WhatsNewButton/index.js +3 -5
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.js +2 -4
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.js +2 -4
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.js +2 -4
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.js +2 -4
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +3 -5
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +4 -8
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultsList.js +2 -3
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/index.js +1 -2
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.js +5 -10
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.js +2 -4
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.js +2 -4
- package/dist/cjs/components/WhatsNew/WhatsNewResults/index.js +2 -4
- package/dist/cjs/components/WhatsNew/WhatsNewResults/styled.js +4 -8
- package/dist/cjs/components/constants.js +9 -17
- package/dist/cjs/components/contexts/headerContext.js +4 -7
- package/dist/cjs/components/contexts/helpArticleContext.js +4 -7
- package/dist/cjs/components/contexts/homeContext.js +4 -7
- package/dist/cjs/components/contexts/navigationContext.js +4 -7
- package/dist/cjs/components/contexts/relatedArticlesContext.js +4 -7
- package/dist/cjs/components/contexts/searchContext.js +4 -7
- package/dist/cjs/components/contexts/whatsNewArticleContext.js +4 -7
- package/dist/cjs/components/styled.js +4 -7
- package/dist/cjs/i18n/cs.js +1 -2
- package/dist/cjs/i18n/da.js +1 -2
- package/dist/cjs/i18n/de.js +1 -2
- package/dist/cjs/i18n/en.js +1 -2
- package/dist/cjs/i18n/en_GB.js +1 -2
- package/dist/cjs/i18n/es.js +2 -3
- package/dist/cjs/i18n/et.js +1 -2
- package/dist/cjs/i18n/fi.js +1 -2
- package/dist/cjs/i18n/fr.js +1 -2
- package/dist/cjs/i18n/hu.js +1 -2
- package/dist/cjs/i18n/is.js +1 -2
- package/dist/cjs/i18n/it.js +1 -2
- package/dist/cjs/i18n/ja.js +1 -2
- package/dist/cjs/i18n/ko.js +1 -2
- package/dist/cjs/i18n/languages.js +2 -3
- package/dist/cjs/i18n/nb.js +1 -2
- package/dist/cjs/i18n/nl.js +1 -2
- package/dist/cjs/i18n/pl.js +1 -2
- package/dist/cjs/i18n/pt_BR.js +1 -2
- package/dist/cjs/i18n/pt_PT.js +1 -2
- package/dist/cjs/i18n/ro.js +1 -2
- package/dist/cjs/i18n/ru.js +1 -2
- package/dist/cjs/i18n/sk.js +1 -2
- package/dist/cjs/i18n/sv.js +1 -2
- package/dist/cjs/i18n/zh.js +1 -2
- package/dist/cjs/messages.js +2 -3
- package/dist/cjs/model/Article.js +2 -3
- package/dist/cjs/model/Help.js +2 -3
- package/dist/cjs/model/Requests.js +2 -3
- package/dist/cjs/model/WhatsNew.js +2 -3
- package/dist/cjs/util/i18n-util.js +2 -3
- package/dist/cjs/util/index.js +3 -5
- package/dist/cjs/util/styled.js +8 -9
- package/dist/cjs/util/testing/mock.js +7 -13
- package/dist/es2019/analytics.js +1 -1
- package/dist/es2019/components/Article/ArticleLoadingFail/index.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/index.js +1 -1
- package/dist/es2019/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/es2019/components/ArticlesList/ArticlesListItem/index.js +1 -1
- package/dist/es2019/components/HelpContentButton/index.js +1 -1
- package/dist/es2019/components/RelatedArticles/index.js +1 -1
- package/dist/es2019/components/Search/SearchInput/index.js +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewButton/index.js +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/dist/esm/analytics.js +1 -1
- package/dist/esm/components/Article/ArticleLoadingFail/index.js +1 -1
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
- package/dist/esm/components/Article/HelpArticle/index.js +1 -1
- package/dist/esm/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/esm/components/ArticlesList/ArticlesListItem/index.js +1 -1
- package/dist/esm/components/HelpContentButton/index.js +1 -1
- package/dist/esm/components/RelatedArticles/index.js +1 -1
- package/dist/esm/components/Search/SearchInput/index.js +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewButton/index.js +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultsList.js +1 -1
- package/dist/types/components/HelpContentButton/styled.d.ts +5 -5
- package/dist/types-ts4.5/components/HelpContentButton/styled.d.ts +5 -5
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,59 +1,71 @@
|
|
|
1
1
|
# @atlaskit/help
|
|
2
2
|
|
|
3
|
+
## 7.2.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 7.2.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#41087](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41087) [`7d066a73736`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d066a73736) - Fix ts errors by adding type definition and removing unused parameter
|
|
14
|
+
|
|
3
15
|
## 7.2.8
|
|
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
|
## 7.2.7
|
|
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
|
## 7.2.6
|
|
17
29
|
|
|
18
30
|
### Patch Changes
|
|
19
31
|
|
|
20
|
-
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
32
|
+
- [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925) [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
21
33
|
|
|
22
34
|
## 7.2.5
|
|
23
35
|
|
|
24
36
|
### Patch Changes
|
|
25
37
|
|
|
26
|
-
- [`7bdb050c04e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7bdb050c04e) - Internal change to use space tokens for spacing properties. There is no visual change.
|
|
38
|
+
- [#35450](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35450) [`7bdb050c04e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7bdb050c04e) - Internal change to use space tokens for spacing properties. There is no visual change.
|
|
27
39
|
|
|
28
40
|
## 7.2.4
|
|
29
41
|
|
|
30
42
|
### Patch Changes
|
|
31
43
|
|
|
32
|
-
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
44
|
+
- [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443) [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
33
45
|
|
|
34
46
|
## 7.2.3
|
|
35
47
|
|
|
36
48
|
### Patch Changes
|
|
37
49
|
|
|
38
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
50
|
+
- [#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
|
|
39
51
|
|
|
40
52
|
## 7.2.2
|
|
41
53
|
|
|
42
54
|
### Patch Changes
|
|
43
55
|
|
|
44
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
56
|
+
- [#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`
|
|
45
57
|
|
|
46
58
|
## 7.2.1
|
|
47
59
|
|
|
48
60
|
### Patch Changes
|
|
49
61
|
|
|
50
|
-
- [`7e051bad115`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e051bad115) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
|
|
62
|
+
- [#33218](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33218) [`7e051bad115`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e051bad115) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
|
|
51
63
|
|
|
52
64
|
## 7.2.0
|
|
53
65
|
|
|
54
66
|
### Minor Changes
|
|
55
67
|
|
|
56
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
68
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
57
69
|
|
|
58
70
|
### Patch Changes
|
|
59
71
|
|
|
@@ -63,7 +75,7 @@
|
|
|
63
75
|
|
|
64
76
|
### Patch Changes
|
|
65
77
|
|
|
66
|
-
- [`ad5cbfa5a71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad5cbfa5a71) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
|
|
78
|
+
- [#31643](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31643) [`ad5cbfa5a71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad5cbfa5a71) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
|
|
67
79
|
|
|
68
80
|
## 7.1.26
|
|
69
81
|
|
|
@@ -81,13 +93,13 @@
|
|
|
81
93
|
|
|
82
94
|
### Patch Changes
|
|
83
95
|
|
|
84
|
-
- [`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.
|
|
96
|
+
- [#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.
|
|
85
97
|
|
|
86
98
|
## 7.1.23
|
|
87
99
|
|
|
88
100
|
### Patch Changes
|
|
89
101
|
|
|
90
|
-
- [`4ad56486a8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ad56486a8a) - [ux] Added title attribute to search input field
|
|
102
|
+
- [#28361](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28361) [`4ad56486a8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ad56486a8a) - [ux] Added title attribute to search input field
|
|
91
103
|
|
|
92
104
|
## 7.1.22
|
|
93
105
|
|
|
@@ -105,7 +117,7 @@
|
|
|
105
117
|
|
|
106
118
|
### Patch Changes
|
|
107
119
|
|
|
108
|
-
- [`605b2be739b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/605b2be739b) - Moved LocaleIntlProvider inside the @altaskit/help component and remove MessageIntlProvider file (not longer used)
|
|
120
|
+
- [#28104](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28104) [`605b2be739b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/605b2be739b) - Moved LocaleIntlProvider inside the @altaskit/help component and remove MessageIntlProvider file (not longer used)
|
|
109
121
|
|
|
110
122
|
## 7.1.19
|
|
111
123
|
|
|
@@ -123,55 +135,55 @@
|
|
|
123
135
|
|
|
124
136
|
### Patch Changes
|
|
125
137
|
|
|
126
|
-
- [`0d36e8cc329`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d36e8cc329) - Fix release notes implementation in the "Help-with-Algolia" example
|
|
138
|
+
- [#27010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27010) [`0d36e8cc329`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d36e8cc329) - Fix release notes implementation in the "Help-with-Algolia" example
|
|
127
139
|
|
|
128
140
|
## 7.1.16
|
|
129
141
|
|
|
130
142
|
### Patch Changes
|
|
131
143
|
|
|
132
|
-
- [`0c19f354255`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c19f354255) - Consolidate In Product Help & Self-Help Experiences ownership
|
|
144
|
+
- [#26424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26424) [`0c19f354255`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c19f354255) - Consolidate In Product Help & Self-Help Experiences ownership
|
|
133
145
|
|
|
134
146
|
## 7.1.15
|
|
135
147
|
|
|
136
148
|
### Patch Changes
|
|
137
149
|
|
|
138
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
150
|
+
- [#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`
|
|
139
151
|
|
|
140
152
|
## 7.1.14
|
|
141
153
|
|
|
142
154
|
### Patch Changes
|
|
143
155
|
|
|
144
|
-
- [`8b28f38cfa8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b28f38cfa8) - Fixed double request issue for the help articles
|
|
156
|
+
- [#25299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25299) [`8b28f38cfa8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b28f38cfa8) - Fixed double request issue for the help articles
|
|
145
157
|
|
|
146
158
|
## 7.1.13
|
|
147
159
|
|
|
148
160
|
### Patch Changes
|
|
149
161
|
|
|
150
|
-
- [`d4d09b38089`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4d09b38089) - [ux] fix typo
|
|
162
|
+
- [#24659](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24659) [`d4d09b38089`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4d09b38089) - [ux] fix typo
|
|
151
163
|
|
|
152
164
|
## 7.1.12
|
|
153
165
|
|
|
154
166
|
### Patch Changes
|
|
155
167
|
|
|
156
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
168
|
+
- [#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`.
|
|
157
169
|
|
|
158
170
|
## 7.1.11
|
|
159
171
|
|
|
160
172
|
### Patch Changes
|
|
161
173
|
|
|
162
|
-
- [`ce7d477bc24`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce7d477bc24) - [ux] Fixing styling on the ArticleListItem component
|
|
174
|
+
- [#24014](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24014) [`ce7d477bc24`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce7d477bc24) - [ux] Fixing styling on the ArticleListItem component
|
|
163
175
|
|
|
164
176
|
## 7.1.10
|
|
165
177
|
|
|
166
178
|
### Patch Changes
|
|
167
179
|
|
|
168
|
-
- [`cf6b2085c95`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf6b2085c95) - Use articles "routes" attribute instead of "routeName" and "routeGroup"
|
|
180
|
+
- [#21838](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21838) [`cf6b2085c95`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf6b2085c95) - Use articles "routes" attribute instead of "routeName" and "routeGroup"
|
|
169
181
|
|
|
170
182
|
## 7.1.9
|
|
171
183
|
|
|
172
184
|
### Patch Changes
|
|
173
185
|
|
|
174
|
-
- [`4113699bb4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4113699bb4d) - [ux] Cleanup item usage and minor refactoring in `@atlaskit/help`
|
|
186
|
+
- [#21664](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21664) [`4113699bb4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4113699bb4d) - [ux] Cleanup item usage and minor refactoring in `@atlaskit/help`
|
|
175
187
|
|
|
176
188
|
## 7.1.8
|
|
177
189
|
|
|
@@ -183,13 +195,13 @@
|
|
|
183
195
|
|
|
184
196
|
### Patch Changes
|
|
185
197
|
|
|
186
|
-
- [`a9a7df8a7e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9a7df8a7e7) - [ux] Fix typo
|
|
198
|
+
- [#20836](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20836) [`a9a7df8a7e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9a7df8a7e7) - [ux] Fix typo
|
|
187
199
|
|
|
188
200
|
## 7.1.6
|
|
189
201
|
|
|
190
202
|
### Patch Changes
|
|
191
203
|
|
|
192
|
-
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
204
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
193
205
|
- Updated dependencies
|
|
194
206
|
|
|
195
207
|
## 7.1.5
|
|
@@ -202,7 +214,7 @@
|
|
|
202
214
|
|
|
203
215
|
### Patch Changes
|
|
204
216
|
|
|
205
|
-
- [`9d51d8d6aa3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d51d8d6aa3) - [ux] Change "What's new" button tooltip text
|
|
217
|
+
- [#20459](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20459) [`9d51d8d6aa3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d51d8d6aa3) - [ux] Change "What's new" button tooltip text
|
|
206
218
|
|
|
207
219
|
## 7.1.3
|
|
208
220
|
|
|
@@ -214,7 +226,7 @@
|
|
|
214
226
|
|
|
215
227
|
### Patch Changes
|
|
216
228
|
|
|
217
|
-
- [`256335ab2f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/256335ab2f2) - [ux] Update example. Change CPAPI endpoint and show "getStarted" field in RN articles
|
|
229
|
+
- [#19505](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19505) [`256335ab2f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/256335ab2f2) - [ux] Update example. Change CPAPI endpoint and show "getStarted" field in RN articles
|
|
218
230
|
|
|
219
231
|
## 7.1.1
|
|
220
232
|
|
|
@@ -226,7 +238,7 @@
|
|
|
226
238
|
|
|
227
239
|
### Minor Changes
|
|
228
240
|
|
|
229
|
-
- [`afca6666ced`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afca6666ced) - [ux] Added new theming package, `@atlaskit/tokens`.
|
|
241
|
+
- [#19103](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19103) [`afca6666ced`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afca6666ced) - [ux] Added new theming package, `@atlaskit/tokens`.
|
|
230
242
|
|
|
231
243
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
232
244
|
|
|
@@ -236,31 +248,31 @@
|
|
|
236
248
|
|
|
237
249
|
### Patch Changes
|
|
238
250
|
|
|
239
|
-
- [`d4bd99015e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4bd99015e9) - [ux] Fix history initialization
|
|
251
|
+
- [#18888](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18888) [`d4bd99015e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4bd99015e9) - [ux] Fix history initialization
|
|
240
252
|
|
|
241
253
|
## 7.0.1
|
|
242
254
|
|
|
243
255
|
### Patch Changes
|
|
244
256
|
|
|
245
|
-
- [`4ef57768666`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ef57768666) - [ux] Improve navigation in the "What's new" section
|
|
257
|
+
- [#18282](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18282) [`4ef57768666`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ef57768666) - [ux] Improve navigation in the "What's new" section
|
|
246
258
|
|
|
247
259
|
## 7.0.0
|
|
248
260
|
|
|
249
261
|
### Major Changes
|
|
250
262
|
|
|
251
|
-
- [`396fbf5fc2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/396fbf5fc2d) - [ux] Update the way we set the articleId and the history in the component
|
|
263
|
+
- [#18081](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18081) [`396fbf5fc2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/396fbf5fc2d) - [ux] Update the way we set the articleId and the history in the component
|
|
252
264
|
|
|
253
265
|
## 6.0.8
|
|
254
266
|
|
|
255
267
|
### Patch Changes
|
|
256
268
|
|
|
257
|
-
- [`222834915fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/222834915fa) - [ux] Fix date formatting in What's New
|
|
269
|
+
- [#17887](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17887) [`222834915fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/222834915fa) - [ux] Fix date formatting in What's New
|
|
258
270
|
|
|
259
271
|
## 6.0.7
|
|
260
272
|
|
|
261
273
|
### Patch Changes
|
|
262
274
|
|
|
263
|
-
- [`07bd0f6e2e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07bd0f6e2e7) - [ux] Fix onWhatsNewResultItemClick analytics event issue
|
|
275
|
+
- [#17427](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17427) [`07bd0f6e2e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07bd0f6e2e7) - [ux] Fix onWhatsNewResultItemClick analytics event issue
|
|
264
276
|
|
|
265
277
|
## 6.0.6
|
|
266
278
|
|
|
@@ -272,37 +284,37 @@
|
|
|
272
284
|
|
|
273
285
|
### Patch Changes
|
|
274
286
|
|
|
275
|
-
- [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
287
|
+
- [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475) [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
276
288
|
|
|
277
289
|
## 6.0.4
|
|
278
290
|
|
|
279
291
|
### Patch Changes
|
|
280
292
|
|
|
281
|
-
- [`9c8157a146f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c8157a146f) - [ux] Add tooltip to HelpContentButton and update "What's new" button label
|
|
293
|
+
- [#16907](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16907) [`9c8157a146f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c8157a146f) - [ux] Add tooltip to HelpContentButton and update "What's new" button label
|
|
282
294
|
|
|
283
295
|
## 6.0.3
|
|
284
296
|
|
|
285
297
|
### Patch Changes
|
|
286
298
|
|
|
287
|
-
- [`78c9f070230`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78c9f070230) - Bump algoliasearch version from ^3.33.0 to ^3.35.1. In @atlaskit/help we updated the example 3 and moved Algolia API related code to it's own react hook
|
|
299
|
+
- [#16511](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16511) [`78c9f070230`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78c9f070230) - Bump algoliasearch version from ^3.33.0 to ^3.35.1. In @atlaskit/help we updated the example 3 and moved Algolia API related code to it's own react hook
|
|
288
300
|
|
|
289
301
|
## 6.0.2
|
|
290
302
|
|
|
291
303
|
### Patch Changes
|
|
292
304
|
|
|
293
|
-
- [`87741daaab0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87741daaab0) - [ux] Fix date formatting in the "What's new" results list
|
|
305
|
+
- [#16526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16526) [`87741daaab0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87741daaab0) - [ux] Fix date formatting in the "What's new" results list
|
|
294
306
|
|
|
295
307
|
## 6.0.1
|
|
296
308
|
|
|
297
309
|
### Patch Changes
|
|
298
310
|
|
|
299
|
-
- [`f8482a54a69`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8482a54a69) - [ux] Update "What's new" section design
|
|
311
|
+
- [#16513](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16513) [`f8482a54a69`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8482a54a69) - [ux] Update "What's new" section design
|
|
300
312
|
|
|
301
313
|
## 6.0.0
|
|
302
314
|
|
|
303
315
|
### Major Changes
|
|
304
316
|
|
|
305
|
-
- [`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
|
|
317
|
+
- [#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
|
|
306
318
|
|
|
307
319
|
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.
|
|
308
320
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -348,7 +360,7 @@
|
|
|
348
360
|
|
|
349
361
|
### Major Changes
|
|
350
362
|
|
|
351
|
-
- [`32b50ca58d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32b50ca58d5) - [ux] Fix dead end in the navigation when the user is in "What's new" and uses the search input (the one in the header) and then navigates back
|
|
363
|
+
- [#16117](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16117) [`32b50ca58d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32b50ca58d5) - [ux] Fix dead end in the navigation when the user is in "What's new" and uses the search input (the one in the header) and then navigates back
|
|
352
364
|
|
|
353
365
|
### Patch Changes
|
|
354
366
|
|
|
@@ -358,19 +370,19 @@
|
|
|
358
370
|
|
|
359
371
|
### Minor Changes
|
|
360
372
|
|
|
361
|
-
- [`bdd0be2c294`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdd0be2c294) - [ux] Update navigation logic
|
|
373
|
+
- [#15404](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15404) [`bdd0be2c294`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdd0be2c294) - [ux] Update navigation logic
|
|
362
374
|
|
|
363
375
|
## 4.2.4
|
|
364
376
|
|
|
365
377
|
### Patch Changes
|
|
366
378
|
|
|
367
|
-
- [`9f016391674`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f016391674) - [ux] Display error message when the "What's new" API fails
|
|
379
|
+
- [#15141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15141) [`9f016391674`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f016391674) - [ux] Display error message when the "What's new" API fails
|
|
368
380
|
|
|
369
381
|
## 4.2.3
|
|
370
382
|
|
|
371
383
|
### Patch Changes
|
|
372
384
|
|
|
373
|
-
- [`f9bfb2095bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9bfb2095bd) - [ux] Group release notes by date
|
|
385
|
+
- [#14997](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14997) [`f9bfb2095bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9bfb2095bd) - [ux] Group release notes by date
|
|
374
386
|
|
|
375
387
|
## 4.2.2
|
|
376
388
|
|
|
@@ -382,38 +394,38 @@
|
|
|
382
394
|
|
|
383
395
|
### Patch Changes
|
|
384
396
|
|
|
385
|
-
- [`82bdb8cd2d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82bdb8cd2d6) - [ux] Updated examples with the "What's New" section
|
|
397
|
+
- [#14436](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14436) [`82bdb8cd2d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82bdb8cd2d6) - [ux] Updated examples with the "What's New" section
|
|
386
398
|
|
|
387
399
|
## 4.2.0
|
|
388
400
|
|
|
389
401
|
### Minor Changes
|
|
390
402
|
|
|
391
|
-
- [`3690098a745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3690098a745) - [ux] Updated navigation logic for the "What's new" section
|
|
403
|
+
- [#13797](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13797) [`3690098a745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3690098a745) - [ux] Updated navigation logic for the "What's new" section
|
|
392
404
|
|
|
393
405
|
## 4.1.1
|
|
394
406
|
|
|
395
407
|
### Patch Changes
|
|
396
408
|
|
|
397
|
-
- [`13cba790f49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13cba790f49) - Internal test refactor.
|
|
409
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`13cba790f49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13cba790f49) - Internal test refactor.
|
|
398
410
|
- Updated dependencies
|
|
399
411
|
|
|
400
412
|
## 4.1.0
|
|
401
413
|
|
|
402
414
|
### Minor Changes
|
|
403
415
|
|
|
404
|
-
- [`69b577202b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/69b577202b6) - [ux] Fixed the "What's New" section. Changed the icon for the "What's New" button. Update examples to showcase the What's new section
|
|
416
|
+
- [#13742](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13742) [`69b577202b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/69b577202b6) - [ux] Fixed the "What's New" section. Changed the icon for the "What's New" button. Update examples to showcase the What's new section
|
|
405
417
|
|
|
406
418
|
## 4.0.8
|
|
407
419
|
|
|
408
420
|
### Patch Changes
|
|
409
421
|
|
|
410
|
-
- [`55df23cb742`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55df23cb742) - Removed a snapshot test because assertion wasn't useful
|
|
422
|
+
- [#13358](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13358) [`55df23cb742`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55df23cb742) - Removed a snapshot test because assertion wasn't useful
|
|
411
423
|
|
|
412
424
|
## 4.0.7
|
|
413
425
|
|
|
414
426
|
### Patch Changes
|
|
415
427
|
|
|
416
|
-
- [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
428
|
+
- [#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
|
|
417
429
|
- [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
418
430
|
- [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
419
431
|
|
|
@@ -421,13 +433,13 @@
|
|
|
421
433
|
|
|
422
434
|
### Patch Changes
|
|
423
435
|
|
|
424
|
-
- [`df9dc928897`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df9dc928897) - Update the team information in the packages maintained by the In Product Help team
|
|
436
|
+
- [#13328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13328) [`df9dc928897`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df9dc928897) - Update the team information in the packages maintained by the In Product Help team
|
|
425
437
|
|
|
426
438
|
## 4.0.5
|
|
427
439
|
|
|
428
440
|
### Patch Changes
|
|
429
441
|
|
|
430
|
-
- [`0845b2c831a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0845b2c831a) - [ux] Fix articles slide-out animation
|
|
442
|
+
- [#13207](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13207) [`0845b2c831a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0845b2c831a) - [ux] Fix articles slide-out animation
|
|
431
443
|
|
|
432
444
|
## 4.0.4
|
|
433
445
|
|
|
@@ -439,25 +451,25 @@
|
|
|
439
451
|
|
|
440
452
|
### Patch Changes
|
|
441
453
|
|
|
442
|
-
- [`4941423cb4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4941423cb4e) - [ux] Change how we load svg images
|
|
454
|
+
- [#13157](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13157) [`4941423cb4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4941423cb4e) - [ux] Change how we load svg images
|
|
443
455
|
|
|
444
456
|
## 4.0.2
|
|
445
457
|
|
|
446
458
|
### Patch Changes
|
|
447
459
|
|
|
448
|
-
- [`f4d35d25719`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4d35d25719) - [ux] Hide "What's New" button if the props "onSearchWhatsNewArticles" and "onGetWhatsNewArticle" are not defined
|
|
460
|
+
- [#13097](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13097) [`f4d35d25719`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4d35d25719) - [ux] Hide "What's New" button if the props "onSearchWhatsNewArticles" and "onGetWhatsNewArticle" are not defined
|
|
449
461
|
|
|
450
462
|
## 4.0.1
|
|
451
463
|
|
|
452
464
|
### Patch Changes
|
|
453
465
|
|
|
454
|
-
- [`b0b740e2657`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0b740e2657) - [ux] Fix double scroll in the content area
|
|
466
|
+
- [#13077](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13077) [`b0b740e2657`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0b740e2657) - [ux] Fix double scroll in the content area
|
|
455
467
|
|
|
456
468
|
## 4.0.0
|
|
457
469
|
|
|
458
470
|
### Major Changes
|
|
459
471
|
|
|
460
|
-
- [`bc46b0b34ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc46b0b34ed) - [ux] @atlaskit/help-article: Updated component interfaze and removed unused props onArticleRenderBegin and onArticleRenderDone. @atlaskit/help-artilce: major changes in the component interfaze, added "What's new" articles search and articles view. Moved the search input to the header. Updated navigation logic and unit tests
|
|
472
|
+
- [#11927](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11927) [`bc46b0b34ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc46b0b34ed) - [ux] @atlaskit/help-article: Updated component interfaze and removed unused props onArticleRenderBegin and onArticleRenderDone. @atlaskit/help-artilce: major changes in the component interfaze, added "What's new" articles search and articles view. Moved the search input to the header. Updated navigation logic and unit tests
|
|
461
473
|
|
|
462
474
|
### Patch Changes
|
|
463
475
|
|
|
@@ -485,13 +497,13 @@
|
|
|
485
497
|
|
|
486
498
|
### Minor Changes
|
|
487
499
|
|
|
488
|
-
- [`f9d42a3f08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9d42a3f08) - Added "isCollapsed" prop to ArticleList Component and RelatedArticles. Added prop "onRelatedArticlesShowMoreClickOfOpenArticle" to Help component
|
|
500
|
+
- [#7310](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7310) [`f9d42a3f08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9d42a3f08) - Added "isCollapsed" prop to ArticleList Component and RelatedArticles. Added prop "onRelatedArticlesShowMoreClickOfOpenArticle" to Help component
|
|
489
501
|
|
|
490
502
|
## 3.0.0
|
|
491
503
|
|
|
492
504
|
### Major Changes
|
|
493
505
|
|
|
494
|
-
- [`70492a8e83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70492a8e83) - Updated algolia index used in the examples. Added descriptions to the Int messages. Export DivderLine Styled component
|
|
506
|
+
- [#7258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7258) [`70492a8e83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70492a8e83) - Updated algolia index used in the examples. Added descriptions to the Int messages. Export DivderLine Styled component
|
|
495
507
|
|
|
496
508
|
### Patch Changes
|
|
497
509
|
|
|
@@ -507,7 +519,7 @@
|
|
|
507
519
|
|
|
508
520
|
### Patch Changes
|
|
509
521
|
|
|
510
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
522
|
+
- [#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
|
|
511
523
|
|
|
512
524
|
## 2.2.5
|
|
513
525
|
|
|
@@ -519,7 +531,7 @@
|
|
|
519
531
|
|
|
520
532
|
### Patch Changes
|
|
521
533
|
|
|
522
|
-
- [`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.
|
|
534
|
+
- [#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.
|
|
523
535
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
524
536
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
525
537
|
|
|
@@ -533,7 +545,7 @@
|
|
|
533
545
|
|
|
534
546
|
### Patch Changes
|
|
535
547
|
|
|
536
|
-
- [`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo analytics-next file restructure to allow external ts definitions to continue working
|
|
548
|
+
- [#5164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5164) [`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo analytics-next file restructure to allow external ts definitions to continue working
|
|
537
549
|
|
|
538
550
|
## 2.2.1
|
|
539
551
|
|
|
@@ -545,19 +557,19 @@
|
|
|
545
557
|
|
|
546
558
|
### Minor Changes
|
|
547
559
|
|
|
548
|
-
- [`f9ec749cd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9ec749cd9) - Fix initial animation of the article container
|
|
560
|
+
- [#4943](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4943) [`f9ec749cd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9ec749cd9) - Fix initial animation of the article container
|
|
549
561
|
|
|
550
562
|
## 2.1.0
|
|
551
563
|
|
|
552
564
|
### Minor Changes
|
|
553
565
|
|
|
554
|
-
- [`3ff41f046e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ff41f046e) - Added history and historySetter props
|
|
566
|
+
- [#4562](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4562) [`3ff41f046e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ff41f046e) - Added history and historySetter props
|
|
555
567
|
|
|
556
568
|
## 2.0.6
|
|
557
569
|
|
|
558
570
|
### Patch Changes
|
|
559
571
|
|
|
560
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
572
|
+
- [#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
|
|
561
573
|
|
|
562
574
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
563
575
|
to prevent duplicates of tslib being bundled.
|
|
@@ -566,37 +578,37 @@
|
|
|
566
578
|
|
|
567
579
|
### Patch Changes
|
|
568
580
|
|
|
569
|
-
- [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
581
|
+
- [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393) [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
570
582
|
|
|
571
583
|
## 2.0.4
|
|
572
584
|
|
|
573
585
|
### Patch Changes
|
|
574
586
|
|
|
575
|
-
- [`e99262c6f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e99262c6f0) - All form elements now have a default font explicitly set
|
|
587
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`e99262c6f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e99262c6f0) - All form elements now have a default font explicitly set
|
|
576
588
|
|
|
577
589
|
## 2.0.3
|
|
578
590
|
|
|
579
591
|
### Patch Changes
|
|
580
592
|
|
|
581
|
-
- [`55db8c8e8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55db8c8e8e) - Use the new atlaskit/help-layout
|
|
593
|
+
- [#3748](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3748) [`55db8c8e8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55db8c8e8e) - Use the new atlaskit/help-layout
|
|
582
594
|
|
|
583
595
|
## 2.0.2
|
|
584
596
|
|
|
585
597
|
### Patch Changes
|
|
586
598
|
|
|
587
|
-
- [`ba2577fd3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba2577fd3f) - Bugfix feedback form
|
|
599
|
+
- [#3649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3649) [`ba2577fd3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba2577fd3f) - Bugfix feedback form
|
|
588
600
|
|
|
589
601
|
## 2.0.1
|
|
590
602
|
|
|
591
603
|
### Patch Changes
|
|
592
604
|
|
|
593
|
-
- [`0c532edf6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c532edf6e) - Use the 'lodash' package instead of single-function 'lodash.\*' packages
|
|
605
|
+
- [#3226](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3226) [`0c532edf6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c532edf6e) - Use the 'lodash' package instead of single-function 'lodash.\*' packages
|
|
594
606
|
|
|
595
607
|
## 2.0.0
|
|
596
608
|
|
|
597
609
|
### Major Changes
|
|
598
610
|
|
|
599
|
-
- [`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.
|
|
611
|
+
- [#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.
|
|
600
612
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
601
613
|
|
|
602
614
|
### Patch Changes
|
|
@@ -607,13 +619,13 @@
|
|
|
607
619
|
|
|
608
620
|
### Patch Changes
|
|
609
621
|
|
|
610
|
-
- [`789fe1c4b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/789fe1c4b2) - Updated feedback form
|
|
622
|
+
- [#3325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3325) [`789fe1c4b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/789fe1c4b2) - Updated feedback form
|
|
611
623
|
|
|
612
624
|
## 1.1.0
|
|
613
625
|
|
|
614
626
|
### Minor Changes
|
|
615
627
|
|
|
616
|
-
- [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648: Adds resizing and alignment to embed cards
|
|
628
|
+
- [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443) [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648: Adds resizing and alignment to embed cards
|
|
617
629
|
|
|
618
630
|
### Patch Changes
|
|
619
631
|
|
|
@@ -623,25 +635,25 @@
|
|
|
623
635
|
|
|
624
636
|
### Patch Changes
|
|
625
637
|
|
|
626
|
-
- [`b8034da50e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8034da50e) - Fix flickering of the search result list. Updated the desing of the feedback form.
|
|
638
|
+
- [#3018](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3018) [`b8034da50e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8034da50e) - Fix flickering of the search result list. Updated the desing of the feedback form.
|
|
627
639
|
|
|
628
640
|
## 1.0.4
|
|
629
641
|
|
|
630
642
|
### Patch Changes
|
|
631
643
|
|
|
632
|
-
- [`cc14956821`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc14956821) - Update all the theme imports to a path thats tree shakable
|
|
644
|
+
- [#2889](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2889) [`cc14956821`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc14956821) - Update all the theme imports to a path thats tree shakable
|
|
633
645
|
|
|
634
646
|
## 1.0.3
|
|
635
647
|
|
|
636
648
|
### Patch Changes
|
|
637
649
|
|
|
638
|
-
- [`1d3b23b682`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d3b23b682) - Added link to external search site at the end of the search results list
|
|
650
|
+
- [#2792](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2792) [`1d3b23b682`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d3b23b682) - Added link to external search site at the end of the search results list
|
|
639
651
|
|
|
640
652
|
## 1.0.2
|
|
641
653
|
|
|
642
654
|
### Patch Changes
|
|
643
655
|
|
|
644
|
-
- [`4560b65a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4560b65a4f) - upgrade react-transition-group to latest
|
|
656
|
+
- [#2677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2677) [`4560b65a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4560b65a4f) - upgrade react-transition-group to latest
|
|
645
657
|
|
|
646
658
|
## 1.0.1
|
|
647
659
|
|
|
@@ -653,13 +665,13 @@
|
|
|
653
665
|
|
|
654
666
|
### Major Changes
|
|
655
667
|
|
|
656
|
-
- [`58cfa9cd97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58cfa9cd97) - Added unit test. Converted class components to functional components.
|
|
668
|
+
- [#2439](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2439) [`58cfa9cd97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58cfa9cd97) - Added unit test. Converted class components to functional components.
|
|
657
669
|
|
|
658
670
|
## 0.23.8
|
|
659
671
|
|
|
660
672
|
### Patch Changes
|
|
661
673
|
|
|
662
|
-
- [`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add missing tslib dependency
|
|
674
|
+
- [#2099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2099) [`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add missing tslib dependency
|
|
663
675
|
|
|
664
676
|
## 0.23.7
|
|
665
677
|
|
package/dist/cjs/analytics.js
CHANGED
|
@@ -8,15 +8,11 @@ exports.withAnalyticsEvents = exports.withAnalyticsContext = exports.defaultAnal
|
|
|
8
8
|
var x = _interopRequireWildcard(require("@atlaskit/analytics-next"));
|
|
9
9
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
10
10
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
11
|
-
var withAnalyticsEvents = x.withAnalyticsEvents;
|
|
12
|
-
exports.
|
|
13
|
-
var
|
|
14
|
-
exports.
|
|
15
|
-
var createAndFire = x.createAndFireEvent('atlaskit');
|
|
16
|
-
exports.createAndFire = createAndFire;
|
|
17
|
-
var defaultAnalyticsAttributes = {
|
|
11
|
+
var withAnalyticsEvents = exports.withAnalyticsEvents = x.withAnalyticsEvents;
|
|
12
|
+
var withAnalyticsContext = exports.withAnalyticsContext = x.withAnalyticsContext;
|
|
13
|
+
var createAndFire = exports.createAndFire = x.createAndFireEvent('atlaskit');
|
|
14
|
+
var defaultAnalyticsAttributes = exports.defaultAnalyticsAttributes = {
|
|
18
15
|
componentName: 'help',
|
|
19
16
|
packageName: "@atlaskit/help",
|
|
20
|
-
packageVersion: "7.2.
|
|
21
|
-
};
|
|
22
|
-
exports.defaultAnalyticsAttributes = defaultAnalyticsAttributes;
|
|
17
|
+
packageVersion: "7.2.10"
|
|
18
|
+
};
|