@atlaskit/banner
Version:
A banner displays a prominent message at the top of the screen.
1,958 lines • 55.5 kB
Markdown
# @atlaskit/banner
## 15.3.2
### Patch Changes
- Updated dependencies
## 15.3.1
### Patch Changes
- Updated dependencies
## 15.3.0
### Minor Changes
- [`bd2c5b0112185`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd2c5b0112185) -
Remove stale API report artifacts from published Platform packages.
### Patch Changes
- Updated dependencies
## 15.2.1
### Patch Changes
- [`695fcbc68ad47`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/695fcbc68ad47) -
Experimental React 19 peer dependency support. This patch widens the peer range; CI coverage is
partial.
- Updated dependencies
## 15.2.0
### Minor Changes
- [`d82e6f76528ab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d82e6f76528ab) -
Add direct subpath package exports as part of the linking-platform, search, media, and
design-system barrel-removal (de-barrel) migration.
These packages now expose their individual modules via explicit `package.json` `exports` subpaths
so that consumers can import directly from the leaf module (e.g. `@atlaskit/pkg/thing`) instead of
the package barrel/index. This adds new public entry points without changing or removing any
existing exports, so it is a backwards-compatible additive change.
No runtime behaviour changes; this is an API-surface (entry-point) addition to support
tree-shaking and to unblock removal of the barrel index files.
### Patch Changes
- Updated dependencies
## 15.1.3
### Patch Changes
- Updated dependencies
## 15.1.2
### Patch Changes
- Updated dependencies
## 15.1.1
### Patch Changes
- Updated dependencies
## 15.1.0
### Minor Changes
- [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
bumped the renamed package itself, so dependent packages were never republished and their
published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
available in the public npm registry. This minor bump republishes all affected packages with the
corrected dependency.
### Patch Changes
- Updated dependencies
## 15.0.1
### Patch Changes
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
gating.
- Updated dependencies
## 15.0.0
### Major Changes
- [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ###
Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**.
Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist.
Types are now exclusively via the `"types": "dist/types/index.d.ts"` property.
```diff
- "typesVersions": {
- ">=4.5 <4.9": {
- "*": [
- "dist/types-ts4.5/*",
- "dist/types-ts4.5/index.d.ts"
- ]
- }
- },
```
### Patch Changes
- Updated dependencies
## 14.1.0
### Minor Changes
- [`31b1ede297136`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31b1ede297136) -
Autofix: add explicit package exports (barrel removal)
## 14.0.30
### Patch Changes
- Updated dependencies
## 14.0.29
### Patch Changes
- Updated dependencies
## 14.0.28
### Patch Changes
- [`02483200273ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/02483200273ec) -
Enrol all Design System UI packages into the React Compiler with platform gating via
isReactCompilerActivePlatform.
- Updated dependencies
## 14.0.27
### Patch Changes
- [`08170da1fbf62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08170da1fbf62) -
Migrate spacing prop usages on icons to Flex wrapper
- Updated dependencies
## 14.0.26
### Patch Changes
- [`7aef1e49e90ea`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7aef1e49e90ea) -
Removes redundant fallback color values via @atlaskit/theme
## 14.0.25
### Patch Changes
- Updated dependencies
## 14.0.24
### Patch Changes
- Updated dependencies
## 14.0.23
### Patch Changes
- Updated dependencies
## 14.0.22
### Patch Changes
- Updated dependencies
## 14.0.21
### Patch Changes
- [`d14ea5f60b689`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d14ea5f60b689) -
chore: migrate platform UI & component libraries icon imports from migration paths to core
## 14.0.20
### Patch Changes
- Updated dependencies
## 14.0.19
### Patch Changes
- Updated dependencies
## 14.0.18
### Patch Changes
- Updated dependencies
## 14.0.17
### Patch Changes
- Updated dependencies
## 14.0.16
### Patch Changes
- Updated dependencies
## 14.0.15
### Patch Changes
- Updated dependencies
## 14.0.14
### Patch Changes
- Updated dependencies
## 14.0.13
### Patch Changes
- [`39e543109ec09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/39e543109ec09) -
add type info to forwardRef components
- Updated dependencies
## 14.0.12
### Patch Changes
- Updated dependencies
## 14.0.11
### Patch Changes
- Updated dependencies
## 14.0.10
### Patch Changes
- Updated dependencies
## 14.0.9
### Patch Changes
- Updated dependencies
## 14.0.8
### Patch Changes
- Updated dependencies
## 14.0.7
### Patch Changes
- [#188952](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188952)
[`1a88e6e2601ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a88e6e2601ae) -
Migrated usage of renamed/deprecated icons
- Updated dependencies
## 14.0.6
### Patch Changes
- Updated dependencies
## 14.0.5
### Patch Changes
- Updated dependencies
## 14.0.4
### Patch Changes
- Updated dependencies
## 14.0.3
### Patch Changes
- Updated dependencies
## 14.0.2
### Patch Changes
- [#127093](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/127093)
[`1378ea7a99ce1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1378ea7a99ce1) -
Upgrades `jscodeshift` to handle generics properly.
- Updated dependencies
## 14.0.1
### Patch Changes
- [#129972](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129972)
[`b2d69a39e6687`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2d69a39e6687) -
Update `@compiled/react` dependency for improved type checking support.
- Updated dependencies
## 14.0.0
### Major Changes
- [#122255](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/122255)
[`63035cd95a9b6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/63035cd95a9b6) -
Migrated from `@emotion/react` to `@compiled/react` in order to improve performance, align with
the rest of the Atlaskit techstack, and support React 18 Streaming SSR.Please note, in order to
use this version of `@atlaskit/banner`, you will need to ensure that your bundler is configured to
handle `.css` imports correctly.
Most bundlers come with built-in support for `.css` imports, so you may notneed to do anything. If
you are using a different bundler, please refer to the documentation for that bundler to
understand how to handle `.css` imports.
For more information on the migration,please refer to
[RFC-73 Migrating our components toCompiledCSS-in-JS](https://community.developer.atlassian.com/t/rfc-73-migrating-our-components-to-compiled-css-in-js/859)
## 13.0.1
### Patch Changes
- Updated dependencies
## 13.0.0
### Major Changes
- [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
[`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
status of only supporting React 18 going forward. No explicit breaking change to React support has
been made in this release, but this is to signify going forward, breaking changes for React 16 or
React 17 may come via non-major semver releases.
Please refer this community post for more details:
https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026
### Patch Changes
- Updated dependencies
## 12.7.3
### Patch Changes
- Updated dependencies
## 12.7.2
### Patch Changes
- [#112541](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112541)
[`903f80ca96378`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/903f80ca96378) -
Remove old codemods.
## 12.7.1
### Patch Changes
- Updated dependencies
## 12.7.0
### Minor Changes
- [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
[`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
Update `React` from v16 to v18
### Patch Changes
- Updated dependencies
## 12.6.3
### Patch Changes
- [#105147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105147)
[`6164734c98d37`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6164734c98d37) -
Update dev dependencies.
## 12.6.2
### Patch Changes
- [#103999](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103999)
[`9f62ecec4d422`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9f62ecec4d422) -
Update dependencies.
## 12.6.1
### Patch Changes
- Updated dependencies
## 12.6.0
### Minor Changes
- [#165245](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165245)
[`57c3a8cc3de44`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57c3a8cc3de44) -
Wrap icons so they're centered in a 24px container, to support new, smaller icons
## 12.5.5
### Patch Changes
- [#165531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165531)
[`57f451bda8919`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57f451bda8919) -
Adds side-effect config to support Compiled css extraction in third-party apps
## 12.5.4
### Patch Changes
- Updated dependencies
## 12.5.3
### Patch Changes
- Updated dependencies
## 12.5.2
### Patch Changes
- Updated dependencies
## 12.5.1
### Patch Changes
- Updated dependencies
## 12.5.0
### Minor Changes
- [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
[`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
dependency range for `react` and `react-dom` for `/platform` packages.
### Patch Changes
- Updated dependencies
## 12.4.6
### Patch Changes
- Updated dependencies
## 12.4.5
### Patch Changes
- Updated dependencies
## 12.4.4
### Patch Changes
- [#116402](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116402)
[`23e8fb2847948`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/23e8fb2847948) -
Internal changes to typography, no visual changes.
## 12.4.3
### Patch Changes
- Updated dependencies
## 12.4.2
### Patch Changes
- Updated dependencies
## 12.4.1
### Patch Changes
- Updated dependencies
## 12.4.0
### Minor Changes
- [#111696](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111696)
[`20c2d58f6f8a9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/20c2d58f6f8a9) -
Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
is implicitly set to automatic.
### Patch Changes
- Updated dependencies
## 12.3.3
### Patch Changes
- Updated dependencies
## 12.3.2
### Patch Changes
- [#99130](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99130)
[`72b98b3602fd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/72b98b3602fd) -
[ux] Change internal CSS and update height to be in rem.
## 12.3.1
### Patch Changes
- Updated dependencies
## 12.3.0
### Minor Changes
- [#90137](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90137)
[`83d49a88b5eb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/83d49a88b5eb) -
Add support for React 18 in non-strict mode.
## 12.2.0
### Minor Changes
- [#85632](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85632)
[`9516860b7490`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9516860b7490) -
Export BannerProps from Banner component
## 12.1.23
### Patch Changes
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
Upgrade Typescript from `4.9.5` to `5.4.2`
## 12.1.22
### Patch Changes
- Updated dependencies
## 12.1.21
### Patch Changes
- Updated dependencies
## 12.1.20
### Patch Changes
- Updated dependencies
## 12.1.19
### Patch Changes
- Updated dependencies
## 12.1.18
### Patch Changes
- [#40650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40650)
[`07aa588c8a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07aa588c8a4) - Reverts
the fix to text descender cut-off, due to incompatibilities with Firefox and Safari.
## 12.1.17
### Patch Changes
- [#38731](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38731)
[`9af31f3c1ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9af31f3c1ae) - Delete
version.json
## 12.1.16
### Patch Changes
- [#38209](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38209)
[`56b444b56a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56b444b56a8) - Fix a
bug where text descenders were cut off at high zoom levels on Windows
## 12.1.15
### Patch Changes
- [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533)
[`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated
dependencies
- [#37419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37419)
[`95401cac781`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95401cac781) - Internal
change to component composition. There is no expected change.
## 12.1.14
### Patch Changes
- [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
[`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
`@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
testing.
## 12.1.13
### Patch Changes
- [#36412](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36412)
[`7e4085cd951`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e4085cd951) - Allow
caret version range in @atlaskit/primitives dependency.
## 12.1.12
### Patch Changes
- Updated dependencies
## 12.1.11
### Patch Changes
- Updated dependencies
## 12.1.10
### Patch Changes
- Updated dependencies
## 12.1.9
### Patch Changes
- Updated dependencies
## 12.1.8
### Patch Changes
- Updated dependencies
## 12.1.7
### Patch Changes
- [#35337](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35337)
[`529814693a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/529814693a1) - Pin
version of @atlaskit/primitives so it resolves to correct version
## 12.1.6
### Patch Changes
- [#33833](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33833)
[`b8b41649492`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8b41649492) - Update
how certain background colors are referenced by name. Internal changes only.
- Updated dependencies
## 12.1.5
### Patch Changes
- [#34922](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34922)
[`779727e307a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/779727e307a) - Internal
change only. Replace all instances of Box with stable @atlaskit/primitives version.
## 12.1.4
### Patch Changes
- Updated dependencies
## 12.1.3
### Patch Changes
- [#34128](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34128)
[`b95cc173965`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b95cc173965) - Moves
banner to continuous releases and push model consumption - no code changes
## 12.1.2
### Patch Changes
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
legacy types are published for TS 4.5-4.8
## 12.1.1
### Patch Changes
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
Typescript from `4.5.5` to `4.9.5`
## 12.1.0
### Minor Changes
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
minor dependency bump
### Patch Changes
- Updated dependencies
## 12.0.20
### Patch Changes
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
[`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
remove before merging to master; dupe adf-schema via adf-utils
## 12.0.19
### Patch Changes
- Updated dependencies
## 12.0.18
### Patch Changes
- Updated dependencies
## 12.0.17
### Patch Changes
- Updated dependencies
## 12.0.16
### Patch Changes
- Updated dependencies
## 12.0.15
### Patch Changes
- [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299)
[`699a5048af2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/699a5048af2) - [ux]
Removes inaccurate role, tabindex, and aria-label from announcement banners.
## 12.0.14
### Patch Changes
- Updated dependencies
## 12.0.13
### Patch Changes
- [#31185](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31185)
[`b6c5779d358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6c5779d358) - Internal
changes only to restrict usage of `Box` from the primitives package.
## 12.0.12
### Patch Changes
- Updated dependencies
## 12.0.11
### Patch Changes
- [#30440](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30440)
[`6d665548890`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d665548890) - Update
usages of Inline and Stack to make use of stable version in `@atlaskit/primitives`. Internal
change only.
## 12.0.10
### Patch Changes
- Updated dependencies
## 12.0.9
### Patch Changes
- [#27891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27891)
[`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) - Updated
usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs. There are
no visual or behaviour changes.
- Updated dependencies
## 12.0.8
### Patch Changes
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
[`acb689ac0da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/acb689ac0da) - Change
to an example available on atlassian.design so it does not use internal components.
## 12.0.7
### Patch Changes
- Updated dependencies
## 12.0.6
### Patch Changes
- Updated dependencies
## 12.0.5
### Patch Changes
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
[`f7b2dbd6eba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7b2dbd6eba) - Replace
truncation styles with new Text `shouldTruncate` prop. No change in behaviour.
## 12.0.4
### Patch Changes
- [#27482](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27482)
[`ace7aad3603`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ace7aad3603) - Visual
fix to padding on banner container to match grid system. This affects the height of the banner
(previously 52px => now 48px). There is no expected behavior change.
- Updated dependencies
## 12.0.3
### Patch Changes
- Updated dependencies
## 12.0.2
### Patch Changes
- [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
[`7c6009de2f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c6009de2f1) - [ux]
Updates the visual appearance to match the legacy light mode palette.
- [`e35fc41dc33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e35fc41dc33) - Internal
change to use updated primtive spacing prop values. No expected behaviour change.
- Updated dependencies
## 12.0.1
### Patch Changes
- [#26488](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26488)
[`bc989043572`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc989043572) - Internal
changes to apply spacing tokens. This should be a no-op change.
## 12.0.0
### Major Changes
- [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
[`6f834df2eab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f834df2eab) - Removed
`isOpen` and `innerRef` props. Banner is now displayed by default - use conditional rendering to
achieve the same behaviour as `isOpen`.
### Minor Changes
- [`e9b3ce1794d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9b3ce1794d) - Updates
`@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
- [`b0418893d72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0418893d72) - Updates
`@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
### Patch Changes
- [`5f07e7b56a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f07e7b56a2) - Updates
to the public types to better reflect the actual API.
## 11.6.3
### Patch Changes
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
Typescript from `4.3.5` to `4.5.5`
## 11.6.2
### Patch Changes
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
Typescript from `4.2.4` to `4.3.5`.
## 11.6.1
### Patch Changes
- [#23674](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23674)
[`a19199a0c68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a19199a0c68) - Mark
`isOpen` and `innerRef` props on @atlaskit/banner as deprecated.
## 11.6.0
### Minor Changes
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
[`52f9dc8a972`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52f9dc8a972) - [ux]
Change text to be left-aligned and span the whole width of banner. Remove possibility of
multi-line banners with announcement appearance.
## 11.5.1
### Patch Changes
- Updated dependencies
## 11.5.0
### Minor Changes
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721)
[`46ea9efa81e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46ea9efa81e) - [ux]
Remove open/close animation. Restructure component to reduce nested divs.
### Patch Changes
- [`9fd5ab9a6b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fd5ab9a6b4) - Refactor
dynamic styles that rely on appearance
- [`8da8f216d84`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8da8f216d84) - Memoize
getA11yProps() function and clean up a11y unit tests.
- [`05872fbd60e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05872fbd60e) - Convert
from class component to a functional component. Migrate unit tests from enzyme to RTL.
- [`7952548ec4a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7952548ec4a) - Revert
changes made to DOM structure and refs
## 11.4.11
### Patch Changes
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
to TypeScript 4.2.4
## 11.4.10
### Patch Changes
- Updated dependencies
## 11.4.9
### Patch Changes
- Updated dependencies
## 11.4.8
### Patch Changes
- Updated dependencies
## 11.4.7
### Patch Changes
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
[`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) - Internal
code change turning on a new linting rule.
## 11.4.6
### Patch Changes
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Updates
usage of deprecated token names so they're aligned with the latest naming conventions. No UI or
visual changes
- Updated dependencies
## 11.4.5
### Patch Changes
- Updated dependencies
## 11.4.4
### Patch Changes
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
[`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
for this package now pass through a tokens babel plugin, removing runtime invocations of the
tokens() function and improving bundle size.
- Updated dependencies
## 11.4.3
### Patch Changes
- Updated dependencies
## 11.4.2
### Patch Changes
- Updated dependencies
## 11.4.1
### Patch Changes
- Updated dependencies
## 11.4.0
### Minor Changes
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
[`d92ab6985e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d92ab6985e4) -
Instrumented Banner with the new theming package, `@atlaskit/tokens`.
Tokens will be visible only in applications configured to use the new Tokens API (currently in
alpha).These changes are intended to be interoperable with the legacy theme implementation. Legacy
dark mode users should expect no visual or breaking changes.
### Patch Changes
- [`af4bca32ad4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af4bca32ad4) - Internal
changes to supress eslint rules.
- [`b6b4c4100cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6b4c4100cd) - Updates
high contrast css declarations to use system color tokens + generic media query
- Updated dependencies
## 11.3.0
### Minor Changes
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
[`33f360c4517`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f360c4517) - Changed
styled-components of Banner to emotion.
### Patch Changes
- [`0d0ecc6e790`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d0ecc6e790) - Corrects
eslint supressions.
- [`8279380176b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8279380176b) - Internal
code changes.
- Updated dependencies
## 11.2.3
### Patch Changes
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
`@atlaskit/theme` to version `^11.3.0`.
## 11.2.2
### Patch Changes
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
[`c7319dcdea9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7319dcdea9) - Added
the design system tech stacks to the package.json and fixed linting errors, also disabled some
linting rules to prevent breaking changes
## 11.2.1
### Patch Changes
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
[`e7034163b66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7034163b66) - Added
the `design-system` tech stacks to the `package.json`
## 11.2.0
### Minor Changes
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
[`262bfb58dcd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/262bfb58dcd) - [ux] Add
focus opportunity for Banner with announcement appearance
### Patch Changes
- Updated dependencies
## 11.1.1
### Patch Changes
- [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
[`2b5927de4d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b5927de4d4) - Added
support for Windows high contrast mode for Banner Icon
## 11.1.0
### Minor Changes
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170)
[`4f9e6e2db5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f9e6e2db5) - These
packages now have defined entry points -- this means that you cannot access internal files in the
packages that are not meant to be public. Sub-components in these packages have been explicitly
defined, aiding tree-shaking and reducing bundle size.
## 11.0.6
### Patch Changes
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
packages using babel rather than tsc
## 11.0.5
### Patch Changes
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
`devDependencies` to denote version that the package was built with.
## 11.0.4
### Patch Changes
- Updated dependencies
## 11.0.3
### Patch Changes
- [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707)
[`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable
integration tests for Edge browser
## 11.0.2
### Patch Changes
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
to TypeScript 3.9.6 and tslib to 2.0.0
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
upgrade to prevent duplicates of tslib being bundled.
## 11.0.1
### Patch Changes
- [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
[`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme
and package information has been updated to point to the new design system website.
## 11.0.0
### Major Changes
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
dropping IE11 support, from this version onwards there are no warranties of the package working in
IE11. For more information see:
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
### Patch Changes
- Updated dependencies
## 10.1.10
### Patch Changes
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
[`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
supporting files will no longer be published to npm
## 10.1.9
### Patch Changes
- Updated dependencies
## 10.1.8
### Patch Changes
- [patch][c21a796623](https://bitbucket.org/atlassian/atlassian-frontend/commits/c21a796623):
Change imports to comply with Atlassian conventions- Updated dependencies
[6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
- Updated dependencies
[449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
- Updated dependencies
[57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
- Updated dependencies
[fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
- @atlaskit/button@13.3.11
- @atlaskit/icon@20.1.1
- @atlaskit/webdriver-runner@0.3.4
## 10.1.7
### Patch Changes
- Updated dependencies
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
- Updated dependencies
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
- Updated dependencies
[64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
- Updated dependencies
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
- Updated dependencies
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
- Updated dependencies
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
- Updated dependencies
[109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
- Updated dependencies
[c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
- @atlaskit/docs@8.4.0
- @atlaskit/icon@20.1.0
- @atlaskit/webdriver-runner@0.3.0
- @atlaskit/button@13.3.9
## 10.1.6
### Patch Changes
- Updated dependencies
[e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
- @atlaskit/webdriver-runner@0.2.0
- @atlaskit/button@13.3.8
## 10.1.5
### Patch Changes
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
- @atlaskit/docs@8.3.2
- @atlaskit/visual-regression@0.1.9
- @atlaskit/button@13.3.7
- @atlaskit/icon@20.0.1
- @atlaskit/theme@9.5.1
## 10.1.4
### Patch Changes
- Updated dependencies
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
- @atlaskit/icon@20.0.0
- @atlaskit/docs@8.3.1
- @atlaskit/button@13.3.6
## 10.1.3
### Patch Changes
- [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
Updated dependencies
[28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
- Updated dependencies
[82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
- Updated dependencies
[4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
- @atlaskit/icon@19.1.0
- @atlaskit/theme@9.5.0
- @atlaskit/button@13.3.5
## 10.1.2
### Patch Changes
- [patch][d222c2b987](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d222c2b987):
Theme has been converted to Typescript. Typescript consumers will now get static type safety. Flow
types are no longer provided.
### Breaking
** getTokens props changes ** When defining the value function passed into a ThemeProvider, the
getTokens parameter cannot be called without props; if no props are provided an empty object `{}`
must be passed in:
```javascript
<CustomTheme.Provider
value={t => ({ ...t(), backgroundColor: '#333'})}
>
```
becomes:
```javascript
<CustomTheme.Provider
value={t => ({ ...t({}), backgroundColor: '#333'})}
>
```
** Color palette changes ** Color palettes have been moved into their own file. Users will need to
update imports from this:
```javascript
import { colors } from '@atlaskit/theme';
colors.colorPalette('8');
```
to this:
```javascript
import { colorPalette } from '@atlaskit/theme';
colorPalette.colorPalette('8');
```
or for multi entry-point users:
```javascript
import * as colors from '@atlaskit/theme/colors';
colors.colorPalette('8');
```
to this:
```javascript
import * as colorPalettes from '@atlaskit/theme/color-palette';
colorPalettes.colorPalette('8');
```
## 10.1.1
### Patch Changes
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
## 10.1.0
### Minor Changes
- [minor][062d440e97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/062d440e97):
Adding an optional prop `testId` that will set the attribute value `data-testid`. It will help
products to write better integration and end to end tests.
## 10.0.12
### Patch Changes
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
non-relative imports as relative imports
## 10.0.11
### Patch Changes
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
Upgraded Typescript to 3.3.x
## 10.0.10
### Patch Changes
- [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
Change all the imports to theme in Core to use multi entry points
## 10.0.9
### Patch Changes
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
Updates component maintainers
## 10.0.8
### Patch Changes
- [patch][f34776be97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f34776be97):
Type definition files are now referenced in package.json
## 10.0.7
### Patch Changes
- [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
Fixes bug, missing version.json file
## 10.0.6
### Patch Changes
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
In this PR, we are:
- Re-introducing dist build folders
- Adding back cjs
- Replacing es5 by cjs and es2015 by esm
- Creating folders at the root for entry-points
- Removing the generation of the entry-points at the root Please see this
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
for further details
## 10.0.5
### Patch Changes
- [patch][29a1f158c1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29a1f158c1):
Use default react import in typescript files.
## 10.0.4
- Updated dependencies
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
- @atlaskit/docs@8.1.3
- @atlaskit/button@13.0.9
- @atlaskit/icon@19.0.0
## 10.0.3
### Patch Changes
- [patch][93bcf314c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93bcf314c6):
Added missing tslib dep
## 10.0.2
- Updated dependencies
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
- @atlaskit/docs@8.1.2
- @atlaskit/button@13.0.8
- @atlaskit/icon@18.0.0
## 10.0.1
- [patch][c9c5d026b1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c9c5d026b1):
- Fixed outline around links in banner
## 10.0.0
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
this package, please ensure you use at least this version of react and react-dom.
## 9.0.3
- [patch][50e8c82ec4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/50e8c82ec4):
- index.ts is now ignored when published to npm to avoid ambiguity between ts and js files
## 9.0.2
- Updated dependencies
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
- @atlaskit/docs@7.0.3
- @atlaskit/button@12.0.3
- @atlaskit/icon@16.0.9
- @atlaskit/theme@8.1.7
## 9.0.1
- Updated dependencies
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
- @atlaskit/docs@7.0.2
- @atlaskit/icon@16.0.8
- @atlaskit/theme@8.1.6
- @atlaskit/button@12.0.0
## 9.0.0
- [major][1433f91820](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1433f91820):
- Banner has been internally converted to TypeScript. Typescript consumers will get static type
safety. No API or behaviour changes. Flow Support has been dropped.
## 8.0.2
- [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
- Removes duplicate babel-runtime dependency
## 8.0.1
- Updated dependencies
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
- @atlaskit/docs@7.0.1
- @atlaskit/icon@16.0.5
- @atlaskit/theme@8.0.1
- @atlaskit/button@11.0.0
## 8.0.0
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
- Drop ES5 from all the flow modules
### Dropping CJS support in all @atlaskit packages
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
distribute esm. This means all distributed code will be transpiled, but will still contain
`import` and `export` declarations.
The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
```js
import colors from `@atlaskit/theme/colors`;
```
Previously this was sort of possible for consumers by doing something like:
```js
import colors from `@atlaskit/theme/dist/esm/colors`;
```
This has a couple of issues. 1, it treats the file system as API making internal refactors harder,
we have to worry about how consumers might be using things that aren't _actually_ supposed to be
used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of
packages bundling all of theme, just to use a single color, especially in situations where tree
shaking fails.
To support being able to use multiple entrypoints internally, we unfortunately cannot have
multiple distributions as they would need to have very different imports from of their own
internal dependencies.
ES Modules are widely supported by all modern bundlers and can be worked around in node
environments.
We may choose to revisit this solution in the future if we find any unintended condequences, but
we see this as a pretty sane path forward which should lead to some major bundle size decreases,
saner API's and simpler package architecture.
Please reach out to #fabric-build (if in Atlassian) or create an issue in
[Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
external) if you have any questions or queries about this.
## 7.0.13
- Updated dependencies
[d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
- @atlaskit/docs@6.0.1
- @atlaskit/button@10.1.2
- @atlaskit/icon@16.0.0
## 7.0.12
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
- @atlaskit/button@10.1.1
- @atlaskit/icon@15.0.2
- @atlaskit/theme@7.0.1
- @atlaskit/docs@6.0.0
## 7.0.11
- Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
- @atlaskit/docs@5.2.3
- @atlaskit/button@10.0.4
- @atlaskit/icon@15.0.1
- @atlaskit/theme@7.0.0
## 7.0.10
- Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
- @atlaskit/docs@5.2.2
- @atlaskit/button@10.0.1
- @atlaskit/icon@15.0.0
## 7.0.9
- Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
- @atlaskit/docs@5.2.1
- @atlaskit/icon@14.6.1
- @atlaskit/theme@6.2.1
- @atlaskit/button@10.0.0
## 7.0.8
- [patch] Adds missing implicit @babel/runtime dependency
[b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
## 7.0.7
- [patch] Updated dependencies
[65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
- @atlaskit/docs@5.0.8
- @atlaskit/button@9.0.13
- @atlaskit/icon@14.0.0
## 7.0.6
- [patch] Adds sideEffects: false to allow proper tree shaking
[b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
## 7.0.4
- [patch] Updated dependencies
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
- @atlaskit/theme@6.0.0
- @atlaskit/icon@13.2.5
- @atlaskit/button@9.0.6
- @atlaskit/docs@5.0.6
## 7.0.3
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
- [none] Updated dependencies
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
- @atlaskit/button@9.0.5
- @atlaskit/theme@5.1.3
- @atlaskit/icon@13.2.4
## 6.1.0
## 7.0.2
- [patch] Updated dependencies
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
- @atlaskit/icon@13.2.2
- @atlaskit/button@9.0.4
- @atlaskit/theme@5.1.2
- @atlaskit/docs@5.0.2
## 7.0.1
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
- [none] Updated dependencies
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
- @atlaskit/button@9.0.3
- @atlaskit/theme@5.1.1
- @atlaskit/icon@13.2.1
## 7.0.0
- [major] Updates to React ^16.4.0
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
- [major] Updated dependencies
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
- @atlaskit/button@9.0.0
- @atlaskit/theme@5.0.0
- @atlaskit/docs@5.0.0
- @atlaskit/icon@13.0.0
- [major] Updated dependencies
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
- @atlaskit/button@9.0.0
- @atlaskit/theme@5.0.0
- @atlaskit/docs@5.0.0
- @atlaskit/icon@13.0.0
## 6.1.3
- [patch] Remove or update \$FlowFixMe
[e8ad98a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8ad98a)
- [none] Updated dependencies
[e8ad98a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8ad98a)
- @atlaskit/button@8.2.4
- @atlaskit/icon@12.6.1
## 6.1.2
- [patch] Fix \$FlowFixMe and release packages
[25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
- [none] Updated dependencies
[25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
- @atlaskit/button@8.2.2
- @atlaskit/icon@12.3.1
## 6.1.1
- [patch] Update changelogs to remove duplicate
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
- [none] Updated dependencies
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
- @atlaskit/theme@4.0.3
- @atlaskit/icon@12.1.1
- @atlaskit/button@8.1.1
- @atlaskit/docs@4.1.1
- [none] Updated dependencies
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
- @atlaskit/icon@12.1.0
- @atlaskit/docs@4.1.0
- @atlaskit/theme@4.0.2
- @atlaskit/button@8.1.0
## 6.0.1
- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
- [patch] Updated dependencies
[223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
- @atlaskit/icon@12.0.1
- @atlaskit/button@8.0.1
- @atlaskit/theme@4.0.1
- @atlaskit/docs@4.0.1
## 6.0.0
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
- [patch] Updated dependencies
[1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
- @atlaskit/icon@12.0.0
- @atlaskit/button@8.0.0
- @atlaskit/theme@4.0.0
- @atlaskit/docs@4.0.0
## 5.0.3
- [patch] Color of the links inside banner will follow the text color
[1c87e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c87e5a)
## 5.0.2
- [patch] Updated dependencies
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
- @atlaskit/icon@11.3.0
- @atlaskit/button@7.2.5
- @atlaskit/theme@3.2.2
- @atlaskit/docs@3.0.4
## 5.0.0
- [major] Bump to React 16.3.
[4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
## 4.2.2
- [patch] Re-releasing due to potentially broken babel release
[9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
## 4.2.1
- [patch] Update links in documentation
[c4f7497](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c4f7497)
## 4.2.0
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
[ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
## 4.1.4
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
[1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
## 4.1.3
- [patch] Packages Flow types for elements components
[3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
## 4.1.2
- [patch] Flatten examples for easier consumer use
[145b632](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/145b632)
## 4.1.1
- [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website,
\$ [007de27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/007de27)
## 4.1.0
- [minor] Add React 16 support.
[12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
## 4.0.5
- [patch] Migrate banner to new atlaskit repo
[0d035b2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0d035b2)
## 4.0.4 (2017-11-21)
- bug fix; bumping internal dependencies to latest major version
([3d49e8e](https://bitbucket.org/atlassian/atlaskit/commits/3d49e8e))
## 4.0.3 (2017-10-26)
- bug fix; fix to rebuild stories
([793b2a7](https://bitbucket.org/atlassian/atlaskit/commits/793b2a7))
## 4.0.2 (2017-10-22)
- bug fix; update dependencies for react-16
([077d1ad](https://bitbucket.org/atlassian/atlaskit/commits/077d1ad))
## 4.0.1 (2017-09-18)
- bug fix; update darkmode colors
([7ae860b](https://bitbucket.org/atlassian/atlaskit/commits/7ae860b))
## 4.0.0 (2017-08-11)
- bug fix; fix the theme-dependency
([db90333](https://bitbucket.org/atlassian/atlaskit/commits/db90333))
- breaking; affects internal styled-components implementation
([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
- breaking; implement dark mode theme
([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
- feature; dark mode for Banner, plus loads of cleanup in docs/stories
([3f03b9a](https://bitbucket.org/atlassian/atlaskit/commits/3f03b9a))
- bug fix; remove ak-icon and update @atlaskit/icon to latest in package.json
([8018cf0](https://bitbucket.org/atlassian/atlaskit/commits/8018cf0))
## 3.0.0 (2017-08-11)
- breaking; affects internal styled-components implementation
([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
- breaking; implement dark mode theme
([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
- feature; dark mode for Banner, plus loads of cleanup in docs/stories
([3f03b9a](https://bitbucket.org/atlassian/atlaskit/commits/3f03b9a))
- bug fix; remove ak-icon and update @atlaskit/icon to latest in package.json
([8018cf0](https://bitbucket.org/atlassian/atlaskit/commits/8018cf0))
## 2.4.2 (2017-07-27)
- fix; rename jsnext:main to jsnext:experimental:main temporarily
([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
## 2.4.1 (2017-07-25)
- fix; use class transform in loose mode in babel to improve load performance in apps
([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
## 2.1.0 (2017-07-17)
- fix; rerelease, failed prepublish scripts
([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
## 2.1.0 (2017-07-17)
- feature; added ES module builds to dist and add jsnext:main to most ADG packages
([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
## 2.0.5 (2017-07-13)
- fix; testing releasing more than 5 packages at a time
([e69b832](https://bitbucket.org/atlassian/atlaskit/commits/e69b832))
- fix; add prop-types as a dependency to avoid React 15.x warnings
([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
## 2.0.4 (2017-05-09)
- fix; update dependencies ([3295727](https://bitbucket.org/atlassian/atlaskit/commits/3295727))
## 2.0.3 (2017-04-28)
- fix; banner max-height now a pixel value that matches the line-height and padding correct
([85bac54](https://bitbucket.org/atlassian/atlaskit/commits/85bac54))
## 2.0.2 (2017-04-27)
- fix; update legal copy to be more clear. Not all modules include ADG license.
([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
## 2.0.1 (2017-04-26)
- fix; update legal copy and fix broken links for component README on npm. New contribution and
([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
## 1.0.8 (2017-03-29)
- fix; repush stories for broken releases
([cde4000](https://bitbucket.org/atlassian/atlaskit/commits/cde4000))
- null refactor the banner component to use styled-components
([a72af4c](https://bitbucket.org/atlassian/atlaskit/commits/a72af4c))
- breaking; removed dependency "classnames", added peerDependency "styled-components"
- ISSUES CLOSED: AK-1980
## 1.0.7 (2017-03-28)
- fix; update banner readme story to use new readme component
([fa7b692](https://bitbucket.org/atlassian/atlaskit/commits/fa7b692))
## 1.0.6 (2017-03-23)
- fix; Empty commit to release the component
([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
## 1.0.4 (2017-03-21)
- fix; maintainers for all the packages were added
([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
## 1.0.3 (2017-02-20)
- fix; use correctly scoped package names in npm docs
([91dbd2f](https://bitbucket.org/atlassian/atlaskit/commits/91dbd2f))
## 1.0.2 (2017-02-10)
- fix; Dummy commit to release components to registry
([5bac43b](https://bitbucket.org/atlassian/atlaskit/commits/5bac43b))
## 1.0.1 (2017-02-06)
- fix; Updates deps to use scoped packages
([f773486](https://bitbucket.org/atlassian/atlaskit/commits/f773486))