@atlaskit/help 7.2.7 → 7.2.9
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 +87 -75
- 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 +4 -6
- 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 +4 -6
- 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 +4 -6
- 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 +6 -9
- 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/HelpContentButton/styled.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/Article/index.js +2 -2
- package/dist/esm/components/ArticlesList/ArticlesListItem/index.js +1 -1
- package/dist/esm/components/HelpContentButton/index.js +1 -1
- package/dist/esm/components/HelpContentButton/styled.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/Search/SearchResults/index.js +2 -2
- 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/esm/components/WhatsNew/WhatsNewResults/index.js +2 -2
- package/dist/esm/components/contexts/navigationContext.js +2 -2
- 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 +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,53 +1,65 @@
|
|
|
1
1
|
# @atlaskit/help
|
|
2
2
|
|
|
3
|
+
## 7.2.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#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
|
|
8
|
+
|
|
9
|
+
## 7.2.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#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.
|
|
14
|
+
|
|
3
15
|
## 7.2.7
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
19
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
8
20
|
- Updated dependencies
|
|
9
21
|
|
|
10
22
|
## 7.2.6
|
|
11
23
|
|
|
12
24
|
### Patch Changes
|
|
13
25
|
|
|
14
|
-
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
|
|
26
|
+
- [#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
|
|
15
27
|
|
|
16
28
|
## 7.2.5
|
|
17
29
|
|
|
18
30
|
### Patch Changes
|
|
19
31
|
|
|
20
|
-
- [`7bdb050c04e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7bdb050c04e) - Internal change to use space tokens for spacing properties. There is no visual change.
|
|
32
|
+
- [#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.
|
|
21
33
|
|
|
22
34
|
## 7.2.4
|
|
23
35
|
|
|
24
36
|
### Patch Changes
|
|
25
37
|
|
|
26
|
-
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
38
|
+
- [#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
|
|
27
39
|
|
|
28
40
|
## 7.2.3
|
|
29
41
|
|
|
30
42
|
### Patch Changes
|
|
31
43
|
|
|
32
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
44
|
+
- [#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
|
|
33
45
|
|
|
34
46
|
## 7.2.2
|
|
35
47
|
|
|
36
48
|
### Patch Changes
|
|
37
49
|
|
|
38
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
50
|
+
- [#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`
|
|
39
51
|
|
|
40
52
|
## 7.2.1
|
|
41
53
|
|
|
42
54
|
### Patch Changes
|
|
43
55
|
|
|
44
|
-
- [`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.
|
|
56
|
+
- [#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.
|
|
45
57
|
|
|
46
58
|
## 7.2.0
|
|
47
59
|
|
|
48
60
|
### Minor Changes
|
|
49
61
|
|
|
50
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
62
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
51
63
|
|
|
52
64
|
### Patch Changes
|
|
53
65
|
|
|
@@ -57,7 +69,7 @@
|
|
|
57
69
|
|
|
58
70
|
### Patch Changes
|
|
59
71
|
|
|
60
|
-
- [`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.
|
|
72
|
+
- [#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.
|
|
61
73
|
|
|
62
74
|
## 7.1.26
|
|
63
75
|
|
|
@@ -75,13 +87,13 @@
|
|
|
75
87
|
|
|
76
88
|
### Patch Changes
|
|
77
89
|
|
|
78
|
-
- [`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.
|
|
90
|
+
- [#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.
|
|
79
91
|
|
|
80
92
|
## 7.1.23
|
|
81
93
|
|
|
82
94
|
### Patch Changes
|
|
83
95
|
|
|
84
|
-
- [`4ad56486a8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ad56486a8a) - [ux] Added title attribute to search input field
|
|
96
|
+
- [#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
|
|
85
97
|
|
|
86
98
|
## 7.1.22
|
|
87
99
|
|
|
@@ -99,7 +111,7 @@
|
|
|
99
111
|
|
|
100
112
|
### Patch Changes
|
|
101
113
|
|
|
102
|
-
- [`605b2be739b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/605b2be739b) - Moved LocaleIntlProvider inside the @altaskit/help component and remove MessageIntlProvider file (not longer used)
|
|
114
|
+
- [#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)
|
|
103
115
|
|
|
104
116
|
## 7.1.19
|
|
105
117
|
|
|
@@ -117,55 +129,55 @@
|
|
|
117
129
|
|
|
118
130
|
### Patch Changes
|
|
119
131
|
|
|
120
|
-
- [`0d36e8cc329`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d36e8cc329) - Fix release notes implementation in the "Help-with-Algolia" example
|
|
132
|
+
- [#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
|
|
121
133
|
|
|
122
134
|
## 7.1.16
|
|
123
135
|
|
|
124
136
|
### Patch Changes
|
|
125
137
|
|
|
126
|
-
- [`0c19f354255`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c19f354255) - Consolidate In Product Help & Self-Help Experiences ownership
|
|
138
|
+
- [#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
|
|
127
139
|
|
|
128
140
|
## 7.1.15
|
|
129
141
|
|
|
130
142
|
### Patch Changes
|
|
131
143
|
|
|
132
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
144
|
+
- [#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`
|
|
133
145
|
|
|
134
146
|
## 7.1.14
|
|
135
147
|
|
|
136
148
|
### Patch Changes
|
|
137
149
|
|
|
138
|
-
- [`8b28f38cfa8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b28f38cfa8) - Fixed double request issue for the help articles
|
|
150
|
+
- [#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
|
|
139
151
|
|
|
140
152
|
## 7.1.13
|
|
141
153
|
|
|
142
154
|
### Patch Changes
|
|
143
155
|
|
|
144
|
-
- [`d4d09b38089`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4d09b38089) - [ux] fix typo
|
|
156
|
+
- [#24659](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24659) [`d4d09b38089`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4d09b38089) - [ux] fix typo
|
|
145
157
|
|
|
146
158
|
## 7.1.12
|
|
147
159
|
|
|
148
160
|
### Patch Changes
|
|
149
161
|
|
|
150
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
162
|
+
- [#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`.
|
|
151
163
|
|
|
152
164
|
## 7.1.11
|
|
153
165
|
|
|
154
166
|
### Patch Changes
|
|
155
167
|
|
|
156
|
-
- [`ce7d477bc24`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce7d477bc24) - [ux] Fixing styling on the ArticleListItem component
|
|
168
|
+
- [#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
|
|
157
169
|
|
|
158
170
|
## 7.1.10
|
|
159
171
|
|
|
160
172
|
### Patch Changes
|
|
161
173
|
|
|
162
|
-
- [`cf6b2085c95`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf6b2085c95) - Use articles "routes" attribute instead of "routeName" and "routeGroup"
|
|
174
|
+
- [#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"
|
|
163
175
|
|
|
164
176
|
## 7.1.9
|
|
165
177
|
|
|
166
178
|
### Patch Changes
|
|
167
179
|
|
|
168
|
-
- [`4113699bb4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4113699bb4d) - [ux] Cleanup item usage and minor refactoring in `@atlaskit/help`
|
|
180
|
+
- [#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`
|
|
169
181
|
|
|
170
182
|
## 7.1.8
|
|
171
183
|
|
|
@@ -177,13 +189,13 @@
|
|
|
177
189
|
|
|
178
190
|
### Patch Changes
|
|
179
191
|
|
|
180
|
-
- [`a9a7df8a7e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9a7df8a7e7) - [ux] Fix typo
|
|
192
|
+
- [#20836](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20836) [`a9a7df8a7e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9a7df8a7e7) - [ux] Fix typo
|
|
181
193
|
|
|
182
194
|
## 7.1.6
|
|
183
195
|
|
|
184
196
|
### Patch Changes
|
|
185
197
|
|
|
186
|
-
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
198
|
+
- [#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
|
|
187
199
|
- Updated dependencies
|
|
188
200
|
|
|
189
201
|
## 7.1.5
|
|
@@ -196,7 +208,7 @@
|
|
|
196
208
|
|
|
197
209
|
### Patch Changes
|
|
198
210
|
|
|
199
|
-
- [`9d51d8d6aa3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d51d8d6aa3) - [ux] Change "What's new" button tooltip text
|
|
211
|
+
- [#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
|
|
200
212
|
|
|
201
213
|
## 7.1.3
|
|
202
214
|
|
|
@@ -208,7 +220,7 @@
|
|
|
208
220
|
|
|
209
221
|
### Patch Changes
|
|
210
222
|
|
|
211
|
-
- [`256335ab2f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/256335ab2f2) - [ux] Update example. Change CPAPI endpoint and show "getStarted" field in RN articles
|
|
223
|
+
- [#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
|
|
212
224
|
|
|
213
225
|
## 7.1.1
|
|
214
226
|
|
|
@@ -220,7 +232,7 @@
|
|
|
220
232
|
|
|
221
233
|
### Minor Changes
|
|
222
234
|
|
|
223
|
-
- [`afca6666ced`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afca6666ced) - [ux] Added new theming package, `@atlaskit/tokens`.
|
|
235
|
+
- [#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`.
|
|
224
236
|
|
|
225
237
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
226
238
|
|
|
@@ -230,31 +242,31 @@
|
|
|
230
242
|
|
|
231
243
|
### Patch Changes
|
|
232
244
|
|
|
233
|
-
- [`d4bd99015e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4bd99015e9) - [ux] Fix history initialization
|
|
245
|
+
- [#18888](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18888) [`d4bd99015e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4bd99015e9) - [ux] Fix history initialization
|
|
234
246
|
|
|
235
247
|
## 7.0.1
|
|
236
248
|
|
|
237
249
|
### Patch Changes
|
|
238
250
|
|
|
239
|
-
- [`4ef57768666`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ef57768666) - [ux] Improve navigation in the "What's new" section
|
|
251
|
+
- [#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
|
|
240
252
|
|
|
241
253
|
## 7.0.0
|
|
242
254
|
|
|
243
255
|
### Major Changes
|
|
244
256
|
|
|
245
|
-
- [`396fbf5fc2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/396fbf5fc2d) - [ux] Update the way we set the articleId and the history in the component
|
|
257
|
+
- [#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
|
|
246
258
|
|
|
247
259
|
## 6.0.8
|
|
248
260
|
|
|
249
261
|
### Patch Changes
|
|
250
262
|
|
|
251
|
-
- [`222834915fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/222834915fa) - [ux] Fix date formatting in What's New
|
|
263
|
+
- [#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
|
|
252
264
|
|
|
253
265
|
## 6.0.7
|
|
254
266
|
|
|
255
267
|
### Patch Changes
|
|
256
268
|
|
|
257
|
-
- [`07bd0f6e2e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07bd0f6e2e7) - [ux] Fix onWhatsNewResultItemClick analytics event issue
|
|
269
|
+
- [#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
|
|
258
270
|
|
|
259
271
|
## 6.0.6
|
|
260
272
|
|
|
@@ -266,37 +278,37 @@
|
|
|
266
278
|
|
|
267
279
|
### Patch Changes
|
|
268
280
|
|
|
269
|
-
- [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
|
|
281
|
+
- [#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
|
|
270
282
|
|
|
271
283
|
## 6.0.4
|
|
272
284
|
|
|
273
285
|
### Patch Changes
|
|
274
286
|
|
|
275
|
-
- [`9c8157a146f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c8157a146f) - [ux] Add tooltip to HelpContentButton and update "What's new" button label
|
|
287
|
+
- [#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
|
|
276
288
|
|
|
277
289
|
## 6.0.3
|
|
278
290
|
|
|
279
291
|
### Patch Changes
|
|
280
292
|
|
|
281
|
-
- [`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
|
|
293
|
+
- [#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
|
|
282
294
|
|
|
283
295
|
## 6.0.2
|
|
284
296
|
|
|
285
297
|
### Patch Changes
|
|
286
298
|
|
|
287
|
-
- [`87741daaab0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87741daaab0) - [ux] Fix date formatting in the "What's new" results list
|
|
299
|
+
- [#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
|
|
288
300
|
|
|
289
301
|
## 6.0.1
|
|
290
302
|
|
|
291
303
|
### Patch Changes
|
|
292
304
|
|
|
293
|
-
- [`f8482a54a69`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8482a54a69) - [ux] Update "What's new" section design
|
|
305
|
+
- [#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
|
|
294
306
|
|
|
295
307
|
## 6.0.0
|
|
296
308
|
|
|
297
309
|
### Major Changes
|
|
298
310
|
|
|
299
|
-
- [`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
|
|
311
|
+
- [#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
|
|
300
312
|
|
|
301
313
|
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.
|
|
302
314
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -342,7 +354,7 @@
|
|
|
342
354
|
|
|
343
355
|
### Major Changes
|
|
344
356
|
|
|
345
|
-
- [`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
|
|
357
|
+
- [#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
|
|
346
358
|
|
|
347
359
|
### Patch Changes
|
|
348
360
|
|
|
@@ -352,19 +364,19 @@
|
|
|
352
364
|
|
|
353
365
|
### Minor Changes
|
|
354
366
|
|
|
355
|
-
- [`bdd0be2c294`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdd0be2c294) - [ux] Update navigation logic
|
|
367
|
+
- [#15404](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15404) [`bdd0be2c294`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdd0be2c294) - [ux] Update navigation logic
|
|
356
368
|
|
|
357
369
|
## 4.2.4
|
|
358
370
|
|
|
359
371
|
### Patch Changes
|
|
360
372
|
|
|
361
|
-
- [`9f016391674`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f016391674) - [ux] Display error message when the "What's new" API fails
|
|
373
|
+
- [#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
|
|
362
374
|
|
|
363
375
|
## 4.2.3
|
|
364
376
|
|
|
365
377
|
### Patch Changes
|
|
366
378
|
|
|
367
|
-
- [`f9bfb2095bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9bfb2095bd) - [ux] Group release notes by date
|
|
379
|
+
- [#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
|
|
368
380
|
|
|
369
381
|
## 4.2.2
|
|
370
382
|
|
|
@@ -376,38 +388,38 @@
|
|
|
376
388
|
|
|
377
389
|
### Patch Changes
|
|
378
390
|
|
|
379
|
-
- [`82bdb8cd2d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82bdb8cd2d6) - [ux] Updated examples with the "What's New" section
|
|
391
|
+
- [#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
|
|
380
392
|
|
|
381
393
|
## 4.2.0
|
|
382
394
|
|
|
383
395
|
### Minor Changes
|
|
384
396
|
|
|
385
|
-
- [`3690098a745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3690098a745) - [ux] Updated navigation logic for the "What's new" section
|
|
397
|
+
- [#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
|
|
386
398
|
|
|
387
399
|
## 4.1.1
|
|
388
400
|
|
|
389
401
|
### Patch Changes
|
|
390
402
|
|
|
391
|
-
- [`13cba790f49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13cba790f49) - Internal test refactor.
|
|
403
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`13cba790f49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13cba790f49) - Internal test refactor.
|
|
392
404
|
- Updated dependencies
|
|
393
405
|
|
|
394
406
|
## 4.1.0
|
|
395
407
|
|
|
396
408
|
### Minor Changes
|
|
397
409
|
|
|
398
|
-
- [`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
|
|
410
|
+
- [#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
|
|
399
411
|
|
|
400
412
|
## 4.0.8
|
|
401
413
|
|
|
402
414
|
### Patch Changes
|
|
403
415
|
|
|
404
|
-
- [`55df23cb742`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55df23cb742) - Removed a snapshot test because assertion wasn't useful
|
|
416
|
+
- [#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
|
|
405
417
|
|
|
406
418
|
## 4.0.7
|
|
407
419
|
|
|
408
420
|
### Patch Changes
|
|
409
421
|
|
|
410
|
-
- [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
422
|
+
- [#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
|
|
411
423
|
- [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
412
424
|
- [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
413
425
|
|
|
@@ -415,13 +427,13 @@
|
|
|
415
427
|
|
|
416
428
|
### Patch Changes
|
|
417
429
|
|
|
418
|
-
- [`df9dc928897`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df9dc928897) - Update the team information in the packages maintained by the In Product Help team
|
|
430
|
+
- [#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
|
|
419
431
|
|
|
420
432
|
## 4.0.5
|
|
421
433
|
|
|
422
434
|
### Patch Changes
|
|
423
435
|
|
|
424
|
-
- [`0845b2c831a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0845b2c831a) - [ux] Fix articles slide-out animation
|
|
436
|
+
- [#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
|
|
425
437
|
|
|
426
438
|
## 4.0.4
|
|
427
439
|
|
|
@@ -433,25 +445,25 @@
|
|
|
433
445
|
|
|
434
446
|
### Patch Changes
|
|
435
447
|
|
|
436
|
-
- [`4941423cb4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4941423cb4e) - [ux] Change how we load svg images
|
|
448
|
+
- [#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
|
|
437
449
|
|
|
438
450
|
## 4.0.2
|
|
439
451
|
|
|
440
452
|
### Patch Changes
|
|
441
453
|
|
|
442
|
-
- [`f4d35d25719`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4d35d25719) - [ux] Hide "What's New" button if the props "onSearchWhatsNewArticles" and "onGetWhatsNewArticle" are not defined
|
|
454
|
+
- [#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
|
|
443
455
|
|
|
444
456
|
## 4.0.1
|
|
445
457
|
|
|
446
458
|
### Patch Changes
|
|
447
459
|
|
|
448
|
-
- [`b0b740e2657`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0b740e2657) - [ux] Fix double scroll in the content area
|
|
460
|
+
- [#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
|
|
449
461
|
|
|
450
462
|
## 4.0.0
|
|
451
463
|
|
|
452
464
|
### Major Changes
|
|
453
465
|
|
|
454
|
-
- [`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
|
|
466
|
+
- [#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
|
|
455
467
|
|
|
456
468
|
### Patch Changes
|
|
457
469
|
|
|
@@ -479,13 +491,13 @@
|
|
|
479
491
|
|
|
480
492
|
### Minor Changes
|
|
481
493
|
|
|
482
|
-
- [`f9d42a3f08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9d42a3f08) - Added "isCollapsed" prop to ArticleList Component and RelatedArticles. Added prop "onRelatedArticlesShowMoreClickOfOpenArticle" to Help component
|
|
494
|
+
- [#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
|
|
483
495
|
|
|
484
496
|
## 3.0.0
|
|
485
497
|
|
|
486
498
|
### Major Changes
|
|
487
499
|
|
|
488
|
-
- [`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
|
|
500
|
+
- [#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
|
|
489
501
|
|
|
490
502
|
### Patch Changes
|
|
491
503
|
|
|
@@ -501,7 +513,7 @@
|
|
|
501
513
|
|
|
502
514
|
### Patch Changes
|
|
503
515
|
|
|
504
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
516
|
+
- [#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
|
|
505
517
|
|
|
506
518
|
## 2.2.5
|
|
507
519
|
|
|
@@ -513,7 +525,7 @@
|
|
|
513
525
|
|
|
514
526
|
### Patch Changes
|
|
515
527
|
|
|
516
|
-
- [`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.
|
|
528
|
+
- [#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.
|
|
517
529
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
518
530
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
519
531
|
|
|
@@ -527,7 +539,7 @@
|
|
|
527
539
|
|
|
528
540
|
### Patch Changes
|
|
529
541
|
|
|
530
|
-
- [`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo analytics-next file restructure to allow external ts definitions to continue working
|
|
542
|
+
- [#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
|
|
531
543
|
|
|
532
544
|
## 2.2.1
|
|
533
545
|
|
|
@@ -539,19 +551,19 @@
|
|
|
539
551
|
|
|
540
552
|
### Minor Changes
|
|
541
553
|
|
|
542
|
-
- [`f9ec749cd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9ec749cd9) - Fix initial animation of the article container
|
|
554
|
+
- [#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
|
|
543
555
|
|
|
544
556
|
## 2.1.0
|
|
545
557
|
|
|
546
558
|
### Minor Changes
|
|
547
559
|
|
|
548
|
-
- [`3ff41f046e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ff41f046e) - Added history and historySetter props
|
|
560
|
+
- [#4562](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4562) [`3ff41f046e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ff41f046e) - Added history and historySetter props
|
|
549
561
|
|
|
550
562
|
## 2.0.6
|
|
551
563
|
|
|
552
564
|
### Patch Changes
|
|
553
565
|
|
|
554
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
566
|
+
- [#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
|
|
555
567
|
|
|
556
568
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
557
569
|
to prevent duplicates of tslib being bundled.
|
|
@@ -560,37 +572,37 @@
|
|
|
560
572
|
|
|
561
573
|
### Patch Changes
|
|
562
574
|
|
|
563
|
-
- [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
575
|
+
- [#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
|
|
564
576
|
|
|
565
577
|
## 2.0.4
|
|
566
578
|
|
|
567
579
|
### Patch Changes
|
|
568
580
|
|
|
569
|
-
- [`e99262c6f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e99262c6f0) - All form elements now have a default font explicitly set
|
|
581
|
+
- [#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
|
|
570
582
|
|
|
571
583
|
## 2.0.3
|
|
572
584
|
|
|
573
585
|
### Patch Changes
|
|
574
586
|
|
|
575
|
-
- [`55db8c8e8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55db8c8e8e) - Use the new atlaskit/help-layout
|
|
587
|
+
- [#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
|
|
576
588
|
|
|
577
589
|
## 2.0.2
|
|
578
590
|
|
|
579
591
|
### Patch Changes
|
|
580
592
|
|
|
581
|
-
- [`ba2577fd3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba2577fd3f) - Bugfix feedback form
|
|
593
|
+
- [#3649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3649) [`ba2577fd3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba2577fd3f) - Bugfix feedback form
|
|
582
594
|
|
|
583
595
|
## 2.0.1
|
|
584
596
|
|
|
585
597
|
### Patch Changes
|
|
586
598
|
|
|
587
|
-
- [`0c532edf6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c532edf6e) - Use the 'lodash' package instead of single-function 'lodash.\*' packages
|
|
599
|
+
- [#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
|
|
588
600
|
|
|
589
601
|
## 2.0.0
|
|
590
602
|
|
|
591
603
|
### Major Changes
|
|
592
604
|
|
|
593
|
-
- [`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.
|
|
605
|
+
- [#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.
|
|
594
606
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
595
607
|
|
|
596
608
|
### Patch Changes
|
|
@@ -601,13 +613,13 @@
|
|
|
601
613
|
|
|
602
614
|
### Patch Changes
|
|
603
615
|
|
|
604
|
-
- [`789fe1c4b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/789fe1c4b2) - Updated feedback form
|
|
616
|
+
- [#3325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3325) [`789fe1c4b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/789fe1c4b2) - Updated feedback form
|
|
605
617
|
|
|
606
618
|
## 1.1.0
|
|
607
619
|
|
|
608
620
|
### Minor Changes
|
|
609
621
|
|
|
610
|
-
- [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648: Adds resizing and alignment to embed cards
|
|
622
|
+
- [#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
|
|
611
623
|
|
|
612
624
|
### Patch Changes
|
|
613
625
|
|
|
@@ -617,25 +629,25 @@
|
|
|
617
629
|
|
|
618
630
|
### Patch Changes
|
|
619
631
|
|
|
620
|
-
- [`b8034da50e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8034da50e) - Fix flickering of the search result list. Updated the desing of the feedback form.
|
|
632
|
+
- [#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.
|
|
621
633
|
|
|
622
634
|
## 1.0.4
|
|
623
635
|
|
|
624
636
|
### Patch Changes
|
|
625
637
|
|
|
626
|
-
- [`cc14956821`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc14956821) - Update all the theme imports to a path thats tree shakable
|
|
638
|
+
- [#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
|
|
627
639
|
|
|
628
640
|
## 1.0.3
|
|
629
641
|
|
|
630
642
|
### Patch Changes
|
|
631
643
|
|
|
632
|
-
- [`1d3b23b682`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d3b23b682) - Added link to external search site at the end of the search results list
|
|
644
|
+
- [#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
|
|
633
645
|
|
|
634
646
|
## 1.0.2
|
|
635
647
|
|
|
636
648
|
### Patch Changes
|
|
637
649
|
|
|
638
|
-
- [`4560b65a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4560b65a4f) - upgrade react-transition-group to latest
|
|
650
|
+
- [#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
|
|
639
651
|
|
|
640
652
|
## 1.0.1
|
|
641
653
|
|
|
@@ -647,13 +659,13 @@
|
|
|
647
659
|
|
|
648
660
|
### Major Changes
|
|
649
661
|
|
|
650
|
-
- [`58cfa9cd97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58cfa9cd97) - Added unit test. Converted class components to functional components.
|
|
662
|
+
- [#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.
|
|
651
663
|
|
|
652
664
|
## 0.23.8
|
|
653
665
|
|
|
654
666
|
### Patch Changes
|
|
655
667
|
|
|
656
|
-
- [`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add missing tslib dependency
|
|
668
|
+
- [#2099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2099) [`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add missing tslib dependency
|
|
657
669
|
|
|
658
670
|
## 0.23.7
|
|
659
671
|
|
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.9"
|
|
18
|
+
};
|