@atlaskit/help 7.2.30 → 7.3.1

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