@atlaskit/logo 13.17.0 → 14.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (468) hide show
  1. package/CHANGELOG.md +659 -616
  2. package/README.md +2 -1
  3. package/__perf__/default.tsx +2 -2
  4. package/codemods/13.6.0-rename-imports.tsx +64 -74
  5. package/codemods/__tests__/13.6.0-rename-imports.test.tsx +87 -87
  6. package/codemods/utils.tsx +14 -23
  7. package/dist/cjs/atlas-logo/icon.js +5 -37
  8. package/dist/cjs/atlas-logo/logo.js +3 -39
  9. package/dist/cjs/atlassian-analytics-logo/icon.js +6 -3
  10. package/dist/cjs/atlassian-analytics-logo/logo.js +6 -3
  11. package/dist/cjs/atlassian-logo/icon.js +3 -30
  12. package/dist/cjs/atlassian-logo/index.js +1 -8
  13. package/dist/cjs/atlassian-logo/logo.js +3 -30
  14. package/dist/cjs/atlassian-start-logo/logo.js +13 -17
  15. package/dist/cjs/bitbucket-logo/icon.js +3 -30
  16. package/dist/cjs/bitbucket-logo/index.js +1 -8
  17. package/dist/cjs/bitbucket-logo/logo.js +3 -31
  18. package/dist/cjs/compass-logo/icon.js +3 -30
  19. package/dist/cjs/compass-logo/index.js +1 -8
  20. package/dist/cjs/compass-logo/logo.js +3 -30
  21. package/dist/cjs/confluence-logo/icon.js +3 -35
  22. package/dist/cjs/confluence-logo/index.js +1 -8
  23. package/dist/cjs/confluence-logo/logo.js +3 -35
  24. package/dist/cjs/constants.js +5 -3
  25. package/dist/cjs/halp-logo/icon.js +13 -17
  26. package/dist/cjs/halp-logo/index.js +1 -8
  27. package/dist/cjs/halp-logo/logo.js +12 -16
  28. package/dist/cjs/index.js +0 -172
  29. package/dist/cjs/jira-align-logo/icon.js +4 -32
  30. package/dist/cjs/jira-align-logo/index.js +1 -8
  31. package/dist/cjs/jira-align-logo/logo.js +4 -33
  32. package/dist/cjs/jira-logo/icon.js +4 -31
  33. package/dist/cjs/jira-logo/index.js +1 -8
  34. package/dist/cjs/jira-logo/logo.js +3 -30
  35. package/dist/cjs/jira-product-discovery-logo/icon.js +3 -30
  36. package/dist/cjs/jira-product-discovery-logo/logo.js +3 -30
  37. package/dist/cjs/jira-service-management-logo/icon.js +3 -30
  38. package/dist/cjs/jira-service-management-logo/index.js +1 -8
  39. package/dist/cjs/jira-service-management-logo/logo.js +3 -30
  40. package/dist/cjs/jira-software-logo/icon.js +12 -16
  41. package/dist/cjs/jira-software-logo/index.js +1 -8
  42. package/dist/cjs/jira-software-logo/logo.js +12 -16
  43. package/dist/cjs/jira-work-management-logo/icon.js +12 -16
  44. package/dist/cjs/jira-work-management-logo/index.js +1 -8
  45. package/dist/cjs/jira-work-management-logo/logo.js +12 -16
  46. package/dist/cjs/loom-logo/icon.js +3 -20
  47. package/dist/cjs/loom-logo/logo.js +3 -14
  48. package/dist/cjs/opsgenie-logo/icon.js +63 -0
  49. package/dist/cjs/opsgenie-logo/index.js +4 -32
  50. package/dist/cjs/opsgenie-logo/logo.js +66 -0
  51. package/dist/cjs/statuspage-logo/icon.js +3 -30
  52. package/dist/cjs/statuspage-logo/index.js +1 -8
  53. package/dist/cjs/statuspage-logo/logo.js +3 -30
  54. package/dist/cjs/trello-logo/icon.js +3 -35
  55. package/dist/cjs/trello-logo/index.js +1 -8
  56. package/dist/cjs/trello-logo/logo.js +3 -35
  57. package/dist/cjs/utils.js +14 -9
  58. package/dist/cjs/wrapper.js +13 -7
  59. package/dist/es2019/atlas-logo/icon.js +5 -224
  60. package/dist/es2019/atlas-logo/logo.js +7 -330
  61. package/dist/es2019/atlassian-analytics-logo/icon.js +7 -3
  62. package/dist/es2019/atlassian-analytics-logo/logo.js +7 -3
  63. package/dist/es2019/atlassian-logo/icon.js +5 -40
  64. package/dist/es2019/atlassian-logo/index.js +1 -2
  65. package/dist/es2019/atlassian-logo/logo.js +5 -51
  66. package/dist/es2019/atlassian-start-logo/logo.js +15 -16
  67. package/dist/es2019/bitbucket-logo/icon.js +5 -42
  68. package/dist/es2019/bitbucket-logo/index.js +1 -2
  69. package/dist/es2019/bitbucket-logo/logo.js +5 -44
  70. package/dist/es2019/compass-logo/icon.js +5 -57
  71. package/dist/es2019/compass-logo/index.js +1 -2
  72. package/dist/es2019/compass-logo/logo.js +5 -64
  73. package/dist/es2019/confluence-logo/icon.js +5 -51
  74. package/dist/es2019/confluence-logo/index.js +1 -2
  75. package/dist/es2019/confluence-logo/logo.js +5 -51
  76. package/dist/es2019/constants.js +4 -2
  77. package/dist/es2019/halp-logo/icon.js +15 -16
  78. package/dist/es2019/halp-logo/index.js +1 -2
  79. package/dist/es2019/halp-logo/logo.js +14 -15
  80. package/dist/es2019/index.js +13 -17
  81. package/dist/es2019/jira-align-logo/icon.js +10 -47
  82. package/dist/es2019/jira-align-logo/index.js +1 -2
  83. package/dist/es2019/jira-align-logo/logo.js +6 -59
  84. package/dist/es2019/jira-logo/icon.js +6 -43
  85. package/dist/es2019/jira-logo/index.js +1 -2
  86. package/dist/es2019/jira-logo/logo.js +5 -43
  87. package/dist/es2019/jira-product-discovery-logo/icon.js +5 -58
  88. package/dist/es2019/jira-product-discovery-logo/logo.js +5 -64
  89. package/dist/es2019/jira-service-management-logo/icon.js +5 -42
  90. package/dist/es2019/jira-service-management-logo/index.js +1 -2
  91. package/dist/es2019/jira-service-management-logo/logo.js +5 -42
  92. package/dist/es2019/jira-software-logo/icon.js +14 -15
  93. package/dist/es2019/jira-software-logo/index.js +1 -2
  94. package/dist/es2019/jira-software-logo/logo.js +14 -15
  95. package/dist/es2019/jira-work-management-logo/icon.js +14 -15
  96. package/dist/es2019/jira-work-management-logo/index.js +1 -2
  97. package/dist/es2019/jira-work-management-logo/logo.js +14 -15
  98. package/dist/es2019/loom-logo/icon.js +16 -43
  99. package/dist/es2019/loom-logo/logo.js +13 -42
  100. package/dist/es2019/opsgenie-logo/icon.js +56 -0
  101. package/dist/es2019/opsgenie-logo/index.js +2 -6
  102. package/dist/es2019/opsgenie-logo/logo.js +60 -0
  103. package/dist/es2019/statuspage-logo/icon.js +5 -41
  104. package/dist/es2019/statuspage-logo/index.js +1 -2
  105. package/dist/es2019/statuspage-logo/logo.js +5 -42
  106. package/dist/es2019/trello-logo/icon.js +5 -48
  107. package/dist/es2019/trello-logo/index.js +1 -2
  108. package/dist/es2019/trello-logo/logo.js +5 -68
  109. package/dist/es2019/utils.js +15 -10
  110. package/dist/es2019/wrapper.js +12 -6
  111. package/dist/esm/atlas-logo/icon.js +5 -37
  112. package/dist/esm/atlas-logo/logo.js +3 -39
  113. package/dist/esm/atlassian-analytics-logo/icon.js +6 -3
  114. package/dist/esm/atlassian-analytics-logo/logo.js +6 -3
  115. package/dist/esm/atlassian-logo/icon.js +4 -31
  116. package/dist/esm/atlassian-logo/index.js +1 -2
  117. package/dist/esm/atlassian-logo/logo.js +4 -31
  118. package/dist/esm/atlassian-start-logo/logo.js +14 -18
  119. package/dist/esm/bitbucket-logo/icon.js +4 -31
  120. package/dist/esm/bitbucket-logo/index.js +1 -2
  121. package/dist/esm/bitbucket-logo/logo.js +4 -32
  122. package/dist/esm/compass-logo/icon.js +4 -31
  123. package/dist/esm/compass-logo/index.js +1 -2
  124. package/dist/esm/compass-logo/logo.js +4 -31
  125. package/dist/esm/confluence-logo/icon.js +4 -36
  126. package/dist/esm/confluence-logo/index.js +1 -2
  127. package/dist/esm/confluence-logo/logo.js +4 -36
  128. package/dist/esm/constants.js +4 -2
  129. package/dist/esm/halp-logo/icon.js +14 -18
  130. package/dist/esm/halp-logo/index.js +1 -2
  131. package/dist/esm/halp-logo/logo.js +13 -17
  132. package/dist/esm/index.js +13 -17
  133. package/dist/esm/jira-align-logo/icon.js +5 -33
  134. package/dist/esm/jira-align-logo/index.js +1 -2
  135. package/dist/esm/jira-align-logo/logo.js +5 -34
  136. package/dist/esm/jira-logo/icon.js +5 -32
  137. package/dist/esm/jira-logo/index.js +1 -2
  138. package/dist/esm/jira-logo/logo.js +4 -31
  139. package/dist/esm/jira-product-discovery-logo/icon.js +4 -31
  140. package/dist/esm/jira-product-discovery-logo/logo.js +4 -31
  141. package/dist/esm/jira-service-management-logo/icon.js +4 -31
  142. package/dist/esm/jira-service-management-logo/index.js +1 -2
  143. package/dist/esm/jira-service-management-logo/logo.js +4 -31
  144. package/dist/esm/jira-software-logo/icon.js +13 -17
  145. package/dist/esm/jira-software-logo/index.js +1 -2
  146. package/dist/esm/jira-software-logo/logo.js +13 -17
  147. package/dist/esm/jira-work-management-logo/icon.js +13 -17
  148. package/dist/esm/jira-work-management-logo/index.js +1 -2
  149. package/dist/esm/jira-work-management-logo/logo.js +13 -17
  150. package/dist/esm/loom-logo/icon.js +4 -21
  151. package/dist/esm/loom-logo/logo.js +4 -15
  152. package/dist/esm/opsgenie-logo/icon.js +55 -0
  153. package/dist/esm/opsgenie-logo/index.js +2 -6
  154. package/dist/esm/opsgenie-logo/logo.js +58 -0
  155. package/dist/esm/statuspage-logo/icon.js +4 -31
  156. package/dist/esm/statuspage-logo/index.js +1 -2
  157. package/dist/esm/statuspage-logo/logo.js +4 -31
  158. package/dist/esm/trello-logo/icon.js +4 -36
  159. package/dist/esm/trello-logo/index.js +1 -2
  160. package/dist/esm/trello-logo/logo.js +4 -36
  161. package/dist/esm/utils.js +15 -10
  162. package/dist/esm/wrapper.js +13 -7
  163. package/dist/types/atlas-logo/icon.d.ts +3 -1
  164. package/dist/types/atlas-logo/logo.d.ts +1 -1
  165. package/dist/types/atlassian-access-logo/icon.d.ts +1 -1
  166. package/dist/types/atlassian-access-logo/logo.d.ts +1 -1
  167. package/dist/types/atlassian-admin-logo/icon.d.ts +1 -1
  168. package/dist/types/atlassian-admin-logo/logo.d.ts +1 -1
  169. package/dist/types/atlassian-administration-logo/icon.d.ts +1 -1
  170. package/dist/types/atlassian-administration-logo/logo.d.ts +1 -1
  171. package/dist/types/atlassian-analytics-logo/icon.d.ts +1 -1
  172. package/dist/types/atlassian-analytics-logo/logo.d.ts +1 -1
  173. package/dist/types/atlassian-logo/icon.d.ts +2 -2
  174. package/dist/types/atlassian-logo/index.d.ts +0 -1
  175. package/dist/types/atlassian-logo/logo.d.ts +2 -2
  176. package/dist/types/atlassian-marketplace-logo/icon.d.ts +1 -1
  177. package/dist/types/atlassian-marketplace-logo/logo.d.ts +1 -1
  178. package/dist/types/atlassian-start-logo/logo.d.ts +5 -3
  179. package/dist/types/bitbucket-logo/icon.d.ts +2 -2
  180. package/dist/types/bitbucket-logo/index.d.ts +0 -1
  181. package/dist/types/bitbucket-logo/logo.d.ts +2 -2
  182. package/dist/types/compass-logo/icon.d.ts +2 -2
  183. package/dist/types/compass-logo/index.d.ts +0 -1
  184. package/dist/types/compass-logo/logo.d.ts +2 -2
  185. package/dist/types/confluence-logo/icon.d.ts +2 -2
  186. package/dist/types/confluence-logo/index.d.ts +0 -1
  187. package/dist/types/confluence-logo/logo.d.ts +2 -2
  188. package/dist/types/constants.d.ts +5 -1
  189. package/dist/types/guard-logo/icon.d.ts +1 -1
  190. package/dist/types/guard-logo/logo.d.ts +1 -1
  191. package/dist/types/halp-logo/icon.d.ts +4 -2
  192. package/dist/types/halp-logo/index.d.ts +0 -1
  193. package/dist/types/halp-logo/logo.d.ts +4 -2
  194. package/dist/types/index.d.ts +17 -21
  195. package/dist/types/jira-align-logo/icon.d.ts +2 -2
  196. package/dist/types/jira-align-logo/index.d.ts +0 -1
  197. package/dist/types/jira-align-logo/logo.d.ts +2 -2
  198. package/dist/types/jira-logo/icon.d.ts +2 -2
  199. package/dist/types/jira-logo/index.d.ts +0 -1
  200. package/dist/types/jira-logo/logo.d.ts +2 -2
  201. package/dist/types/jira-product-discovery-logo/icon.d.ts +2 -2
  202. package/dist/types/jira-product-discovery-logo/logo.d.ts +2 -2
  203. package/dist/types/jira-service-management-logo/icon.d.ts +2 -2
  204. package/dist/types/jira-service-management-logo/index.d.ts +0 -1
  205. package/dist/types/jira-service-management-logo/logo.d.ts +2 -2
  206. package/dist/types/jira-software-logo/icon.d.ts +4 -2
  207. package/dist/types/jira-software-logo/index.d.ts +0 -1
  208. package/dist/types/jira-software-logo/logo.d.ts +4 -2
  209. package/dist/types/jira-work-management-logo/icon.d.ts +4 -2
  210. package/dist/types/jira-work-management-logo/index.d.ts +0 -1
  211. package/dist/types/jira-work-management-logo/logo.d.ts +4 -2
  212. package/dist/types/loom-logo/icon.d.ts +2 -2
  213. package/dist/types/loom-logo/logo.d.ts +1 -1
  214. package/dist/{types-ts4.5/opsgenie-logo/new-icon.d.ts → types/opsgenie-logo/icon.d.ts} +3 -2
  215. package/dist/types/opsgenie-logo/index.d.ts +2 -6
  216. package/dist/{types-ts4.5/opsgenie-logo/new-logo.d.ts → types/opsgenie-logo/logo.d.ts} +3 -2
  217. package/dist/types/rovo-logo/icon.d.ts +1 -1
  218. package/dist/types/rovo-logo/logo.d.ts +1 -1
  219. package/dist/types/statuspage-logo/icon.d.ts +2 -2
  220. package/dist/types/statuspage-logo/index.d.ts +0 -1
  221. package/dist/types/statuspage-logo/logo.d.ts +2 -2
  222. package/dist/types/trello-logo/icon.d.ts +2 -2
  223. package/dist/types/trello-logo/index.d.ts +0 -1
  224. package/dist/types/trello-logo/logo.d.ts +2 -2
  225. package/dist/types/types.d.ts +1 -10
  226. package/dist/types/utils.d.ts +1 -3
  227. package/dist/types/wrapper.d.ts +5 -2
  228. package/dist/types-ts4.5/atlas-logo/icon.d.ts +3 -1
  229. package/dist/types-ts4.5/atlas-logo/logo.d.ts +1 -1
  230. package/dist/types-ts4.5/atlassian-access-logo/icon.d.ts +1 -1
  231. package/dist/types-ts4.5/atlassian-access-logo/logo.d.ts +1 -1
  232. package/dist/types-ts4.5/atlassian-admin-logo/icon.d.ts +1 -1
  233. package/dist/types-ts4.5/atlassian-admin-logo/logo.d.ts +1 -1
  234. package/dist/types-ts4.5/atlassian-administration-logo/icon.d.ts +1 -1
  235. package/dist/types-ts4.5/atlassian-administration-logo/logo.d.ts +1 -1
  236. package/dist/types-ts4.5/atlassian-analytics-logo/icon.d.ts +1 -1
  237. package/dist/types-ts4.5/atlassian-analytics-logo/logo.d.ts +1 -1
  238. package/dist/types-ts4.5/atlassian-logo/icon.d.ts +2 -2
  239. package/dist/types-ts4.5/atlassian-logo/index.d.ts +0 -1
  240. package/dist/types-ts4.5/atlassian-logo/logo.d.ts +2 -2
  241. package/dist/types-ts4.5/atlassian-marketplace-logo/icon.d.ts +1 -1
  242. package/dist/types-ts4.5/atlassian-marketplace-logo/logo.d.ts +1 -1
  243. package/dist/types-ts4.5/atlassian-start-logo/logo.d.ts +5 -3
  244. package/dist/types-ts4.5/bitbucket-logo/icon.d.ts +2 -2
  245. package/dist/types-ts4.5/bitbucket-logo/index.d.ts +0 -1
  246. package/dist/types-ts4.5/bitbucket-logo/logo.d.ts +2 -2
  247. package/dist/types-ts4.5/compass-logo/icon.d.ts +2 -2
  248. package/dist/types-ts4.5/compass-logo/index.d.ts +0 -1
  249. package/dist/types-ts4.5/compass-logo/logo.d.ts +2 -2
  250. package/dist/types-ts4.5/confluence-logo/icon.d.ts +2 -2
  251. package/dist/types-ts4.5/confluence-logo/index.d.ts +0 -1
  252. package/dist/types-ts4.5/confluence-logo/logo.d.ts +2 -2
  253. package/dist/types-ts4.5/constants.d.ts +5 -1
  254. package/dist/types-ts4.5/guard-logo/icon.d.ts +1 -1
  255. package/dist/types-ts4.5/guard-logo/logo.d.ts +1 -1
  256. package/dist/types-ts4.5/halp-logo/icon.d.ts +4 -2
  257. package/dist/types-ts4.5/halp-logo/index.d.ts +0 -1
  258. package/dist/types-ts4.5/halp-logo/logo.d.ts +4 -2
  259. package/dist/types-ts4.5/index.d.ts +17 -21
  260. package/dist/types-ts4.5/jira-align-logo/icon.d.ts +2 -2
  261. package/dist/types-ts4.5/jira-align-logo/index.d.ts +0 -1
  262. package/dist/types-ts4.5/jira-align-logo/logo.d.ts +2 -2
  263. package/dist/types-ts4.5/jira-logo/icon.d.ts +2 -2
  264. package/dist/types-ts4.5/jira-logo/index.d.ts +0 -1
  265. package/dist/types-ts4.5/jira-logo/logo.d.ts +2 -2
  266. package/dist/types-ts4.5/jira-product-discovery-logo/icon.d.ts +2 -2
  267. package/dist/types-ts4.5/jira-product-discovery-logo/logo.d.ts +2 -2
  268. package/dist/types-ts4.5/jira-service-management-logo/icon.d.ts +2 -2
  269. package/dist/types-ts4.5/jira-service-management-logo/index.d.ts +0 -1
  270. package/dist/types-ts4.5/jira-service-management-logo/logo.d.ts +2 -2
  271. package/dist/types-ts4.5/jira-software-logo/icon.d.ts +4 -2
  272. package/dist/types-ts4.5/jira-software-logo/index.d.ts +0 -1
  273. package/dist/types-ts4.5/jira-software-logo/logo.d.ts +4 -2
  274. package/dist/types-ts4.5/jira-work-management-logo/icon.d.ts +4 -2
  275. package/dist/types-ts4.5/jira-work-management-logo/index.d.ts +0 -1
  276. package/dist/types-ts4.5/jira-work-management-logo/logo.d.ts +4 -2
  277. package/dist/types-ts4.5/loom-logo/icon.d.ts +2 -2
  278. package/dist/types-ts4.5/loom-logo/logo.d.ts +1 -1
  279. package/dist/{types/opsgenie-logo/new-icon.d.ts → types-ts4.5/opsgenie-logo/icon.d.ts} +3 -2
  280. package/dist/types-ts4.5/opsgenie-logo/index.d.ts +2 -6
  281. package/dist/{types/opsgenie-logo/new-logo.d.ts → types-ts4.5/opsgenie-logo/logo.d.ts} +3 -2
  282. package/dist/types-ts4.5/rovo-logo/icon.d.ts +1 -1
  283. package/dist/types-ts4.5/rovo-logo/logo.d.ts +1 -1
  284. package/dist/types-ts4.5/statuspage-logo/icon.d.ts +2 -2
  285. package/dist/types-ts4.5/statuspage-logo/index.d.ts +0 -1
  286. package/dist/types-ts4.5/statuspage-logo/logo.d.ts +2 -2
  287. package/dist/types-ts4.5/trello-logo/icon.d.ts +2 -2
  288. package/dist/types-ts4.5/trello-logo/index.d.ts +0 -1
  289. package/dist/types-ts4.5/trello-logo/logo.d.ts +2 -2
  290. package/dist/types-ts4.5/types.d.ts +1 -10
  291. package/dist/types-ts4.5/utils.d.ts +1 -3
  292. package/dist/types-ts4.5/wrapper.d.ts +5 -2
  293. package/extract-react-types/logo.tsx +2 -2
  294. package/opsgenie-icon/package.json +15 -0
  295. package/package.json +94 -107
  296. package/report.api.md +440 -439
  297. package/dist/cjs/atlassian-logo/wordmark.js +0 -56
  298. package/dist/cjs/bitbucket-logo/wordmark.js +0 -55
  299. package/dist/cjs/compass-logo/wordmark.js +0 -55
  300. package/dist/cjs/confluence-logo/wordmark.js +0 -54
  301. package/dist/cjs/halp-logo/wordmark.js +0 -55
  302. package/dist/cjs/hipchat-logo/icon.js +0 -60
  303. package/dist/cjs/hipchat-logo/index.js +0 -26
  304. package/dist/cjs/hipchat-logo/logo.js +0 -60
  305. package/dist/cjs/hipchat-logo/wordmark.js +0 -48
  306. package/dist/cjs/jira-align-logo/wordmark.js +0 -55
  307. package/dist/cjs/jira-core-logo/icon.js +0 -60
  308. package/dist/cjs/jira-core-logo/index.js +0 -26
  309. package/dist/cjs/jira-core-logo/logo.js +0 -60
  310. package/dist/cjs/jira-core-logo/wordmark.js +0 -48
  311. package/dist/cjs/jira-logo/wordmark.js +0 -55
  312. package/dist/cjs/jira-service-desk-logo/icon.js +0 -60
  313. package/dist/cjs/jira-service-desk-logo/index.js +0 -26
  314. package/dist/cjs/jira-service-desk-logo/logo.js +0 -60
  315. package/dist/cjs/jira-service-desk-logo/wordmark.js +0 -46
  316. package/dist/cjs/jira-service-management-logo/wordmark.js +0 -55
  317. package/dist/cjs/jira-software-logo/wordmark.js +0 -64
  318. package/dist/cjs/jira-work-management-logo/wordmark.js +0 -64
  319. package/dist/cjs/opsgenie-logo/new-icon.js +0 -88
  320. package/dist/cjs/opsgenie-logo/new-logo.js +0 -91
  321. package/dist/cjs/opsgenie-logo/new-wordmark.js +0 -61
  322. package/dist/cjs/opsgenie-logo/old-icon.js +0 -61
  323. package/dist/cjs/opsgenie-logo/old-logo.js +0 -57
  324. package/dist/cjs/opsgenie-logo/old-wordmark.js +0 -45
  325. package/dist/cjs/statuspage-logo/wordmark.js +0 -64
  326. package/dist/cjs/stride-logo/icon.js +0 -57
  327. package/dist/cjs/stride-logo/index.js +0 -26
  328. package/dist/cjs/stride-logo/logo.js +0 -57
  329. package/dist/cjs/stride-logo/wordmark.js +0 -45
  330. package/dist/cjs/trello-logo/wordmark.js +0 -64
  331. package/dist/es2019/atlassian-logo/wordmark.js +0 -60
  332. package/dist/es2019/bitbucket-logo/wordmark.js +0 -51
  333. package/dist/es2019/compass-logo/wordmark.js +0 -61
  334. package/dist/es2019/confluence-logo/wordmark.js +0 -50
  335. package/dist/es2019/halp-logo/wordmark.js +0 -59
  336. package/dist/es2019/hipchat-logo/icon.js +0 -59
  337. package/dist/es2019/hipchat-logo/index.js +0 -3
  338. package/dist/es2019/hipchat-logo/logo.js +0 -60
  339. package/dist/es2019/hipchat-logo/wordmark.js +0 -38
  340. package/dist/es2019/jira-align-logo/wordmark.js +0 -60
  341. package/dist/es2019/jira-core-logo/icon.js +0 -60
  342. package/dist/es2019/jira-core-logo/index.js +0 -3
  343. package/dist/es2019/jira-core-logo/logo.js +0 -61
  344. package/dist/es2019/jira-core-logo/wordmark.js +0 -37
  345. package/dist/es2019/jira-logo/wordmark.js +0 -51
  346. package/dist/es2019/jira-service-desk-logo/icon.js +0 -60
  347. package/dist/es2019/jira-service-desk-logo/index.js +0 -3
  348. package/dist/es2019/jira-service-desk-logo/logo.js +0 -61
  349. package/dist/es2019/jira-service-desk-logo/wordmark.js +0 -37
  350. package/dist/es2019/jira-service-management-logo/wordmark.js +0 -50
  351. package/dist/es2019/jira-software-logo/wordmark.js +0 -57
  352. package/dist/es2019/jira-work-management-logo/wordmark.js +0 -64
  353. package/dist/es2019/opsgenie-logo/new-icon.js +0 -109
  354. package/dist/es2019/opsgenie-logo/new-logo.js +0 -114
  355. package/dist/es2019/opsgenie-logo/new-wordmark.js +0 -55
  356. package/dist/es2019/opsgenie-logo/old-icon.js +0 -81
  357. package/dist/es2019/opsgenie-logo/old-logo.js +0 -78
  358. package/dist/es2019/opsgenie-logo/old-wordmark.js +0 -36
  359. package/dist/es2019/statuspage-logo/wordmark.js +0 -57
  360. package/dist/es2019/stride-logo/icon.js +0 -58
  361. package/dist/es2019/stride-logo/index.js +0 -3
  362. package/dist/es2019/stride-logo/logo.js +0 -59
  363. package/dist/es2019/stride-logo/wordmark.js +0 -36
  364. package/dist/es2019/trello-logo/wordmark.js +0 -56
  365. package/dist/esm/atlassian-logo/wordmark.js +0 -48
  366. package/dist/esm/bitbucket-logo/wordmark.js +0 -47
  367. package/dist/esm/compass-logo/wordmark.js +0 -47
  368. package/dist/esm/confluence-logo/wordmark.js +0 -46
  369. package/dist/esm/halp-logo/wordmark.js +0 -47
  370. package/dist/esm/hipchat-logo/icon.js +0 -52
  371. package/dist/esm/hipchat-logo/index.js +0 -3
  372. package/dist/esm/hipchat-logo/logo.js +0 -52
  373. package/dist/esm/hipchat-logo/wordmark.js +0 -40
  374. package/dist/esm/jira-align-logo/wordmark.js +0 -47
  375. package/dist/esm/jira-core-logo/icon.js +0 -52
  376. package/dist/esm/jira-core-logo/index.js +0 -3
  377. package/dist/esm/jira-core-logo/logo.js +0 -52
  378. package/dist/esm/jira-core-logo/wordmark.js +0 -40
  379. package/dist/esm/jira-logo/wordmark.js +0 -47
  380. package/dist/esm/jira-service-desk-logo/icon.js +0 -52
  381. package/dist/esm/jira-service-desk-logo/index.js +0 -3
  382. package/dist/esm/jira-service-desk-logo/logo.js +0 -52
  383. package/dist/esm/jira-service-desk-logo/wordmark.js +0 -38
  384. package/dist/esm/jira-service-management-logo/wordmark.js +0 -47
  385. package/dist/esm/jira-software-logo/wordmark.js +0 -56
  386. package/dist/esm/jira-work-management-logo/wordmark.js +0 -56
  387. package/dist/esm/opsgenie-logo/new-icon.js +0 -80
  388. package/dist/esm/opsgenie-logo/new-logo.js +0 -83
  389. package/dist/esm/opsgenie-logo/new-wordmark.js +0 -53
  390. package/dist/esm/opsgenie-logo/old-icon.js +0 -53
  391. package/dist/esm/opsgenie-logo/old-logo.js +0 -49
  392. package/dist/esm/opsgenie-logo/old-wordmark.js +0 -37
  393. package/dist/esm/statuspage-logo/wordmark.js +0 -56
  394. package/dist/esm/stride-logo/icon.js +0 -49
  395. package/dist/esm/stride-logo/index.js +0 -3
  396. package/dist/esm/stride-logo/logo.js +0 -49
  397. package/dist/esm/stride-logo/wordmark.js +0 -37
  398. package/dist/esm/trello-logo/wordmark.js +0 -56
  399. package/dist/types/atlassian-logo/wordmark.d.ts +0 -12
  400. package/dist/types/bitbucket-logo/wordmark.d.ts +0 -12
  401. package/dist/types/compass-logo/wordmark.d.ts +0 -12
  402. package/dist/types/confluence-logo/wordmark.d.ts +0 -12
  403. package/dist/types/halp-logo/wordmark.d.ts +0 -12
  404. package/dist/types/hipchat-logo/icon.d.ts +0 -6
  405. package/dist/types/hipchat-logo/index.d.ts +0 -3
  406. package/dist/types/hipchat-logo/logo.d.ts +0 -6
  407. package/dist/types/hipchat-logo/wordmark.d.ts +0 -6
  408. package/dist/types/jira-align-logo/wordmark.d.ts +0 -12
  409. package/dist/types/jira-core-logo/icon.d.ts +0 -6
  410. package/dist/types/jira-core-logo/index.d.ts +0 -3
  411. package/dist/types/jira-core-logo/logo.d.ts +0 -6
  412. package/dist/types/jira-core-logo/wordmark.d.ts +0 -6
  413. package/dist/types/jira-logo/wordmark.d.ts +0 -12
  414. package/dist/types/jira-service-desk-logo/icon.d.ts +0 -6
  415. package/dist/types/jira-service-desk-logo/index.d.ts +0 -3
  416. package/dist/types/jira-service-desk-logo/logo.d.ts +0 -6
  417. package/dist/types/jira-service-desk-logo/wordmark.d.ts +0 -6
  418. package/dist/types/jira-service-management-logo/wordmark.d.ts +0 -12
  419. package/dist/types/jira-software-logo/wordmark.d.ts +0 -12
  420. package/dist/types/jira-work-management-logo/wordmark.d.ts +0 -12
  421. package/dist/types/opsgenie-logo/new-wordmark.d.ts +0 -12
  422. package/dist/types/opsgenie-logo/old-icon.d.ts +0 -10
  423. package/dist/types/opsgenie-logo/old-logo.d.ts +0 -6
  424. package/dist/types/opsgenie-logo/old-wordmark.d.ts +0 -6
  425. package/dist/types/statuspage-logo/wordmark.d.ts +0 -12
  426. package/dist/types/stride-logo/icon.d.ts +0 -6
  427. package/dist/types/stride-logo/index.d.ts +0 -3
  428. package/dist/types/stride-logo/logo.d.ts +0 -6
  429. package/dist/types/stride-logo/wordmark.d.ts +0 -6
  430. package/dist/types/trello-logo/wordmark.d.ts +0 -12
  431. package/dist/types-ts4.5/atlassian-logo/wordmark.d.ts +0 -12
  432. package/dist/types-ts4.5/bitbucket-logo/wordmark.d.ts +0 -12
  433. package/dist/types-ts4.5/compass-logo/wordmark.d.ts +0 -12
  434. package/dist/types-ts4.5/confluence-logo/wordmark.d.ts +0 -12
  435. package/dist/types-ts4.5/halp-logo/wordmark.d.ts +0 -12
  436. package/dist/types-ts4.5/hipchat-logo/icon.d.ts +0 -6
  437. package/dist/types-ts4.5/hipchat-logo/index.d.ts +0 -3
  438. package/dist/types-ts4.5/hipchat-logo/logo.d.ts +0 -6
  439. package/dist/types-ts4.5/hipchat-logo/wordmark.d.ts +0 -6
  440. package/dist/types-ts4.5/jira-align-logo/wordmark.d.ts +0 -12
  441. package/dist/types-ts4.5/jira-core-logo/icon.d.ts +0 -6
  442. package/dist/types-ts4.5/jira-core-logo/index.d.ts +0 -3
  443. package/dist/types-ts4.5/jira-core-logo/logo.d.ts +0 -6
  444. package/dist/types-ts4.5/jira-core-logo/wordmark.d.ts +0 -6
  445. package/dist/types-ts4.5/jira-logo/wordmark.d.ts +0 -12
  446. package/dist/types-ts4.5/jira-service-desk-logo/icon.d.ts +0 -6
  447. package/dist/types-ts4.5/jira-service-desk-logo/index.d.ts +0 -3
  448. package/dist/types-ts4.5/jira-service-desk-logo/logo.d.ts +0 -6
  449. package/dist/types-ts4.5/jira-service-desk-logo/wordmark.d.ts +0 -6
  450. package/dist/types-ts4.5/jira-service-management-logo/wordmark.d.ts +0 -12
  451. package/dist/types-ts4.5/jira-software-logo/wordmark.d.ts +0 -12
  452. package/dist/types-ts4.5/jira-work-management-logo/wordmark.d.ts +0 -12
  453. package/dist/types-ts4.5/opsgenie-logo/new-wordmark.d.ts +0 -12
  454. package/dist/types-ts4.5/opsgenie-logo/old-icon.d.ts +0 -10
  455. package/dist/types-ts4.5/opsgenie-logo/old-logo.d.ts +0 -6
  456. package/dist/types-ts4.5/opsgenie-logo/old-wordmark.d.ts +0 -6
  457. package/dist/types-ts4.5/statuspage-logo/wordmark.d.ts +0 -12
  458. package/dist/types-ts4.5/stride-logo/icon.d.ts +0 -6
  459. package/dist/types-ts4.5/stride-logo/index.d.ts +0 -3
  460. package/dist/types-ts4.5/stride-logo/logo.d.ts +0 -6
  461. package/dist/types-ts4.5/stride-logo/wordmark.d.ts +0 -6
  462. package/dist/types-ts4.5/trello-logo/wordmark.d.ts +0 -12
  463. package/hipchat-icon/package.json +0 -15
  464. package/jira-core-icon/package.json +0 -15
  465. package/jira-service-desk-icon/package.json +0 -15
  466. package/jra-service-desk-icon/package.json +0 -15
  467. package/ops-genie-icon/package.json +0 -15
  468. package/stride-icon/package.json +0 -15
package/CHANGELOG.md CHANGED
@@ -1,1273 +1,1316 @@
1
1
  # @atlaskit/logo
2
2
 
3
+ ## 14.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#110670](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110670)
8
+ [`c733254a2dd6e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c733254a2dd6e) -
9
+ Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
10
+ is implicitly set to automatic.
11
+
12
+ ## 14.0.0
13
+
14
+ ### Major Changes
15
+
16
+ - [#93481](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93481)
17
+ [`fb0aacf8c8957`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fb0aacf8c8957) -
18
+ Updates product logos following a brand refresh, cleaning up the feature flag from `13.17.0`. This
19
+ release also deletes a number of deprecated logos and props, and marks other logos as deprecated.
20
+
21
+ ### Breaking changes:
22
+
23
+ - `iconGradientStart` and `iconGradientStop` props have been removed from all Icon and Logo
24
+ components. Updated logos do not support gradients.
25
+ - Deprecated `Wordmark` components have been removed. These wordmarks were only designed for use
26
+ in a legacy navigation pattern which is no longer supported. If you are using these components,
27
+ you should replace them with the appropriate `Logo` component.
28
+ - Deleted deprecated logos:
29
+ - `HipchatLogo` and `HipChatIcon`
30
+ - `StrideLogo` and `StrideIcon`
31
+ - `JiraCoreLogo` and `JiraCoreIcon`
32
+ - `JiraServiceDeskLogo` and `JiraServiceDeskIcon`
33
+ - `OpsGenieLogo` and `OpsGenieIcon` (old versions of `OpsgenieLogo` and `OpsgenieIcon`)
34
+
35
+ ### Deprecations
36
+
37
+ - `AtlasLogo` and `AtlasIcon`
38
+ - `AtlassianStartLogo`
39
+ - `HalpLogo` and `HalpIcon`
40
+ - `JiraSoftwareLogo` and `JiraSoftwareIcon` - use `JiraLogo` and `JiraIcon` instead
41
+ - `JiraWorkManagementLogo` and `JiraWorkManagementIcon` - use `JiraLogo` and `JiraIcon` instead
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies
46
+
3
47
  ## 13.17.0
4
48
 
5
49
  ### Minor Changes
6
50
 
7
- - [#99225](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99225)
8
- [`428f67898ecb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/428f67898ecb) -
9
- [ux] Adding product logos for Guard, Rovo, Atlassian Marketplace, Atlassian Admin, Atlassian
10
- Administration, and Atlassian Access. Testing some other glyphs behind a feature flag, if
11
- successful these changes will be enabled in a future release.
51
+ - [#99225](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99225)
52
+ [`428f67898ecb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/428f67898ecb) -
53
+ [ux] Adding product logos for Guard, Rovo, Atlassian Marketplace, Atlassian Admin, Atlassian
54
+ Administration, and Atlassian Access. Testing some other glyphs behind a feature flag, if
55
+ successful these changes will be enabled in a future release.
12
56
 
13
57
  ## 13.16.1
14
58
 
15
59
  ### Patch Changes
16
60
 
17
- - [#97031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97031)
18
- [`539af758079d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/539af758079d) -
19
- [ux] Fixing Atlas logo bug with inconsistent sizing
61
+ - [#97031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97031)
62
+ [`539af758079d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/539af758079d) -
63
+ [ux] Fixing Atlas logo bug with inconsistent sizing
20
64
 
21
65
  ## 13.16.0
22
66
 
23
67
  ### Minor Changes
24
68
 
25
- - [#96639](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96639)
26
- [`f6cdb5e53e81`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f6cdb5e53e81) -
27
- Add support for React 18.
69
+ - [#96639](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96639)
70
+ [`f6cdb5e53e81`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f6cdb5e53e81) -
71
+ Add support for React 18 in non-strict mode.
28
72
 
29
73
  ## 13.15.4
30
74
 
31
75
  ### Patch Changes
32
76
 
33
- - [#92537](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92537)
34
- [`d6c368b4b3e5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d6c368b4b3e5) -
35
- [ux] This release updates some glyph, colour and theming behaviour changes.
77
+ - [#92537](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92537)
78
+ [`d6c368b4b3e5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d6c368b4b3e5) -
79
+ [ux] This release updates some glyph, colour and theming behaviour changes.
36
80
 
37
81
  ## 13.15.3
38
82
 
39
83
  ### Patch Changes
40
84
 
41
- - [#92971](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92971)
42
- [`89925a9d50b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/89925a9d50b2) -
43
- [ux] This release tests some Jira Align and Atlas glyph, colour and theming behaviour changes
44
- behind a feature flag. If successful, these changes will be enabled in a future release.
45
- - Updated dependencies
85
+ - [#92971](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92971)
86
+ [`89925a9d50b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/89925a9d50b2) -
87
+ [ux] This release tests some Jira Align and Atlas glyph, colour and theming behaviour changes
88
+ behind a feature flag. If successful, these changes will be enabled in a future release.
89
+ - Updated dependencies
46
90
 
47
91
  ## 13.15.2
48
92
 
49
93
  ### Patch Changes
50
94
 
51
- - [#89713](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89713)
52
- [`57d3c407b13c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57d3c407b13c) -
53
- [ux] This release tests some glyph, colour and theming behaviour changes behind a feature flag.
54
- If successful, these changes will be enabled in a future release.
95
+ - [#89713](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89713)
96
+ [`57d3c407b13c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57d3c407b13c) -
97
+ [ux] This release tests some glyph, colour and theming behaviour changes behind a feature flag. If
98
+ successful, these changes will be enabled in a future release.
55
99
 
56
100
  ## 13.15.1
57
101
 
58
102
  ### Patch Changes
59
103
 
60
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
61
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
62
- Upgrade Typescript from `4.9.5` to `5.4.2`
104
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
105
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
106
+ Upgrade Typescript from `4.9.5` to `5.4.2`
63
107
 
64
108
  ## 13.15.0
65
109
 
66
110
  ### Minor Changes
67
111
 
68
- - [#64792](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64792)
69
- [`5e543c3a5479`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5e543c3a5479) -
70
- Adds Loom icon and logo components.
112
+ - [#64792](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64792)
113
+ [`5e543c3a5479`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5e543c3a5479) -
114
+ Adds Loom icon and logo components.
71
115
 
72
116
  ## 13.14.9
73
117
 
74
118
  ### Patch Changes
75
119
 
76
- - [#40928](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40928)
77
- [`dbe29ba5d95`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbe29ba5d95) - remove
78
- unused size/label paramaters to fix ts error
120
+ - [#40928](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40928)
121
+ [`dbe29ba5d95`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbe29ba5d95) - remove
122
+ unused size/label paramaters to fix ts error
79
123
 
80
124
  ## 13.14.8
81
125
 
82
126
  ### Patch Changes
83
127
 
84
- - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
85
- [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
86
- `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
87
- testing.
128
+ - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
129
+ [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
130
+ `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
131
+ testing.
88
132
 
89
133
  ## 13.14.7
90
134
 
91
135
  ### Patch Changes
92
136
 
93
- - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652)
94
- [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans
95
- the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18
96
- migration work. The change is internal only and should not introduce any changes for the
97
- component consumers.
137
+ - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652)
138
+ [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the
139
+ use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration
140
+ work. The change is internal only and should not introduce any changes for the component
141
+ consumers.
98
142
 
99
143
  ## 13.14.6
100
144
 
101
145
  ### Patch Changes
102
146
 
103
- - [#34445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34445)
104
- [`33f10b7eb36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f10b7eb36) -
105
- Removing unused dependencies and dev dependencies
147
+ - [#34445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34445)
148
+ [`33f10b7eb36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f10b7eb36) - Removing
149
+ unused dependencies and dev dependencies
106
150
 
107
151
  ## 13.14.5
108
152
 
109
153
  ### Patch Changes
110
154
 
111
- - [#32935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32935)
112
- [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) -
113
- Internal change to enforce token usage for spacing properties. There is no expected visual or
114
- behaviour change.
155
+ - [#32935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32935)
156
+ [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal
157
+ change to enforce token usage for spacing properties. There is no expected visual or behaviour
158
+ change.
115
159
 
116
160
  ## 13.14.4
117
161
 
118
162
  ### Patch Changes
119
163
 
120
- - [#34305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34305)
121
- [`0ee3115921e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ee3115921e) - [ux]
122
- removed width property in svg tag fro atlas logo
164
+ - [#34305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34305)
165
+ [`0ee3115921e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ee3115921e) - [ux]
166
+ removed width property in svg tag fro atlas logo
123
167
 
124
168
  ## 13.14.3
125
169
 
126
170
  ### Patch Changes
127
171
 
128
- - [#34124](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34124)
129
- [`77766ad157d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77766ad157d) - Enrol
130
- packages to push-model consumption in Jira.
172
+ - [#34124](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34124)
173
+ [`77766ad157d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77766ad157d) - Enrol
174
+ packages to push-model consumption in Jira.
131
175
 
132
176
  ## 13.14.2
133
177
 
134
178
  ### Patch Changes
135
179
 
136
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
137
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
138
- legacy types are published for TS 4.5-4.8
180
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
181
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
182
+ legacy types are published for TS 4.5-4.8
139
183
 
140
184
  ## 13.14.1
141
185
 
142
186
  ### Patch Changes
143
187
 
144
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
145
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
146
- Upgrade Typescript from `4.5.5` to `4.9.5`
188
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
189
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
190
+ Typescript from `4.5.5` to `4.9.5`
147
191
 
148
192
  ## 13.14.0
149
193
 
150
194
  ### Minor Changes
151
195
 
152
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
153
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
154
- minor dependency bump
196
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
197
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
198
+ minor dependency bump
155
199
 
156
200
  ### Patch Changes
157
201
 
158
- - Updated dependencies
202
+ - Updated dependencies
159
203
 
160
204
  ## 13.13.0
161
205
 
162
206
  ### Minor Changes
163
207
 
164
- - [#32323](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32323)
165
- [`5111380b383`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5111380b383) - Adds
166
- logo assets for Atlas
208
+ - [#32323](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32323)
209
+ [`5111380b383`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5111380b383) - Adds
210
+ logo assets for Atlas
167
211
 
168
212
  ## 13.12.1
169
213
 
170
214
  ### Patch Changes
171
215
 
172
- - [#32294](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32294)
173
- [`e0460d5d989`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0460d5d989) - Usages
174
- of `process` are now guarded by a `typeof` check.
216
+ - [#32294](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32294)
217
+ [`e0460d5d989`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0460d5d989) - Usages
218
+ of `process` are now guarded by a `typeof` check.
175
219
 
176
220
  ## 13.12.0
177
221
 
178
222
  ### Minor Changes
179
223
 
180
- - [#31973](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31973)
181
- [`4d2e52e86d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d2e52e86d3) - [ux]
182
- Add Atlassian Analytics logo and icon. Also fixes a bug with non-unique linear-gradient ids
183
- where subsequent logos on a page could be impacted by display/vvisibility styles applied to the
184
- first logo on a page.
224
+ - [#31973](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31973)
225
+ [`4d2e52e86d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d2e52e86d3) - [ux] Add
226
+ Atlassian Analytics logo and icon. Also fixes a bug with non-unique linear-gradient ids where
227
+ subsequent logos on a page could be impacted by display/vvisibility styles applied to the first
228
+ logo on a page.
185
229
 
186
230
  ## 13.11.2
187
231
 
188
232
  ### Patch Changes
189
233
 
190
- - [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206)
191
- [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) -
192
- Upgrades component types to support React 18.
193
- - Updated dependencies
234
+ - [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206)
235
+ [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades
236
+ component types to support React 18.
237
+ - Updated dependencies
194
238
 
195
239
  ## 13.11.1
196
240
 
197
241
  ### Patch Changes
198
242
 
199
- - [#29835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29835)
200
- [`b77d5924c19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b77d5924c19) - [ux]
201
- Remove "width" attribute from Jira Product Discovery logo and icon SVGs.
243
+ - [#29835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29835)
244
+ [`b77d5924c19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b77d5924c19) - [ux]
245
+ Remove "width" attribute from Jira Product Discovery logo and icon SVGs.
202
246
 
203
247
  ## 13.11.0
204
248
 
205
249
  ### Minor Changes
206
250
 
207
- - [#29472](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29472)
208
- [`a6da509aa20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6da509aa20) - [ux]
209
- Adds Jira Product Discovery logo and icon
251
+ - [#29472](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29472)
252
+ [`a6da509aa20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6da509aa20) - [ux]
253
+ Adds Jira Product Discovery logo and icon
210
254
 
211
255
  ## 13.10.5
212
256
 
213
257
  ### Patch Changes
214
258
 
215
- - Updated dependencies
259
+ - Updated dependencies
216
260
 
217
261
  ## 13.10.4
218
262
 
219
263
  ### Patch Changes
220
264
 
221
- - Updated dependencies
265
+ - Updated dependencies
222
266
 
223
267
  ## 13.10.3
224
268
 
225
269
  ### Patch Changes
226
270
 
227
- - Updated dependencies
271
+ - Updated dependencies
228
272
 
229
273
  ## 13.10.2
230
274
 
231
275
  ### Patch Changes
232
276
 
233
- - Updated dependencies
277
+ - Updated dependencies
234
278
 
235
279
  ## 13.10.1
236
280
 
237
281
  ### Patch Changes
238
282
 
239
- - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
240
- [`88a34a8c2dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88a34a8c2dd) - Remove
241
- redundant `role=presentation` on wrapping @atlaskit/icon and @atlaskit/logo spans.
283
+ - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
284
+ [`88a34a8c2dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88a34a8c2dd) - Remove
285
+ redundant `role=presentation` on wrapping @atlaskit/icon and @atlaskit/logo spans.
242
286
 
243
287
  ## 13.10.0
244
288
 
245
289
  ### Minor Changes
246
290
 
247
- - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
248
- [`68e771a783a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68e771a783a) -
249
- Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
291
+ - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
292
+ [`68e771a783a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68e771a783a) - Updates
293
+ `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
250
294
 
251
295
  ## 13.9.1
252
296
 
253
297
  ### Patch Changes
254
298
 
255
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
256
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
257
- Upgrade Typescript from `4.3.5` to `4.5.5`
299
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
300
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
301
+ Typescript from `4.3.5` to `4.5.5`
258
302
 
259
303
  ## 13.9.0
260
304
 
261
305
  ### Minor Changes
262
306
 
263
- - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
264
- [`76eadca8ef3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76eadca8ef3) - Adds
265
- Jira Align logo, icon and wordmark.
307
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
308
+ [`76eadca8ef3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76eadca8ef3) - Adds
309
+ Jira Align logo, icon and wordmark.
266
310
 
267
311
  ### Patch Changes
268
312
 
269
- - Updated dependencies
313
+ - Updated dependencies
270
314
 
271
315
  ## 13.8.2
272
316
 
273
317
  ### Patch Changes
274
318
 
275
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
276
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
277
- Upgrade Typescript from `4.2.4` to `4.3.5`.
319
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
320
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
321
+ Typescript from `4.2.4` to `4.3.5`.
278
322
 
279
323
  ## 13.8.1
280
324
 
281
325
  ### Patch Changes
282
326
 
283
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
284
- [`d448e04e6a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d448e04e6a8) - [ux]
285
- Internal changes to make the styling more resilient to inherited styles.
286
- - [`c320954edd7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c320954edd7) -
287
- Internal code change turning on new linting rules.
288
- - Updated dependencies
327
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
328
+ [`d448e04e6a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d448e04e6a8) - [ux]
329
+ Internal changes to make the styling more resilient to inherited styles.
330
+ - [`c320954edd7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c320954edd7) - Internal
331
+ code change turning on new linting rules.
332
+ - Updated dependencies
289
333
 
290
334
  ## 13.8.0
291
335
 
292
336
  ### Minor Changes
293
337
 
294
- - [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
295
- [`c7c2083475d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7c2083475d) - [ux] -
296
- Adds `appearance` prop that allows you to choose between three brand-approved appearances:
297
- `brand`, `neutral` and `inverse`. These will be based on design tokens and theme-responsive.
338
+ - [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
339
+ [`c7c2083475d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7c2083475d) - [ux] -
340
+ Adds `appearance` prop that allows you to choose between three brand-approved appearances:
341
+ `brand`, `neutral` and `inverse`. These will be based on design tokens and theme-responsive.
298
342
 
299
- - Deprecates the `iconColor`, `iconGradientStart`, `iconGradientEnd` and `textColor` props.
300
- They will still be supported in the immediate future but the goal is to shift usages towards
301
- using the `appearance` prop.
343
+ - Deprecates the `iconColor`, `iconGradientStart`, `iconGradientEnd` and `textColor` props. They
344
+ will still be supported in the immediate future but the goal is to shift usages towards using
345
+ the `appearance` prop.
302
346
 
303
347
  ## 13.7.1
304
348
 
305
349
  ### Patch Changes
306
350
 
307
- - Updated dependencies
351
+ - Updated dependencies
308
352
 
309
353
  ## 13.7.0
310
354
 
311
355
  ### Minor Changes
312
356
 
313
- - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
314
- [`0793be315f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0793be315f4) - [ux]
315
- This is an update to clearly mark all deprecated Logo exports as deprecated and slated for
316
- removal in the next major release. In the next verion we will be removing the following
317
- deprecated exports from the main entrypoint:
357
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
358
+ [`0793be315f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0793be315f4) - [ux]
359
+ This is an update to clearly mark all deprecated Logo exports as deprecated and slated for removal
360
+ in the next major release. In the next verion we will be removing the following deprecated exports
361
+ from the main entrypoint:
318
362
 
319
- - `StrideIcon`, `StrideLogo`, `StrideWordmark`
320
- - `HipchatIcon`, `HipchatLogo`, `HipchatWordmark`
321
- - `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark` (use `JiraWorkManagement` +
322
- `Icon`|`Logo`|`Wordmark` instead)
323
- - `JiraServiceDeskIcon`, `JiraServiceDeskLogo`, `JiraServiceDeskWordmark` (use
324
- `JiraServiceManagement` + `Icon`|`Logo`|`Wordmark` instead)
325
- - `OpsGenieIcon`, `OpsGenieLogo`, `OpsGenieWordmark` (use `Opsgenie` with a lowercase 'g' +
326
- `Icon`|`Logo`|`Wordmark` instead)
363
+ - `StrideIcon`, `StrideLogo`, `StrideWordmark`
364
+ - `HipchatIcon`, `HipchatLogo`, `HipchatWordmark`
365
+ - `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark` (use `JiraWorkManagement` +
366
+ `Icon`|`Logo`|`Wordmark` instead)
367
+ - `JiraServiceDeskIcon`, `JiraServiceDeskLogo`, `JiraServiceDeskWordmark` (use
368
+ `JiraServiceManagement` + `Icon`|`Logo`|`Wordmark` instead)
369
+ - `OpsGenieIcon`, `OpsGenieLogo`, `OpsGenieWordmark` (use `Opsgenie` with a lowercase 'g' +
370
+ `Icon`|`Logo`|`Wordmark` instead)
327
371
 
328
- We will also be removing the following deprecated exports from the `@atlaskit/logo/constants`
329
- entrypoint:
372
+ We will also be removing the following deprecated exports from the `@atlaskit/logo/constants`
373
+ entrypoint:
330
374
 
331
- - `Props` (use `LogoProps` instead)
332
- - `DefaultProps` (use `defaultLogoParams` instead)
375
+ - `Props` (use `LogoProps` instead)
376
+ - `DefaultProps` (use `defaultLogoParams` instead)
333
377
 
334
- ## Codemod
378
+ ## Codemod
335
379
 
336
- To help with this migration, we have provided a codemod that you can run to automatically update
337
- your imports (it will leave a comment if you are using a logo with no alternative). This codemod
338
- has been around for a while, but we've updated it in this release.
380
+ To help with this migration, we have provided a codemod that you can run to automatically update
381
+ your imports (it will leave a comment if you are using a logo with no alternative). This codemod
382
+ has been around for a while, but we've updated it in this release.
339
383
 
340
- Once you've upgraded `@atlaskit/logo`, use the Atlaskit codemod CLI. See
341
- [documentation on DAC](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for
342
- general codemod guidance.
384
+ Once you've upgraded `@atlaskit/logo`, use the Atlaskit codemod CLI. See
385
+ [documentation on DAC](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for
386
+ general codemod guidance.
343
387
 
344
- Without setting options in your terminal command, you can run the following and type to search
345
- for `logo` and select `@atlaskit/logo: 13.6.0-rename-imports` from the interactive CLI.
388
+ Without setting options in your terminal command, you can run the following and type to search for
389
+ `logo` and select `@atlaskit/logo: 13.6.0-rename-imports` from the interactive CLI.
346
390
 
347
- ```
348
- npx @atlaskit/codemod-cli [TARGET_PATH]`
349
- ```
391
+ ```
392
+ npx @atlaskit/codemod-cli [TARGET_PATH]`
393
+ ```
350
394
 
351
- For a TypeScript codebase, a more detailed command might look something like this.
395
+ For a TypeScript codebase, a more detailed command might look something like this.
352
396
 
353
- ```
354
- npx @atlaskit/codemod-cli --ignore-pattern node_modules --parser tsx --extensions js,jsx,ts,tsx ./packages
355
- ```
397
+ ```
398
+ npx @atlaskit/codemod-cli --ignore-pattern node_modules --parser tsx --extensions js,jsx,ts,tsx ./packages
399
+ ```
356
400
 
357
- For a Flow codebase, you will want to use `--parser babylon` instead of `--parser flow`.
401
+ For a Flow codebase, you will want to use `--parser babylon` instead of `--parser flow`.
358
402
 
359
- ## Design System ESLint Plugin
403
+ ## Design System ESLint Plugin
360
404
 
361
- We've also updated `@atlaskit/eslint-plugin-design-system` to add new restrictions to these
362
- imports. If you haven't already, we recommend installing this plugin and enabling the rules in
363
- your ESLint config. For now, documentation for the plugin resides on
364
- [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend-mirror/src/master/design-system/eslint-plugin/).
405
+ We've also updated `@atlaskit/eslint-plugin-design-system` to add new restrictions to these
406
+ imports. If you haven't already, we recommend installing this plugin and enabling the rules in
407
+ your ESLint config. For now, documentation for the plugin resides on
408
+ [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend-mirror/src/master/design-system/eslint-plugin/).
365
409
 
366
410
  ## 13.6.0
367
411
 
368
412
  ### Minor Changes
369
413
 
370
- - [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721)
371
- [`4caed6d5063`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4caed6d5063) -
372
- Refactors logo converting it from class components to functional components. This includes file
373
- renames and some API changes such as prop name changes but is still backwards compatible. These
374
- old APIs will be deprecated in a later release.
414
+ - [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721)
415
+ [`4caed6d5063`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4caed6d5063) -
416
+ Refactors logo converting it from class components to functional components. This includes file
417
+ renames and some API changes such as prop name changes but is still backwards compatible. These
418
+ old APIs will be deprecated in a later release.
375
419
 
376
420
  ## 13.5.5
377
421
 
378
422
  ### Patch Changes
379
423
 
380
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
381
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
382
- Upgrade to TypeScript 4.2.4
424
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
425
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
426
+ to TypeScript 4.2.4
383
427
 
384
428
  ## 13.5.4
385
429
 
386
430
  ### Patch Changes
387
431
 
388
- - [#16285](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16285)
389
- [`ec464e07b10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec464e07b10) - Fixes
390
- a bug where the Atlassian Start logo did not render correctly on Firefox
432
+ - [#16285](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16285)
433
+ [`ec464e07b10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec464e07b10) - Fixes a
434
+ bug where the Atlassian Start logo did not render correctly on Firefox
391
435
 
392
436
  ## 13.5.3
393
437
 
394
438
  ### Patch Changes
395
439
 
396
- - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
397
- [`af4bca32ad4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af4bca32ad4) -
398
- Internal changes to supress eslint rules.
399
- - Updated dependencies
440
+ - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
441
+ [`af4bca32ad4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af4bca32ad4) - Internal
442
+ changes to supress eslint rules.
443
+ - Updated dependencies
400
444
 
401
445
  ## 13.5.2
402
446
 
403
447
  ### Patch Changes
404
448
 
405
- - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
406
- [`545d363ca28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/545d363ca28) -
407
- Convert usage of `styled-components` to `emotion`.
449
+ - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
450
+ [`545d363ca28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/545d363ca28) - Convert
451
+ usage of `styled-components` to `emotion`.
408
452
 
409
453
  ## 13.5.1
410
454
 
411
455
  ### Patch Changes
412
456
 
413
- - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
414
- [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
415
- `@atlaskit/theme` to version `^11.3.0`.
457
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
458
+ [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
459
+ `@atlaskit/theme` to version `^11.3.0`.
416
460
 
417
461
  ## 13.5.0
418
462
 
419
463
  ### Minor Changes
420
464
 
421
- - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
422
- [`83a089fe0cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83a089fe0cc) - Halp
423
- has been added to logos. This includes the logo, wordmark and icon.
465
+ - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
466
+ [`83a089fe0cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83a089fe0cc) - Halp has
467
+ been added to logos. This includes the logo, wordmark and icon.
424
468
 
425
469
  ### Patch Changes
426
470
 
427
- - [`cc0c678724c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc0c678724c) - Add
428
- default label for Logo
471
+ - [`cc0c678724c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc0c678724c) - Add
472
+ default label for Logo
429
473
 
430
474
  ## 13.4.2
431
475
 
432
476
  ### Patch Changes
433
477
 
434
- - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
435
- [`17770b662ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17770b662ac) -
436
- NO-ISSUE reference existing file in af.exports['.']
478
+ - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
479
+ [`17770b662ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17770b662ac) - NO-ISSUE
480
+ reference existing file in af.exports['.']
437
481
 
438
482
  ## 13.4.1
439
483
 
440
484
  ### Patch Changes
441
485
 
442
- - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
443
- [`0017d2a8439`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0017d2a8439) - Since
444
- the logo, icon and workmard components of JiraCore, JiraServiceDesk, OpsGenie, Stride and
445
- Hipchat are deprecated in `@atlaskit/logo`, we provided a codemod to help consumers upgrade
446
- their components.
486
+ - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
487
+ [`0017d2a8439`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0017d2a8439) - Since
488
+ the logo, icon and workmard components of JiraCore, JiraServiceDesk, OpsGenie, Stride and Hipchat
489
+ are deprecated in `@atlaskit/logo`, we provided a codemod to help consumers upgrade their
490
+ components.
447
491
 
448
- **Running the codemod cli**
492
+ **Running the codemod cli**
449
493
 
450
- To run the codemod: **You first need to have the latest avatar installed before you can run the
451
- codemod**
494
+ To run the codemod: **You first need to have the latest avatar installed before you can run the
495
+ codemod**
452
496
 
453
- `yarn upgrade @atlaskit/logo`
497
+ `yarn upgrade @atlaskit/logo`
454
498
 
455
- Once upgraded, use the Atlaskit codemod-cli;
499
+ Once upgraded, use the Atlaskit codemod-cli;
456
500
 
457
- `npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
501
+ `npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
458
502
 
459
- Or run `npx @atlaskit/codemod-cli -h` for more details on usage. For Atlassians, refer to this
460
- doc for more details on the codemod CLI.
503
+ Or run `npx @atlaskit/codemod-cli -h` for more details on usage. For Atlassians, refer to this doc
504
+ for more details on the codemod CLI.
461
505
 
462
- - Updated dependencies
506
+ - Updated dependencies
463
507
 
464
508
  ## 13.4.0
465
509
 
466
510
  ### Minor Changes
467
511
 
468
- - [#10212](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10212)
469
- [`5f44a31b58a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f44a31b58a) - [ux]
470
- Add new Trello logo, Atlassian Start logo and Compass logo to `@atlaskit/logo`
512
+ - [#10212](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10212)
513
+ [`5f44a31b58a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f44a31b58a) - [ux] Add
514
+ new Trello logo, Atlassian Start logo and Compass logo to `@atlaskit/logo`
471
515
 
472
516
  ## 13.3.0
473
517
 
474
518
  ### Minor Changes
475
519
 
476
- - [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756)
477
- [`c8afaa49d34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8afaa49d34) - Add
478
- `OpsgenieIcon`, `OpsgenieLogo` and `OpsgenieWordmark` in order to rename `OpsGenie` to
479
- `Opsgenie`, and deprecate the following logos:
520
+ - [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756)
521
+ [`c8afaa49d34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8afaa49d34) - Add
522
+ `OpsgenieIcon`, `OpsgenieLogo` and `OpsgenieWordmark` in order to rename `OpsGenie` to `Opsgenie`,
523
+ and deprecate the following logos:
480
524
 
481
- - `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark`
482
- - `JiraServiceDeskIcon`, `JiraServiceDeskLogo`, `JiraServiceDeskWordmark`
483
- - `StrideIcon`, `StrideLogo`, `StrideWordmark`
484
- - `HipchatIcon`, `HipchatLogo`, `HipchatWordmark`
525
+ - `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark`
526
+ - `JiraServiceDeskIcon`, `JiraServiceDeskLogo`, `JiraServiceDeskWordmark`
527
+ - `StrideIcon`, `StrideLogo`, `StrideWordmark`
528
+ - `HipchatIcon`, `HipchatLogo`, `HipchatWordmark`
485
529
 
486
530
  ### Patch Changes
487
531
 
488
- - Updated dependencies
532
+ - Updated dependencies
489
533
 
490
534
  ## 13.2.0
491
535
 
492
536
  ### Minor Changes
493
537
 
494
- - [#9446](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9446)
495
- [`95838b0d7cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95838b0d7cf) - [ux]
496
- Add Jira Work Management Logo
538
+ - [#9446](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9446)
539
+ [`95838b0d7cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95838b0d7cf) - [ux] Add
540
+ Jira Work Management Logo
497
541
 
498
542
  ## 13.1.2
499
543
 
500
544
  ### Patch Changes
501
545
 
502
- - [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299)
503
- [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) -
504
- Downgrade back to date-fns 1.30.1 We discovered big bundle size increases associated with the
505
- date-fns upgrade. We're reverting the upgarde to investigate
546
+ - [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299)
547
+ [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) -
548
+ Downgrade back to date-fns 1.30.1 We discovered big bundle size increases associated with the
549
+ date-fns upgrade. We're reverting the upgarde to investigate
506
550
 
507
551
  ## 13.1.1
508
552
 
509
553
  ### Patch Changes
510
554
 
511
- - [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291)
512
- [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) -
513
- Upgrade date-fns to 2.17
555
+ - [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291)
556
+ [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade
557
+ date-fns to 2.17
514
558
 
515
559
  ## 13.1.0
516
560
 
517
561
  ### Minor Changes
518
562
 
519
- - [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178)
520
- [`5216ebed3b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5216ebed3b6) - Expose
521
- and use atlassian-icon, jira-icon entry points
563
+ - [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178)
564
+ [`5216ebed3b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5216ebed3b6) - Expose
565
+ and use atlassian-icon, jira-icon entry points
522
566
 
523
567
  ## 13.0.8
524
568
 
525
569
  ### Patch Changes
526
570
 
527
- - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
528
- [`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) -
529
- Removed extraneous/unnecessary dependencies for design system components.
530
- - [`dfa1827ecad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfa1827ecad) - Fixed
531
- the broken "Download the logos" link on https://atlassian.design/components/logo/usage
571
+ - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
572
+ [`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) - Removed
573
+ extraneous/unnecessary dependencies for design system components.
574
+ - [`dfa1827ecad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfa1827ecad) - Fixed
575
+ the broken "Download the logos" link on https://atlassian.design/components/logo/usage
532
576
 
533
577
  ## 13.0.7
534
578
 
535
579
  ### Patch Changes
536
580
 
537
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
538
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
539
- Transpile packages using babel rather than tsc
581
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
582
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
583
+ packages using babel rather than tsc
540
584
 
541
585
  ## 13.0.6
542
586
 
543
587
  ### Patch Changes
544
588
 
545
- - [#6125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6125)
546
- [`ce8c85a20d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce8c85a20d) - As part
547
- of this task we have introduced a new JSM logo and deprecated JSD logo
589
+ - [#6125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6125)
590
+ [`ce8c85a20d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce8c85a20d) - As part of
591
+ this task we have introduced a new JSM logo and deprecated JSD logo
548
592
 
549
593
  ## 13.0.5
550
594
 
551
595
  ### Patch Changes
552
596
 
553
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
554
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
555
- types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
556
- compiler option. This requires version 3.8 of Typescript, read more about how we handle
557
- Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
558
- `devDependencies` to denote version that the package was built with.
597
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
598
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
599
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
600
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
601
+ versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
602
+ `devDependencies` to denote version that the package was built with.
559
603
 
560
604
  ## 13.0.4
561
605
 
562
606
  ### Patch Changes
563
607
 
564
- - [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424)
565
- [`7315203b80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7315203b80) - Rename
566
- `AkCode` and `AkCodeBlock` exports to `Code` and `CodeBlock` for `@atlaskit/code`.
608
+ - [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424)
609
+ [`7315203b80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7315203b80) - Rename
610
+ `AkCode` and `AkCodeBlock` exports to `Code` and `CodeBlock` for `@atlaskit/code`.
567
611
 
568
612
  ## 13.0.3
569
613
 
570
614
  ### Patch Changes
571
615
 
572
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
573
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
574
- to TypeScript 3.9.6 and tslib to 2.0.0
616
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
617
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
618
+ to TypeScript 3.9.6 and tslib to 2.0.0
575
619
 
576
- Since tslib is a dependency for all our packages we recommend that products also follow this
577
- tslib upgrade to prevent duplicates of tslib being bundled.
620
+ Since tslib is a dependency for all our packages we recommend that products also follow this tslib
621
+ upgrade to prevent duplicates of tslib being bundled.
578
622
 
579
623
  ## 13.0.2
580
624
 
581
625
  ### Patch Changes
582
626
 
583
- - [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
584
- [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The
585
- readme and package information has been updated to point to the new design system website.
627
+ - [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
628
+ [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme
629
+ and package information has been updated to point to the new design system website.
586
630
 
587
631
  ## 13.0.1
588
632
 
589
633
  ### Patch Changes
590
634
 
591
- - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
592
- [`ce3b100bed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce3b100bed) - Change
593
- the Atlassian Icon for better alignment with other Icons
594
- - [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update
595
- all the theme imports to be tree-shakable
635
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
636
+ [`ce3b100bed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce3b100bed) - Change the
637
+ Atlassian Icon for better alignment with other Icons
638
+ - [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all
639
+ the theme imports to be tree-shakable
596
640
 
597
641
  ## 13.0.0
598
642
 
599
643
  ### Major Changes
600
644
 
601
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
602
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
603
- Officially dropping IE11 support, from this version onwards there are no warranties of the
604
- package working in IE11. For more information see:
605
- https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
645
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
646
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
647
+ dropping IE11 support, from this version onwards there are no warranties of the package working in
648
+ IE11. For more information see:
649
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
606
650
 
607
651
  ## 12.3.5
608
652
 
609
653
  ### Patch Changes
610
654
 
611
- - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
612
- [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
613
- and supporting files will no longer be published to npm
655
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
656
+ [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
657
+ supporting files will no longer be published to npm
614
658
 
615
659
  ## 12.3.4
616
660
 
617
661
  ### Patch Changes
618
662
 
619
- - [patch][f6667f2909](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6667f2909):
663
+ - [patch][f6667f2909](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6667f2909):
620
664
 
621
- Change imports to comply with Atlassian conventions- Updated dependencies
622
- [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
665
+ Change imports to comply with Atlassian conventions- Updated dependencies
666
+ [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
623
667
 
624
- - Updated dependencies
625
- [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
626
- - Updated dependencies
627
- [f7f2068a76](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f2068a76):
628
- - Updated dependencies
629
- [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
630
- - Updated dependencies
631
- [6efb12e06d](https://bitbucket.org/atlassian/atlassian-frontend/commits/6efb12e06d):
632
- - @atlaskit/button@13.3.11
633
- - @atlaskit/select@11.0.10
634
- - @atlaskit/code@11.1.5
668
+ - Updated dependencies
669
+ [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
670
+ - Updated dependencies
671
+ [f7f2068a76](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f2068a76):
672
+ - Updated dependencies
673
+ [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
674
+ - Updated dependencies
675
+ [6efb12e06d](https://bitbucket.org/atlassian/atlassian-frontend/commits/6efb12e06d):
676
+ - @atlaskit/button@13.3.11
677
+ - @atlaskit/select@11.0.10
678
+ - @atlaskit/code@11.1.5
635
679
 
636
680
  ## 12.3.3
637
681
 
638
682
  ### Patch Changes
639
683
 
640
- - [patch][fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
684
+ - [patch][fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
641
685
 
642
- Corrects accessibility behavior for wrapping span. It now will now:
686
+ Corrects accessibility behavior for wrapping span. It now will now:
643
687
 
644
- - conditionally set the `aria-label` if `label` is defined
645
- - conditionally set the `role` to either `img` if `label` is defined, or `presentation` if it
646
- is not defined- Updated dependencies
647
- [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
688
+ - conditionally set the `aria-label` if `label` is defined
689
+ - conditionally set the `role` to either `img` if `label` is defined, or `presentation` if it is
690
+ not defined- Updated dependencies
691
+ [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
648
692
 
649
- - Updated dependencies
650
- [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
651
- - @atlaskit/docs@8.4.0
652
- - @atlaskit/field-radio-group@7.0.2
653
- - @atlaskit/button@13.3.9
654
- - @atlaskit/select@11.0.9
693
+ - Updated dependencies
694
+ [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
695
+ - @atlaskit/docs@8.4.0
696
+ - @atlaskit/field-radio-group@7.0.2
697
+ - @atlaskit/button@13.3.9
698
+ - @atlaskit/select@11.0.9
655
699
 
656
700
  ## 12.3.2
657
701
 
658
702
  ### Patch Changes
659
703
 
660
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
704
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
661
705
 
662
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
663
- [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
706
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
707
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
664
708
 
665
- - @atlaskit/docs@8.3.2
666
- - @atlaskit/visual-regression@0.1.9
667
- - @atlaskit/button@13.3.7
668
- - @atlaskit/code@11.1.3
669
- - @atlaskit/field-radio-group@7.0.1
670
- - @atlaskit/select@11.0.7
671
- - @atlaskit/theme@9.5.1
709
+ - @atlaskit/docs@8.3.2
710
+ - @atlaskit/visual-regression@0.1.9
711
+ - @atlaskit/button@13.3.7
712
+ - @atlaskit/code@11.1.3
713
+ - @atlaskit/field-radio-group@7.0.1
714
+ - @atlaskit/select@11.0.7
715
+ - @atlaskit/theme@9.5.1
672
716
 
673
717
  ## 12.3.1
674
718
 
675
719
  ### Patch Changes
676
720
 
677
- - Updated dependencies
678
- [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
679
- - @atlaskit/field-radio-group@7.0.0
680
- - @atlaskit/docs@8.3.1
681
- - @atlaskit/button@13.3.6
682
- - @atlaskit/select@11.0.6
721
+ - Updated dependencies
722
+ [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
723
+ - @atlaskit/field-radio-group@7.0.0
724
+ - @atlaskit/docs@8.3.1
725
+ - @atlaskit/button@13.3.6
726
+ - @atlaskit/select@11.0.6
683
727
 
684
728
  ## 12.3.0
685
729
 
686
730
  ### Minor Changes
687
731
 
688
- - [minor][308708081a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/308708081a):
732
+ - [minor][308708081a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/308708081a):
689
733
 
690
- Export LogoProps
734
+ Export LogoProps
691
735
 
692
736
  ## 12.2.2
693
737
 
694
738
  ### Patch Changes
695
739
 
696
- - [patch][30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
740
+ - [patch][30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
697
741
 
698
- @atlaskit/select has been converted to Typescript. Typescript consumers will now get static type
699
- safety. Flow types are no longer provided. No API or behavioural changes.
742
+ @atlaskit/select has been converted to Typescript. Typescript consumers will now get static type
743
+ safety. Flow types are no longer provided. No API or behavioural changes.
700
744
 
701
745
  ## 12.2.1
702
746
 
703
747
  ### Patch Changes
704
748
 
705
- - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
749
+ - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
706
750
 
707
- Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
751
+ Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
708
752
 
709
753
  ## 12.2.0
710
754
 
711
755
  ### Minor Changes
712
756
 
713
- - [minor][9e3b4ffeb1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9e3b4ffeb1):
757
+ - [minor][9e3b4ffeb1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9e3b4ffeb1):
714
758
 
715
- Add Trello logo
759
+ Add Trello logo
716
760
 
717
761
  ## 12.1.8
718
762
 
719
763
  ### Patch Changes
720
764
 
721
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
765
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
722
766
 
723
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
724
- non-relative imports as relative imports
767
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
768
+ non-relative imports as relative imports
725
769
 
726
770
  ## 12.1.7
727
771
 
728
772
  ### Patch Changes
729
773
 
730
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
774
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
731
775
 
732
- Upgraded Typescript to 3.3.x
776
+ Upgraded Typescript to 3.3.x
733
777
 
734
778
  ## 12.1.6
735
779
 
736
780
  ### Patch Changes
737
781
 
738
- - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
782
+ - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
739
783
 
740
- Updates component maintainers
784
+ Updates component maintainers
741
785
 
742
786
  ## 12.1.5
743
787
 
744
788
  ### Patch Changes
745
789
 
746
- - [patch][6260319597](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6260319597):
790
+ - [patch][6260319597](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6260319597):
747
791
 
748
- Updates OpsGenie logo width
792
+ Updates OpsGenie logo width
749
793
 
750
794
  ## 12.1.4
751
795
 
752
796
  ### Patch Changes
753
797
 
754
- - [patch][f34776be97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f34776be97):
798
+ - [patch][f34776be97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f34776be97):
755
799
 
756
- Type definition files are now referenced in package.json
800
+ Type definition files are now referenced in package.json
757
801
 
758
802
  ## 12.1.3
759
803
 
760
804
  ### Patch Changes
761
805
 
762
- - [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
806
+ - [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
763
807
 
764
- Fixes bug, missing version.json file
808
+ Fixes bug, missing version.json file
765
809
 
766
810
  ## 12.1.2
767
811
 
768
812
  ### Patch Changes
769
813
 
770
- - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
814
+ - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
771
815
 
772
- In this PR, we are:
816
+ In this PR, we are:
773
817
 
774
- - Re-introducing dist build folders
775
- - Adding back cjs
776
- - Replacing es5 by cjs and es2015 by esm
777
- - Creating folders at the root for entry-points
778
- - Removing the generation of the entry-points at the root Please see this
779
- [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
780
- [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
781
- for further details
818
+ - Re-introducing dist build folders
819
+ - Adding back cjs
820
+ - Replacing es5 by cjs and es2015 by esm
821
+ - Creating folders at the root for entry-points
822
+ - Removing the generation of the entry-points at the root Please see this
823
+ [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
824
+ [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
825
+ for further details
782
826
 
783
827
  ## 12.1.1
784
828
 
785
- - Updated dependencies
786
- [790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
787
- - @atlaskit/button@13.0.11
788
- - @atlaskit/select@10.0.0
829
+ - Updated dependencies
830
+ [790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
831
+ - @atlaskit/button@13.0.11
832
+ - @atlaskit/select@10.0.0
789
833
 
790
834
  ## 12.1.0
791
835
 
792
836
  ### Minor Changes
793
837
 
794
- - [minor][b81d931ee3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b81d931ee3):
838
+ - [minor][b81d931ee3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b81d931ee3):
795
839
 
796
- Added new OpsGenie logo, fixed the gradient for the StatusPage logo, and refactored
797
- atlassian-switcher to use the new logos
840
+ Added new OpsGenie logo, fixed the gradient for the StatusPage logo, and refactored
841
+ atlassian-switcher to use the new logos
798
842
 
799
843
  ## 12.0.4
800
844
 
801
845
  ### Patch Changes
802
846
 
803
- - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
847
+ - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
804
848
 
805
- index.ts will now be ignored when publishing to npm
849
+ index.ts will now be ignored when publishing to npm
806
850
 
807
851
  ## 12.0.3
808
852
 
809
853
  ### Patch Changes
810
854
 
811
- - [patch][94fc3757b8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/94fc3757b8):
855
+ - [patch][94fc3757b8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/94fc3757b8):
812
856
 
813
- Update the Statuspage icon + logo
857
+ Update the Statuspage icon + logo
814
858
 
815
859
  ## 12.0.2
816
860
 
817
- - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
861
+ - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
818
862
 
819
- - This is just a safety release in case anything strange happened in in the previous one. See
820
- Pull Request #5942 for details
863
+ - This is just a safety release in case anything strange happened in in the previous one. See Pull
864
+ Request #5942 for details
821
865
 
822
866
  ## 12.0.1
823
867
 
824
- - Updated dependencies
825
- [97bfe81ec8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bfe81ec8):
826
- - @atlaskit/docs@8.1.0
827
- - @atlaskit/code@11.0.0
868
+ - Updated dependencies
869
+ [97bfe81ec8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bfe81ec8):
870
+ - @atlaskit/docs@8.1.0
871
+ - @atlaskit/code@11.0.0
828
872
 
829
873
  ## 12.0.0
830
874
 
831
- - [major][4b07b57640](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b07b57640):
875
+ - [major][4b07b57640](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b07b57640):
832
876
 
833
- - @atlaskit/logo has been converted to Typescript. Typescript consumers will now get static
834
- type safety. Flow types are no longer provided. No API or behavioural changes.
877
+ - @atlaskit/logo has been converted to Typescript. Typescript consumers will now get static type
878
+ safety. Flow types are no longer provided. No API or behavioural changes.
835
879
 
836
880
  ## 11.0.0
837
881
 
838
- - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
882
+ - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
839
883
 
840
- - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
841
- this package, please ensure you use at least this version of react and react-dom.
884
+ - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
885
+ this package, please ensure you use at least this version of react and react-dom.
842
886
 
843
887
  ## 10.0.4
844
888
 
845
- - Updated dependencies
846
- [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
847
- - @atlaskit/docs@7.0.3
848
- - @atlaskit/button@12.0.3
849
- - @atlaskit/code@9.0.1
850
- - @atlaskit/field-radio-group@5.0.3
851
- - @atlaskit/select@8.1.1
852
- - @atlaskit/theme@8.1.7
889
+ - Updated dependencies
890
+ [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
891
+ - @atlaskit/docs@7.0.3
892
+ - @atlaskit/button@12.0.3
893
+ - @atlaskit/code@9.0.1
894
+ - @atlaskit/field-radio-group@5.0.3
895
+ - @atlaskit/select@8.1.1
896
+ - @atlaskit/theme@8.1.7
853
897
 
854
898
  ## 10.0.3
855
899
 
856
- - Updated dependencies
857
- [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
858
- - @atlaskit/docs@7.0.2
859
- - @atlaskit/field-radio-group@5.0.2
860
- - @atlaskit/select@8.0.5
861
- - @atlaskit/theme@8.1.6
862
- - @atlaskit/button@12.0.0
900
+ - Updated dependencies
901
+ [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
902
+ - @atlaskit/docs@7.0.2
903
+ - @atlaskit/field-radio-group@5.0.2
904
+ - @atlaskit/select@8.0.5
905
+ - @atlaskit/theme@8.1.6
906
+ - @atlaskit/button@12.0.0
863
907
 
864
908
  ## 10.0.2
865
909
 
866
- - [patch][e04a402953](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e04a402953):
910
+ - [patch][e04a402953](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e04a402953):
867
911
 
868
- - Internal changes only. Ids relevant to Logo gradients are now ssr-friendly.
912
+ - Internal changes only. Ids relevant to Logo gradients are now ssr-friendly.
869
913
 
870
914
  ## 10.0.1
871
915
 
872
- - Updated dependencies
873
- [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
874
- - @atlaskit/docs@7.0.1
875
- - @atlaskit/field-radio-group@5.0.1
876
- - @atlaskit/select@8.0.3
877
- - @atlaskit/theme@8.0.1
878
- - @atlaskit/button@11.0.0
916
+ - Updated dependencies
917
+ [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
918
+ - @atlaskit/docs@7.0.1
919
+ - @atlaskit/field-radio-group@5.0.1
920
+ - @atlaskit/select@8.0.3
921
+ - @atlaskit/theme@8.0.1
922
+ - @atlaskit/button@11.0.0
879
923
 
880
924
  ## 10.0.0
881
925
 
882
- - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
926
+ - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
883
927
 
884
- - Drop ES5 from all the flow modules
928
+ - Drop ES5 from all the flow modules
885
929
 
886
- ### Dropping CJS support in all @atlaskit packages
930
+ ### Dropping CJS support in all @atlaskit packages
887
931
 
888
- As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
889
- distribute esm. This means all distributed code will be transpiled, but will still contain
890
- `import` and `export` declarations.
932
+ As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
933
+ distribute esm. This means all distributed code will be transpiled, but will still contain
934
+ `import` and `export` declarations.
891
935
 
892
- The major reason for doing this is to allow us to support multiple entry points in packages,
893
- e.g:
936
+ The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
894
937
 
895
- ```js
896
- import colors from `@atlaskit/theme/colors`;
897
- ```
938
+ ```js
939
+ import colors from `@atlaskit/theme/colors`;
940
+ ```
898
941
 
899
- Previously this was sort of possible for consumers by doing something like:
942
+ Previously this was sort of possible for consumers by doing something like:
900
943
 
901
- ```js
902
- import colors from `@atlaskit/theme/dist/esm/colors`;
903
- ```
944
+ ```js
945
+ import colors from `@atlaskit/theme/dist/esm/colors`;
946
+ ```
904
947
 
905
- This has a couple of issues. 1, it treats the file system as API making internal refactors
906
- harder, we have to worry about how consumers might be using things that aren't _actually_
907
- supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
908
- to lots of packages bundling all of theme, just to use a single color, especially in situations
909
- where tree shaking fails.
948
+ This has a couple of issues. 1, it treats the file system as API making internal refactors harder,
949
+ we have to worry about how consumers might be using things that aren't _actually_ supposed to be
950
+ used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of
951
+ packages bundling all of theme, just to use a single color, especially in situations where tree
952
+ shaking fails.
910
953
 
911
- To support being able to use multiple entrypoints internally, we unfortunately cannot have
912
- multiple distributions as they would need to have very different imports from of their own
913
- internal dependencies.
954
+ To support being able to use multiple entrypoints internally, we unfortunately cannot have
955
+ multiple distributions as they would need to have very different imports from of their own
956
+ internal dependencies.
914
957
 
915
- ES Modules are widely supported by all modern bundlers and can be worked around in node
916
- environments.
958
+ ES Modules are widely supported by all modern bundlers and can be worked around in node
959
+ environments.
917
960
 
918
- We may choose to revisit this solution in the future if we find any unintended condequences, but
919
- we see this as a pretty sane path forward which should lead to some major bundle size decreases,
920
- saner API's and simpler package architecture.
961
+ We may choose to revisit this solution in the future if we find any unintended condequences, but
962
+ we see this as a pretty sane path forward which should lead to some major bundle size decreases,
963
+ saner API's and simpler package architecture.
921
964
 
922
- Please reach out to #fabric-build (if in Atlassian) or create an issue in
923
- [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
924
- external) if you have any questions or queries about this.
965
+ Please reach out to #fabric-build (if in Atlassian) or create an issue in
966
+ [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
967
+ external) if you have any questions or queries about this.
925
968
 
926
969
  ## 9.2.7
927
970
 
928
- - Updated dependencies
929
- [06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
930
- - @atlaskit/select@7.0.0
971
+ - Updated dependencies
972
+ [06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
973
+ - @atlaskit/select@7.0.0
931
974
 
932
975
  ## 9.2.6
933
976
 
934
- - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
935
- - @atlaskit/button@10.1.1
936
- - @atlaskit/code@8.2.2
937
- - @atlaskit/field-radio-group@4.0.14
938
- - @atlaskit/select@6.1.13
939
- - @atlaskit/theme@7.0.1
940
- - @atlaskit/docs@6.0.0
977
+ - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
978
+ - @atlaskit/button@10.1.1
979
+ - @atlaskit/code@8.2.2
980
+ - @atlaskit/field-radio-group@4.0.14
981
+ - @atlaskit/select@6.1.13
982
+ - @atlaskit/theme@7.0.1
983
+ - @atlaskit/docs@6.0.0
941
984
 
942
985
  ## 9.2.5
943
986
 
944
- - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
945
- - @atlaskit/docs@5.2.3
946
- - @atlaskit/button@10.0.4
947
- - @atlaskit/code@8.2.1
948
- - @atlaskit/field-radio-group@4.0.13
949
- - @atlaskit/select@6.1.10
950
- - @atlaskit/theme@7.0.0
987
+ - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
988
+ - @atlaskit/docs@5.2.3
989
+ - @atlaskit/button@10.0.4
990
+ - @atlaskit/code@8.2.1
991
+ - @atlaskit/field-radio-group@4.0.13
992
+ - @atlaskit/select@6.1.10
993
+ - @atlaskit/theme@7.0.0
951
994
 
952
995
  ## 9.2.4
953
996
 
954
- - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
955
- - @atlaskit/docs@5.2.1
956
- - @atlaskit/field-radio-group@4.0.11
957
- - @atlaskit/select@6.1.8
958
- - @atlaskit/theme@6.2.1
959
- - @atlaskit/button@10.0.0
997
+ - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
998
+ - @atlaskit/docs@5.2.1
999
+ - @atlaskit/field-radio-group@4.0.11
1000
+ - @atlaskit/select@6.1.8
1001
+ - @atlaskit/theme@6.2.1
1002
+ - @atlaskit/button@10.0.0
960
1003
 
961
1004
  ## 9.2.3
962
1005
 
963
- - [patch] Adds missing implicit @babel/runtime dependency
964
- [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
1006
+ - [patch] Adds missing implicit @babel/runtime dependency
1007
+ [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
965
1008
 
966
1009
  ## 9.2.2
967
1010
 
968
- - [patch] Updated dependencies
969
- [4194aa4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4194aa4)
970
- - @atlaskit/select@6.0.0
1011
+ - [patch] Updated dependencies
1012
+ [4194aa4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4194aa4)
1013
+ - @atlaskit/select@6.0.0
971
1014
 
972
1015
  ## 9.2.1
973
1016
 
974
- - [patch] Pulling the shared styles from @atlaskit/theme and removed dependency on
975
- util-shraed-styles [7d51a09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7d51a09)
1017
+ - [patch] Pulling the shared styles from @atlaskit/theme and removed dependency on
1018
+ util-shraed-styles [7d51a09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7d51a09)
976
1019
 
977
1020
  ## 9.2.0
978
1021
 
979
- - [patch] Moved all the shared logic into the wrapper, so refactoring is easier in future
980
- [7e83442](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e83442)
981
- - [minor] Make label required, but provide sane defaults
982
- [12839d4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12839d4)
1022
+ - [patch] Moved all the shared logic into the wrapper, so refactoring is easier in future
1023
+ [7e83442](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e83442)
1024
+ - [minor] Make label required, but provide sane defaults
1025
+ [12839d4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12839d4)
983
1026
 
984
1027
  ## 9.1.0
985
1028
 
986
- - [minor] Update product logos alignment issues
987
- [6bbf9a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6bbf9a9)
1029
+ - [minor] Update product logos alignment issues
1030
+ [6bbf9a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6bbf9a9)
988
1031
 
989
1032
  ## 9.0.4
990
1033
 
991
- - [patch] Updated dependencies
992
- [f9c0cdb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c0cdb)
993
- - @atlaskit/code@8.0.0
994
- - @atlaskit/docs@5.0.5
1034
+ - [patch] Updated dependencies
1035
+ [f9c0cdb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c0cdb)
1036
+ - @atlaskit/code@8.0.0
1037
+ - @atlaskit/docs@5.0.5
995
1038
 
996
1039
  ## 9.0.3
997
1040
 
998
- - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
999
- read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
1000
- [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1001
- - [none] Updated dependencies
1002
- [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1003
- - @atlaskit/select@5.0.8
1004
- - @atlaskit/button@9.0.5
1005
- - @atlaskit/code@7.0.3
1006
- - @atlaskit/field-radio-group@4.0.4
1041
+ - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
1042
+ read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
1043
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1044
+ - [none] Updated dependencies
1045
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1046
+ - @atlaskit/select@5.0.8
1047
+ - @atlaskit/button@9.0.5
1048
+ - @atlaskit/code@7.0.3
1049
+ - @atlaskit/field-radio-group@4.0.4
1007
1050
 
1008
1051
  ## 9.0.2
1009
1052
 
1010
- - [patch] Updated dependencies
1011
- [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
1012
- - @atlaskit/select@5.0.7
1013
- - @atlaskit/field-radio-group@4.0.3
1014
- - @atlaskit/button@9.0.4
1015
- - @atlaskit/code@7.0.2
1016
- - @atlaskit/docs@5.0.2
1053
+ - [patch] Updated dependencies
1054
+ [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
1055
+ - @atlaskit/select@5.0.7
1056
+ - @atlaskit/field-radio-group@4.0.3
1057
+ - @atlaskit/button@9.0.4
1058
+ - @atlaskit/code@7.0.2
1059
+ - @atlaskit/docs@5.0.2
1017
1060
 
1018
1061
  ## 9.0.1
1019
1062
 
1020
- - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
1021
- [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1022
- - [none] Updated dependencies
1023
- [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1024
- - @atlaskit/select@5.0.6
1025
- - @atlaskit/button@9.0.3
1026
- - @atlaskit/code@7.0.1
1027
- - @atlaskit/field-radio-group@4.0.2
1063
+ - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
1064
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1065
+ - [none] Updated dependencies
1066
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1067
+ - @atlaskit/select@5.0.6
1068
+ - @atlaskit/button@9.0.3
1069
+ - @atlaskit/code@7.0.1
1070
+ - @atlaskit/field-radio-group@4.0.2
1028
1071
 
1029
1072
  ## 9.0.0
1030
1073
 
1031
- - [major] Updates to React ^16.4.0
1032
- [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1033
- - [major] Updated dependencies
1034
- [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
1035
- - @atlaskit/select@5.0.0
1036
- - @atlaskit/button@9.0.0
1037
- - @atlaskit/code@7.0.0
1038
- - @atlaskit/docs@5.0.0
1039
- - @atlaskit/field-radio-group@4.0.0
1040
- - [major] Updated dependencies
1041
- [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1042
- - @atlaskit/select@5.0.0
1043
- - @atlaskit/button@9.0.0
1044
- - @atlaskit/code@7.0.0
1045
- - @atlaskit/docs@5.0.0
1046
- - @atlaskit/field-radio-group@4.0.0
1074
+ - [major] Updates to React ^16.4.0
1075
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1076
+ - [major] Updated dependencies
1077
+ [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
1078
+ - @atlaskit/select@5.0.0
1079
+ - @atlaskit/button@9.0.0
1080
+ - @atlaskit/code@7.0.0
1081
+ - @atlaskit/docs@5.0.0
1082
+ - @atlaskit/field-radio-group@4.0.0
1083
+ - [major] Updated dependencies
1084
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1085
+ - @atlaskit/select@5.0.0
1086
+ - @atlaskit/button@9.0.0
1087
+ - @atlaskit/code@7.0.0
1088
+ - @atlaskit/docs@5.0.0
1089
+ - @atlaskit/field-radio-group@4.0.0
1047
1090
 
1048
1091
  ## 8.1.3
1049
1092
 
1050
- - [patch] Updated dependencies
1051
- [eee2d45](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eee2d45)
1052
- - @atlaskit/code@6.0.0
1053
- - @atlaskit/docs@4.2.1
1093
+ - [patch] Updated dependencies
1094
+ [eee2d45](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eee2d45)
1095
+ - @atlaskit/code@6.0.0
1096
+ - @atlaskit/docs@4.2.1
1054
1097
 
1055
1098
  ## 8.1.2
1056
1099
 
1057
- - [patch] Clean Changelogs - remove duplicates and empty entries
1058
- [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1059
- - [none] Updated dependencies
1060
- [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1061
- - @atlaskit/button@8.1.2
1062
- - @atlaskit/field-radio-group@3.0.4
1100
+ - [patch] Clean Changelogs - remove duplicates and empty entries
1101
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1102
+ - [none] Updated dependencies
1103
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1104
+ - @atlaskit/button@8.1.2
1105
+ - @atlaskit/field-radio-group@3.0.4
1063
1106
 
1064
1107
  ## 8.1.1
1065
1108
 
1066
- - [patch] Update changelogs to remove duplicate
1067
- [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1068
- - [none] Updated dependencies
1069
- [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1070
- - @atlaskit/field-radio-group@3.0.3
1071
- - @atlaskit/button@8.1.1
1072
- - @atlaskit/docs@4.1.1
1109
+ - [patch] Update changelogs to remove duplicate
1110
+ [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1111
+ - [none] Updated dependencies
1112
+ [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1113
+ - @atlaskit/field-radio-group@3.0.3
1114
+ - @atlaskit/button@8.1.1
1115
+ - @atlaskit/docs@4.1.1
1073
1116
 
1074
1117
  ## 8.1.0
1075
1118
 
1076
- - [none] Updated dependencies
1077
- [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
1078
- - @atlaskit/field-radio-group@3.0.2
1079
- - @atlaskit/docs@4.1.0
1080
- - @atlaskit/button@8.1.0
1119
+ - [none] Updated dependencies
1120
+ [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
1121
+ - @atlaskit/field-radio-group@3.0.2
1122
+ - @atlaskit/docs@4.1.0
1123
+ - @atlaskit/button@8.1.0
1081
1124
 
1082
1125
  ## 8.0.1
1083
1126
 
1084
- - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
1085
- - [patch] Updated dependencies
1086
- [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
1087
- - @atlaskit/field-radio-group@3.0.1
1088
- - @atlaskit/button@8.0.1
1089
- - @atlaskit/docs@4.0.1
1127
+ - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
1128
+ - [patch] Updated dependencies
1129
+ [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
1130
+ - @atlaskit/field-radio-group@3.0.1
1131
+ - @atlaskit/button@8.0.1
1132
+ - @atlaskit/docs@4.0.1
1090
1133
 
1091
1134
  ## 8.0.0
1092
1135
 
1093
- - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
1094
- ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1095
- - [patch] Updated dependencies
1096
- [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1097
- - @atlaskit/field-radio-group@3.0.0
1098
- - @atlaskit/button@8.0.0
1099
- - @atlaskit/docs@4.0.0
1136
+ - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
1137
+ ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1138
+ - [patch] Updated dependencies
1139
+ [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1140
+ - @atlaskit/field-radio-group@3.0.0
1141
+ - @atlaskit/button@8.0.0
1142
+ - @atlaskit/docs@4.0.0
1100
1143
 
1101
1144
  ## 7.0.1
1102
1145
 
1103
- - [patch] Updated dependencies
1104
- [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
1105
- - @atlaskit/field-radio-group@2.0.3
1106
- - @atlaskit/button@7.2.5
1107
- - @atlaskit/docs@3.0.4
1146
+ - [patch] Updated dependencies
1147
+ [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
1148
+ - @atlaskit/field-radio-group@2.0.3
1149
+ - @atlaskit/button@7.2.5
1150
+ - @atlaskit/docs@3.0.4
1108
1151
 
1109
1152
  ## 7.0.0
1110
1153
 
1111
- - [major] Bump to React 16.3.
1112
- [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
1154
+ - [major] Bump to React 16.3.
1155
+ [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
1113
1156
 
1114
1157
  ## 6.2.2
1115
1158
 
1116
- - [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake
1117
- [c3b018a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3b018a)
1159
+ - [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake
1160
+ [c3b018a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3b018a)
1118
1161
 
1119
1162
  ## 6.2.1
1120
1163
 
1121
- - [patch] Re-releasing due to potentially broken babel release
1122
- [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
1164
+ - [patch] Re-releasing due to potentially broken babel release
1165
+ [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
1123
1166
 
1124
1167
  ## 6.2.0
1125
1168
 
1126
- - [minor] Update styled-components dependency to support versions 1.4.6 - 3
1127
- [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
1169
+ - [minor] Update styled-components dependency to support versions 1.4.6 - 3
1170
+ [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
1128
1171
 
1129
1172
  ## 6.1.2
1130
1173
 
1131
- - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
1132
- [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
1174
+ - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
1175
+ [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
1133
1176
 
1134
1177
  ## 6.1.1
1135
1178
 
1136
- - [patch] Packages Flow types for elements components
1137
- [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
1179
+ - [patch] Packages Flow types for elements components
1180
+ [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
1138
1181
 
1139
1182
  ## 6.1.0
1140
1183
 
1141
- - [minor] Add React 16 support.
1142
- [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
1184
+ - [minor] Add React 16 support.
1185
+ [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
1143
1186
 
1144
1187
  ## 6.0.7
1145
1188
 
1146
- - [patch] Fix inherited color logo gradient changes not working in chrome
1147
- [694c59f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/694c59f)
1189
+ - [patch] Fix inherited color logo gradient changes not working in chrome
1190
+ [694c59f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/694c59f)
1148
1191
 
1149
1192
  ## 6.0.3
1150
1193
 
1151
- - [patch] Logo component gradients no work in Firefox and Safari [6d1f521](6d1f521)
1194
+ - [patch] Logo component gradients no work in Firefox and Safari [6d1f521](6d1f521)
1152
1195
 
1153
1196
  ## 6.0.0 (2017-11-09)
1154
1197
 
1155
- - breaking; Removed the collapseTo prop in favour of explicit named exports (see below).
1156
- - breaking; The default export has been removed in favour of named exports. The named exports are
1157
- now: AtlassianLogo, AtlassianIcon, AtlassianWordmark, BitbucketLogo, BitbucketIcon,
1158
- BitbucketWordmark, ConfluenceLogo, ConfluenceIcon, ConfluenceWordmark, HipchatLogo, HipchatIcon,
1159
- HipchatWordmark, JiraCoreLogo, JiraCoreIcon, JiraCoreWordmark, JiraLogo, JiraIcon, JiraWordmark,
1160
- StatuspageLogo, StatuspageIcon, StatuspageWordmark, StrideLogo, StrideIcon, StrideWordmark.
1198
+ - breaking; Removed the collapseTo prop in favour of explicit named exports (see below).
1199
+ - breaking; The default export has been removed in favour of named exports. The named exports are
1200
+ now: AtlassianLogo, AtlassianIcon, AtlassianWordmark, BitbucketLogo, BitbucketIcon,
1201
+ BitbucketWordmark, ConfluenceLogo, ConfluenceIcon, ConfluenceWordmark, HipchatLogo, HipchatIcon,
1202
+ HipchatWordmark, JiraCoreLogo, JiraCoreIcon, JiraCoreWordmark, JiraLogo, JiraIcon, JiraWordmark,
1203
+ StatuspageLogo, StatuspageIcon, StatuspageWordmark, StrideLogo, StrideIcon, StrideWordmark.
1161
1204
 
1162
1205
  ## 5.0.0 (2017-10-27)
1163
1206
 
1164
- - bug fix; fixed logo width issue in IE11.
1165
- ([0ce8ab7](https://bitbucket.org/atlassian/atlaskit/commits/0ce8ab7))
1166
- - breaking; Logo sizes changed, children no longer accepted
1167
- ([7173d81](https://bitbucket.org/atlassian/atlaskit/commits/7173d81))
1168
- - breaking; refactoring Logo component to fix numerous bugs
1169
- ([7173d81](https://bitbucket.org/atlassian/atlaskit/commits/7173d81))
1207
+ - bug fix; fixed logo width issue in IE11.
1208
+ ([0ce8ab7](https://bitbucket.org/atlassian/atlaskit/commits/0ce8ab7))
1209
+ - breaking; Logo sizes changed, children no longer accepted
1210
+ ([7173d81](https://bitbucket.org/atlassian/atlaskit/commits/7173d81))
1211
+ - breaking; refactoring Logo component to fix numerous bugs
1212
+ ([7173d81](https://bitbucket.org/atlassian/atlaskit/commits/7173d81))
1170
1213
 
1171
1214
  ## 4.0.3 (2017-10-26)
1172
1215
 
1173
- - bug fix; fix to rebuild stories
1174
- ([793b2a7](https://bitbucket.org/atlassian/atlaskit/commits/793b2a7))
1216
+ - bug fix; fix to rebuild stories
1217
+ ([793b2a7](https://bitbucket.org/atlassian/atlaskit/commits/793b2a7))
1175
1218
 
1176
1219
  ## 4.0.2 (2017-10-22)
1177
1220
 
1178
- - bug fix; update styled-components dep and react peerDep
1179
- ([6a67bf8](https://bitbucket.org/atlassian/atlaskit/commits/6a67bf8))
1221
+ - bug fix; update styled-components dep and react peerDep
1222
+ ([6a67bf8](https://bitbucket.org/atlassian/atlaskit/commits/6a67bf8))
1180
1223
 
1181
1224
  ## 4.0.1 (2017-09-14)
1182
1225
 
1183
- - bug fix; jSD and Statuspage logo icons have fixed gradients (issues closed: ak-3479)
1184
- ([60d8aca](https://bitbucket.org/atlassian/atlaskit/commits/60d8aca))
1226
+ - bug fix; jSD and Statuspage logo icons have fixed gradients (issues closed: ak-3479)
1227
+ ([60d8aca](https://bitbucket.org/atlassian/atlaskit/commits/60d8aca))
1185
1228
 
1186
1229
  ## 4.0.0 (2017-09-11)
1187
1230
 
1188
- - breaking; All logos have been updated with new assets, please test these inside your application
1189
- to make sure ([c4db7fc](https://bitbucket.org/atlassian/atlaskit/commits/c4db7fc))
1190
- - breaking; new and updated company and product logos
1191
- ([c4db7fc](https://bitbucket.org/atlassian/atlaskit/commits/c4db7fc))
1231
+ - breaking; All logos have been updated with new assets, please test these inside your application
1232
+ to make sure ([c4db7fc](https://bitbucket.org/atlassian/atlaskit/commits/c4db7fc))
1233
+ - breaking; new and updated company and product logos
1234
+ ([c4db7fc](https://bitbucket.org/atlassian/atlaskit/commits/c4db7fc))
1192
1235
 
1193
1236
  ## 3.5.3 (2017-08-11)
1194
1237
 
1195
- - bug fix; fix the theme-dependency
1196
- ([db90333](https://bitbucket.org/atlassian/atlaskit/commits/db90333))
1238
+ - bug fix; fix the theme-dependency
1239
+ ([db90333](https://bitbucket.org/atlassian/atlaskit/commits/db90333))
1197
1240
 
1198
1241
  ## 3.5.2 (2017-07-27)
1199
1242
 
1200
- - fix; rename jsnext:main to jsnext:experimental:main temporarily
1201
- ([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
1243
+ - fix; rename jsnext:main to jsnext:experimental:main temporarily
1244
+ ([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
1202
1245
 
1203
1246
  ## 3.5.1 (2017-07-25)
1204
1247
 
1205
- - fix; use class transform in loose mode in babel to improve load performance in apps
1206
- ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
1248
+ - fix; use class transform in loose mode in babel to improve load performance in apps
1249
+ ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
1207
1250
 
1208
1251
  ## 3.2.0 (2017-07-17)
1209
1252
 
1210
- - fix; rerelease, failed prepublish scripts
1211
- ([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
1253
+ - fix; rerelease, failed prepublish scripts
1254
+ ([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
1212
1255
 
1213
1256
  ## 3.2.0 (2017-07-17)
1214
1257
 
1215
- - feature; added ES module builds to dist and add jsnext:main to most ADG packages
1216
- ([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
1258
+ - feature; added ES module builds to dist and add jsnext:main to most ADG packages
1259
+ ([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
1217
1260
 
1218
1261
  ## 3.1.0 (2017-06-08)
1219
1262
 
1220
- - fix; add prop-types as a dependency to avoid React 15.x warnings
1221
- ([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
1222
- - feature; Convert logo to styled-components updated internal structure
1223
- ([ec91404](https://bitbucket.org/atlassian/atlaskit/commits/ec91404))
1263
+ - fix; add prop-types as a dependency to avoid React 15.x warnings
1264
+ ([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
1265
+ - feature; Convert logo to styled-components updated internal structure
1266
+ ([ec91404](https://bitbucket.org/atlassian/atlaskit/commits/ec91404))
1224
1267
 
1225
1268
  ## 3.0.6 (2017-04-27)
1226
1269
 
1227
- - fix; update legal copy to be more clear. Not all modules include ADG license.
1228
- ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
1270
+ - fix; update legal copy to be more clear. Not all modules include ADG license.
1271
+ ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
1229
1272
 
1230
1273
  ## 3.0.5 (2017-04-26)
1231
1274
 
1232
- - fix; update legal copy and fix broken links for component README on npm. New contribution and
1233
- ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
1275
+ - fix; update legal copy and fix broken links for component README on npm. New contribution and
1276
+ ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
1234
1277
 
1235
1278
  ## 3.0.4 (2017-04-18)
1236
1279
 
1237
- - fix; update logo readme to use new readme component
1238
- ([491d789](https://bitbucket.org/atlassian/atlaskit/commits/491d789))
1280
+ - fix; update logo readme to use new readme component
1281
+ ([491d789](https://bitbucket.org/atlassian/atlaskit/commits/491d789))
1239
1282
 
1240
1283
  ## 3.0.3 (2017-03-23)
1241
1284
 
1242
- - fix; Empty commit to release the component
1243
- ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
1285
+ - fix; Empty commit to release the component
1286
+ ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
1244
1287
 
1245
1288
  ## 3.0.1 (2017-03-21)
1246
1289
 
1247
- - fix; maintainers for all the packages were added
1248
- ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
1290
+ - fix; maintainers for all the packages were added
1291
+ ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
1249
1292
 
1250
1293
  ## 3.0.0 (2017-03-06)
1251
1294
 
1252
- - feature; text-only logo mode without icon
1253
- ([b989245](https://bitbucket.org/atlassian/atlaskit/commits/b989245))
1254
- - breaking; isCollapsed prop has been replaced with an optional collapseTo prop (accepts value of
1255
- 'icon' or 'type')
1256
- - ISSUES CLOSED: AK-1408
1295
+ - feature; text-only logo mode without icon
1296
+ ([b989245](https://bitbucket.org/atlassian/atlaskit/commits/b989245))
1297
+ - breaking; isCollapsed prop has been replaced with an optional collapseTo prop (accepts value of
1298
+ 'icon' or 'type')
1299
+ - ISSUES CLOSED: AK-1408
1257
1300
 
1258
1301
  ## 2.0.1 (2017-02-09)
1259
1302
 
1260
- - fix; avoiding binding render to this
1261
- ([40c9951](https://bitbucket.org/atlassian/atlaskit/commits/40c9951))
1303
+ - fix; avoiding binding render to this
1304
+ ([40c9951](https://bitbucket.org/atlassian/atlaskit/commits/40c9951))
1262
1305
 
1263
1306
  ## 1.0.0 (2017-02-06)
1264
1307
 
1265
- - fix; fix logo to have public access
1266
- ([5a41e37](https://bitbucket.org/atlassian/atlaskit/commits/5a41e37))
1308
+ - fix; fix logo to have public access
1309
+ ([5a41e37](https://bitbucket.org/atlassian/atlaskit/commits/5a41e37))
1267
1310
 
1268
1311
  ## 1.0.0 (2017-02-06)
1269
1312
 
1270
- - feature; Add more product logos
1271
- ([e84ae80](https://bitbucket.org/atlassian/atlaskit/commits/e84ae80))
1272
- - feature; Adjust width of collapsed logo
1273
- ([99fa4a5](https://bitbucket.org/atlassian/atlaskit/commits/99fa4a5))
1313
+ - feature; Add more product logos
1314
+ ([e84ae80](https://bitbucket.org/atlassian/atlaskit/commits/e84ae80))
1315
+ - feature; Adjust width of collapsed logo
1316
+ ([99fa4a5](https://bitbucket.org/atlassian/atlaskit/commits/99fa4a5))