@atlaskit/help 7.4.1 → 7.5.0

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