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