Atlassian navigation
A horizontal navigation component for Atlassian apps.Deprecated
This package is deprecated. Use our new navigation system.
6.4.5
Patch Changes
- Updated dependencies
6.4.4
Patch Changes
- Updated dependencies
6.4.3
Patch Changes
- Updated dependencies
6.4.2
Patch Changes
- Updated dependencies
6.4.1
Patch Changes
07dd4ad421f6e, (opens new window) - Experimental React 19 peer dependency support. Test coverage is partial.
6.4.0
Minor Changes
bd2c5b0112185, (opens new window) - Remove stale API report artifacts from published Platform packages.
Patch Changes
- Updated dependencies
6.3.3
Patch Changes
- Updated dependencies
6.3.2
Patch Changes
- Updated dependencies
6.3.1
Patch Changes
- Updated dependencies
6.3.0
Minor Changes
-
d82e6f76528ab, (opens new window) - 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.jsonexportssubpaths 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
6.2.1
Patch Changes
- Updated dependencies
6.2.0
Minor Changes
-
234fda770bd2b, (opens new window) - [ux] Fixed unsafe styles that distorted the inline (top-layer) tooltip/popover by excluding top-layer elements from the offending selectors via:not(:where([popover], dialog))(and:nth-last-child(... of ...)for positional selectors). The:where()wrapper keeps the guard at zero specificity, so matching is otherwise unchanged, and the guards are no-ops for the legacy portalled tooltip.@atlassian/geminiadditionally ignores Emotion's":nth-last-child"server-side-rendering console warning, which it already ignored for":first-child"and":nth-child"(emotion-js/emotion#1105).
Patch Changes
- Updated dependencies
6.1.8
Patch Changes
- Updated dependencies
6.1.7
Patch Changes
- Updated dependencies
6.1.6
Patch Changes
- Updated dependencies
6.1.5
Patch Changes
- Updated dependencies
6.1.4
Patch Changes
- Updated dependencies
6.1.3
Patch Changes
- Updated dependencies
6.1.2
Patch Changes
- Updated dependencies
6.1.1
Patch Changes
820f00bd7db09, (opens new window) - Enable platform-dst-motion-uplift-button by default in constellation examples so button motion is previewed in component demos. Docs/examples-only; no change to shipped component behaviour.
6.1.0
Minor Changes
-
cd097a2111788, (opens new window) - Republish packages depending on@atlaskit/react-compiler-gatingso their published dependency reference is updated to the renamed@atlaskit/react-compiler-gatingscope.The earlier rename of
@atlassian/react-compiler-gatingto@atlaskit/react-compiler-gatingonly bumped the renamed package itself, so dependent packages were never republished and their published versions still referenced the old@atlassian/react-compiler-gatingname, which is not available in the public npm registry. This minor bump republishes all affected packages with the corrected dependency.
Patch Changes
- Updated dependencies
6.0.1
Patch Changes
ee28cf33718b0, (opens new window) - Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform gating.- Updated dependencies
6.0.0
Major Changes
-
f2dc9097319f0, (opens new window) - ### Dropped support for legacy Typescript 4 types. Typescript 5 is now the new minimum.Removes the
typesVersionsproperty anddist/types-ts4.5directory from the dist.Types are now exclusively via the
"types": "dist/types/index.d.ts"property.- "typesVersions": { - ">=4.5 <4.9": { - "*": [ - "dist/types-ts4.5/*", - "dist/types-ts4.5/index.d.ts" - ] - } - },
Patch Changes
- Updated dependencies
5.7.4
Patch Changes
- Updated dependencies
5.7.3
Patch Changes
45ab8af062543, (opens new window) - Add deprecation notices to code exports
5.7.2
Patch Changes
- Updated dependencies
5.7.1
Patch Changes
-
76faad1c8c7b5, (opens new window) - Removedreact-intl-nextalias and replaced all usages withreact-intldirectly.What changed: The
react-intl-nextdevDependency alias (which resolved toreact-intl@^5) has been renamed toreact-intl. This is a development-only change with no impact on consumers.
5.7.0
Minor Changes
8b1c5f296653c, (opens new window) - Autofix: add explicit package exports (barrel removal)
Patch Changes
- Updated dependencies
5.6.18
Patch Changes
- Updated dependencies
5.6.17
Patch Changes
ddd049a745d38, (opens new window) - Internal change to how legacy colors are applied. No visual changes.- Updated dependencies
5.6.16
Patch Changes
- Updated dependencies
5.6.15
Patch Changes
- Updated dependencies
5.6.14
Patch Changes
02483200273ec, (opens new window) - Enrol all Design System UI packages into the React Compiler with platform gating via isReactCompilerActivePlatform.- Updated dependencies
5.6.13
Patch Changes
8f1a80e10b1d7, (opens new window) - Internal changes to remove unnecessary token fallbacks and imports from@atlaskit/theme- Updated dependencies
5.6.12
Patch Changes
08170da1fbf62, (opens new window) - Migrate spacing prop usages on icons to Flex wrapper- Updated dependencies
5.6.11
Patch Changes
7aef1e49e90ea, (opens new window) - Removes redundant fallback color values via @atlaskit/theme- Updated dependencies
5.6.10
Patch Changes
62281c5d82340, (opens new window) - Align examples and tests with the newNotificationLogClientobject constructor API , updated for GraphQL support
5.6.9
Patch Changes
- Updated dependencies
5.6.8
Patch Changes
- Updated dependencies
5.6.7
Patch Changes
- Updated dependencies
5.6.6
Patch Changes
- Updated dependencies
5.6.5
Patch Changes
- Updated dependencies
5.6.4
Patch Changes
- Updated dependencies
5.6.3
Patch Changes
- Updated dependencies
5.6.2
Patch Changes
- Updated dependencies
5.6.1
Patch Changes
- Updated dependencies
5.6.0
Minor Changes
87b12e64ff750, (opens new window) - Removed usages of LEGACY icon props
Patch Changes
- Updated dependencies
5.5.4
Patch Changes
036c3ee917e3c, (opens new window) - Icon migration entry point update- Updated dependencies
5.5.3
Patch Changes
- Updated dependencies
5.5.2
Patch Changes
d14ea5f60b689, (opens new window) - chore: migrate platform UI & component libraries icon imports from migration paths to core- Updated dependencies
5.5.1
Patch Changes
a60a82196851a, (opens new window) - Internal refactors to remove unused variables. No functional or public changes.- Updated dependencies
5.5.0
Minor Changes
f089cdf7f6a28, (opens new window) - PrimaryButton now supports displaying a shortcut in the tooltip, through the newshortcutprop. It is passed through to the Tooltip'sshortcutprop.
5.4.2
Patch Changes
- Updated dependencies
5.4.1
Patch Changes
- Updated dependencies
5.4.0
Minor Changes
211a83504b30b, (opens new window) - [ux] GCKO-936 Add switcher support for same tab 1P links
5.3.23
Patch Changes
- Updated dependencies
5.3.22
Patch Changes
- Updated dependencies
5.3.21
Patch Changes
- Updated dependencies
5.3.20
Patch Changes
437668dfbdec9, (opens new window) - Add explicit types to a number of DST components- Updated dependencies
5.3.19
Patch Changes
39e543109ec09, (opens new window) - add type info to forwardRef components- Updated dependencies
5.3.18
Patch Changes
248faa32d4835, (opens new window) - Internal changes to how borders are applied.- Updated dependencies
5.3.17
Patch Changes
f0662cd7a143e, (opens new window) - Internal changes to how borders are applied.- Updated dependencies
5.3.16
Patch Changes
74c2f420ee49b, (opens new window) - Internal changes to how border radius is applied.- Updated dependencies
5.3.15
Patch Changes
23bcc5bbc9cee, (opens new window) - Internal changes to how border radius is applied.- Updated dependencies
5.3.14
Patch Changes
3b5b4a919aaaf, (opens new window) - Internal changes to how border radius is applied.- Updated dependencies
5.3.13
Patch Changes
- Updated dependencies
5.3.12
Patch Changes
- Updated dependencies
5.3.11
Patch Changes
2af42ad93c3e0, (opens new window) - Internal changes to use tokens for border radius.- Updated dependencies
5.3.10
Patch Changes
0c3ef91864885, (opens new window) - Fixes a bug where when no custom theming preferences are set,iconColorandtextColorstill had colors set, overriding default logo colors and causing bugs with some logos. This change was previously tested behind a feature flag.
5.3.9
Patch Changes
- Updated dependencies
5.3.8
Patch Changes
- #185231, (opens new window)
8cd7b52d423d1, (opens new window) - Internal changes resulting from update to@atlaskit/navigation-system - Updated dependencies
5.3.7
Patch Changes
- Updated dependencies
5.3.6
Patch Changes
- #185731, (opens new window)
58822a702f803, (opens new window) - [ux] Updated Atlassian navigation buttons to use subtle background states that match the default background token. Hovered state now usescolor.background.neutral.subtle.hoveredinstead ofcolor.background.neutral.hovered. Pressed state now usescolor.background.neutral.subtle.pressedinstead ofcolor.background.neutral.pressed.
5.3.5
Patch Changes
- Updated dependencies
5.3.4
Patch Changes
- #174616, (opens new window)
ee906c44a058e, (opens new window) - Internal refactors to accommodate for platform package rename. - Updated dependencies
5.3.3
Patch Changes
- Updated dependencies
5.3.2
Patch Changes
- Updated dependencies
5.3.1
Patch Changes
- #164146, (opens new window)
cb9fe0058ed87, (opens new window) - Updates package.json direct dependencies to align with actual usage.
5.3.0
Minor Changes
- #157071, (opens new window)
a149a0b1559ec, (opens new window) - We are testing the migration to the ADS Link component behind a feature flag. If this fix is successful it will be available in a later release.
Patch Changes
- Updated dependencies
5.2.0
Minor Changes
- #149822, (opens new window)
f9ab0e846ae21, (opens new window) - Updated to supportsizeprop for new icons from@atlaskit/icon.
Patch Changes
- Updated dependencies
5.1.10
Patch Changes
- #148599, (opens new window)
6fdb42d9282af, (opens new window) - Refreshed "issue" terminology.
5.1.9
Patch Changes
- Updated dependencies
5.1.8
Patch Changes
- Updated dependencies
5.1.7
Patch Changes
- Updated dependencies
5.1.6
Patch Changes
- #142181, (opens new window)
d6934885b334e, (opens new window) - Fixed some new icons that were enabled with the incorrect feature flag.
5.1.5
Patch Changes
- Updated dependencies
5.1.4
Patch Changes
- #133393, (opens new window)
379be130e4891, (opens new window) - Fixes bug with internal feature flagging logic
5.1.3
Patch Changes
- Updated dependencies
5.1.2
Patch Changes
- Updated dependencies
5.1.1
Patch Changes
- Updated dependencies
5.1.0
Minor Changes
- #130720, (opens new window)
2b4555de9adf4, (opens new window) - Minor type adjustment to support different logo types
5.0.3
Patch Changes
- #127213, (opens new window)
73f69318be2bc, (opens new window) - Added isScreenReaderAnnouncementDisabled for iconButton tooltip to avoid duplicate announcements.
5.0.2
Patch Changes
- Updated dependencies
5.0.1
Patch Changes
- Updated dependencies
5.0.0
Major Changes
-
#117363, (opens new window)
10a0f7f6c2027, (opens new window) - This package'speerDependencieshave been adjusted forreactand/orreact-domto 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, (opens new window)
Patch Changes
- Updated dependencies
4.11.3
Patch Changes
- Updated dependencies
4.11.2
Patch Changes
- Updated dependencies
4.11.1
Patch Changes
- Updated dependencies
4.11.0
Minor Changes
- #109060, (opens new window)
4660ec858a305, (opens new window) - UpdateReactfrom v16 to v18
Patch Changes
- Updated dependencies
4.10.4
Patch Changes
- #104068, (opens new window)
624d374b427b7, (opens new window) - Cleans up and updates dependencies. Removes unused internal exports and deletes unused files.
4.10.3
Patch Changes
- Updated dependencies
4.10.2
Patch Changes
- #98559, (opens new window)
863b3f6a0adba, (opens new window) - - RemoveAppearancefrom app switcher prop- Update a few example usages
- Updated dependencies
4.10.1
Patch Changes
- #181731, (opens new window)
910a3ef2381d3, (opens new window) - Add isSSRPlaceholderEnabled prop for side and top nav v3
4.10.0
Minor Changes
- #178538, (opens new window)
883a3a2291949, (opens new window) - Make spread props explicit and clean up ESLint disables within components.
4.9.5
Patch Changes
- Updated dependencies
4.9.4
Patch Changes
- Updated dependencies
4.9.3
Patch Changes
- #168160, (opens new window)
5c96046203b6f, (opens new window) - Tag top and side navigation components for SSR placeholder replacement
4.9.2
Patch Changes
- #167483, (opens new window)
2dd22b00bedaa, (opens new window) - Add props for handling server rendered components and data-vc
4.9.1
Patch Changes
- #165531, (opens new window)
57f451bda8919, (opens new window) - Adds side-effect config to support Compiled css extraction in third-party apps
4.9.0
Minor Changes
- #163994, (opens new window)
93794f3c42f1e, (opens new window) - Add explicit support foraria-labeltoProductHome. This already worked due to spread props, but is now typed and explicitly applied.
Patch Changes
- Updated dependencies
4.8.0
Minor Changes
- #157307, (opens new window)
a1e80ec0a5e4a, (opens new window) - Enable new icons behind a feature flag.
4.7.6
Patch Changes
- Updated dependencies
4.7.5
Patch Changes
6ed7ccbb0bf44, (opens new window) - Remove experiment behindplatform.design-system-team.navigation-v2-no-jank_5yhbdfeature flag, keeping the old behaviour in place.
4.7.4
Patch Changes
- Updated dependencies
4.7.3
Patch Changes
- #152429, (opens new window)
5d414827c3394, (opens new window) - Removes usages of deprecated CustomThemeButton in favor of the new Button
4.7.2
Patch Changes
- Updated dependencies
4.7.1
Patch Changes
- Updated dependencies
4.7.0
Minor Changes
- #138973, (opens new window)
e1150e9523e1f, (opens new window) - Update AppSwitcher to support Nav4
4.6.0
Minor Changes
- #134149, (opens new window)
9502975197692, (opens new window) - [ux] Providing Nav4 skeleton components for SSR
Patch Changes
- Updated dependencies
4.5.2
Patch Changes
- Updated dependencies
4.5.1
Patch Changes
- Updated dependencies
4.5.0
Minor Changes
-
#127511, (opens new window)
db30e29344013, (opens new window) - Widening range ofreactandreact-dompeer dependencies from^16.8.0 || ^17.0.0 || ~18.2.0to 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.3as well as to have a consistent peer dependency range forreactandreact-domfor/platformpackages.
Patch Changes
- Updated dependencies
4.4.1
Patch Changes
- Updated dependencies
4.4.0
Minor Changes
- #125278, (opens new window)
f80ae8ed91fc9, (opens new window) - Adding data-vc attributes for tracking TTVC (go/ttvc).
4.3.2
Patch Changes
- #123065, (opens new window)
d85d7e47179c1, (opens new window) - change default aria-label on AppSwitcherIcon
4.3.1
Patch Changes
- Updated dependencies
4.3.0
Minor Changes
- #120020, (opens new window)
0704ecd9a56c0, (opens new window) - Add exports for skeleton props. Removes extract react types remnants from documentation.
4.2.2
Patch Changes
- Updated dependencies
4.2.1
Patch Changes
- Updated dependencies
4.2.0
Minor Changes
- #114836, (opens new window)
b18e778d0c7f4, (opens new window) - Accessibility changes: improving skeleton semantics for better readability for screen readers.
4.1.4
Patch Changes
- Updated dependencies
4.1.3
Patch Changes
- Updated dependencies
4.1.2
Patch Changes
- #113632, (opens new window)
821abfcb39199, (opens new window) - Strip empty style properties to reduce SSR hydration warnings
4.1.1
Patch Changes
- Updated dependencies
4.1.0
Minor Changes
- #111696, (opens new window)
20c2d58f6f8a9, (opens new window) - Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime is implicitly set to automatic.
Patch Changes
- Updated dependencies
4.0.0
Major Changes
- #93481, (opens new window)
01525ae5b7206, (opens new window) - RemoveiconGradientStartandiconGradientStopfrom ProductHomeCSS options in navigation themes
Patch Changes
- Updated dependencies
3.6.2
Patch Changes
- Updated dependencies
3.6.1
Patch Changes
- #95006, (opens new window)
26d9763b841d, (opens new window) - Fix broken colors for "more" button items.
3.6.0
Minor Changes
- #96462, (opens new window)
a21b8dc426e8, (opens new window) - Add support for React 18 in non-strict mode.
3.5.0
Minor Changes
- #94675, (opens new window)
5d9e1dccacca, (opens new window) - [ux] Update input border color token to meet 3:1 color contrast ratioLight theme: color.border.input: #091E4224 → #8590A2Dark mode: color.border.input: #A6C5E229 → #738496
Patch Changes
- Updated dependencies
3.4.2
Patch Changes
- #94019, (opens new window)
06ba9f16130d, (opens new window) - Internal changes to typography, no visual change.
3.4.1
Patch Changes
- #89713, (opens new window)
a2541fb3baec, (opens new window) - [ux] This release tests some default colour changes for ProductHome icons behind a feature flag. If successful, these changes will be enabled in a future release.
3.4.0
Minor Changes
- #85960, (opens new window)
529d60f091ea, (opens new window) - Add aria label prop for Create button
3.3.6
Patch Changes
- #88354, (opens new window)
4c87d9b4f0c2, (opens new window) - The internal composition of this component has changed. There is no expected change in behavior. - Updated dependencies
3.3.5
Patch Changes
- #83297, (opens new window)
6b1707c169e0, (opens new window) - The internal composition of this component has changed. There is no expected change in behaviour.
3.3.4
Patch Changes
- #83116, (opens new window)
8d4e99057fe0, (opens new window) - Upgrade Typescript from4.9.5to5.4.2
3.3.3
Patch Changes
- #82544, (opens new window)
c0002528c07e, (opens new window) - Refactor border width style to make it work in SSR
3.3.2
Patch Changes
- Updated dependencies
3.3.1
Patch Changes
- #81644, (opens new window)
8ab7a816dca7, (opens new window) - Revert input border change from the previous version
3.3.0
Minor Changes
- #80805, (opens new window)
427c2dd9e0d6, (opens new window) - [ux] Update input border width from 2px to 1px with darker color to meet 3:1 color contrast
Patch Changes
- Updated dependencies
3.2.4
Patch Changes
- #77467, (opens new window)
8d01fc556d89, (opens new window) - Add propshouldRenderToParenttoPrimaryItemsContainerandPrimaryItemsContainerV2. It makes the content visible in nested menu.
3.2.3
Patch Changes
- Updated dependencies
3.2.2
Patch Changes
- Updated dependencies
3.2.1
Patch Changes
- #74756, (opens new window)
8e66f751df96, (opens new window) - Use feature flag to roll out border width update from 2px to 1px
3.2.0
Minor Changes
- #70040, (opens new window)
d18ec4d7ce20, (opens new window) - [ux] Tidy up of theplatform.design-system-team.icon-button-spacing-fix_o1zc5Platform Feature Flag which applies a small adjustment to icon spacing for buttons usingiconBeforeandiconAfterprops. Small visual adjustment is to be expected — keep this in mind when reviewing any VR tests breaking. The spacing around the icons will be reduced.
Patch Changes
- Updated dependencies
3.1.2
Patch Changes
- Updated dependencies
3.1.1
Patch Changes
- #69022, (opens new window)
395c74147990, (opens new window) - Migrate packages to use declarative entry points
3.1.0
Minor Changes
- #65982, (opens new window)
d36b4575ba4b, (opens new window) - Accessibility changes: improving semantics for better readability for screen readers.
3.0.3
Patch Changes
- #63677, (opens new window)
f320c8ce5039, (opens new window) - This package has been added to the Jira push model.
3.0.2
Patch Changes
- #61177, (opens new window)
c8b7446ec45b, (opens new window) - [ux] Removes opacity from dropdown chevrons to support better color contrast
3.0.1
Patch Changes
- Updated dependencies
3.0.0
Major Changes
- #59797, (opens new window)
ea972e5bd62f, (opens new window) - Removing PrimarySplitButton which relies on (about to be removed) UNSAFE exports from @atlaskit/button. See LDR https://hello.atlassian.net/l/cp/xNFyPqkm, (opens new window)
2.10.0
Minor Changes
- #56868, (opens new window)
73ad379b73c6, (opens new window) - [ux] Add proper labels to icon buttons.
2.9.2
Patch Changes
- Updated dependencies
2.9.1
Patch Changes
- Updated dependencies
2.9.0
Minor Changes
- #41859, (opens new window)
abe039bab59, (opens new window) - Including missing dropdown-menu dev dependency and introduce PrimarySplitButton (unsafe)
Patch Changes
- Updated dependencies
2.8.0
Minor Changes
- #40069, (opens new window)
d84be9a0f39, (opens new window) - [ux] We are testing icon button intenal spacing fix. We had to make related changes in dropdown menu button behind a fetaure flag. There is no visual difference but external changes instead. If the spacing fix is successful it will be available in a later release.
2.7.0
Minor Changes
- #40112, (opens new window)
f2eb005a30d, (opens new window) - [ux] Bottom border is now displayed when color tokens are not present, with a fallback color of N30 being used. The shadow styles that were previously visible when tokens were not present have been removed.
2.6.19
Patch Changes
- #39787, (opens new window)
6900f89eb0e, (opens new window) - Internal changes to use space tokens. There is no expected visual or behaviour change.
2.6.18
Patch Changes
- #38181, (opens new window)
11114bf2063, (opens new window) - [ux] Introduce new border of search input with 1px border and 2px on selected under feature flag
2.6.17
Patch Changes
- #37533, (opens new window)
1ed303de3e8, (opens new window) - Updated dependencies
2.6.16
Patch Changes
- #37065, (opens new window)
aa737a93ee3, (opens new window) - Bug fix for primary items container behind the "platform.design-system-team.navigation-v2-no-jank_5yhbd" feature flag.
2.6.15
Patch Changes
- #37278, (opens new window)
3fadbb8bf73, (opens new window) - Internal changes.
2.6.14
Patch Changes
- #37114, (opens new window)
9b8eb462cf4, (opens new window) - [ux] update color.border.focused fallback to B200
2.6.13
Patch Changes
- Updated dependencies
2.6.12
Patch Changes
- Updated dependencies
2.6.11
Patch Changes
- #35441, (opens new window)
599bfe90ee3, (opens new window) - Internal change to use shape tokens. There is no expected visual change.
2.6.10
Patch Changes
- Updated dependencies
2.6.9
Patch Changes
- Updated dependencies
2.6.8
Patch Changes
- #35149, (opens new window)
37131e3a8ea, (opens new window) - Uses the Alpha release of our responsive media helpers via either the publicmediaexport or the internalUNSAFE_mediaexport. - Updated dependencies
2.6.7
Patch Changes
- #35385, (opens new window)
967dd926bfc, (opens new window) - Updates all navigation components to use border/shape tokens. This is a no-op as these tokens are not enabled in product. - Updated dependencies
2.6.6
Patch Changes
- #34580, (opens new window)
fe65eb90595, (opens new window) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
2.6.5
Patch Changes
- Updated dependencies
2.6.4
Patch Changes
- Updated dependencies
2.6.3
Patch Changes
- Updated dependencies
2.6.2
Patch Changes
- #34887, (opens new window)
9eec8b31eaf, (opens new window) - [ux] Change reverts a previous change to the focus border highlight color on focus for quick search in confluence
2.6.1
Patch Changes
- #33652, (opens new window)
e7ea6832ad2, (opens new window) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
2.6.0
Minor Changes
- #33679, (opens new window)
e40a555bd64, (opens new window) - [ux] Adds a platform-feature-flagged update to the way the top nav renders primary nav items, moving it from unperformant JS-based calculations to a responsive CSS solution. PFF: "platform.design-system-team.navigation-v2-no-jank_5yhbd"
2.5.2
Patch Changes
- #33793, (opens new window)
9d00501a414, (opens new window) - Ensure legacy types are published for TS 4.5-4.8
2.5.1
Patch Changes
- #33649, (opens new window)
41fae2c6f68, (opens new window) - Upgrade Typescript from4.5.5to4.9.5
2.5.0
Minor Changes
- #33258, (opens new window)
56507598609, (opens new window) - Skip minor dependency bump
Patch Changes
- Updated dependencies
2.4.1
Patch Changes
- #32173, (opens new window)
f7f852b0a4f, (opens new window) - Migrated use ofgridSizeto space tokens where possible. There is no expected visual or behaviour change.
2.4.0
Minor Changes
- #31299, (opens new window)
e3fa4437cf5, (opens new window) - [ux] Updates focus appearance of components using buttons and custom buttons. These states now use an offset outline which is consistent with other applications of focus in Atlassian components.
Patch Changes
- Updated dependencies
2.3.5
Patch Changes
- #27634, (opens new window)
718d5ad3044, (opens new window) - Updates to support the new@atlaskit/tokenstheming API. - Updated dependencies
2.3.4
Patch Changes
- #28090, (opens new window)
cdc1dd169be, (opens new window) - [ux] When updating tokens for Search component ofatlassian-navigationpackage we found that some styles don't apply. This is due to the fact that some dynamic styles forhoverandfocusstates used to be passed viastyleattribute.styleattribute doesn't allow usage of pseudo-classes hens styles were never applied. We fixed this and made tokens follow the spec. However, to prevent consumer's VR tests from breaking we decided to fallback on default styles so the UI on legacy theming unchanged.
2.3.3
Patch Changes
- Updated dependencies
2.3.2
Patch Changes
- Updated dependencies
2.3.1
Patch Changes
- Updated dependencies
2.3.0
Minor Changes
- #25860, (opens new window)
27fc68c8e36, (opens new window) - Updates@emotion/coreto@emotion/react; v10 to v11. There is no expected behavior change.
Patch Changes
- Updated dependencies
2.2.10
Patch Changes
- #26449, (opens new window)
fc570a62923, (opens new window) - [ux] Fixed a regression which could prevent items from collapsing.
2.2.9
Patch Changes
- #24874, (opens new window)
8cc2f888c83, (opens new window) - Upgrade Typescript from4.3.5to4.5.5
2.2.8
Patch Changes
- #24632, (opens new window)
eb77cae1ea4, (opens new window) - [ux] Selected buttons that have menus in the atlassian-navigation component now show the correct background color when "selected"
2.2.7
Patch Changes
- #24492, (opens new window)
8d4228767b0, (opens new window) - Upgrade Typescript from4.2.4to4.3.5.
2.2.6
Patch Changes
- #23381, (opens new window)
95c1a5e91d1, (opens new window) - Internal code change turning on new linting rules. - Updated dependencies
2.2.5
Patch Changes
- #23676, (opens new window)
deeaf03eb21, (opens new window) - Fix an issue where ProductHome rendered incorrectly in Safari
2.2.4
Patch Changes
- #22642, (opens new window)
416570be6bf, (opens new window) - Small update to styles to account for change in@atlaskit/logo. - Updated dependencies
2.2.3
Patch Changes
- #21570, (opens new window)
5b7962fbceb, (opens new window) - Fix visual bug with selected state of navigation iconButtons dd991482e67, (opens new window) - [ux] Fixed a regression causing thelogoMaxWidthprop to have no effect. VR tests may need regenerating, but in most cases will not.- Updated dependencies
2.2.2
Patch Changes
- #21553, (opens new window)
d28c3b5078e, (opens new window) - Updated type documentation
2.2.1
Patch Changes
- Updated dependencies
2.2.0
Minor Changes
- #20721, (opens new window)
81addc0c144, (opens new window) - [ux] Pass boxShadow for the focus styling of search section in the theme generator.
Patch Changes
- Updated dependencies
2.1.6
Patch Changes
- #21440, (opens new window)
3622df604ee, (opens new window) - Fixes bug where navigation items cannot be added after intial render if the initial item array was empty
2.1.5
Patch Changes
- #20650, (opens new window)
cb2392f6d33, (opens new window) - Upgrade to TypeScript 4.2.4 - Updated dependencies
2.1.4
Patch Changes
- Updated dependencies
2.1.3
Patch Changes
- #20174, (opens new window)
5772d2d059c, (opens new window) - update root babel config to correctly compile atlassian switcher
2.1.2
Patch Changes
- #19618, (opens new window)
ac9343c3ed4, (opens new window) - Replaces usage of deprecated design tokens. No visual or functional changes 62edf20ab1e, (opens new window) - Migrates all usage of brand tokens to either selected or information tokens. This change is purely for semantic reasons, there are no visual or behavioural changes.- Updated dependencies
2.1.1
Patch Changes
- #19019, (opens new window)
faee2b4ee52, (opens new window) - Rewrite dynamic styles to be static to aid compiled migration. - Updated dependencies
2.1.0
Minor Changes
- #18526, (opens new window)
c4e94b64308, (opens new window) - Added a new href prop to the Create button which causes it to be rendered as a link. This is suitable for when the Create action is handled as a full page rather than in a modal-dialog.
2.0.4
Patch Changes
- #16752, (opens new window)
19d72473dfb, (opens new window) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids. - Updated dependencies
2.0.3
Patch Changes
- Updated dependencies
2.0.2
Patch Changes
- #17053, (opens new window)
9dd6250db15, (opens new window) - Updates token value for selected button text. Button text should now be "blue" when selected
2.0.1
Patch Changes
- #17475, (opens new window)
c55c736ecea, (opens new window) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
2.0.0
Major Changes
-
#14810, (opens new window)
47f58da5946, (opens new window) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packagesWhat changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with actual installed react-intl APIs. Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated. How consumer should update their code: Ensure react-intl ^5.18.1 is installed in consuming applications.
Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second provider for the new version, using an npm alias
"react-intl": "^2.6.0", "react-intl-next": "npm:react-intl@^5.18.1",import { IntlProvider } from 'react-intl'; import { IntlProvider as IntlNextProvider } from 'react-intl-next'; return ( <IntlProvider key={locale} data-test-language={locale} locale={locale} defaultLocale={DEFAULT_LOCALE} messages={messages} > <IntlNextProvider key={locale} data-test-language={locale} locale={locale} defaultLocale={DEFAULT_LOCALE} messages={messages} > {children} </IntlNextProvider> </IntlProvider> );
1.3.0
Minor Changes
- #16411, (opens new window)
9d4ca6e23da, (opens new window) - [ux] New create-dropdown-menu package for Create dropdown button
1.2.2
Patch Changes
-
#15998, (opens new window)
a2f953f3814, (opens new window) - Previously theensure-design-token-usageeslint rule contained all checks relating to token use. This has now been split up into two separate rules:ensure-design-token-usagenow covers:legacyElevation— warns about old usages of the elevation mixins or styles, which instead should use thecardoroverlaytokens.hardCodedColor— warns about use of hard-coded colors such ascolor: colors.B100, which instead should be wrapped in atoken()call. This covers the majority of cases in existing codebases when first adopting tokens.
no-unsafe-design-token-usage(new) covers the remaining rules:directTokenUsage— warns against using the CSS Custom Property name that is output in the browser by thetoken()call. Eg. directly usingvar(--ds-accent-subtleBlue)is bad.staticToken— warns when tokens aren't used inline. Inlining the token usages helps with static analysis, which unlocks future improvements. Eg. pulling the token out into a const likecss={ color: token(primaryButtonText) }is bad.invalidToken— warns when using a token that doesn't exist (not one that's been renamed, see the next point).tokenRenamed— warns when using a token that's been renamed in a subsequent release.tokenFallbackEnforced— warns if a fallback for the token call is not provided. Eg. call with the fallback like thistoken('color.background.disabled', N10)instead oftoken('color.background.disabled').tokenFallbackRestricted— the opposite oftokenFallbackEnforced. Eg. do not pass in a fallback like thistoken('color.background.disabled', N10)and instead only include the tokentoken('color.background.disabled').
Upgrading — some instances of
\\eslint-disablemay need to be changed to the new rule. If you have failing lint rules after only bumping this package then switch those ignores to useno-unsafe-design-token-usageinstead. -
22fb31312eb, (opens new window) - Fixes unmounted component state update warnings for AtlassianNavigation -
f460cc7c411, (opens new window) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving bundle size. -
Updated dependencies
1.2.1
Patch Changes
- #16287, (opens new window)
bb54a699e54, (opens new window) - [ux] Fixes a bug where a previously removed gradient positioned ::after primary actions was still rendered. Also fixes a bug where this gradient rendered incorrectly on Safari.
1.2.0
Minor Changes
-
#14777, (opens new window)
c9986657899, (opens new window) - Instrumented atlassian-navigation with the new theming package, @atlaskit/tokens.New 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
f791fab1bfa, (opens new window) - Added missingcomponentsandonBlurprops to the props type used by secondary actions. These were already available but were not documented.- Updated dependencies
1.1.3
Patch Changes
- #14319, (opens new window)
4f9dd11a8eb, (opens new window) - Fixes a visual bug which made the logo appear twice under very rare circumstances - Updated dependencies
1.1.2
Patch Changes
- #14381, (opens new window)
789bc630b95, (opens new window) - Moved switcher test utils to private scope.
1.1.1
Patch Changes
- #13965, (opens new window)
1a68f990792, (opens new window) - ACT-2057 transition @atlaskit/atlassian-switcher-vanilla & @atlaskit/atlassian-switcher to private scope
1.1.0
Minor Changes
- #12837, (opens new window)
e1bac029e02, (opens new window) - [ux] Added notification badge to the Help button
Patch Changes
956eeeed790, (opens new window) - [ux] Styles for the product icon and logo have been slightly refactored.88a19402c24, (opens new window) - Updates to internal tests.- Updated dependencies
1.0.0
Major Changes
- #10609, (opens new window)
68c25f52345, (opens new window) - This1.0.0release denotes that the package API is now stable and is no longer in developer preview. There are NO API CHANGES in this release.
0.12.6
Patch Changes
- Updated dependencies
0.12.5
Patch Changes
- #6842, (opens new window)
95771438ed, (opens new window) - [ux] PrimaryItems will now overflow/resize correctly when the initial load screen size is narrower than the items it contains
0.12.4
Patch Changes
- #5857, (opens new window)
d3265f19be, (opens new window) - Transpile packages using babel rather than tsc
0.12.3
Patch Changes
- #6228, (opens new window)
cadfec2b52, (opens new window) - [ux] Introduced a new prop value in search field so that user can control it from outside and can change the value of search field.
0.12.2
Patch Changes
- #5497, (opens new window)
5f58283e1f, (opens new window) - 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, (opens new window) Also addtypescripttodevDependenciesto denote version that the package was built with.
0.12.1
Patch Changes
- #5344, (opens new window)
9798ad1405, (opens new window) - Remove deep import paths of dependencies in TS declaration files - Updated dependencies
0.12.0
Minor Changes
- #4749, (opens new window)
ac92cbbca8, (opens new window) - Replaced WidthDetector with WidthObserver. We are doing this change because WidthDetector was causing some performance issue.
Patch Changes
- Updated dependencies
0.11.5
Patch Changes
- Updated dependencies
0.11.4
Patch Changes
- #4547, (opens new window)
9f54ca0cf1, (opens new window) - Adds maxwidth of 260px to logo in @atlaskit/atlassian-navigation and adds new prop logoMaxWidth to make maxWidth for logo user driven.
0.11.3
Patch Changes
-
#3885, (opens new window)
6c525a8229, (opens new window) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade to prevent duplicates of tslib being bundled.
0.11.2
Patch Changes
- #3823, (opens new window)
6262f382de, (opens new window) - Use the 'lodash' package instead of single-function 'lodash.*' packages - Updated dependencies
0.11.1
Patch Changes
- #3428, (opens new window)
2ae915c912, (opens new window) - Fixed incorrect create-button color issue when hex color shorthand notion is used
0.11.0
Minor Changes
- #3335, (opens new window)
87f4720f27, (opens new window) - 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, (opens new window)
Patch Changes
- Updated dependencies
0.10.15
Patch Changes
- #2763, (opens new window)
2221a004ff, (opens new window) - Fixed skeleton button not showing correct border color when selected - Updated dependencies
0.10.14
Patch Changes
- Updated dependencies
0.10.13
Patch Changes
- #3019, (opens new window)
8783e413a8, (opens new window) - Export IconButton and IconButtonProps from atlassian-navigation
0.10.12
Patch Changes
- #2996, (opens new window)
73f23c649d, (opens new window) - Fixed incorrect create-button color issue when hex color shorthand notion is used
0.10.11
Patch Changes
- #2889, (opens new window)
cc14956821, (opens new window) - Update all the theme imports to a path thats tree shakable
0.10.10
Patch Changes
- #2751, (opens new window)
739dc7c15c, (opens new window) - IntroducesshouldShowSearchprop on SkeletonNavigation to control search skeleton
0.10.9
Patch Changes
- #2137, (opens new window)
54d82b49f0, (opens new window) - Remove unused dependencies - Updated dependencies
0.10.8
Patch Changes
- #2430, (opens new window)
649f69b6d7, (opens new window) - Patch all packages that are used by confluence that have a broken es2019 dist
0.10.7
Patch Changes
- #2370, (opens new window)
32db77ba72, (opens new window) - Fix test id to the correct naming convention
0.10.6
Patch Changes
- #2152, (opens new window)
ccdbfccfae, (opens new window) - FIX: Double create buttons appear in all screens during lazy load
0.10.5
Patch Changes
- Updated dependencies
0.10.4
Patch Changes
-
[patch]b788e3359a, (opens new window):
Pass additional hover CSS to search
0.10.3
Patch Changes
-
[patch]4515d1bc47, (opens new window):
Fix text color for selected item in custom theme
0.10.2
Patch Changes
- [patch]37edda3e89, (opens new window):
- Fixes isHighlighted styles for SkeletonPrimaryButton without a dropdown
- Updates hover, active and focus styles for all the skeletons
- Supports children prop for SkeletonPrimaryButton so it has the same API as PrimaryButton
- Adds documentation for the new skeleton components
0.10.1
Patch Changes
-
[patch]42eb460a09, (opens new window):
Adds lightweight non-interactive skeleton buttons which can be used in SSR mode.
Updates isHighlighted styles to be according to the design spec
0.10.0
Minor Changes
-
[minor]6e2dda87f4, (opens new window):
Breaking Change:
- Search component::
- Added a required
labelprop - Renamed
textprop toplaceholderfor clarity
- Added a required
- AtlassianNavigation:
- Added a required
labelprop
- Added a required
Accessibility Changes
- Search now has a
searchlandmark, further described by alabelprop on the text field - AtlassianNavigation now has a
navigationlandmark for use with screen readers; this landmark is further described by thelabelprop to differentiate it from side-navigation - AtlassianNavigation is wrapped in a
headercomponent - BadgeContainer is now hidden from screen readers, as the notification button's label contains the number of unread notifications
- Search component::
Patch Changes
- Updated dependencies ed8d8dea65, (opens new window):
- Updated dependencies db2f869556, (opens new window):
- Updated dependencies 81ea791176, (opens new window):
- Updated dependencies e57c4aa96d, (opens new window):
- Updated dependencies 8c9e4f1ec6, (opens new window):
- Updated dependencies 89d35b919a, (opens new window):
- Updated dependencies 083cfbaeb4, (opens new window):
- Updated dependencies 46d95777ef, (opens new window):
- Updated dependencies
9b264df34d, (opens new window):
- @atlaskit/menu@0.3.1
- @atlaskit/docs@8.5.0
0.9.6
Patch Changes
-
[patch]b80c88fd26, (opens new window):
Fixes test id not being passed down to icon button.- [patch]9ec1606d00, (opens new window):
Export the value HORIZONTAL_GLOBAL_NAV_HEIGHT- [patch]1b3069e06b, (opens new window):
Added aria-label to input field in Search component- Updated dependencies 1f9c4f974a, (opens new window):
-
Updated dependencies 0603860c07, (opens new window):
-
Updated dependencies 3b92b89113, (opens new window):
- @atlaskit/menu@0.2.7
- @atlaskit/icon@20.0.2
- @atlaskit/drawer@5.3.3
0.9.5
Patch Changes
-
[patch]6548261c9a, (opens new window):
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies 6548261c9a, (opens new window):
- @atlaskit/docs@8.3.2
- @atlaskit/visual-regression@0.1.9
- @atlaskit/analytics-next@6.3.5
- @atlaskit/badge@13.1.5
- @atlaskit/button@13.3.7
- @atlaskit/drawer@5.3.2
- @atlaskit/icon@20.0.1
- @atlaskit/logo@12.3.2
- @atlaskit/menu@0.2.6
- @atlaskit/popup@0.3.2
- @atlaskit/spinner@12.1.4
- @atlaskit/theme@9.5.1
- @atlaskit/tooltip@15.2.3
- @atlaskit/width-detector@2.0.10
- @atlaskit/analytics-namespaced-context@4.1.11
- @atlaskit/notification-indicator@7.0.11
- @atlaskit/notification-log-client@4.0.10
- @atlaskit/atlassian-notifications@0.1.4
- @atlaskit/atlassian-switcher-test-utils@0.3.1
- @atlaskit/atlassian-switcher@5.9.1
0.9.4
Patch Changes
-
[patch]602ad2855a, (opens new window):
Reduces the size of the icon in the create cta button.- [patch]5c6a0d9512, (opens new window):
Adds
testIdto all components, read the docs for more information.- [patch]ca86945834, (opens new window):Fixes overflow menu having an unstable component reference when nothing had changed.- Updated dependencies 4ed951b8d8, (opens new window):
-
Updated dependencies e0e91e02a6, (opens new window):
-
Updated dependencies c0102a3ea2, (opens new window):
- @atlaskit/menu@0.2.4
- @atlaskit/icon@20.0.0
- @atlaskit/logo@12.3.1
- @atlaskit/docs@8.3.1
- @atlaskit/button@13.3.6
- @atlaskit/drawer@5.3.1
- @atlaskit/tooltip@15.2.2
- @atlaskit/atlassian-switcher@5.7.1
0.9.3
Patch Changes
- Updated dependencies
0946fdd319, (opens new window):
- @atlaskit/popup@0.3.0
0.9.2
Patch Changes
- [patch]6c8c859801, (opens new window):
- Add
openOverflowMenuandcloseOverflowMenutouseOverflowStatus. - Add testIDs to the overflow menu and trigger.
- Add
0.9.1
Patch Changes
-
[patch]c3ccbe7d7b, (opens new window):
Bump @atlaskit/popup to get closeManager fixes- Updated dependencies eb1ecc219a, (opens new window):
- @atlaskit/popup@0.2.7
0.9.0
Minor Changes
-
[minor]24edf508bf, (opens new window):
BREAKING CHANGE Removes
_itemThemefrom package. Replaces popup examples with@atlaskit/menu.
0.8.5
Patch Changes
-
[patch]5c105059ef, (opens new window):
Increase stability of "more" collapse/expand behaviour- Updated dependencies 28f8f0e089, (opens new window):
-
Updated dependencies 82747f2922, (opens new window):
-
Updated dependencies f534973bd4, (opens new window):
-
Updated dependencies 4a223473c5, (opens new window):
- @atlaskit/icon@19.1.0
- @atlaskit/theme@9.5.0
- @atlaskit/popup@0.2.6
- @atlaskit/badge@13.1.4
- @atlaskit/button@13.3.5
- @atlaskit/spinner@12.1.3
- @atlaskit/tooltip@15.2.1
- @atlaskit/dropdown-menu@8.2.2
0.8.4
Patch Changes
-
[patch]6c94b91976, (opens new window):
Fixes avatar skeleton size.- [patch]64aefb016d, (opens new window):
Fixes overflow menu popup placement.
0.8.3
Patch Changes
-
[patch]666ecab6c9, (opens new window):
Improve styles for Atlassian Navigation when SSRd
0.8.2
Patch Changes
-
[patch]9af7977678, (opens new window):
Fixing visual tweaks for top nav and menu spacing
0.8.1
Patch Changes
-
[patch]65e4e8a5ec, (opens new window):
Removing left margin for ProductHome when there's no Switcher before it.
0.8.0
Minor Changes
-
[minor]df31cc4fb4, (opens new window):
Changed the ProductHome theme to remove all the button styles. Instead us the PrimaryButton styles.
Patch Changes
- Updated dependencies
308708081a, (opens new window):
- @atlaskit/logo@12.3.0
0.7.1
Patch Changes
-
[patch]72ceb0c548, (opens new window):
Fixes Skeleton for atlassian navigation, which had broken earlier due to the ProductHome re-write
0.7.0
Minor Changes
-
[minor]63b9f324df, (opens new window):
Change the way ProductHome is rendered
0.6.7
Patch Changes
-
[patch]38a300c7e0, (opens new window):
Misc UI changes- Updated dependencies d0415ae306, (opens new window):
- @atlaskit/popup@0.2.4
0.6.6
Patch Changes
-
[patch]c86f02bcb3, (opens new window):
Added selected state to more menu
0.6.5
Patch Changes
-
[patch]e419c3c01f, (opens new window):
Update color of skeleton in atlassian-navigation
0.6.4
Patch Changes
-
[patch]1ef7f6bba9, (opens new window):
Fixed nav height
0.6.3
Patch Changes
-
[patch]8e8366be2c, (opens new window):
Update IconButton types from string to React.ReactNode.
0.6.2
Patch Changes
- [patch]02d05ff668, (opens new window):
- Fix types for the tooltip prop to allow React components.
- Introduce
buttonTooltipandiconButtonTooltipto configure tooltip for create button.
0.6.1
Patch Changes
-
[patch]042a5d87ea, (opens new window):
Reduced unnecessary deps for navigation, and added temp _itemTheme export to style dropdown-menu items
0.6.0
Minor Changes
-
[minor]355e7ca2ea, (opens new window):
Breaking changes from previous version:
- Rename siteName to siteTitle to match what it is called in the products
- Rename isSelected prop to isHighlighted to avoid confusion with the CSS states of the button, which is also exposed as a prop to Button
Other visual changes:
- Primary buttons in the nav with dropdowns stay highlighted when the drop down is open.
- Fix active state in FF
- Gradients for Atlassian products works correctly
0.5.1
Patch Changes
-
[patch]5eb3d1fc75, (opens new window):
Removed spinner from the notifications package (handled by the iframe content instead)
0.5.0
Minor Changes
-
[minor]48640192dc, (opens new window):
Adds support for white nav. Repositions how the components are displayed. Changes to the theming API to support white nav. Add support for showing site name
0.4.9
- Updated dependencies
6e0bcc75ac, (opens new window):
- @atlaskit/popup@0.2.0
0.4.8
Patch Changes
-
[patch]35d2229b2a, (opens new window):
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
0.4.7
Patch Changes
-
[patch]a2d0043716, (opens new window):
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
0.4.6
Patch Changes
-
[patch]fcfd4db9c0, (opens new window):
Fixing focus styles for IconButtons
0.4.5
Patch Changes
-
[patch]fda9024074, (opens new window):
Add a fully instrumented example of atlassian-navigation using @atlaskit/analytics-next
0.4.4
Patch Changes
-
[patch]c24724add6, (opens new window):
Update entry points and exports
0.4.3
Patch Changes
-
[patch]6a82fd06ab, (opens new window):
Render tooltip only when supplied, and fix button focus background color
0.4.2
Patch Changes
-
[patch]c810632671, (opens new window):
Update theme generation
0.4.1
Patch Changes
-
[patch]f7eb0a4886, (opens new window):
Ensuring new horizontal nav allows for scrollbar width. Using 'vw' units prevents this.
0.4.0
Minor Changes
-
[minor]c5939cb73d, (opens new window):
Integrate popup component
0.3.2
Patch Changes
-
[patch]9a59c6e93b, (opens new window):
Fix badge and primary items container styles
0.3.1
Patch Changes
-
[patch]197aa4ed2c, (opens new window):
Use context hooks in favour of emotion-theming
0.3.0
Minor Changes
-
[minor]382273ee49, (opens new window):
Add more behaviour
0.2.2
Patch Changes
-
[patch]13f8980fb2, (opens new window):
Use emotion object style
0.2.1
- Updated dependencies
8d0f37c23e, (opens new window):
- @atlaskit/drawer@5.0.10
- @atlaskit/dropdown-menu@8.1.1
- @atlaskit/avatar@17.0.0
- @atlaskit/theme@9.2.2
0.2.0
Minor Changes
-
[minor]187b3147bd, (opens new window):
Add theming support
0.1.3
- Updated dependencies
6410edd029, (opens new window):
- @atlaskit/badge@13.0.0
- @atlaskit/notification-indicator@7.0.8
0.1.2
Patch Changes
-
[patch]8e692b02f5, (opens new window):
Add
AppNavigationSkeletonas a named export.
0.1.1
Patch Changes
-
[patch]f0980913df, (opens new window):
Add missing dependencies to package.json