@atlaskit/help 7.2.8 → 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 +82 -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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,59 +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
|
+
|
|
3
9
|
## 7.2.8
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
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.
|
|
8
14
|
|
|
9
15
|
## 7.2.7
|
|
10
16
|
|
|
11
17
|
### Patch Changes
|
|
12
18
|
|
|
13
|
-
- [`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
|
|
14
20
|
- Updated dependencies
|
|
15
21
|
|
|
16
22
|
## 7.2.6
|
|
17
23
|
|
|
18
24
|
### Patch Changes
|
|
19
25
|
|
|
20
|
-
- [`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
|
|
21
27
|
|
|
22
28
|
## 7.2.5
|
|
23
29
|
|
|
24
30
|
### Patch Changes
|
|
25
31
|
|
|
26
|
-
- [`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.
|
|
27
33
|
|
|
28
34
|
## 7.2.4
|
|
29
35
|
|
|
30
36
|
### Patch Changes
|
|
31
37
|
|
|
32
|
-
- [`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
|
|
33
39
|
|
|
34
40
|
## 7.2.3
|
|
35
41
|
|
|
36
42
|
### Patch Changes
|
|
37
43
|
|
|
38
|
-
- [`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
|
|
39
45
|
|
|
40
46
|
## 7.2.2
|
|
41
47
|
|
|
42
48
|
### Patch Changes
|
|
43
49
|
|
|
44
|
-
- [`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`
|
|
45
51
|
|
|
46
52
|
## 7.2.1
|
|
47
53
|
|
|
48
54
|
### Patch Changes
|
|
49
55
|
|
|
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.
|
|
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.
|
|
51
57
|
|
|
52
58
|
## 7.2.0
|
|
53
59
|
|
|
54
60
|
### Minor Changes
|
|
55
61
|
|
|
56
|
-
- [`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
|
|
57
63
|
|
|
58
64
|
### Patch Changes
|
|
59
65
|
|
|
@@ -63,7 +69,7 @@
|
|
|
63
69
|
|
|
64
70
|
### Patch Changes
|
|
65
71
|
|
|
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.
|
|
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.
|
|
67
73
|
|
|
68
74
|
## 7.1.26
|
|
69
75
|
|
|
@@ -81,13 +87,13 @@
|
|
|
81
87
|
|
|
82
88
|
### Patch Changes
|
|
83
89
|
|
|
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.
|
|
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.
|
|
85
91
|
|
|
86
92
|
## 7.1.23
|
|
87
93
|
|
|
88
94
|
### Patch Changes
|
|
89
95
|
|
|
90
|
-
- [`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
|
|
91
97
|
|
|
92
98
|
## 7.1.22
|
|
93
99
|
|
|
@@ -105,7 +111,7 @@
|
|
|
105
111
|
|
|
106
112
|
### Patch Changes
|
|
107
113
|
|
|
108
|
-
- [`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)
|
|
109
115
|
|
|
110
116
|
## 7.1.19
|
|
111
117
|
|
|
@@ -123,55 +129,55 @@
|
|
|
123
129
|
|
|
124
130
|
### Patch Changes
|
|
125
131
|
|
|
126
|
-
- [`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
|
|
127
133
|
|
|
128
134
|
## 7.1.16
|
|
129
135
|
|
|
130
136
|
### Patch Changes
|
|
131
137
|
|
|
132
|
-
- [`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
|
|
133
139
|
|
|
134
140
|
## 7.1.15
|
|
135
141
|
|
|
136
142
|
### Patch Changes
|
|
137
143
|
|
|
138
|
-
- [`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`
|
|
139
145
|
|
|
140
146
|
## 7.1.14
|
|
141
147
|
|
|
142
148
|
### Patch Changes
|
|
143
149
|
|
|
144
|
-
- [`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
|
|
145
151
|
|
|
146
152
|
## 7.1.13
|
|
147
153
|
|
|
148
154
|
### Patch Changes
|
|
149
155
|
|
|
150
|
-
- [`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
|
|
151
157
|
|
|
152
158
|
## 7.1.12
|
|
153
159
|
|
|
154
160
|
### Patch Changes
|
|
155
161
|
|
|
156
|
-
- [`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`.
|
|
157
163
|
|
|
158
164
|
## 7.1.11
|
|
159
165
|
|
|
160
166
|
### Patch Changes
|
|
161
167
|
|
|
162
|
-
- [`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
|
|
163
169
|
|
|
164
170
|
## 7.1.10
|
|
165
171
|
|
|
166
172
|
### Patch Changes
|
|
167
173
|
|
|
168
|
-
- [`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"
|
|
169
175
|
|
|
170
176
|
## 7.1.9
|
|
171
177
|
|
|
172
178
|
### Patch Changes
|
|
173
179
|
|
|
174
|
-
- [`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`
|
|
175
181
|
|
|
176
182
|
## 7.1.8
|
|
177
183
|
|
|
@@ -183,13 +189,13 @@
|
|
|
183
189
|
|
|
184
190
|
### Patch Changes
|
|
185
191
|
|
|
186
|
-
- [`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
|
|
187
193
|
|
|
188
194
|
## 7.1.6
|
|
189
195
|
|
|
190
196
|
### Patch Changes
|
|
191
197
|
|
|
192
|
-
- [`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
|
|
193
199
|
- Updated dependencies
|
|
194
200
|
|
|
195
201
|
## 7.1.5
|
|
@@ -202,7 +208,7 @@
|
|
|
202
208
|
|
|
203
209
|
### Patch Changes
|
|
204
210
|
|
|
205
|
-
- [`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
|
|
206
212
|
|
|
207
213
|
## 7.1.3
|
|
208
214
|
|
|
@@ -214,7 +220,7 @@
|
|
|
214
220
|
|
|
215
221
|
### Patch Changes
|
|
216
222
|
|
|
217
|
-
- [`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
|
|
218
224
|
|
|
219
225
|
## 7.1.1
|
|
220
226
|
|
|
@@ -226,7 +232,7 @@
|
|
|
226
232
|
|
|
227
233
|
### Minor Changes
|
|
228
234
|
|
|
229
|
-
- [`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`.
|
|
230
236
|
|
|
231
237
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
232
238
|
|
|
@@ -236,31 +242,31 @@
|
|
|
236
242
|
|
|
237
243
|
### Patch Changes
|
|
238
244
|
|
|
239
|
-
- [`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
|
|
240
246
|
|
|
241
247
|
## 7.0.1
|
|
242
248
|
|
|
243
249
|
### Patch Changes
|
|
244
250
|
|
|
245
|
-
- [`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
|
|
246
252
|
|
|
247
253
|
## 7.0.0
|
|
248
254
|
|
|
249
255
|
### Major Changes
|
|
250
256
|
|
|
251
|
-
- [`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
|
|
252
258
|
|
|
253
259
|
## 6.0.8
|
|
254
260
|
|
|
255
261
|
### Patch Changes
|
|
256
262
|
|
|
257
|
-
- [`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
|
|
258
264
|
|
|
259
265
|
## 6.0.7
|
|
260
266
|
|
|
261
267
|
### Patch Changes
|
|
262
268
|
|
|
263
|
-
- [`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
|
|
264
270
|
|
|
265
271
|
## 6.0.6
|
|
266
272
|
|
|
@@ -272,37 +278,37 @@
|
|
|
272
278
|
|
|
273
279
|
### Patch Changes
|
|
274
280
|
|
|
275
|
-
- [`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
|
|
276
282
|
|
|
277
283
|
## 6.0.4
|
|
278
284
|
|
|
279
285
|
### Patch Changes
|
|
280
286
|
|
|
281
|
-
- [`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
|
|
282
288
|
|
|
283
289
|
## 6.0.3
|
|
284
290
|
|
|
285
291
|
### Patch Changes
|
|
286
292
|
|
|
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
|
|
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
|
|
288
294
|
|
|
289
295
|
## 6.0.2
|
|
290
296
|
|
|
291
297
|
### Patch Changes
|
|
292
298
|
|
|
293
|
-
- [`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
|
|
294
300
|
|
|
295
301
|
## 6.0.1
|
|
296
302
|
|
|
297
303
|
### Patch Changes
|
|
298
304
|
|
|
299
|
-
- [`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
|
|
300
306
|
|
|
301
307
|
## 6.0.0
|
|
302
308
|
|
|
303
309
|
### Major Changes
|
|
304
310
|
|
|
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
|
|
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
|
|
306
312
|
|
|
307
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.
|
|
308
314
|
Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
|
|
@@ -348,7 +354,7 @@
|
|
|
348
354
|
|
|
349
355
|
### Major Changes
|
|
350
356
|
|
|
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
|
|
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
|
|
352
358
|
|
|
353
359
|
### Patch Changes
|
|
354
360
|
|
|
@@ -358,19 +364,19 @@
|
|
|
358
364
|
|
|
359
365
|
### Minor Changes
|
|
360
366
|
|
|
361
|
-
- [`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
|
|
362
368
|
|
|
363
369
|
## 4.2.4
|
|
364
370
|
|
|
365
371
|
### Patch Changes
|
|
366
372
|
|
|
367
|
-
- [`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
|
|
368
374
|
|
|
369
375
|
## 4.2.3
|
|
370
376
|
|
|
371
377
|
### Patch Changes
|
|
372
378
|
|
|
373
|
-
- [`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
|
|
374
380
|
|
|
375
381
|
## 4.2.2
|
|
376
382
|
|
|
@@ -382,38 +388,38 @@
|
|
|
382
388
|
|
|
383
389
|
### Patch Changes
|
|
384
390
|
|
|
385
|
-
- [`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
|
|
386
392
|
|
|
387
393
|
## 4.2.0
|
|
388
394
|
|
|
389
395
|
### Minor Changes
|
|
390
396
|
|
|
391
|
-
- [`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
|
|
392
398
|
|
|
393
399
|
## 4.1.1
|
|
394
400
|
|
|
395
401
|
### Patch Changes
|
|
396
402
|
|
|
397
|
-
- [`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.
|
|
398
404
|
- Updated dependencies
|
|
399
405
|
|
|
400
406
|
## 4.1.0
|
|
401
407
|
|
|
402
408
|
### Minor Changes
|
|
403
409
|
|
|
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
|
|
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
|
|
405
411
|
|
|
406
412
|
## 4.0.8
|
|
407
413
|
|
|
408
414
|
### Patch Changes
|
|
409
415
|
|
|
410
|
-
- [`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
|
|
411
417
|
|
|
412
418
|
## 4.0.7
|
|
413
419
|
|
|
414
420
|
### Patch Changes
|
|
415
421
|
|
|
416
|
-
- [`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
|
|
417
423
|
- [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
418
424
|
- [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
419
425
|
|
|
@@ -421,13 +427,13 @@
|
|
|
421
427
|
|
|
422
428
|
### Patch Changes
|
|
423
429
|
|
|
424
|
-
- [`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
|
|
425
431
|
|
|
426
432
|
## 4.0.5
|
|
427
433
|
|
|
428
434
|
### Patch Changes
|
|
429
435
|
|
|
430
|
-
- [`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
|
|
431
437
|
|
|
432
438
|
## 4.0.4
|
|
433
439
|
|
|
@@ -439,25 +445,25 @@
|
|
|
439
445
|
|
|
440
446
|
### Patch Changes
|
|
441
447
|
|
|
442
|
-
- [`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
|
|
443
449
|
|
|
444
450
|
## 4.0.2
|
|
445
451
|
|
|
446
452
|
### Patch Changes
|
|
447
453
|
|
|
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
|
|
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
|
|
449
455
|
|
|
450
456
|
## 4.0.1
|
|
451
457
|
|
|
452
458
|
### Patch Changes
|
|
453
459
|
|
|
454
|
-
- [`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
|
|
455
461
|
|
|
456
462
|
## 4.0.0
|
|
457
463
|
|
|
458
464
|
### Major Changes
|
|
459
465
|
|
|
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
|
|
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
|
|
461
467
|
|
|
462
468
|
### Patch Changes
|
|
463
469
|
|
|
@@ -485,13 +491,13 @@
|
|
|
485
491
|
|
|
486
492
|
### Minor Changes
|
|
487
493
|
|
|
488
|
-
- [`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
|
|
489
495
|
|
|
490
496
|
## 3.0.0
|
|
491
497
|
|
|
492
498
|
### Major Changes
|
|
493
499
|
|
|
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
|
|
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
|
|
495
501
|
|
|
496
502
|
### Patch Changes
|
|
497
503
|
|
|
@@ -507,7 +513,7 @@
|
|
|
507
513
|
|
|
508
514
|
### Patch Changes
|
|
509
515
|
|
|
510
|
-
- [`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
|
|
511
517
|
|
|
512
518
|
## 2.2.5
|
|
513
519
|
|
|
@@ -519,7 +525,7 @@
|
|
|
519
525
|
|
|
520
526
|
### Patch Changes
|
|
521
527
|
|
|
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.
|
|
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.
|
|
523
529
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
524
530
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
525
531
|
|
|
@@ -533,7 +539,7 @@
|
|
|
533
539
|
|
|
534
540
|
### Patch Changes
|
|
535
541
|
|
|
536
|
-
- [`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
|
|
537
543
|
|
|
538
544
|
## 2.2.1
|
|
539
545
|
|
|
@@ -545,19 +551,19 @@
|
|
|
545
551
|
|
|
546
552
|
### Minor Changes
|
|
547
553
|
|
|
548
|
-
- [`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
|
|
549
555
|
|
|
550
556
|
## 2.1.0
|
|
551
557
|
|
|
552
558
|
### Minor Changes
|
|
553
559
|
|
|
554
|
-
- [`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
|
|
555
561
|
|
|
556
562
|
## 2.0.6
|
|
557
563
|
|
|
558
564
|
### Patch Changes
|
|
559
565
|
|
|
560
|
-
- [`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
|
|
561
567
|
|
|
562
568
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
563
569
|
to prevent duplicates of tslib being bundled.
|
|
@@ -566,37 +572,37 @@
|
|
|
566
572
|
|
|
567
573
|
### Patch Changes
|
|
568
574
|
|
|
569
|
-
- [`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
|
|
570
576
|
|
|
571
577
|
## 2.0.4
|
|
572
578
|
|
|
573
579
|
### Patch Changes
|
|
574
580
|
|
|
575
|
-
- [`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
|
|
576
582
|
|
|
577
583
|
## 2.0.3
|
|
578
584
|
|
|
579
585
|
### Patch Changes
|
|
580
586
|
|
|
581
|
-
- [`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
|
|
582
588
|
|
|
583
589
|
## 2.0.2
|
|
584
590
|
|
|
585
591
|
### Patch Changes
|
|
586
592
|
|
|
587
|
-
- [`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
|
|
588
594
|
|
|
589
595
|
## 2.0.1
|
|
590
596
|
|
|
591
597
|
### Patch Changes
|
|
592
598
|
|
|
593
|
-
- [`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
|
|
594
600
|
|
|
595
601
|
## 2.0.0
|
|
596
602
|
|
|
597
603
|
### Major Changes
|
|
598
604
|
|
|
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.
|
|
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.
|
|
600
606
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
601
607
|
|
|
602
608
|
### Patch Changes
|
|
@@ -607,13 +613,13 @@
|
|
|
607
613
|
|
|
608
614
|
### Patch Changes
|
|
609
615
|
|
|
610
|
-
- [`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
|
|
611
617
|
|
|
612
618
|
## 1.1.0
|
|
613
619
|
|
|
614
620
|
### Minor Changes
|
|
615
621
|
|
|
616
|
-
- [`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
|
|
617
623
|
|
|
618
624
|
### Patch Changes
|
|
619
625
|
|
|
@@ -623,25 +629,25 @@
|
|
|
623
629
|
|
|
624
630
|
### Patch Changes
|
|
625
631
|
|
|
626
|
-
- [`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.
|
|
627
633
|
|
|
628
634
|
## 1.0.4
|
|
629
635
|
|
|
630
636
|
### Patch Changes
|
|
631
637
|
|
|
632
|
-
- [`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
|
|
633
639
|
|
|
634
640
|
## 1.0.3
|
|
635
641
|
|
|
636
642
|
### Patch Changes
|
|
637
643
|
|
|
638
|
-
- [`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
|
|
639
645
|
|
|
640
646
|
## 1.0.2
|
|
641
647
|
|
|
642
648
|
### Patch Changes
|
|
643
649
|
|
|
644
|
-
- [`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
|
|
645
651
|
|
|
646
652
|
## 1.0.1
|
|
647
653
|
|
|
@@ -653,13 +659,13 @@
|
|
|
653
659
|
|
|
654
660
|
### Major Changes
|
|
655
661
|
|
|
656
|
-
- [`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.
|
|
657
663
|
|
|
658
664
|
## 0.23.8
|
|
659
665
|
|
|
660
666
|
### Patch Changes
|
|
661
667
|
|
|
662
|
-
- [`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
|
|
663
669
|
|
|
664
670
|
## 0.23.7
|
|
665
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
|
+
};
|