@atlaskit/help 7.4.1 → 7.4.2

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.
Files changed (194) hide show
  1. package/CHANGELOG.md +759 -752
  2. package/dist/cjs/analytics.js +1 -1
  3. package/dist/cjs/components/Article/ArticleLoadingFail/index.js +1 -1
  4. package/dist/cjs/components/Article/ArticleLoadingFail/styled.js +3 -0
  5. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  6. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  7. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/index.js +6 -2
  8. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/styled.js +5 -0
  9. package/dist/cjs/components/Article/HelpArticle/index.js +1 -1
  10. package/dist/cjs/components/Article/WhatsNewArticle/Loading/index.js +4 -0
  11. package/dist/cjs/components/Article/WhatsNewArticle/index.js +4 -2
  12. package/dist/cjs/components/Article/WhatsNewArticle/styled.js +11 -0
  13. package/dist/cjs/components/Article/styled.js +1 -0
  14. package/dist/cjs/components/ArticlesList/ArticlesList.js +1 -1
  15. package/dist/cjs/components/ArticlesList/ArticlesListItem/index.js +1 -1
  16. package/dist/cjs/components/ArticlesList/ArticlesListItem/styled.js +11 -0
  17. package/dist/cjs/components/ArticlesList/index.js +3 -1
  18. package/dist/cjs/components/ArticlesList/styled.js +4 -0
  19. package/dist/cjs/components/HelpContentButton/index.js +1 -1
  20. package/dist/cjs/components/HelpContentButton/styled.js +5 -5
  21. package/dist/cjs/components/RelatedArticles/index.js +4 -2
  22. package/dist/cjs/components/RelatedArticles/styled.js +7 -0
  23. package/dist/cjs/components/Search/SearchInput/index.js +1 -1
  24. package/dist/cjs/components/Search/SearchInput/styled.js +5 -0
  25. package/dist/cjs/components/Search/SearchResults/styled.js +9 -0
  26. package/dist/cjs/components/WhatsNew/WhatsNewButton/index.js +1 -1
  27. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.js +3 -0
  28. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.js +3 -0
  29. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  30. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +9 -1
  31. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/index.js +3 -1
  32. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.js +8 -0
  33. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.js +16 -0
  34. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.js +3 -0
  35. package/dist/cjs/components/WhatsNew/WhatsNewResults/index.js +3 -1
  36. package/dist/cjs/components/WhatsNew/WhatsNewResults/styled.js +7 -0
  37. package/dist/cjs/components/contexts/helpArticleContext.js +0 -2
  38. package/dist/cjs/components/styled.js +4 -0
  39. package/dist/cjs/util/styled.js +5 -1
  40. package/dist/es2019/analytics.js +1 -1
  41. package/dist/es2019/components/Article/ArticleLoadingFail/index.js +1 -1
  42. package/dist/es2019/components/Article/ArticleLoadingFail/styled.js +3 -0
  43. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  44. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  45. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/index.js +6 -2
  46. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/styled.js +5 -0
  47. package/dist/es2019/components/Article/HelpArticle/index.js +1 -1
  48. package/dist/es2019/components/Article/WhatsNewArticle/Loading/index.js +4 -0
  49. package/dist/es2019/components/Article/WhatsNewArticle/index.js +4 -2
  50. package/dist/es2019/components/Article/WhatsNewArticle/styled.js +11 -0
  51. package/dist/es2019/components/Article/index.js +3 -0
  52. package/dist/es2019/components/Article/styled.js +1 -0
  53. package/dist/es2019/components/ArticlesList/ArticlesList.js +1 -1
  54. package/dist/es2019/components/ArticlesList/ArticlesListItem/index.js +1 -1
  55. package/dist/es2019/components/ArticlesList/ArticlesListItem/styled.js +11 -0
  56. package/dist/es2019/components/ArticlesList/index.js +3 -1
  57. package/dist/es2019/components/ArticlesList/styled.js +4 -0
  58. package/dist/es2019/components/HelpContentButton/index.js +1 -1
  59. package/dist/es2019/components/HelpContentButton/styled.js +5 -5
  60. package/dist/es2019/components/RelatedArticles/index.js +4 -2
  61. package/dist/es2019/components/RelatedArticles/styled.js +7 -0
  62. package/dist/es2019/components/Search/SearchInput/index.js +1 -1
  63. package/dist/es2019/components/Search/SearchInput/styled.js +5 -0
  64. package/dist/es2019/components/Search/SearchResults/index.js +2 -0
  65. package/dist/es2019/components/Search/SearchResults/styled.js +9 -0
  66. package/dist/es2019/components/WhatsNew/WhatsNewButton/index.js +1 -1
  67. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.js +3 -0
  68. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.js +3 -0
  69. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  70. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +9 -1
  71. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/index.js +3 -1
  72. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.js +8 -0
  73. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.js +16 -0
  74. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.js +3 -0
  75. package/dist/es2019/components/WhatsNew/WhatsNewResults/index.js +5 -1
  76. package/dist/es2019/components/WhatsNew/WhatsNewResults/styled.js +7 -0
  77. package/dist/es2019/components/contexts/helpArticleContext.js +0 -2
  78. package/dist/es2019/components/styled.js +4 -0
  79. package/dist/es2019/util/styled.js +6 -1
  80. package/dist/esm/analytics.js +1 -1
  81. package/dist/esm/components/Article/ArticleLoadingFail/index.js +1 -1
  82. package/dist/esm/components/Article/ArticleLoadingFail/styled.js +3 -0
  83. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  84. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  85. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/index.js +6 -2
  86. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/styled.js +5 -0
  87. package/dist/esm/components/Article/HelpArticle/index.js +1 -1
  88. package/dist/esm/components/Article/WhatsNewArticle/Loading/index.js +4 -0
  89. package/dist/esm/components/Article/WhatsNewArticle/index.js +4 -2
  90. package/dist/esm/components/Article/WhatsNewArticle/styled.js +11 -0
  91. package/dist/esm/components/Article/styled.js +1 -0
  92. package/dist/esm/components/ArticlesList/ArticlesList.js +1 -1
  93. package/dist/esm/components/ArticlesList/ArticlesListItem/index.js +1 -1
  94. package/dist/esm/components/ArticlesList/ArticlesListItem/styled.js +11 -0
  95. package/dist/esm/components/ArticlesList/index.js +3 -1
  96. package/dist/esm/components/ArticlesList/styled.js +4 -0
  97. package/dist/esm/components/HelpContentButton/index.js +1 -1
  98. package/dist/esm/components/HelpContentButton/styled.js +5 -5
  99. package/dist/esm/components/RelatedArticles/index.js +4 -2
  100. package/dist/esm/components/RelatedArticles/styled.js +7 -0
  101. package/dist/esm/components/Search/SearchInput/index.js +1 -1
  102. package/dist/esm/components/Search/SearchInput/styled.js +5 -0
  103. package/dist/esm/components/Search/SearchResults/styled.js +9 -0
  104. package/dist/esm/components/WhatsNew/WhatsNewButton/index.js +1 -1
  105. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.js +3 -0
  106. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.js +3 -0
  107. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  108. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +9 -1
  109. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/index.js +3 -1
  110. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.js +8 -0
  111. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.js +16 -0
  112. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.js +3 -0
  113. package/dist/esm/components/WhatsNew/WhatsNewResults/index.js +3 -1
  114. package/dist/esm/components/WhatsNew/WhatsNewResults/styled.js +7 -0
  115. package/dist/esm/components/contexts/helpArticleContext.js +0 -2
  116. package/dist/esm/components/styled.js +4 -0
  117. package/dist/esm/util/styled.js +6 -1
  118. package/dist/types/components/Article/ArticleContent/index.d.ts +2 -2
  119. package/dist/types/components/Article/ArticleLoadingFail/index.d.ts +2 -2
  120. package/dist/types/components/Article/HelpArticle/Loading/index.d.ts +1 -1
  121. package/dist/types/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.d.ts +2 -2
  122. package/dist/types/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.d.ts +2 -2
  123. package/dist/types/components/Article/HelpArticle/WasHelpfulForm/index.d.ts +3 -3
  124. package/dist/types/components/Article/HelpArticle/index.d.ts +1 -1
  125. package/dist/types/components/Article/WhatsNewArticle/Loading/index.d.ts +1 -1
  126. package/dist/types/components/Article/WhatsNewArticle/index.d.ts +2 -2
  127. package/dist/types/components/ArticlesList/index.d.ts +1 -1
  128. package/dist/types/components/ArticlesList/model/ArticlesListItem.d.ts +2 -2
  129. package/dist/types/components/Help.d.ts +2 -2
  130. package/dist/types/components/HelpContentButton/index.d.ts +2 -2
  131. package/dist/types/components/RelatedArticles/RelatedArticlesLoading.d.ts +1 -1
  132. package/dist/types/components/RelatedArticles/index.d.ts +3 -3
  133. package/dist/types/components/Search/SearchInput/index.d.ts +1 -1
  134. package/dist/types/components/Search/SearchResults/SearchExternalSite.d.ts +2 -2
  135. package/dist/types/components/Search/SearchResults/SearchResults.d.ts +2 -2
  136. package/dist/types/components/Search/SearchResults/SearchResultsEmpty.d.ts +2 -2
  137. package/dist/types/components/Search/SearchResults/SearchResultsError.d.ts +1 -1
  138. package/dist/types/components/ShowMoreButton/index.d.ts +2 -2
  139. package/dist/types/components/WhatsNew/WhatsNewButton/index.d.ts +1 -1
  140. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.d.ts +1 -1
  141. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.d.ts +2 -2
  142. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.d.ts +3 -3
  143. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultsList.d.ts +1 -1
  144. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/index.d.ts +1 -1
  145. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/model/WhatsNewResultsList.d.ts +2 -2
  146. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.d.ts +1 -1
  147. package/dist/types/components/WhatsNew/WhatsNewResults/index.d.ts +1 -1
  148. package/dist/types/components/contexts/headerContext.d.ts +2 -2
  149. package/dist/types/components/contexts/helpArticleContext.d.ts +3 -3
  150. package/dist/types/components/contexts/homeContext.d.ts +1 -1
  151. package/dist/types/components/contexts/relatedArticlesContext.d.ts +3 -3
  152. package/dist/types/components/contexts/whatsNewArticleContext.d.ts +6 -6
  153. package/dist/types/model/WhatsNew.d.ts +1 -1
  154. package/dist/types/util/helpers.d.ts +1 -1
  155. package/dist/types/util/testing/mock.d.ts +2 -2
  156. package/dist/types-ts4.5/components/Article/ArticleContent/index.d.ts +2 -2
  157. package/dist/types-ts4.5/components/Article/ArticleLoadingFail/index.d.ts +2 -2
  158. package/dist/types-ts4.5/components/Article/HelpArticle/Loading/index.d.ts +1 -1
  159. package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.d.ts +2 -2
  160. package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.d.ts +2 -2
  161. package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/index.d.ts +3 -3
  162. package/dist/types-ts4.5/components/Article/HelpArticle/index.d.ts +1 -1
  163. package/dist/types-ts4.5/components/Article/WhatsNewArticle/Loading/index.d.ts +1 -1
  164. package/dist/types-ts4.5/components/Article/WhatsNewArticle/index.d.ts +2 -2
  165. package/dist/types-ts4.5/components/ArticlesList/index.d.ts +1 -1
  166. package/dist/types-ts4.5/components/ArticlesList/model/ArticlesListItem.d.ts +2 -2
  167. package/dist/types-ts4.5/components/Help.d.ts +2 -2
  168. package/dist/types-ts4.5/components/HelpContentButton/index.d.ts +2 -2
  169. package/dist/types-ts4.5/components/RelatedArticles/RelatedArticlesLoading.d.ts +1 -1
  170. package/dist/types-ts4.5/components/RelatedArticles/index.d.ts +3 -3
  171. package/dist/types-ts4.5/components/Search/SearchInput/index.d.ts +1 -1
  172. package/dist/types-ts4.5/components/Search/SearchResults/SearchExternalSite.d.ts +2 -2
  173. package/dist/types-ts4.5/components/Search/SearchResults/SearchResults.d.ts +2 -2
  174. package/dist/types-ts4.5/components/Search/SearchResults/SearchResultsEmpty.d.ts +2 -2
  175. package/dist/types-ts4.5/components/Search/SearchResults/SearchResultsError.d.ts +1 -1
  176. package/dist/types-ts4.5/components/ShowMoreButton/index.d.ts +2 -2
  177. package/dist/types-ts4.5/components/WhatsNew/WhatsNewButton/index.d.ts +1 -1
  178. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.d.ts +1 -1
  179. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.d.ts +2 -2
  180. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.d.ts +3 -3
  181. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultsList.d.ts +1 -1
  182. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/index.d.ts +1 -1
  183. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/model/WhatsNewResultsList.d.ts +2 -2
  184. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.d.ts +1 -1
  185. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/index.d.ts +1 -1
  186. package/dist/types-ts4.5/components/contexts/headerContext.d.ts +2 -2
  187. package/dist/types-ts4.5/components/contexts/helpArticleContext.d.ts +3 -3
  188. package/dist/types-ts4.5/components/contexts/homeContext.d.ts +1 -1
  189. package/dist/types-ts4.5/components/contexts/relatedArticlesContext.d.ts +3 -3
  190. package/dist/types-ts4.5/components/contexts/whatsNewArticleContext.d.ts +6 -6
  191. package/dist/types-ts4.5/model/WhatsNew.d.ts +1 -1
  192. package/dist/types-ts4.5/util/helpers.d.ts +1 -1
  193. package/dist/types-ts4.5/util/testing/mock.d.ts +2 -2
  194. package/package.json +5 -7
package/CHANGELOG.md CHANGED
@@ -1,1953 +1,1960 @@
1
1
  # @atlaskit/help
2
2
 
3
+ ## 7.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#105399](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105399)
8
+ [`80a69f6c05a0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/80a69f6c05a0) -
9
+ Adjust padding between items in article list to better differentiate where one article ends and
10
+ next starts
11
+
3
12
  ## 7.4.1
4
13
 
5
14
  ### Patch Changes
6
15
 
7
- - [#102015](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102015)
8
- [`2504a09f0054`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2504a09f0054) -
9
- Fix tokens for text colors in Search result card
16
+ - [#102015](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102015)
17
+ [`2504a09f0054`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2504a09f0054) -
18
+ Fix tokens for text colors in Search result card
10
19
 
11
20
  ## 7.4.0
12
21
 
13
22
  ### Minor Changes
14
23
 
15
- - [#101167](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101167)
16
- [`52a888c912e8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/52a888c912e8) -
17
- [ux] Display 4 extra article details in Article search display
24
+ - [#101167](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101167)
25
+ [`52a888c912e8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/52a888c912e8) -
26
+ [ux] Display 4 extra article details in Article search display
18
27
 
19
- 1. Last published
28
+ 1. Last published
20
29
 
21
- 2. Content source
30
+ 2. Content source
22
31
 
23
- 3. Helpful count
32
+ 3. Helpful count
24
33
 
25
- 4. View count
34
+ 4. View count
26
35
 
27
- All changes are backward compatible
36
+ All changes are backward compatible
28
37
 
29
38
  ## 7.3.3
30
39
 
31
40
  ### Patch Changes
32
41
 
33
- - [#99831](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99831)
34
- [`9652182a0292`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9652182a0292) -
35
- Fix issue where the back button used to lose context of the search results and takes back to the
36
- default page. Now it takes back to the place where the user started from
37
- - [#99831](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99831)
38
- [`e5fd89bc770c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e5fd89bc770c) -
39
- Fix individual scroll bars appearing for titles when an external URL icon is present in safari
42
+ - [#99831](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99831)
43
+ [`9652182a0292`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9652182a0292) -
44
+ Fix issue where the back button used to lose context of the search results and takes back to the
45
+ default page. Now it takes back to the place where the user started from
46
+ - [#99831](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99831)
47
+ [`e5fd89bc770c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e5fd89bc770c) -
48
+ Fix individual scroll bars appearing for titles when an external URL icon is present in safari
40
49
 
41
50
  ## 7.3.2
42
51
 
43
52
  ### Patch Changes
44
53
 
45
- - [#99227](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99227)
46
- [`3b95bb1a838e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3b95bb1a838e) -
47
- Fix issue where opening articles in new tab leads to the IPH panel remaining blank
54
+ - [#99227](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99227)
55
+ [`3b95bb1a838e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3b95bb1a838e) -
56
+ Fix issue where opening articles in new tab leads to the IPH panel remaining blank
48
57
 
49
58
  ## 7.3.1
50
59
 
51
60
  ### Patch Changes
52
61
 
53
- - Updated dependencies
62
+ - Updated dependencies
54
63
 
55
64
  ## 7.3.0
56
65
 
57
66
  ### Minor Changes
58
67
 
59
- - [#97275](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97275)
60
- [`1d4e7e57187f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1d4e7e57187f) -
61
- Introduce option in help panel search results that allows to open article's with URL's to open
62
- in a new tab. This behaviour is opt-in.
68
+ - [#97275](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97275)
69
+ [`1d4e7e57187f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1d4e7e57187f) -
70
+ Introduce option in help panel search results that allows to open article's with URL's to open in
71
+ a new tab. This behaviour is opt-in.
63
72
 
64
73
  ## 7.2.30
65
74
 
66
75
  ### Patch Changes
67
76
 
68
- - [#87366](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87366)
69
- [`24730abb98fa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/24730abb98fa) -
70
- Refactoring createArticleObject helper function
77
+ - [#87366](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87366)
78
+ [`24730abb98fa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/24730abb98fa) -
79
+ Refactoring createArticleObject helper function
71
80
 
72
81
  ## 7.2.29
73
82
 
74
83
  ### Patch Changes
75
84
 
76
- - [#84829](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84829)
77
- [`a6299ec57bc3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a6299ec57bc3) -
78
- Internal change to replace hardcoded font fallback values with an exported constant. There is no
79
- expected visual difference.
85
+ - [#84829](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84829)
86
+ [`a6299ec57bc3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a6299ec57bc3) -
87
+ Internal change to replace hardcoded font fallback values with an exported constant. There is no
88
+ expected visual difference.
80
89
 
81
90
  ## 7.2.28
82
91
 
83
92
  ### Patch Changes
84
93
 
85
- - [#83342](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83342)
86
- [`a0485902fc0e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a0485902fc0e) -
87
- Added helper function to combine body fields.
94
+ - [#83342](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83342)
95
+ [`a0485902fc0e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a0485902fc0e) -
96
+ Added helper function to combine body fields.
88
97
 
89
98
  ## 7.2.27
90
99
 
91
100
  ### Patch Changes
92
101
 
93
- - [#84155](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84155)
94
- [`4c8c31dab235`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4c8c31dab235) -
95
- Add aria-label to close button
102
+ - [#84155](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84155)
103
+ [`4c8c31dab235`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4c8c31dab235) -
104
+ Add aria-label to close button
96
105
 
97
106
  ## 7.2.26
98
107
 
99
108
  ### Patch Changes
100
109
 
101
- - [#83176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83176)
102
- [`5c64e4657ef3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c64e4657ef3) -
103
- [ux] Minor changes to replace deprecated font tokens with new tokens. There may be some very
104
- slight differences in font size if the previous value was incorrectly applied, and slight
105
- differences in line height to match the new typography system.
106
- - Updated dependencies
110
+ - [#83176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83176)
111
+ [`5c64e4657ef3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c64e4657ef3) -
112
+ [ux] Minor changes to replace deprecated font tokens with new tokens. There may be some very
113
+ slight differences in font size if the previous value was incorrectly applied, and slight
114
+ differences in line height to match the new typography system.
115
+ - Updated dependencies
107
116
 
108
117
  ## 7.2.25
109
118
 
110
119
  ### Patch Changes
111
120
 
112
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
113
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
114
- Upgrade Typescript from `4.9.5` to `5.4.2`
121
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
122
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
123
+ Upgrade Typescript from `4.9.5` to `5.4.2`
115
124
 
116
125
  ## 7.2.24
117
126
 
118
127
  ### Patch Changes
119
128
 
120
- - [#82940](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82940)
121
- [`a8bf2f3b71ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a8bf2f3b71ac) -
122
- Updating examples to use new Algolia indices
129
+ - [#82940](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82940)
130
+ [`a8bf2f3b71ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a8bf2f3b71ac) -
131
+ Updating examples to use new Algolia indices
123
132
 
124
133
  ## 7.2.23
125
134
 
126
135
  ### Patch Changes
127
136
 
128
- - [#82926](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82926)
129
- [`7babdc9cd343`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7babdc9cd343) -
130
- [ux] Added aria-pressed attributes to Was Helpful Yes/No buttons
137
+ - [#82926](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82926)
138
+ [`7babdc9cd343`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7babdc9cd343) -
139
+ [ux] Added aria-pressed attributes to Was Helpful Yes/No buttons
131
140
 
132
141
  ## 7.2.22
133
142
 
134
143
  ### Patch Changes
135
144
 
136
- - [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085)
137
- [`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) -
138
- Update usage of `React.FC` to explicity include `children`
145
+ - [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085)
146
+ [`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) -
147
+ Update usage of `React.FC` to explicity include `children`
139
148
 
140
149
  ## 7.2.21
141
150
 
142
151
  ### Patch Changes
143
152
 
144
- - [#77778](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77778)
145
- [`7fd2dabb944a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7fd2dabb944a) -
146
- Internal change to enforce token usage for spacing properties. There is no expected visual or
147
- behaviour change.
153
+ - [#77778](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77778)
154
+ [`7fd2dabb944a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7fd2dabb944a) -
155
+ Internal change to enforce token usage for spacing properties. There is no expected visual or
156
+ behaviour change.
148
157
 
149
158
  ## 7.2.20
150
159
 
151
160
  ### Patch Changes
152
161
 
153
- - [#72381](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72381)
154
- [`613a669ad9bb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/613a669ad9bb) -
155
- Enrolling help packages to push model in JFE.
162
+ - [#72381](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72381)
163
+ [`613a669ad9bb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/613a669ad9bb) -
164
+ Enrolling help packages to push model in JFE.
156
165
 
157
166
  ## 7.2.19
158
167
 
159
168
  ### Patch Changes
160
169
 
161
- - [#67949](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67949)
162
- [`4ceb213f9313`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4ceb213f9313) -
163
- Migrate packages to use declarative entry points
164
- - Updated dependencies
170
+ - [#67949](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67949)
171
+ [`4ceb213f9313`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4ceb213f9313) -
172
+ Migrate packages to use declarative entry points
173
+ - Updated dependencies
165
174
 
166
175
  ## 7.2.18
167
176
 
168
177
  ### Patch Changes
169
178
 
170
- - Updated dependencies
179
+ - Updated dependencies
171
180
 
172
181
  ## 7.2.17
173
182
 
174
183
  ### Patch Changes
175
184
 
176
- - [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029)
177
- [`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) -
178
- Update dependencies that were impacted by HOT-106483 to latest.
185
+ - [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029)
186
+ [`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) -
187
+ Update dependencies that were impacted by HOT-106483 to latest.
179
188
 
180
189
  ## 7.2.16
181
190
 
182
191
  ### Patch Changes
183
192
 
184
- - [#57178](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57178)
185
- [`018d8853290a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/018d8853290a) -
186
- Upgrade Emotion v10 (@emotion/core) to Emotion v11 (@emotion/react). No behaviour change
187
- expected.
193
+ - [#57178](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57178)
194
+ [`018d8853290a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/018d8853290a) -
195
+ Upgrade Emotion v10 (@emotion/core) to Emotion v11 (@emotion/react). No behaviour change expected.
188
196
 
189
197
  ## 7.2.15
190
198
 
191
199
  ### Patch Changes
192
200
 
193
- - Updated dependencies
201
+ - Updated dependencies
194
202
 
195
203
  ## 7.2.14
196
204
 
197
205
  ### Patch Changes
198
206
 
199
- - Updated dependencies
207
+ - Updated dependencies
200
208
 
201
209
  ## 7.2.13
202
210
 
203
211
  ### Patch Changes
204
212
 
205
- - Updated dependencies
213
+ - Updated dependencies
206
214
 
207
215
  ## 7.2.12
208
216
 
209
217
  ### Patch Changes
210
218
 
211
- - Updated dependencies
219
+ - Updated dependencies
212
220
 
213
221
  ## 7.2.11
214
222
 
215
223
  ### Patch Changes
216
224
 
217
- - Updated dependencies
225
+ - Updated dependencies
218
226
 
219
227
  ## 7.2.10
220
228
 
221
229
  ### Patch Changes
222
230
 
223
- - Updated dependencies
231
+ - Updated dependencies
224
232
 
225
233
  ## 7.2.9
226
234
 
227
235
  ### Patch Changes
228
236
 
229
- - [#41087](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41087)
230
- [`7d066a73736`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d066a73736) - Fix ts
231
- errors by adding type definition and removing unused parameter
237
+ - [#41087](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41087)
238
+ [`7d066a73736`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d066a73736) - Fix ts
239
+ errors by adding type definition and removing unused parameter
232
240
 
233
241
  ## 7.2.8
234
242
 
235
243
  ### Patch Changes
236
244
 
237
- - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
238
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) -
239
- Internal changes to use space tokens. There is no expected visual or behaviour change.
245
+ - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
246
+ [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal
247
+ changes to use space tokens. There is no expected visual or behaviour change.
240
248
 
241
249
  ## 7.2.7
242
250
 
243
251
  ### Patch Changes
244
252
 
245
- - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
246
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
247
- version.json
248
- - Updated dependencies
253
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
254
+ [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
255
+ version.json
256
+ - Updated dependencies
249
257
 
250
258
  ## 7.2.6
251
259
 
252
260
  ### Patch Changes
253
261
 
254
- - [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925)
255
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use
256
- injected env vars instead of version.json
262
+ - [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925)
263
+ [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use
264
+ injected env vars instead of version.json
257
265
 
258
266
  ## 7.2.5
259
267
 
260
268
  ### Patch Changes
261
269
 
262
- - [#35450](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35450)
263
- [`7bdb050c04e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7bdb050c04e) -
264
- Internal change to use space tokens for spacing properties. There is no visual change.
270
+ - [#35450](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35450)
271
+ [`7bdb050c04e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7bdb050c04e) - Internal
272
+ change to use space tokens for spacing properties. There is no visual change.
265
273
 
266
274
  ## 7.2.4
267
275
 
268
276
  ### Patch Changes
269
277
 
270
- - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443)
271
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) -
272
- Removing unused dependencies and dev dependencies
278
+ - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443)
279
+ [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing
280
+ unused dependencies and dev dependencies
273
281
 
274
282
  ## 7.2.3
275
283
 
276
284
  ### Patch Changes
277
285
 
278
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
279
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
280
- legacy types are published for TS 4.5-4.8
286
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
287
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
288
+ legacy types are published for TS 4.5-4.8
281
289
 
282
290
  ## 7.2.2
283
291
 
284
292
  ### Patch Changes
285
293
 
286
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
287
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
288
- Upgrade Typescript from `4.5.5` to `4.9.5`
294
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
295
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
296
+ Typescript from `4.5.5` to `4.9.5`
289
297
 
290
298
  ## 7.2.1
291
299
 
292
300
  ### Patch Changes
293
301
 
294
- - [#33218](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33218)
295
- [`7e051bad115`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e051bad115) -
296
- Internal change to enforce token usage for spacing properties. There is no expected visual or
297
- behaviour change.
302
+ - [#33218](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33218)
303
+ [`7e051bad115`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e051bad115) - Internal
304
+ change to enforce token usage for spacing properties. There is no expected visual or behaviour
305
+ change.
298
306
 
299
307
  ## 7.2.0
300
308
 
301
309
  ### Minor Changes
302
310
 
303
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
304
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
305
- minor dependency bump
311
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
312
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
313
+ minor dependency bump
306
314
 
307
315
  ### Patch Changes
308
316
 
309
- - Updated dependencies
317
+ - Updated dependencies
310
318
 
311
319
  ## 7.1.27
312
320
 
313
321
  ### Patch Changes
314
322
 
315
- - [#31643](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31643)
316
- [`ad5cbfa5a71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad5cbfa5a71) -
317
- Migrated use of `gridSize` to space tokens where possible. There is no expected visual or
318
- behaviour change.
323
+ - [#31643](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31643)
324
+ [`ad5cbfa5a71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad5cbfa5a71) - Migrated
325
+ use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
319
326
 
320
327
  ## 7.1.26
321
328
 
322
329
  ### Patch Changes
323
330
 
324
- - Updated dependencies
331
+ - Updated dependencies
325
332
 
326
333
  ## 7.1.25
327
334
 
328
335
  ### Patch Changes
329
336
 
330
- - Updated dependencies
337
+ - Updated dependencies
331
338
 
332
339
  ## 7.1.24
333
340
 
334
341
  ### Patch Changes
335
342
 
336
- - [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324)
337
- [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds
338
- for this package now pass through a tokens babel plugin, removing runtime invocations of the
339
- tokens() function and improving performance.
343
+ - [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324)
344
+ [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds
345
+ for this package now pass through a tokens babel plugin, removing runtime invocations of the
346
+ tokens() function and improving performance.
340
347
 
341
348
  ## 7.1.23
342
349
 
343
350
  ### Patch Changes
344
351
 
345
- - [#28361](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28361)
346
- [`4ad56486a8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ad56486a8a) - [ux]
347
- Added title attribute to search input field
352
+ - [#28361](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28361)
353
+ [`4ad56486a8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ad56486a8a) - [ux]
354
+ Added title attribute to search input field
348
355
 
349
356
  ## 7.1.22
350
357
 
351
358
  ### Patch Changes
352
359
 
353
- - Updated dependencies
360
+ - Updated dependencies
354
361
 
355
362
  ## 7.1.21
356
363
 
357
364
  ### Patch Changes
358
365
 
359
- - Updated dependencies
366
+ - Updated dependencies
360
367
 
361
368
  ## 7.1.20
362
369
 
363
370
  ### Patch Changes
364
371
 
365
- - [#28104](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28104)
366
- [`605b2be739b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/605b2be739b) - Moved
367
- LocaleIntlProvider inside the @altaskit/help component and remove MessageIntlProvider file (not
368
- longer used)
372
+ - [#28104](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28104)
373
+ [`605b2be739b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/605b2be739b) - Moved
374
+ LocaleIntlProvider inside the @altaskit/help component and remove MessageIntlProvider file (not
375
+ longer used)
369
376
 
370
377
  ## 7.1.19
371
378
 
372
379
  ### Patch Changes
373
380
 
374
- - Updated dependencies
381
+ - Updated dependencies
375
382
 
376
383
  ## 7.1.18
377
384
 
378
385
  ### Patch Changes
379
386
 
380
- - Updated dependencies
387
+ - Updated dependencies
381
388
 
382
389
  ## 7.1.17
383
390
 
384
391
  ### Patch Changes
385
392
 
386
- - [#27010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27010)
387
- [`0d36e8cc329`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d36e8cc329) - Fix
388
- release notes implementation in the "Help-with-Algolia" example
393
+ - [#27010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27010)
394
+ [`0d36e8cc329`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d36e8cc329) - Fix
395
+ release notes implementation in the "Help-with-Algolia" example
389
396
 
390
397
  ## 7.1.16
391
398
 
392
399
  ### Patch Changes
393
400
 
394
- - [#26424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26424)
395
- [`0c19f354255`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c19f354255) -
396
- Consolidate In Product Help & Self-Help Experiences ownership
401
+ - [#26424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26424)
402
+ [`0c19f354255`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c19f354255) -
403
+ Consolidate In Product Help & Self-Help Experiences ownership
397
404
 
398
405
  ## 7.1.15
399
406
 
400
407
  ### Patch Changes
401
408
 
402
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
403
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
404
- Upgrade Typescript from `4.3.5` to `4.5.5`
409
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
410
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
411
+ Typescript from `4.3.5` to `4.5.5`
405
412
 
406
413
  ## 7.1.14
407
414
 
408
415
  ### Patch Changes
409
416
 
410
- - [#25299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25299)
411
- [`8b28f38cfa8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b28f38cfa8) - Fixed
412
- double request issue for the help articles
417
+ - [#25299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25299)
418
+ [`8b28f38cfa8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b28f38cfa8) - Fixed
419
+ double request issue for the help articles
413
420
 
414
421
  ## 7.1.13
415
422
 
416
423
  ### Patch Changes
417
424
 
418
- - [#24659](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24659)
419
- [`d4d09b38089`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4d09b38089) - [ux]
420
- fix typo
425
+ - [#24659](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24659)
426
+ [`d4d09b38089`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4d09b38089) - [ux] fix
427
+ typo
421
428
 
422
429
  ## 7.1.12
423
430
 
424
431
  ### Patch Changes
425
432
 
426
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
427
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
428
- Upgrade Typescript from `4.2.4` to `4.3.5`.
433
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
434
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
435
+ Typescript from `4.2.4` to `4.3.5`.
429
436
 
430
437
  ## 7.1.11
431
438
 
432
439
  ### Patch Changes
433
440
 
434
- - [#24014](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24014)
435
- [`ce7d477bc24`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce7d477bc24) - [ux]
436
- Fixing styling on the ArticleListItem component
441
+ - [#24014](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24014)
442
+ [`ce7d477bc24`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce7d477bc24) - [ux]
443
+ Fixing styling on the ArticleListItem component
437
444
 
438
445
  ## 7.1.10
439
446
 
440
447
  ### Patch Changes
441
448
 
442
- - [#21838](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21838)
443
- [`cf6b2085c95`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf6b2085c95) - Use
444
- articles "routes" attribute instead of "routeName" and "routeGroup"
449
+ - [#21838](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21838)
450
+ [`cf6b2085c95`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf6b2085c95) - Use
451
+ articles "routes" attribute instead of "routeName" and "routeGroup"
445
452
 
446
453
  ## 7.1.9
447
454
 
448
455
  ### Patch Changes
449
456
 
450
- - [#21664](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21664)
451
- [`4113699bb4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4113699bb4d) - [ux]
452
- Cleanup item usage and minor refactoring in `@atlaskit/help`
457
+ - [#21664](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21664)
458
+ [`4113699bb4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4113699bb4d) - [ux]
459
+ Cleanup item usage and minor refactoring in `@atlaskit/help`
453
460
 
454
461
  ## 7.1.8
455
462
 
456
463
  ### Patch Changes
457
464
 
458
- - Updated dependencies
465
+ - Updated dependencies
459
466
 
460
467
  ## 7.1.7
461
468
 
462
469
  ### Patch Changes
463
470
 
464
- - [#20836](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20836)
465
- [`a9a7df8a7e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9a7df8a7e7) - [ux]
466
- Fix typo
471
+ - [#20836](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20836)
472
+ [`a9a7df8a7e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9a7df8a7e7) - [ux] Fix
473
+ typo
467
474
 
468
475
  ## 7.1.6
469
476
 
470
477
  ### Patch Changes
471
478
 
472
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
473
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
474
- Upgrade to TypeScript 4.2.4
475
- - Updated dependencies
479
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
480
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
481
+ to TypeScript 4.2.4
482
+ - Updated dependencies
476
483
 
477
484
  ## 7.1.5
478
485
 
479
486
  ### Patch Changes
480
487
 
481
- - Updated dependencies
488
+ - Updated dependencies
482
489
 
483
490
  ## 7.1.4
484
491
 
485
492
  ### Patch Changes
486
493
 
487
- - [#20459](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20459)
488
- [`9d51d8d6aa3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d51d8d6aa3) - [ux]
489
- Change "What's new" button tooltip text
494
+ - [#20459](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20459)
495
+ [`9d51d8d6aa3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d51d8d6aa3) - [ux]
496
+ Change "What's new" button tooltip text
490
497
 
491
498
  ## 7.1.3
492
499
 
493
500
  ### Patch Changes
494
501
 
495
- - Updated dependencies
502
+ - Updated dependencies
496
503
 
497
504
  ## 7.1.2
498
505
 
499
506
  ### Patch Changes
500
507
 
501
- - [#19505](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19505)
502
- [`256335ab2f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/256335ab2f2) - [ux]
503
- Update example. Change CPAPI endpoint and show "getStarted" field in RN articles
508
+ - [#19505](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19505)
509
+ [`256335ab2f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/256335ab2f2) - [ux]
510
+ Update example. Change CPAPI endpoint and show "getStarted" field in RN articles
504
511
 
505
512
  ## 7.1.1
506
513
 
507
514
  ### Patch Changes
508
515
 
509
- - Updated dependencies
516
+ - Updated dependencies
510
517
 
511
518
  ## 7.1.0
512
519
 
513
520
  ### Minor Changes
514
521
 
515
- - [#19103](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19103)
516
- [`afca6666ced`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afca6666ced) - [ux]
517
- Added new theming package, `@atlaskit/tokens`.
522
+ - [#19103](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19103)
523
+ [`afca6666ced`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afca6666ced) - [ux]
524
+ Added new theming package, `@atlaskit/tokens`.
518
525
 
519
- New tokens will be visible only in applications configured to use the new Tokens API (currently
520
- in alpha).
526
+ New tokens will be visible only in applications configured to use the new Tokens API (currently in
527
+ alpha).
521
528
 
522
- These changes are intended to be interoperable with the legacy theme implementation. Legacy dark
523
- mode users should expect no visual or breaking changes.
529
+ These changes are intended to be interoperable with the legacy theme implementation. Legacy dark
530
+ mode users should expect no visual or breaking changes.
524
531
 
525
532
  ## 7.0.2
526
533
 
527
534
  ### Patch Changes
528
535
 
529
- - [#18888](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18888)
530
- [`d4bd99015e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4bd99015e9) - [ux]
531
- Fix history initialization
536
+ - [#18888](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18888)
537
+ [`d4bd99015e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4bd99015e9) - [ux] Fix
538
+ history initialization
532
539
 
533
540
  ## 7.0.1
534
541
 
535
542
  ### Patch Changes
536
543
 
537
- - [#18282](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18282)
538
- [`4ef57768666`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ef57768666) - [ux]
539
- Improve navigation in the "What's new" section
544
+ - [#18282](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18282)
545
+ [`4ef57768666`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ef57768666) - [ux]
546
+ Improve navigation in the "What's new" section
540
547
 
541
548
  ## 7.0.0
542
549
 
543
550
  ### Major Changes
544
551
 
545
- - [#18081](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18081)
546
- [`396fbf5fc2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/396fbf5fc2d) - [ux]
547
- Update the way we set the articleId and the history in the component
552
+ - [#18081](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18081)
553
+ [`396fbf5fc2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/396fbf5fc2d) - [ux]
554
+ Update the way we set the articleId and the history in the component
548
555
 
549
556
  ## 6.0.8
550
557
 
551
558
  ### Patch Changes
552
559
 
553
- - [#17887](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17887)
554
- [`222834915fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/222834915fa) - [ux]
555
- Fix date formatting in What's New
560
+ - [#17887](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17887)
561
+ [`222834915fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/222834915fa) - [ux] Fix
562
+ date formatting in What's New
556
563
 
557
564
  ## 6.0.7
558
565
 
559
566
  ### Patch Changes
560
567
 
561
- - [#17427](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17427)
562
- [`07bd0f6e2e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07bd0f6e2e7) - [ux]
563
- Fix onWhatsNewResultItemClick analytics event issue
568
+ - [#17427](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17427)
569
+ [`07bd0f6e2e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07bd0f6e2e7) - [ux] Fix
570
+ onWhatsNewResultItemClick analytics event issue
564
571
 
565
572
  ## 6.0.6
566
573
 
567
574
  ### Patch Changes
568
575
 
569
- - Updated dependencies
576
+ - Updated dependencies
570
577
 
571
578
  ## 6.0.5
572
579
 
573
580
  ### Patch Changes
574
581
 
575
- - [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475)
576
- [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch
577
- VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
582
+ - [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475)
583
+ [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch
584
+ VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
578
585
 
579
586
  ## 6.0.4
580
587
 
581
588
  ### Patch Changes
582
589
 
583
- - [#16907](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16907)
584
- [`9c8157a146f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c8157a146f) - [ux]
585
- Add tooltip to HelpContentButton and update "What's new" button label
590
+ - [#16907](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16907)
591
+ [`9c8157a146f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c8157a146f) - [ux] Add
592
+ tooltip to HelpContentButton and update "What's new" button label
586
593
 
587
594
  ## 6.0.3
588
595
 
589
596
  ### Patch Changes
590
597
 
591
- - [#16511](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16511)
592
- [`78c9f070230`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78c9f070230) - Bump
593
- algoliasearch version from ^3.33.0 to ^3.35.1. In @atlaskit/help we updated the example 3 and
594
- moved Algolia API related code to it's own react hook
598
+ - [#16511](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16511)
599
+ [`78c9f070230`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78c9f070230) - Bump
600
+ algoliasearch version from ^3.33.0 to ^3.35.1. In @atlaskit/help we updated the example 3 and
601
+ moved Algolia API related code to it's own react hook
595
602
 
596
603
  ## 6.0.2
597
604
 
598
605
  ### Patch Changes
599
606
 
600
- - [#16526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16526)
601
- [`87741daaab0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87741daaab0) - [ux]
602
- Fix date formatting in the "What's new" results list
607
+ - [#16526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16526)
608
+ [`87741daaab0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87741daaab0) - [ux] Fix
609
+ date formatting in the "What's new" results list
603
610
 
604
611
  ## 6.0.1
605
612
 
606
613
  ### Patch Changes
607
614
 
608
- - [#16513](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16513)
609
- [`f8482a54a69`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8482a54a69) - [ux]
610
- Update "What's new" section design
615
+ - [#16513](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16513)
616
+ [`f8482a54a69`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f8482a54a69) - [ux]
617
+ Update "What's new" section design
611
618
 
612
619
  ## 6.0.0
613
620
 
614
621
  ### Major Changes
615
622
 
616
- - [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810)
617
- [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) -
618
- ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1
619
- including breaking API changes, types and tests in atlassian-frontend packages
620
-
621
- What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages
622
- now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch
623
- with actual installed react-intl APIs. Why change was made: As part of a coordinated upgrade
624
- effort across AF packages, as react-intl v2 is quite dated. How consumer should update their
625
- code: Ensure react-intl ^5.18.1 is installed in consuming applications.
626
-
627
- Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second
628
- provider for the new version, using an npm alias
629
-
630
- ```js
631
- "react-intl": "^2.6.0",
632
- "react-intl-next": "npm:react-intl@^5.18.1",
633
- ```
634
-
635
- ```js
636
- import { IntlProvider } from 'react-intl';
637
- import { IntlProvider as IntlNextProvider } from 'react-intl-next';
638
-
639
- return (
640
- <IntlProvider
641
- key={locale}
642
- data-test-language={locale}
643
- locale={locale}
644
- defaultLocale={DEFAULT_LOCALE}
645
- messages={messages}
646
- >
647
- <IntlNextProvider
648
- key={locale}
649
- data-test-language={locale}
650
- locale={locale}
651
- defaultLocale={DEFAULT_LOCALE}
652
- messages={messages}
653
- >
654
- {children}
655
- </IntlNextProvider>
656
- </IntlProvider>
657
- );
658
- ```
659
-
660
- ### Patch Changes
661
-
662
- - Updated dependencies
623
+ - [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810)
624
+ [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) -
625
+ ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including
626
+ breaking API changes, types and tests in atlassian-frontend packages
627
+
628
+ What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages
629
+ now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with
630
+ actual installed react-intl APIs. Why change was made: As part of a coordinated upgrade effort
631
+ across AF packages, as react-intl v2 is quite dated. How consumer should update their code: Ensure
632
+ react-intl ^5.18.1 is installed in consuming applications.
633
+
634
+ Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second provider
635
+ for the new version, using an npm alias
636
+
637
+ ```js
638
+ "react-intl": "^2.6.0",
639
+ "react-intl-next": "npm:react-intl@^5.18.1",
640
+ ```
641
+
642
+ ```js
643
+ import { IntlProvider } from 'react-intl';
644
+ import { IntlProvider as IntlNextProvider } from 'react-intl-next';
645
+
646
+ return (
647
+ <IntlProvider
648
+ key={locale}
649
+ data-test-language={locale}
650
+ locale={locale}
651
+ defaultLocale={DEFAULT_LOCALE}
652
+ messages={messages}
653
+ >
654
+ <IntlNextProvider
655
+ key={locale}
656
+ data-test-language={locale}
657
+ locale={locale}
658
+ defaultLocale={DEFAULT_LOCALE}
659
+ messages={messages}
660
+ >
661
+ {children}
662
+ </IntlNextProvider>
663
+ </IntlProvider>
664
+ );
665
+ ```
666
+
667
+ ### Patch Changes
668
+
669
+ - Updated dependencies
663
670
 
664
671
  ## 5.0.0
665
672
 
666
673
  ### Major Changes
667
674
 
668
- - [#16117](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16117)
669
- [`32b50ca58d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32b50ca58d5) - [ux]
670
- Fix dead end in the navigation when the user is in "What's new" and uses the search input (the
671
- one in the header) and then navigates back
675
+ - [#16117](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16117)
676
+ [`32b50ca58d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32b50ca58d5) - [ux] Fix
677
+ dead end in the navigation when the user is in "What's new" and uses the search input (the one in
678
+ the header) and then navigates back
672
679
 
673
680
  ### Patch Changes
674
681
 
675
- - [`cf3cf4a8671`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf3cf4a8671) - [ux]
676
- Display a message in the What's new section if the API doesn't return any results
682
+ - [`cf3cf4a8671`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf3cf4a8671) - [ux]
683
+ Display a message in the What's new section if the API doesn't return any results
677
684
 
678
685
  ## 4.3.0
679
686
 
680
687
  ### Minor Changes
681
688
 
682
- - [#15404](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15404)
683
- [`bdd0be2c294`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdd0be2c294) - [ux]
684
- Update navigation logic
689
+ - [#15404](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15404)
690
+ [`bdd0be2c294`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdd0be2c294) - [ux]
691
+ Update navigation logic
685
692
 
686
693
  ## 4.2.4
687
694
 
688
695
  ### Patch Changes
689
696
 
690
- - [#15141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15141)
691
- [`9f016391674`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f016391674) - [ux]
692
- Display error message when the "What's new" API fails
697
+ - [#15141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15141)
698
+ [`9f016391674`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f016391674) - [ux]
699
+ Display error message when the "What's new" API fails
693
700
 
694
701
  ## 4.2.3
695
702
 
696
703
  ### Patch Changes
697
704
 
698
- - [#14997](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14997)
699
- [`f9bfb2095bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9bfb2095bd) - [ux]
700
- Group release notes by date
705
+ - [#14997](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14997)
706
+ [`f9bfb2095bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9bfb2095bd) - [ux]
707
+ Group release notes by date
701
708
 
702
709
  ## 4.2.2
703
710
 
704
711
  ### Patch Changes
705
712
 
706
- - Updated dependencies
713
+ - Updated dependencies
707
714
 
708
715
  ## 4.2.1
709
716
 
710
717
  ### Patch Changes
711
718
 
712
- - [#14436](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14436)
713
- [`82bdb8cd2d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82bdb8cd2d6) - [ux]
714
- Updated examples with the "What's New" section
719
+ - [#14436](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14436)
720
+ [`82bdb8cd2d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82bdb8cd2d6) - [ux]
721
+ Updated examples with the "What's New" section
715
722
 
716
723
  ## 4.2.0
717
724
 
718
725
  ### Minor Changes
719
726
 
720
- - [#13797](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13797)
721
- [`3690098a745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3690098a745) - [ux]
722
- Updated navigation logic for the "What's new" section
727
+ - [#13797](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13797)
728
+ [`3690098a745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3690098a745) - [ux]
729
+ Updated navigation logic for the "What's new" section
723
730
 
724
731
  ## 4.1.1
725
732
 
726
733
  ### Patch Changes
727
734
 
728
- - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
729
- [`13cba790f49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13cba790f49) -
730
- Internal test refactor.
731
- - Updated dependencies
735
+ - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
736
+ [`13cba790f49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13cba790f49) - Internal
737
+ test refactor.
738
+ - Updated dependencies
732
739
 
733
740
  ## 4.1.0
734
741
 
735
742
  ### Minor Changes
736
743
 
737
- - [#13742](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13742)
738
- [`69b577202b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/69b577202b6) - [ux]
739
- Fixed the "What's New" section. Changed the icon for the "What's New" button. Update examples to
740
- showcase the What's new section
744
+ - [#13742](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13742)
745
+ [`69b577202b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/69b577202b6) - [ux]
746
+ Fixed the "What's New" section. Changed the icon for the "What's New" button. Update examples to
747
+ showcase the What's new section
741
748
 
742
749
  ## 4.0.8
743
750
 
744
751
  ### Patch Changes
745
752
 
746
- - [#13358](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13358)
747
- [`55df23cb742`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55df23cb742) -
748
- Removed a snapshot test because assertion wasn't useful
753
+ - [#13358](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13358)
754
+ [`55df23cb742`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55df23cb742) - Removed
755
+ a snapshot test because assertion wasn't useful
749
756
 
750
757
  ## 4.0.7
751
758
 
752
759
  ### Patch Changes
753
760
 
754
- - [#13136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13136)
755
- [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update
756
- package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
757
- - [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update
758
- package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
759
- - [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update
760
- package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
761
+ - [#13136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13136)
762
+ [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update
763
+ package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
764
+ - [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update
765
+ package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
766
+ - [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update
767
+ package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
761
768
 
762
769
  ## 4.0.6
763
770
 
764
771
  ### Patch Changes
765
772
 
766
- - [#13328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13328)
767
- [`df9dc928897`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df9dc928897) - Update
768
- the team information in the packages maintained by the In Product Help team
773
+ - [#13328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13328)
774
+ [`df9dc928897`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df9dc928897) - Update
775
+ the team information in the packages maintained by the In Product Help team
769
776
 
770
777
  ## 4.0.5
771
778
 
772
779
  ### Patch Changes
773
780
 
774
- - [#13207](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13207)
775
- [`0845b2c831a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0845b2c831a) - [ux]
776
- Fix articles slide-out animation
781
+ - [#13207](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13207)
782
+ [`0845b2c831a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0845b2c831a) - [ux] Fix
783
+ articles slide-out animation
777
784
 
778
785
  ## 4.0.4
779
786
 
780
787
  ### Patch Changes
781
788
 
782
- - Updated dependencies
789
+ - Updated dependencies
783
790
 
784
791
  ## 4.0.3
785
792
 
786
793
  ### Patch Changes
787
794
 
788
- - [#13157](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13157)
789
- [`4941423cb4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4941423cb4e) - [ux]
790
- Change how we load svg images
795
+ - [#13157](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13157)
796
+ [`4941423cb4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4941423cb4e) - [ux]
797
+ Change how we load svg images
791
798
 
792
799
  ## 4.0.2
793
800
 
794
801
  ### Patch Changes
795
802
 
796
- - [#13097](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13097)
797
- [`f4d35d25719`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4d35d25719) - [ux]
798
- Hide "What's New" button if the props "onSearchWhatsNewArticles" and "onGetWhatsNewArticle" are
799
- not defined
803
+ - [#13097](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13097)
804
+ [`f4d35d25719`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f4d35d25719) - [ux]
805
+ Hide "What's New" button if the props "onSearchWhatsNewArticles" and "onGetWhatsNewArticle" are
806
+ not defined
800
807
 
801
808
  ## 4.0.1
802
809
 
803
810
  ### Patch Changes
804
811
 
805
- - [#13077](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13077)
806
- [`b0b740e2657`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0b740e2657) - [ux]
807
- Fix double scroll in the content area
812
+ - [#13077](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13077)
813
+ [`b0b740e2657`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0b740e2657) - [ux] Fix
814
+ double scroll in the content area
808
815
 
809
816
  ## 4.0.0
810
817
 
811
818
  ### Major Changes
812
819
 
813
- - [#11927](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11927)
814
- [`bc46b0b34ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc46b0b34ed) - [ux]
815
- @atlaskit/help-article: Updated component interfaze and removed unused props
816
- onArticleRenderBegin and onArticleRenderDone. @atlaskit/help-artilce: major changes in the
817
- component interfaze, added "What's new" articles search and articles view. Moved the search
818
- input to the header. Updated navigation logic and unit tests
820
+ - [#11927](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11927)
821
+ [`bc46b0b34ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc46b0b34ed) - [ux]
822
+ @atlaskit/help-article: Updated component interfaze and removed unused props onArticleRenderBegin
823
+ and onArticleRenderDone. @atlaskit/help-artilce: major changes in the component interfaze, added
824
+ "What's new" articles search and articles view. Moved the search input to the header. Updated
825
+ navigation logic and unit tests
819
826
 
820
827
  ### Patch Changes
821
828
 
822
- - Updated dependencies
829
+ - Updated dependencies
823
830
 
824
831
  ## 3.1.3
825
832
 
826
833
  ### Patch Changes
827
834
 
828
- - Updated dependencies
835
+ - Updated dependencies
829
836
 
830
837
  ## 3.1.2
831
838
 
832
839
  ### Patch Changes
833
840
 
834
- - Updated dependencies
841
+ - Updated dependencies
835
842
 
836
843
  ## 3.1.1
837
844
 
838
845
  ### Patch Changes
839
846
 
840
- - Updated dependencies
847
+ - Updated dependencies
841
848
 
842
849
  ## 3.1.0
843
850
 
844
851
  ### Minor Changes
845
852
 
846
- - [#7310](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7310)
847
- [`f9d42a3f08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9d42a3f08) - Added
848
- "isCollapsed" prop to ArticleList Component and RelatedArticles. Added prop
849
- "onRelatedArticlesShowMoreClickOfOpenArticle" to Help component
853
+ - [#7310](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7310)
854
+ [`f9d42a3f08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9d42a3f08) - Added
855
+ "isCollapsed" prop to ArticleList Component and RelatedArticles. Added prop
856
+ "onRelatedArticlesShowMoreClickOfOpenArticle" to Help component
850
857
 
851
858
  ## 3.0.0
852
859
 
853
860
  ### Major Changes
854
861
 
855
- - [#7258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7258)
856
- [`70492a8e83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70492a8e83) - Updated
857
- algolia index used in the examples. Added descriptions to the Int messages. Export DivderLine
858
- Styled component
862
+ - [#7258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7258)
863
+ [`70492a8e83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70492a8e83) - Updated
864
+ algolia index used in the examples. Added descriptions to the Int messages. Export DivderLine
865
+ Styled component
859
866
 
860
867
  ### Patch Changes
861
868
 
862
- - Updated dependencies
869
+ - Updated dependencies
863
870
 
864
871
  ## 2.2.7
865
872
 
866
873
  ### Patch Changes
867
874
 
868
- - Updated dependencies
875
+ - Updated dependencies
869
876
 
870
877
  ## 2.2.6
871
878
 
872
879
  ### Patch Changes
873
880
 
874
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
875
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
876
- Transpile packages using babel rather than tsc
881
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
882
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
883
+ packages using babel rather than tsc
877
884
 
878
885
  ## 2.2.5
879
886
 
880
887
  ### Patch Changes
881
888
 
882
- - Updated dependencies
889
+ - Updated dependencies
883
890
 
884
891
  ## 2.2.4
885
892
 
886
893
  ### Patch Changes
887
894
 
888
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
889
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
890
- types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
891
- compiler option. This requires version 3.8 of Typescript, read more about how we handle
892
- Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
893
- `devDependencies` to denote version that the package was built with.
895
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
896
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
897
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
898
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
899
+ versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
900
+ `devDependencies` to denote version that the package was built with.
894
901
 
895
902
  ## 2.2.3
896
903
 
897
904
  ### Patch Changes
898
905
 
899
- - Updated dependencies
906
+ - Updated dependencies
900
907
 
901
908
  ## 2.2.2
902
909
 
903
910
  ### Patch Changes
904
911
 
905
- - [#5164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5164)
906
- [`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo
907
- analytics-next file restructure to allow external ts definitions to continue working
912
+ - [#5164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5164)
913
+ [`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo
914
+ analytics-next file restructure to allow external ts definitions to continue working
908
915
 
909
916
  ## 2.2.1
910
917
 
911
918
  ### Patch Changes
912
919
 
913
- - Updated dependencies
920
+ - Updated dependencies
914
921
 
915
922
  ## 2.2.0
916
923
 
917
924
  ### Minor Changes
918
925
 
919
- - [#4943](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4943)
920
- [`f9ec749cd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9ec749cd9) - Fix
921
- initial animation of the article container
926
+ - [#4943](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4943)
927
+ [`f9ec749cd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9ec749cd9) - Fix
928
+ initial animation of the article container
922
929
 
923
930
  ## 2.1.0
924
931
 
925
932
  ### Minor Changes
926
933
 
927
- - [#4562](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4562)
928
- [`3ff41f046e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ff41f046e) - Added
929
- history and historySetter props
934
+ - [#4562](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4562)
935
+ [`3ff41f046e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ff41f046e) - Added
936
+ history and historySetter props
930
937
 
931
938
  ## 2.0.6
932
939
 
933
940
  ### Patch Changes
934
941
 
935
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
936
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
937
- to TypeScript 3.9.6 and tslib to 2.0.0
942
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
943
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
944
+ to TypeScript 3.9.6 and tslib to 2.0.0
938
945
 
939
- Since tslib is a dependency for all our packages we recommend that products also follow this
940
- tslib upgrade to prevent duplicates of tslib being bundled.
946
+ Since tslib is a dependency for all our packages we recommend that products also follow this tslib
947
+ upgrade to prevent duplicates of tslib being bundled.
941
948
 
942
949
  ## 2.0.5
943
950
 
944
951
  ### Patch Changes
945
952
 
946
- - [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393)
947
- [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump
948
- required because of conflicts on wadmal release
953
+ - [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393)
954
+ [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump
955
+ required because of conflicts on wadmal release
949
956
 
950
957
  ## 2.0.4
951
958
 
952
959
  ### Patch Changes
953
960
 
954
- - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
955
- [`e99262c6f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e99262c6f0) - All form
956
- elements now have a default font explicitly set
961
+ - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
962
+ [`e99262c6f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e99262c6f0) - All form
963
+ elements now have a default font explicitly set
957
964
 
958
965
  ## 2.0.3
959
966
 
960
967
  ### Patch Changes
961
968
 
962
- - [#3748](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3748)
963
- [`55db8c8e8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55db8c8e8e) - Use the
964
- new atlaskit/help-layout
969
+ - [#3748](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3748)
970
+ [`55db8c8e8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55db8c8e8e) - Use the
971
+ new atlaskit/help-layout
965
972
 
966
973
  ## 2.0.2
967
974
 
968
975
  ### Patch Changes
969
976
 
970
- - [#3649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3649)
971
- [`ba2577fd3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba2577fd3f) - Bugfix
972
- feedback form
977
+ - [#3649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3649)
978
+ [`ba2577fd3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba2577fd3f) - Bugfix
979
+ feedback form
973
980
 
974
981
  ## 2.0.1
975
982
 
976
983
  ### Patch Changes
977
984
 
978
- - [#3226](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3226)
979
- [`0c532edf6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c532edf6e) - Use the
980
- 'lodash' package instead of single-function 'lodash.\*' packages
985
+ - [#3226](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3226)
986
+ [`0c532edf6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c532edf6e) - Use the
987
+ 'lodash' package instead of single-function 'lodash.\*' packages
981
988
 
982
989
  ## 2.0.0
983
990
 
984
991
  ### Major Changes
985
992
 
986
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
987
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
988
- Officially dropping IE11 support, from this version onwards there are no warranties of the
989
- package working in IE11. For more information see:
990
- https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
993
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
994
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
995
+ dropping IE11 support, from this version onwards there are no warranties of the package working in
996
+ IE11. For more information see:
997
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
991
998
 
992
999
  ### Patch Changes
993
1000
 
994
- - Updated dependencies
1001
+ - Updated dependencies
995
1002
 
996
1003
  ## 1.1.1
997
1004
 
998
1005
  ### Patch Changes
999
1006
 
1000
- - [#3325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3325)
1001
- [`789fe1c4b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/789fe1c4b2) - Updated
1002
- feedback form
1007
+ - [#3325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3325)
1008
+ [`789fe1c4b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/789fe1c4b2) - Updated
1009
+ feedback form
1003
1010
 
1004
1011
  ## 1.1.0
1005
1012
 
1006
1013
  ### Minor Changes
1007
1014
 
1008
- - [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443)
1009
- [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648:
1010
- Adds resizing and alignment to embed cards
1015
+ - [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443)
1016
+ [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648:
1017
+ Adds resizing and alignment to embed cards
1011
1018
 
1012
1019
  ### Patch Changes
1013
1020
 
1014
- - Updated dependencies
1021
+ - Updated dependencies
1015
1022
 
1016
1023
  ## 1.0.5
1017
1024
 
1018
1025
  ### Patch Changes
1019
1026
 
1020
- - [#3018](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3018)
1021
- [`b8034da50e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8034da50e) - Fix
1022
- flickering of the search result list. Updated the desing of the feedback form.
1027
+ - [#3018](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3018)
1028
+ [`b8034da50e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8034da50e) - Fix
1029
+ flickering of the search result list. Updated the desing of the feedback form.
1023
1030
 
1024
1031
  ## 1.0.4
1025
1032
 
1026
1033
  ### Patch Changes
1027
1034
 
1028
- - [#2889](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2889)
1029
- [`cc14956821`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc14956821) - Update
1030
- all the theme imports to a path thats tree shakable
1035
+ - [#2889](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2889)
1036
+ [`cc14956821`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc14956821) - Update all
1037
+ the theme imports to a path thats tree shakable
1031
1038
 
1032
1039
  ## 1.0.3
1033
1040
 
1034
1041
  ### Patch Changes
1035
1042
 
1036
- - [#2792](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2792)
1037
- [`1d3b23b682`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d3b23b682) - Added
1038
- link to external search site at the end of the search results list
1043
+ - [#2792](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2792)
1044
+ [`1d3b23b682`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d3b23b682) - Added link
1045
+ to external search site at the end of the search results list
1039
1046
 
1040
1047
  ## 1.0.2
1041
1048
 
1042
1049
  ### Patch Changes
1043
1050
 
1044
- - [#2677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2677)
1045
- [`4560b65a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4560b65a4f) - upgrade
1046
- react-transition-group to latest
1051
+ - [#2677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2677)
1052
+ [`4560b65a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4560b65a4f) - upgrade
1053
+ react-transition-group to latest
1047
1054
 
1048
1055
  ## 1.0.1
1049
1056
 
1050
1057
  ### Patch Changes
1051
1058
 
1052
- - Updated dependencies
1059
+ - Updated dependencies
1053
1060
 
1054
1061
  ## 1.0.0
1055
1062
 
1056
1063
  ### Major Changes
1057
1064
 
1058
- - [#2439](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2439)
1059
- [`58cfa9cd97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58cfa9cd97) - Added
1060
- unit test. Converted class components to functional components.
1065
+ - [#2439](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2439)
1066
+ [`58cfa9cd97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58cfa9cd97) - Added unit
1067
+ test. Converted class components to functional components.
1061
1068
 
1062
1069
  ## 0.23.8
1063
1070
 
1064
1071
  ### Patch Changes
1065
1072
 
1066
- - [#2099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2099)
1067
- [`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add
1068
- missing tslib dependency
1073
+ - [#2099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2099)
1074
+ [`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add
1075
+ missing tslib dependency
1069
1076
 
1070
1077
  ## 0.23.7
1071
1078
 
1072
1079
  ### Patch Changes
1073
1080
 
1074
- - [patch][f45c19a96e](https://bitbucket.org/atlassian/atlassian-frontend/commits/f45c19a96e):
1081
+ - [patch][f45c19a96e](https://bitbucket.org/atlassian/atlassian-frontend/commits/f45c19a96e):
1075
1082
 
1076
- Remove unused dependencies- Updated dependencies
1077
- [f45c19a96e](https://bitbucket.org/atlassian/atlassian-frontend/commits/f45c19a96e):
1083
+ Remove unused dependencies- Updated dependencies
1084
+ [f45c19a96e](https://bitbucket.org/atlassian/atlassian-frontend/commits/f45c19a96e):
1078
1085
 
1079
- - @atlaskit/help-article@1.0.5
1080
- - @atlaskit/right-side-panel@0.3.3
1086
+ - @atlaskit/help-article@1.0.5
1087
+ - @atlaskit/right-side-panel@0.3.3
1081
1088
 
1082
1089
  ## 0.23.6
1083
1090
 
1084
1091
  ### Patch Changes
1085
1092
 
1086
- - [patch][b9873fa1c6](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9873fa1c6):
1093
+ - [patch][b9873fa1c6](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9873fa1c6):
1087
1094
 
1088
- Update style of related articles. Stick the searchbox to the top. Scroll content area to the top
1089
- when the articleId changes
1095
+ Update style of related articles. Stick the searchbox to the top. Scroll content area to the top
1096
+ when the articleId changes
1090
1097
 
1091
1098
  ## 0.23.5
1092
1099
 
1093
1100
  ### Patch Changes
1094
1101
 
1095
- - [patch][6e2ae58903](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e2ae58903):
1102
+ - [patch][6e2ae58903](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e2ae58903):
1096
1103
 
1097
- Fix style issues in search. Fix infinite loop in article view
1104
+ Fix style issues in search. Fix infinite loop in article view
1098
1105
 
1099
1106
  ## 0.23.4
1100
1107
 
1101
1108
  ### Patch Changes
1102
1109
 
1103
- - [patch][1c35cc419d](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c35cc419d):
1110
+ - [patch][1c35cc419d](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c35cc419d):
1104
1111
 
1105
- Added related articles of an anrticle. Cleanup code.
1112
+ Added related articles of an anrticle. Cleanup code.
1106
1113
 
1107
1114
  ## 0.23.3
1108
1115
 
1109
1116
  ### Patch Changes
1110
1117
 
1111
- - [patch][0aaad6b51f](https://bitbucket.org/atlassian/atlassian-frontend/commits/0aaad6b51f):
1118
+ - [patch][0aaad6b51f](https://bitbucket.org/atlassian/atlassian-frontend/commits/0aaad6b51f):
1112
1119
 
1113
- Fixed issue in the search component. Added white background to the root div.
1120
+ Fixed issue in the search component. Added white background to the root div.
1114
1121
 
1115
1122
  ## 0.23.2
1116
1123
 
1117
1124
  ### Patch Changes
1118
1125
 
1119
- - [patch][46b52d2fb0](https://bitbucket.org/atlassian/atlassian-frontend/commits/46b52d2fb0):
1126
+ - [patch][46b52d2fb0](https://bitbucket.org/atlassian/atlassian-frontend/commits/46b52d2fb0):
1120
1127
 
1121
- Search bug fixing
1128
+ Search bug fixing
1122
1129
 
1123
1130
  ## 0.23.1
1124
1131
 
1125
1132
  ### Patch Changes
1126
1133
 
1127
- - [patch][e964238f73](https://bitbucket.org/atlassian/atlassian-frontend/commits/e964238f73):
1134
+ - [patch][e964238f73](https://bitbucket.org/atlassian/atlassian-frontend/commits/e964238f73):
1128
1135
 
1129
- Fix SVG images for search
1136
+ Fix SVG images for search
1130
1137
 
1131
1138
  ## 0.23.0
1132
1139
 
1133
1140
  ### Minor Changes
1134
1141
 
1135
- - [minor][d4b09c1cc4](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4b09c1cc4):
1142
+ - [minor][d4b09c1cc4](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4b09c1cc4):
1136
1143
 
1137
- We added the search functionality
1144
+ We added the search functionality
1138
1145
 
1139
1146
  ## 0.22.14
1140
1147
 
1141
1148
  ### Patch Changes
1142
1149
 
1143
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1150
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1144
1151
 
1145
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1146
- [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1152
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1153
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1147
1154
 
1148
- - @atlaskit/docs@8.3.2
1149
- - @atlaskit/analytics-next@6.3.5
1150
- - @atlaskit/analytics@7.0.1
1151
- - @atlaskit/button@13.3.7
1152
- - @atlaskit/form@7.1.2
1153
- - @atlaskit/icon@20.0.1
1154
- - @atlaskit/item@11.0.1
1155
- - @atlaskit/navigation@36.0.1
1156
- - @atlaskit/page@11.0.12
1157
- - @atlaskit/radio@3.1.9
1158
- - @atlaskit/section-message@4.1.5
1159
- - @atlaskit/textarea@2.2.4
1160
- - @atlaskit/theme@9.5.1
1161
- - @atlaskit/tooltip@15.2.3
1162
- - @atlaskit/analytics-gas-types@4.0.13
1163
- - @atlaskit/help-article@1.0.3
1164
- - @atlaskit/right-side-panel@0.3.2
1165
- - @atlaskit/quick-search@7.8.5
1155
+ - @atlaskit/docs@8.3.2
1156
+ - @atlaskit/analytics-next@6.3.5
1157
+ - @atlaskit/analytics@7.0.1
1158
+ - @atlaskit/button@13.3.7
1159
+ - @atlaskit/form@7.1.2
1160
+ - @atlaskit/icon@20.0.1
1161
+ - @atlaskit/item@11.0.1
1162
+ - @atlaskit/navigation@36.0.1
1163
+ - @atlaskit/page@11.0.12
1164
+ - @atlaskit/radio@3.1.9
1165
+ - @atlaskit/section-message@4.1.5
1166
+ - @atlaskit/textarea@2.2.4
1167
+ - @atlaskit/theme@9.5.1
1168
+ - @atlaskit/tooltip@15.2.3
1169
+ - @atlaskit/analytics-gas-types@4.0.13
1170
+ - @atlaskit/help-article@1.0.3
1171
+ - @atlaskit/right-side-panel@0.3.2
1172
+ - @atlaskit/quick-search@7.8.5
1166
1173
 
1167
1174
  ## 0.22.13
1168
1175
 
1169
1176
  ### Patch Changes
1170
1177
 
1171
- - [patch][8391da4a31](https://bitbucket.org/atlassian/atlassian-frontend/commits/8391da4a31):
1178
+ - [patch][8391da4a31](https://bitbucket.org/atlassian/atlassian-frontend/commits/8391da4a31):
1172
1179
 
1173
- Fix content scrolling issue
1180
+ Fix content scrolling issue
1174
1181
 
1175
1182
  ## 0.22.12
1176
1183
 
1177
1184
  ### Patch Changes
1178
1185
 
1179
- - Updated dependencies
1180
- [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
1181
- - @atlaskit/analytics@7.0.0
1182
- - @atlaskit/icon@20.0.0
1183
- - @atlaskit/item@11.0.0
1184
- - @atlaskit/navigation@36.0.0
1185
- - @atlaskit/quick-search@7.8.4
1186
- - @atlaskit/form@7.1.1
1187
- - @atlaskit/section-message@4.1.4
1188
- - @atlaskit/docs@8.3.1
1189
- - @atlaskit/button@13.3.6
1190
- - @atlaskit/radio@3.1.8
1191
- - @atlaskit/tooltip@15.2.2
1192
- - @atlaskit/help-article@1.0.2
1193
- - @atlaskit/page@11.0.11
1194
- - @atlaskit/right-side-panel@0.3.1
1186
+ - Updated dependencies
1187
+ [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
1188
+ - @atlaskit/analytics@7.0.0
1189
+ - @atlaskit/icon@20.0.0
1190
+ - @atlaskit/item@11.0.0
1191
+ - @atlaskit/navigation@36.0.0
1192
+ - @atlaskit/quick-search@7.8.4
1193
+ - @atlaskit/form@7.1.1
1194
+ - @atlaskit/section-message@4.1.4
1195
+ - @atlaskit/docs@8.3.1
1196
+ - @atlaskit/button@13.3.6
1197
+ - @atlaskit/radio@3.1.8
1198
+ - @atlaskit/tooltip@15.2.2
1199
+ - @atlaskit/help-article@1.0.2
1200
+ - @atlaskit/page@11.0.11
1201
+ - @atlaskit/right-side-panel@0.3.1
1195
1202
 
1196
1203
  ## 0.22.11
1197
1204
 
1198
1205
  ### Patch Changes
1199
1206
 
1200
- - [patch][1644406f8f](https://bitbucket.org/atlassian/atlassian-frontend/commits/1644406f8f):
1207
+ - [patch][1644406f8f](https://bitbucket.org/atlassian/atlassian-frontend/commits/1644406f8f):
1201
1208
 
1202
- Fixed articles animation
1209
+ Fixed articles animation
1203
1210
 
1204
1211
  ## 0.22.10
1205
1212
 
1206
1213
  ### Patch Changes
1207
1214
 
1208
- - [patch][6c6712195a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c6712195a):
1215
+ - [patch][6c6712195a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c6712195a):
1209
1216
 
1210
- Added animations to the related articles list-
1211
- [patch][7f45f76c6a](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f45f76c6a):
1217
+ Added animations to the related articles list-
1218
+ [patch][7f45f76c6a](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f45f76c6a):
1212
1219
 
1213
- Fixed animation when user opens an article
1220
+ Fixed animation when user opens an article
1214
1221
 
1215
1222
  ## 0.22.9
1216
1223
 
1217
1224
  ### Patch Changes
1218
1225
 
1219
- - [patch][f38777e561](https://bitbucket.org/atlassian/atlassian-frontend/commits/f38777e561):
1226
+ - [patch][f38777e561](https://bitbucket.org/atlassian/atlassian-frontend/commits/f38777e561):
1220
1227
 
1221
- Added routeGroup and routeName props to the RelatedArticles component
1228
+ Added routeGroup and routeName props to the RelatedArticles component
1222
1229
 
1223
1230
  ## 0.22.8
1224
1231
 
1225
1232
  ### Patch Changes
1226
1233
 
1227
- - [patch][3125392e4c](https://bitbucket.org/atlassian/atlassian-frontend/commits/3125392e4c):
1234
+ - [patch][3125392e4c](https://bitbucket.org/atlassian/atlassian-frontend/commits/3125392e4c):
1228
1235
 
1229
- fixed navigation
1236
+ fixed navigation
1230
1237
 
1231
1238
  ## 0.22.7
1232
1239
 
1233
1240
  ### Patch Changes
1234
1241
 
1235
- - [patch][83e3d4d079](https://bitbucket.org/atlassian/atlassian-frontend/commits/83e3d4d079):
1242
+ - [patch][83e3d4d079](https://bitbucket.org/atlassian/atlassian-frontend/commits/83e3d4d079):
1236
1243
 
1237
- Updated Header styles
1244
+ Updated Header styles
1238
1245
 
1239
1246
  ## 0.22.6
1240
1247
 
1241
1248
  ### Patch Changes
1242
1249
 
1243
- - [patch][3e8db7e22d](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e8db7e22d):
1250
+ - [patch][3e8db7e22d](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e8db7e22d):
1244
1251
 
1245
- Added onRelatedArticlesShowMoreClick prop to the RelatedArticles Component. Fix bug in
1246
- WasHelpful Form
1252
+ Added onRelatedArticlesShowMoreClick prop to the RelatedArticles Component. Fix bug in WasHelpful
1253
+ Form
1247
1254
 
1248
1255
  ## 0.22.5
1249
1256
 
1250
1257
  ### Patch Changes
1251
1258
 
1252
- - [patch][29a3b445e9](https://bitbucket.org/atlassian/atlassian-frontend/commits/29a3b445e9):
1259
+ - [patch][29a3b445e9](https://bitbucket.org/atlassian/atlassian-frontend/commits/29a3b445e9):
1253
1260
 
1254
- Updated close button icon
1261
+ Updated close button icon
1255
1262
 
1256
1263
  ## 0.22.4
1257
1264
 
1258
1265
  ### Patch Changes
1259
1266
 
1260
- - [patch][3007201575](https://bitbucket.org/atlassian/atlassian-frontend/commits/3007201575):
1267
+ - [patch][3007201575](https://bitbucket.org/atlassian/atlassian-frontend/commits/3007201575):
1261
1268
 
1262
- Fix RelatedArticle DividerLine styles
1269
+ Fix RelatedArticle DividerLine styles
1263
1270
 
1264
1271
  ## 0.22.3
1265
1272
 
1266
1273
  ### Patch Changes
1267
1274
 
1268
- - [patch][579fa3956c](https://bitbucket.org/atlassian/atlassian-frontend/commits/579fa3956c):
1275
+ - [patch][579fa3956c](https://bitbucket.org/atlassian/atlassian-frontend/commits/579fa3956c):
1269
1276
 
1270
- Fix Article slide-in animation. Fix RelatedArticle Padding
1277
+ Fix Article slide-in animation. Fix RelatedArticle Padding
1271
1278
 
1272
1279
  ## 0.22.2
1273
1280
 
1274
1281
  ### Patch Changes
1275
1282
 
1276
- - [patch][e5dedf3ee4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e5dedf3ee4):
1283
+ - [patch][e5dedf3ee4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e5dedf3ee4):
1277
1284
 
1278
- ArticleListItem - Hide "article type header" if the type is not passed as a prop to the
1279
- component or is invalid.
1285
+ ArticleListItem - Hide "article type header" if the type is not passed as a prop to the component
1286
+ or is invalid.
1280
1287
 
1281
1288
  ## 0.22.1
1282
1289
 
1283
1290
  ### Patch Changes
1284
1291
 
1285
- - [patch][e9d3baa181](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e9d3baa181):
1292
+ - [patch][e9d3baa181](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e9d3baa181):
1286
1293
 
1287
- Bugfix - Fix RelatedArticles component
1294
+ Bugfix - Fix RelatedArticles component
1288
1295
 
1289
1296
  ## 0.22.0
1290
1297
 
1291
1298
  ### Minor Changes
1292
1299
 
1293
- - [minor][748d654809](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/748d654809):
1300
+ - [minor][748d654809](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/748d654809):
1294
1301
 
1295
- Updated the design and behaviour of RelatedArticles component
1302
+ Updated the design and behaviour of RelatedArticles component
1296
1303
 
1297
1304
  ## 0.21.9
1298
1305
 
1299
1306
  ### Patch Changes
1300
1307
 
1301
- - Updated dependencies
1302
- [4a1af8b733](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4a1af8b733):
1303
- - @atlaskit/help-article@1.0.0
1308
+ - Updated dependencies
1309
+ [4a1af8b733](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4a1af8b733):
1310
+ - @atlaskit/help-article@1.0.0
1304
1311
 
1305
1312
  ## 0.21.8
1306
1313
 
1307
1314
  ### Patch Changes
1308
1315
 
1309
- - [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1310
-
1311
- Pull in update to form to fix a bug which could cause the internal fieldId to be incorrectly
1312
- set- Updated dependencies
1313
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1314
-
1315
- - Updated dependencies
1316
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1317
- - Updated dependencies
1318
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1319
- - Updated dependencies
1320
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1321
- - Updated dependencies
1322
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1323
- - Updated dependencies
1324
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1325
- - Updated dependencies
1326
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1327
- - Updated dependencies
1328
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1329
- - Updated dependencies
1330
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1331
- - @atlaskit/quick-search@7.8.2
1332
- - @atlaskit/tooltip@15.2.0
1333
- - @atlaskit/analytics-next@6.3.3
1334
- - @atlaskit/form@7.0.0
1335
- - @atlaskit/radio@3.1.5
1336
- - @atlaskit/item@10.2.0
1337
- - @atlaskit/navigation@35.3.0
1338
- - @atlaskit/textarea@2.2.3
1316
+ - [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1317
+
1318
+ Pull in update to form to fix a bug which could cause the internal fieldId to be incorrectly set-
1319
+ Updated dependencies
1320
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1321
+
1322
+ - Updated dependencies
1323
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1324
+ - Updated dependencies
1325
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1326
+ - Updated dependencies
1327
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1328
+ - Updated dependencies
1329
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1330
+ - Updated dependencies
1331
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1332
+ - Updated dependencies
1333
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1334
+ - Updated dependencies
1335
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1336
+ - Updated dependencies
1337
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1338
+ - @atlaskit/quick-search@7.8.2
1339
+ - @atlaskit/tooltip@15.2.0
1340
+ - @atlaskit/analytics-next@6.3.3
1341
+ - @atlaskit/form@7.0.0
1342
+ - @atlaskit/radio@3.1.5
1343
+ - @atlaskit/item@10.2.0
1344
+ - @atlaskit/navigation@35.3.0
1345
+ - @atlaskit/textarea@2.2.3
1339
1346
 
1340
1347
  ## 0.21.7
1341
1348
 
1342
1349
  ### Patch Changes
1343
1350
 
1344
- - [patch][9f54cbb921](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f54cbb921):
1351
+ - [patch][9f54cbb921](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f54cbb921):
1345
1352
 
1346
- Added onBackButtonClick prop. Enable back button click function only after fade-in animation
1353
+ Added onBackButtonClick prop. Enable back button click function only after fade-in animation
1347
1354
 
1348
1355
  ## 0.21.6
1349
1356
 
1350
1357
  ### Patch Changes
1351
1358
 
1352
- - [patch][d752bf7ae9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d752bf7ae9):
1359
+ - [patch][d752bf7ae9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d752bf7ae9):
1353
1360
 
1354
- Dependency bump atlaskit/help-article
1361
+ Dependency bump atlaskit/help-article
1355
1362
 
1356
1363
  ## 0.21.5
1357
1364
 
1358
1365
  ### Patch Changes
1359
1366
 
1360
- - [patch][dfe328a14b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dfe328a14b):
1367
+ - [patch][dfe328a14b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dfe328a14b):
1361
1368
 
1362
- Updated dependency @atlaskit/help-article
1369
+ Updated dependency @atlaskit/help-article
1363
1370
 
1364
1371
  ## 0.21.4
1365
1372
 
1366
1373
  ### Patch Changes
1367
1374
 
1368
- - [patch][86198c3e5d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/86198c3e5d):
1375
+ - [patch][86198c3e5d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/86198c3e5d):
1369
1376
 
1370
- Bugfix - Fix voice-over accessibility issues
1377
+ Bugfix - Fix voice-over accessibility issues
1371
1378
 
1372
1379
  ## 0.21.3
1373
1380
 
1374
1381
  ### Patch Changes
1375
1382
 
1376
- - [patch][da00b546cb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da00b546cb):
1383
+ - [patch][da00b546cb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da00b546cb):
1377
1384
 
1378
- Bugfix - Hide DefaultContent if an article is fully visible
1385
+ Bugfix - Hide DefaultContent if an article is fully visible
1379
1386
 
1380
1387
  ## 0.21.2
1381
1388
 
1382
1389
  ### Patch Changes
1383
1390
 
1384
- - [patch][bb95b5ff7e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bb95b5ff7e):
1391
+ - [patch][bb95b5ff7e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bb95b5ff7e):
1385
1392
 
1386
- Updated dependency help-article
1393
+ Updated dependency help-article
1387
1394
 
1388
1395
  ## 0.21.1
1389
1396
 
1390
1397
  ### Patch Changes
1391
1398
 
1392
- - [patch][bd17edc20c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd17edc20c):
1399
+ - [patch][bd17edc20c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd17edc20c):
1393
1400
 
1394
- Bugfix - hide back button if therere is only one article in the history and there isn't default
1395
- content
1401
+ Bugfix - hide back button if therere is only one article in the history and there isn't default
1402
+ content
1396
1403
 
1397
1404
  ## 0.21.0
1398
1405
 
1399
1406
  ### Minor Changes
1400
1407
 
1401
- - [minor][e3b6e83622](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e3b6e83622):
1408
+ - [minor][e3b6e83622](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e3b6e83622):
1402
1409
 
1403
- Added onArticleRenderBegin and onArticleRenderDone props
1410
+ Added onArticleRenderBegin and onArticleRenderDone props
1404
1411
 
1405
1412
  ## 0.20.14
1406
1413
 
1407
- - Updated dependencies
1408
- [87d67944cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87d67944cc):
1409
- - @atlaskit/help-article@0.7.0
1414
+ - Updated dependencies
1415
+ [87d67944cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87d67944cc):
1416
+ - @atlaskit/help-article@0.7.0
1410
1417
 
1411
1418
  ## 0.20.13
1412
1419
 
1413
1420
  ### Patch Changes
1414
1421
 
1415
- - [patch][35236f6049](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35236f6049):
1422
+ - [patch][35236f6049](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35236f6049):
1416
1423
 
1417
- Don't render DefaultContent if is Null
1424
+ Don't render DefaultContent if is Null
1418
1425
 
1419
1426
  ## 0.20.12
1420
1427
 
1421
1428
  ### Patch Changes
1422
1429
 
1423
- - [patch][bf5be91872](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bf5be91872):
1430
+ - [patch][bf5be91872](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bf5be91872):
1424
1431
 
1425
- handle rejected getArticle promises
1432
+ handle rejected getArticle promises
1426
1433
 
1427
1434
  ## 0.20.11
1428
1435
 
1429
1436
  ### Patch Changes
1430
1437
 
1431
- - [patch][48cd7f3d35](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/48cd7f3d35):
1438
+ - [patch][48cd7f3d35](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/48cd7f3d35):
1432
1439
 
1433
- Updated atlaskit/help-article dependency
1440
+ Updated atlaskit/help-article dependency
1434
1441
 
1435
1442
  ## 0.20.10
1436
1443
 
1437
1444
  ### Patch Changes
1438
1445
 
1439
- - [patch][d951057197](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d951057197):
1446
+ - [patch][d951057197](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d951057197):
1440
1447
 
1441
- Updated dependency atlaskit/help-article
1448
+ Updated dependency atlaskit/help-article
1442
1449
 
1443
1450
  ## 0.20.9
1444
1451
 
1445
1452
  ### Patch Changes
1446
1453
 
1447
- - [patch][90a14c313d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/90a14c313d):
1454
+ - [patch][90a14c313d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/90a14c313d):
1448
1455
 
1449
- Fix type errors
1456
+ Fix type errors
1450
1457
 
1451
- - Updated dependencies
1452
- [17445706d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/17445706d3):
1453
- - @atlaskit/help-article@0.6.0
1458
+ - Updated dependencies
1459
+ [17445706d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/17445706d3):
1460
+ - @atlaskit/help-article@0.6.0
1454
1461
 
1455
1462
  ## 0.20.8
1456
1463
 
1457
1464
  ### Patch Changes
1458
1465
 
1459
- - [patch][5027c848f4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5027c848f4):
1466
+ - [patch][5027c848f4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5027c848f4):
1460
1467
 
1461
- changed scrollTo for sctollTop (not supported in IE11 and edge)
1468
+ changed scrollTo for sctollTop (not supported in IE11 and edge)
1462
1469
 
1463
1470
  ## 0.20.7
1464
1471
 
1465
1472
  ### Patch Changes
1466
1473
 
1467
- - [patch][89c775c2eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/89c775c2eb):
1474
+ - [patch][89c775c2eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/89c775c2eb):
1468
1475
 
1469
- fix animation when ArticleComponent mounts
1476
+ fix animation when ArticleComponent mounts
1470
1477
 
1471
1478
  ## 0.20.6
1472
1479
 
1473
- - Updated dependencies
1474
- [49c89962de](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49c89962de):
1475
- - @atlaskit/right-side-panel@0.3.0
1480
+ - Updated dependencies
1481
+ [49c89962de](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49c89962de):
1482
+ - @atlaskit/right-side-panel@0.3.0
1476
1483
 
1477
1484
  ## 0.20.5
1478
1485
 
1479
1486
  ### Patch Changes
1480
1487
 
1481
- - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
1488
+ - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
1482
1489
 
1483
- Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
1490
+ Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
1484
1491
 
1485
1492
  ## 0.20.4
1486
1493
 
1487
1494
  ### Patch Changes
1488
1495
 
1489
- - [patch][edd83f6f68](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/edd83f6f68):
1496
+ - [patch][edd83f6f68](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/edd83f6f68):
1490
1497
 
1491
- Fix ArticleContent Animation
1498
+ Fix ArticleContent Animation
1492
1499
 
1493
1500
  ## 0.20.3
1494
1501
 
1495
1502
  ### Patch Changes
1496
1503
 
1497
- - [patch][acbc924e23](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acbc924e23):
1504
+ - [patch][acbc924e23](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acbc924e23):
1498
1505
 
1499
- Improved ArticleContent animations
1506
+ Improved ArticleContent animations
1500
1507
 
1501
1508
  ## 0.20.2
1502
1509
 
1503
1510
  ### Patch Changes
1504
1511
 
1505
- - [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
1512
+ - [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
1506
1513
 
1507
- Updated version of analytics-next to fix potential incompatibilities with TS 3.6
1514
+ Updated version of analytics-next to fix potential incompatibilities with TS 3.6
1508
1515
 
1509
1516
  ## 0.20.1
1510
1517
 
1511
1518
  ### Patch Changes
1512
1519
 
1513
- - [patch][e1de95957a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1de95957a):
1520
+ - [patch][e1de95957a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1de95957a):
1514
1521
 
1515
- changed action value 'click' to 'clicked'
1522
+ changed action value 'click' to 'clicked'
1516
1523
 
1517
1524
  ## 0.20.0
1518
1525
 
1519
1526
  ### Minor Changes
1520
1527
 
1521
- - [minor][de49038228](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de49038228):
1528
+ - [minor][de49038228](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de49038228):
1522
1529
 
1523
- Added onRelatedArticlesListItemClick Prop to RelatedArticles and ArticleListItem
1530
+ Added onRelatedArticlesListItemClick Prop to RelatedArticles and ArticleListItem
1524
1531
 
1525
1532
  ## 0.19.2
1526
1533
 
1527
1534
  ### Patch Changes
1528
1535
 
1529
- - [patch][e1cf991123](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1cf991123):
1536
+ - [patch][e1cf991123](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1cf991123):
1530
1537
 
1531
- Removed exported interfaces
1538
+ Removed exported interfaces
1532
1539
 
1533
1540
  ## 0.19.1
1534
1541
 
1535
1542
  ### Patch Changes
1536
1543
 
1537
- - [patch][9891d2418d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9891d2418d):
1544
+ - [patch][9891d2418d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9891d2418d):
1538
1545
 
1539
- Fixed exports and onClick event of RelatedArticles
1546
+ Fixed exports and onClick event of RelatedArticles
1540
1547
 
1541
1548
  ## 0.19.0
1542
1549
 
1543
1550
  ### Minor Changes
1544
1551
 
1545
- - [minor][7736e89a16](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7736e89a16):
1552
+ - [minor][7736e89a16](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7736e89a16):
1546
1553
 
1547
- Added loading state for RelatedArticleList
1554
+ Added loading state for RelatedArticleList
1548
1555
 
1549
1556
  ## 0.18.1
1550
1557
 
1551
1558
  ### Patch Changes
1552
1559
 
1553
- - [patch][93f0ff1a1f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93f0ff1a1f):
1560
+ - [patch][93f0ff1a1f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93f0ff1a1f):
1554
1561
 
1555
- Fix toggle related articles
1562
+ Fix toggle related articles
1556
1563
 
1557
1564
  ## 0.18.0
1558
1565
 
1559
1566
  ### Minor Changes
1560
1567
 
1561
- - [minor][d4b481ebad](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d4b481ebad):
1568
+ - [minor][d4b481ebad](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d4b481ebad):
1562
1569
 
1563
- Exposed RelatedArticles component and ArticleItem interface
1570
+ Exposed RelatedArticles component and ArticleItem interface
1564
1571
 
1565
1572
  ## 0.17.4
1566
1573
 
1567
1574
  ### Patch Changes
1568
1575
 
1569
- - [patch][22d5dbc2bb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/22d5dbc2bb):
1576
+ - [patch][22d5dbc2bb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/22d5dbc2bb):
1570
1577
 
1571
- fixed CSS issue of the ArticleListItem icons
1578
+ fixed CSS issue of the ArticleListItem icons
1572
1579
 
1573
1580
  ## 0.17.3
1574
1581
 
1575
1582
  ### Patch Changes
1576
1583
 
1577
- - [patch][c0c49e4c2b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c0c49e4c2b):
1584
+ - [patch][c0c49e4c2b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c0c49e4c2b):
1578
1585
 
1579
- CSS fixes + added link icon to ArticleListItem
1586
+ CSS fixes + added link icon to ArticleListItem
1580
1587
 
1581
1588
  ## 0.17.2
1582
1589
 
1583
1590
  ### Patch Changes
1584
1591
 
1585
- - [patch][a171dec505](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a171dec505):
1592
+ - [patch][a171dec505](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a171dec505):
1586
1593
 
1587
- fix onWasHelpfulNoButtonClick prop
1594
+ fix onWasHelpfulNoButtonClick prop
1588
1595
 
1589
1596
  ## 0.17.1
1590
1597
 
1591
- - Updated dependencies
1592
- [617591dd61](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/617591dd61):
1593
- - @atlaskit/right-side-panel@0.2.0
1598
+ - Updated dependencies
1599
+ [617591dd61](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/617591dd61):
1600
+ - @atlaskit/right-side-panel@0.2.0
1594
1601
 
1595
1602
  ## 0.17.0
1596
1603
 
1597
1604
  ### Minor Changes
1598
1605
 
1599
- - [minor][67bb0eb7da](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67bb0eb7da):
1606
+ - [minor][67bb0eb7da](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67bb0eb7da):
1600
1607
 
1601
- Added articleIdSetter prop and updated the article navigation logic
1608
+ Added articleIdSetter prop and updated the article navigation logic
1602
1609
 
1603
1610
  ## 0.16.1
1604
1611
 
1605
1612
  ### Patch Changes
1606
1613
 
1607
- - [patch][dbd5ab6c91](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dbd5ab6c91):
1614
+ - [patch][dbd5ab6c91](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dbd5ab6c91):
1608
1615
 
1609
- Added href prop to ArticleListComponent
1616
+ Added href prop to ArticleListComponent
1610
1617
 
1611
1618
  ## 0.16.0
1612
1619
 
1613
1620
  ### Minor Changes
1614
1621
 
1615
- - [minor][23349602c7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/23349602c7):
1622
+ - [minor][23349602c7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/23349602c7):
1616
1623
 
1617
- Added Footer and fixed CSS issues
1624
+ Added Footer and fixed CSS issues
1618
1625
 
1619
1626
  ## 0.15.0
1620
1627
 
1621
1628
  ### Minor Changes
1622
1629
 
1623
- - [minor][eb130ee556](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eb130ee556):
1630
+ - [minor][eb130ee556](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eb130ee556):
1624
1631
 
1625
- Added analytics event to onclick event in ArticleListItem
1632
+ Added analytics event to onclick event in ArticleListItem
1626
1633
 
1627
1634
  ## 0.14.5
1628
1635
 
1629
1636
  ### Patch Changes
1630
1637
 
1631
- - [patch][9c28ef71fe](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c28ef71fe):
1638
+ - [patch][9c28ef71fe](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c28ef71fe):
1632
1639
 
1633
- Add missing peerDependency in package.json
1640
+ Add missing peerDependency in package.json
1634
1641
 
1635
1642
  ## 0.14.4
1636
1643
 
1637
1644
  ### Patch Changes
1638
1645
 
1639
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
1646
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
1640
1647
 
1641
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
1642
- non-relative imports as relative imports
1648
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
1649
+ non-relative imports as relative imports
1643
1650
 
1644
1651
  ## 0.14.3
1645
1652
 
1646
1653
  ### Patch Changes
1647
1654
 
1648
- - [patch][9e23c34ccb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9e23c34ccb):
1655
+ - [patch][9e23c34ccb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9e23c34ccb):
1649
1656
 
1650
- Use generic types instead of type annotations for styles-components
1657
+ Use generic types instead of type annotations for styles-components
1651
1658
 
1652
1659
  ## 0.14.2
1653
1660
 
1654
1661
  ### Patch Changes
1655
1662
 
1656
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
1663
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
1657
1664
 
1658
- Upgraded Typescript to 3.3.x
1665
+ Upgraded Typescript to 3.3.x
1659
1666
 
1660
1667
  ## 0.14.1
1661
1668
 
1662
1669
  ### Patch Changes
1663
1670
 
1664
- - [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
1671
+ - [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
1665
1672
 
1666
- Analytics-next has been converted to Typescript. Typescript consumers will now get static type
1667
- safety. Flow types are no longer provided. No behavioural changes.
1673
+ Analytics-next has been converted to Typescript. Typescript consumers will now get static type
1674
+ safety. Flow types are no longer provided. No behavioural changes.
1668
1675
 
1669
- **Breaking changes**
1676
+ **Breaking changes**
1670
1677
 
1671
- - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
1672
- - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
1678
+ - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
1679
+ - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
1673
1680
 
1674
- **Breaking changes to TypeScript annotations**
1681
+ **Breaking changes to TypeScript annotations**
1675
1682
 
1676
- - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to
1677
- provide props as a generic type.
1678
- - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to
1679
- provide props as a generic type.
1680
- - Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match
1681
- source code
1682
- - Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match
1683
- source code
1684
- - Type `UIAnalyticsEventHandlerSignature` has been renamed to `UIAnalyticsEventHandler` to
1685
- match source code
1686
- - Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
1687
- - Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
1688
- - Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
1689
- - Type `AnalyticsEventInterface` has been removed, please use `AnalyticsEvent`
1690
- - Type `CreateAndFireEventFunction` removed and should now be inferred by TypeScript
1691
- - Type `AnalyticsEventUpdater` removed and should now be inferred by TypeScript
1683
+ - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
1684
+ props as a generic type.
1685
+ - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
1686
+ props as a generic type.
1687
+ - Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match source
1688
+ code
1689
+ - Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match
1690
+ source code
1691
+ - Type `UIAnalyticsEventHandlerSignature` has been renamed to `UIAnalyticsEventHandler` to match
1692
+ source code
1693
+ - Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
1694
+ - Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
1695
+ - Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
1696
+ - Type `AnalyticsEventInterface` has been removed, please use `AnalyticsEvent`
1697
+ - Type `CreateAndFireEventFunction` removed and should now be inferred by TypeScript
1698
+ - Type `AnalyticsEventUpdater` removed and should now be inferred by TypeScript
1692
1699
 
1693
1700
  ## 0.14.0
1694
1701
 
1695
1702
  ### Minor Changes
1696
1703
 
1697
- - [minor][30d333543b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30d333543b):
1704
+ - [minor][30d333543b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30d333543b):
1698
1705
 
1699
- Fixed articles navigation
1706
+ Fixed articles navigation
1700
1707
 
1701
1708
  ## 0.13.1
1702
1709
 
1703
1710
  ### Patch Changes
1704
1711
 
1705
- - [patch][95cbef78d5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/95cbef78d5):
1712
+ - [patch][95cbef78d5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/95cbef78d5):
1706
1713
 
1707
- Updated ArticleListItem Title color
1714
+ Updated ArticleListItem Title color
1708
1715
 
1709
1716
  ## 0.13.0
1710
1717
 
1711
1718
  ### Minor Changes
1712
1719
 
1713
- - [minor][5141af87be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5141af87be):
1720
+ - [minor][5141af87be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5141af87be):
1714
1721
 
1715
- Updated design and expose ArticleListItem
1722
+ Updated design and expose ArticleListItem
1716
1723
 
1717
1724
  ## 0.12.0
1718
1725
 
1719
1726
  ### Minor Changes
1720
1727
 
1721
- - [minor][7880462487](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7880462487):
1728
+ - [minor][7880462487](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7880462487):
1722
1729
 
1723
- Updated design. Added new props related to feedback from
1730
+ Updated design. Added new props related to feedback from
1724
1731
 
1725
1732
  ## 0.11.4
1726
1733
 
1727
1734
  ### Patch Changes
1728
1735
 
1729
- - [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
1736
+ - [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
1730
1737
 
1731
- Consume analytics-next ts type definitions as an ambient declaration.
1738
+ Consume analytics-next ts type definitions as an ambient declaration.
1732
1739
 
1733
1740
  ## 0.11.3
1734
1741
 
1735
1742
  ### Patch Changes
1736
1743
 
1737
- - [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
1744
+ - [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
1738
1745
 
1739
- TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide
1740
- props as a generic type. This is so that TypeScript can correctly calculate the props and
1741
- defaultProps of the returned component.
1746
+ TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props
1747
+ as a generic type. This is so that TypeScript can correctly calculate the props and defaultProps
1748
+ of the returned component.
1742
1749
 
1743
- Before:
1750
+ Before:
1744
1751
 
1745
- ```typescript
1746
- withAnalyticsEvents()(Button) as ComponentClass<Props>;
1747
- ```
1752
+ ```typescript
1753
+ withAnalyticsEvents()(Button) as ComponentClass<Props>;
1754
+ ```
1748
1755
 
1749
- After:
1756
+ After:
1750
1757
 
1751
- ```typescript
1752
- withAnalyticsEvents<Props>()(Button);
1753
- ```
1758
+ ```typescript
1759
+ withAnalyticsEvents<Props>()(Button);
1760
+ ```
1754
1761
 
1755
1762
  ## 0.11.2
1756
1763
 
1757
- - Updated dependencies
1758
- [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
1759
- - @atlaskit/docs@8.1.3
1760
- - @atlaskit/form@6.1.1
1761
- - @atlaskit/item@10.0.5
1762
- - @atlaskit/navigation@35.1.8
1763
- - @atlaskit/radio@3.0.6
1764
- - @atlaskit/section-message@4.0.5
1765
- - @atlaskit/tooltip@15.0.2
1766
- - @atlaskit/quick-search@7.5.1
1767
- - @atlaskit/icon@19.0.0
1764
+ - Updated dependencies
1765
+ [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
1766
+ - @atlaskit/docs@8.1.3
1767
+ - @atlaskit/form@6.1.1
1768
+ - @atlaskit/item@10.0.5
1769
+ - @atlaskit/navigation@35.1.8
1770
+ - @atlaskit/radio@3.0.6
1771
+ - @atlaskit/section-message@4.0.5
1772
+ - @atlaskit/tooltip@15.0.2
1773
+ - @atlaskit/quick-search@7.5.1
1774
+ - @atlaskit/icon@19.0.0
1768
1775
 
1769
1776
  ## 0.11.1
1770
1777
 
1771
- - Updated dependencies
1772
- [07c2c73a69](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/07c2c73a69):
1773
- - @atlaskit/help-article@0.5.0
1778
+ - Updated dependencies
1779
+ [07c2c73a69](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/07c2c73a69):
1780
+ - @atlaskit/help-article@0.5.0
1774
1781
 
1775
1782
  ## 0.11.0
1776
1783
 
1777
1784
  ### Minor Changes
1778
1785
 
1779
- - [minor][a9001be8fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a9001be8fd):
1786
+ - [minor][a9001be8fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a9001be8fd):
1780
1787
 
1781
- Updated examples. Renamed component and references from help-panel to help
1788
+ Updated examples. Renamed component and references from help-panel to help
1782
1789
 
1783
1790
  ## 0.9.0
1784
1791
 
1785
1792
  ### Minor Changes
1786
1793
 
1787
- - [minor][ed8ef1f7af](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed8ef1f7af):
1794
+ - [minor][ed8ef1f7af](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed8ef1f7af):
1788
1795
 
1789
- updated help-article version and fix some IE11 CSS issues
1796
+ updated help-article version and fix some IE11 CSS issues
1790
1797
 
1791
1798
  ## 0.8.5
1792
1799
 
1793
1800
  ### Patch Changes
1794
1801
 
1795
- - [patch][0f869bb237](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f869bb237):
1802
+ - [patch][0f869bb237](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f869bb237):
1796
1803
 
1797
- fix loading error state
1804
+ fix loading error state
1798
1805
 
1799
1806
  ## 0.8.4
1800
1807
 
1801
1808
  ### Patch Changes
1802
1809
 
1803
- - [patch][2870381e09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2870381e09):
1810
+ - [patch][2870381e09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2870381e09):
1804
1811
 
1805
- fix IE11 styles issues
1812
+ fix IE11 styles issues
1806
1813
 
1807
1814
  ## 0.8.3
1808
1815
 
1809
1816
  ### Patch Changes
1810
1817
 
1811
- - [patch][e4ecf9b50e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e4ecf9b50e):
1818
+ - [patch][e4ecf9b50e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e4ecf9b50e):
1812
1819
 
1813
- Fix CSS issues. Display loading state only 1000ms after the request was made
1820
+ Fix CSS issues. Display loading state only 1000ms after the request was made
1814
1821
 
1815
1822
  ## 0.8.2
1816
1823
 
1817
1824
  ### Patch Changes
1818
1825
 
1819
- - [patch][4534dc3d51](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4534dc3d51):
1826
+ - [patch][4534dc3d51](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4534dc3d51):
1820
1827
 
1821
- Fix for dependency on @atlaskit/tooltip
1828
+ Fix for dependency on @atlaskit/tooltip
1822
1829
 
1823
1830
  ## 0.8.1
1824
1831
 
1825
- - Updated dependencies
1826
- [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1827
- - @atlaskit/docs@8.1.2
1828
- - @atlaskit/form@6.0.5
1829
- - @atlaskit/item@10.0.2
1830
- - @atlaskit/navigation@35.1.5
1831
- - @atlaskit/radio@3.0.3
1832
- - @atlaskit/section-message@4.0.2
1833
- - @atlaskit/quick-search@7.4.1
1834
- - @atlaskit/icon@18.0.0
1832
+ - Updated dependencies
1833
+ [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1834
+ - @atlaskit/docs@8.1.2
1835
+ - @atlaskit/form@6.0.5
1836
+ - @atlaskit/item@10.0.2
1837
+ - @atlaskit/navigation@35.1.5
1838
+ - @atlaskit/radio@3.0.3
1839
+ - @atlaskit/section-message@4.0.2
1840
+ - @atlaskit/quick-search@7.4.1
1841
+ - @atlaskit/icon@18.0.0
1835
1842
 
1836
1843
  ## 0.8.0
1837
1844
 
1838
1845
  ### Minor Changes
1839
1846
 
1840
- - [minor][26759e6bf3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/26759e6bf3):
1847
+ - [minor][26759e6bf3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/26759e6bf3):
1841
1848
 
1842
- Updated help-article version
1849
+ Updated help-article version
1843
1850
 
1844
1851
  ## 0.7.0
1845
1852
 
1846
1853
  ### Minor Changes
1847
1854
 
1848
- - [minor][91136c9a7a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/91136c9a7a):
1855
+ - [minor][91136c9a7a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/91136c9a7a):
1849
1856
 
1850
- Added loading and error state
1857
+ Added loading and error state
1851
1858
 
1852
1859
  ## 0.6.0
1853
1860
 
1854
1861
  ### Minor Changes
1855
1862
 
1856
- - [minor][6fa3249843](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6fa3249843):
1863
+ - [minor][6fa3249843](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6fa3249843):
1857
1864
 
1858
- Added tooltip and hover state to close button. Updated panel width
1865
+ Added tooltip and hover state to close button. Updated panel width
1859
1866
 
1860
1867
  ## 0.5.8
1861
1868
 
1862
- - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1869
+ - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1863
1870
 
1864
- - This is just a safety release in case anything strange happened in in the previous one. See
1865
- Pull Request #5942 for details
1871
+ - This is just a safety release in case anything strange happened in in the previous one. See Pull
1872
+ Request #5942 for details
1866
1873
 
1867
1874
  ## 0.5.7
1868
1875
 
1869
- - Updated dependencies
1870
- [1da5351f72](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1da5351f72):
1871
- - @atlaskit/form@6.0.3
1872
- - @atlaskit/radio@3.0.0
1876
+ - Updated dependencies
1877
+ [1da5351f72](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1da5351f72):
1878
+ - @atlaskit/form@6.0.3
1879
+ - @atlaskit/radio@3.0.0
1873
1880
 
1874
1881
  ## 0.5.6
1875
1882
 
1876
- - Updated dependencies
1877
- [3af5a7e685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3af5a7e685):
1878
- - @atlaskit/navigation@35.1.3
1879
- - @atlaskit/page@11.0.0
1883
+ - Updated dependencies
1884
+ [3af5a7e685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3af5a7e685):
1885
+ - @atlaskit/navigation@35.1.3
1886
+ - @atlaskit/page@11.0.0
1880
1887
 
1881
1888
  ## 0.5.5
1882
1889
 
1883
- - Updated dependencies
1884
- [6dd86f5b07](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6dd86f5b07):
1885
- - @atlaskit/form@6.0.2
1886
- - @atlaskit/icon@17.1.1
1887
- - @atlaskit/navigation@35.1.2
1888
- - @atlaskit/theme@9.0.2
1889
- - @atlaskit/help-article@0.4.4
1890
- - @atlaskit/section-message@4.0.0
1890
+ - Updated dependencies
1891
+ [6dd86f5b07](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6dd86f5b07):
1892
+ - @atlaskit/form@6.0.2
1893
+ - @atlaskit/icon@17.1.1
1894
+ - @atlaskit/navigation@35.1.2
1895
+ - @atlaskit/theme@9.0.2
1896
+ - @atlaskit/help-article@0.4.4
1897
+ - @atlaskit/section-message@4.0.0
1891
1898
 
1892
1899
  ## 0.5.4
1893
1900
 
1894
- - [patch][84b7ee2f8b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84b7ee2f8b):
1901
+ - [patch][84b7ee2f8b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84b7ee2f8b):
1895
1902
 
1896
- - fix articles loading when the articleId changes
1903
+ - fix articles loading when the articleId changes
1897
1904
 
1898
1905
  ## 0.5.3
1899
1906
 
1900
- - [patch][45f063521d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/45f063521d):
1907
+ - [patch][45f063521d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/45f063521d):
1901
1908
 
1902
- - Updated dependencies
1909
+ - Updated dependencies
1903
1910
 
1904
1911
  ## 0.5.2
1905
1912
 
1906
- - [patch][d1854796ae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d1854796ae):
1913
+ - [patch][d1854796ae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d1854796ae):
1907
1914
 
1908
- - Updated dependencies
1915
+ - Updated dependencies
1909
1916
 
1910
1917
  ## 0.5.1
1911
1918
 
1912
- - [patch][ccacfe8570](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ccacfe8570):
1919
+ - [patch][ccacfe8570](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ccacfe8570):
1913
1920
 
1914
- - Updated help-article version
1921
+ - Updated help-article version
1915
1922
 
1916
1923
  ## 0.5.0
1917
1924
 
1918
- - [minor][88b9f3568b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/88b9f3568b):
1925
+ - [minor][88b9f3568b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/88b9f3568b):
1919
1926
 
1920
- - Update transition configuration of the panel. If the initial value of isOpen is true, fire
1921
- analytics event and request the article
1927
+ - Update transition configuration of the panel. If the initial value of isOpen is true, fire
1928
+ analytics event and request the article
1922
1929
 
1923
1930
  ## 0.4.2
1924
1931
 
1925
- - [patch][4053dcd740](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4053dcd740):
1932
+ - [patch][4053dcd740](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4053dcd740):
1926
1933
 
1927
- - added close button and styles for header when the component renders the default content
1934
+ - added close button and styles for header when the component renders the default content
1928
1935
 
1929
1936
  ## 0.4.1
1930
1937
 
1931
- - [patch][a77b18b718](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a77b18b718):
1938
+ - [patch][a77b18b718](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a77b18b718):
1932
1939
 
1933
- - fix - Display DefaultContent
1940
+ - fix - Display DefaultContent
1934
1941
 
1935
1942
  ## 0.4.0
1936
1943
 
1937
- - [minor][f479974eb4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f479974eb4):
1944
+ - [minor][f479974eb4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f479974eb4):
1938
1945
 
1939
- - Added version.json and update analytics.json to read the info from there
1946
+ - Added version.json and update analytics.json to read the info from there
1940
1947
 
1941
1948
  ## 0.3.0
1942
1949
 
1943
- - [minor][875ff270e8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/875ff270e8):
1950
+ - [minor][875ff270e8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/875ff270e8):
1944
1951
 
1945
- - Use @atlaskit/help-article instead of custom component
1952
+ - Use @atlaskit/help-article instead of custom component
1946
1953
 
1947
1954
  ## 0.2.0
1948
1955
 
1949
- - [minor][e6b180d4cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6b180d4cd):
1956
+ - [minor][e6b180d4cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6b180d4cd):
1950
1957
 
1951
- - First release of global-help
1958
+ - First release of global-help
1952
1959
 
1953
- - [major] First release of global-help
1960
+ - [major] First release of global-help