Tabs

Tabs are used to organize content by grouping similar information on the same page.

Neutral selected states

When the platform-dst-tokens-finesse feature flag is enabled, this component uses the new neutral treatment for selected states.

21.2.1

Patch Changes

  • Updated dependencies

21.2.0

Minor Changes

  • bd2c5b0112185, (opens new window) - Remove stale API report artifacts from published Platform packages.

Patch Changes

  • Updated dependencies

21.1.1

Patch Changes

  • 61154354c90e2, (opens new window) - Experimental React 19 support: widen the peer dependency range, use React 19 in development, and replace the React 16-only lorem helper in the overflow example while preserving its generated content. Test coverage remains partial.

21.1.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.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

21.0.1

Patch Changes

21.0.0

Major Changes

  • f0bf5f838abd5, (opens new window) - Apply Volt entry-point and barrel-removal standards across these packages. Public exports now resolve directly to ./src/* implementations instead of intermediate ./src/entry-points/* re-exports.

    Migration

    Prefer published subpaths over the package root or internal entry-point paths:

    import Calendar from '@atlaskit/calendar/calendar'; import Drawer from '@atlaskit/drawer/drawer'; import { WidthObserver } from '@atlaskit/width-detector/width-observer'; import { DocumentViewer } from '@atlaskit/media-document-viewer/document-viewer';

    If you imported through internal entry-point modules, switch to the public subpath:

    -import Calendar from '@atlaskit/calendar/entry-points/calendar'; +import Calendar from '@atlaskit/calendar/calendar'; -import WidthObserver from '@atlaskit/width-detector/src/WidthObserver'; +import { WidthObserver } from '@atlaskit/width-detector/width-observer';

Patch Changes

  • Updated dependencies

20.1.3

Patch Changes

  • Updated dependencies

20.1.2

Patch Changes

  • Updated dependencies

20.1.1

Patch Changes

  • Updated dependencies

20.1.0

Minor Changes

  • cd097a2111788, (opens new window) - 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

20.0.1

Patch Changes

20.0.0

Major Changes

  • f2dc9097319f0, (opens new window) - ### 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.

    - "typesVersions": { - ">=4.5 <4.9": { - "*": [ - "dist/types-ts4.5/*", - "dist/types-ts4.5/index.d.ts" - ] - } - },

Patch Changes

  • Updated dependencies

19.1.0

Minor Changes

19.0.5

Patch Changes

  • Updated dependencies

19.0.4

Patch Changes

  • Updated dependencies

19.0.3

Patch Changes

19.0.2

Patch Changes

19.0.1

Patch Changes

19.0.0

Major Changes

  • 38f89455de21d, (opens new window) - Removes @atlaskit/tabs/hooks entrypoint from public API. Use the hook exports from @atlaskit/tabs directly.

    Removes redundant utility files, split-out multi-export modules and restructures internal files.

Patch Changes

  • Updated dependencies

18.3.5

Patch Changes

  • Updated dependencies

18.3.4

Patch Changes

  • Updated dependencies

18.3.3

Patch Changes

  • Updated dependencies

18.3.2

Patch Changes

18.3.1

Patch Changes

  • Updated dependencies

18.3.0

Minor Changes

18.2.5

Patch Changes

18.2.4

Patch Changes

  • Updated dependencies

18.2.3

Patch Changes

  • Updated dependencies

18.2.2

Patch Changes

  • Updated dependencies

18.2.1

Patch Changes

  • Updated dependencies

18.2.0

Minor Changes

  • 2d90078a9d301, (opens new window) - [ux] Updates tabs styles to reflect our new visual design language. These changes were previously behind a feature flag and are now fully rolled out.

18.1.12

Patch Changes

18.1.11

Patch Changes

18.1.10

Patch Changes

18.1.9

Patch Changes

18.1.8

Patch Changes

18.1.7

Patch Changes

  • Updated dependencies

18.1.6

Patch Changes

18.1.5

Patch Changes

  • Updated dependencies

18.1.4

Patch Changes

  • Updated dependencies

18.1.3

Patch Changes

18.1.2

Patch Changes

  • Updated dependencies

18.1.1

Patch Changes

18.1.0

Minor Changes

Patch Changes

  • Updated dependencies

18.0.3

Patch Changes

18.0.2

Patch Changes

18.0.1

Patch Changes

  • Updated dependencies

18.0.0

Major Changes

Patch Changes

  • Updated dependencies

17.3.0

Minor Changes

Patch Changes

  • Updated dependencies

17.2.4

Patch Changes

  • Updated dependencies

17.2.3

Patch Changes

  • Updated dependencies

17.2.2

Patch Changes

17.2.1

Patch Changes

  • Updated dependencies

17.2.0

Minor Changes

Patch Changes

  • Updated dependencies

17.1.0

Minor Changes

17.0.2

Patch Changes

17.0.1

Patch Changes

  • Updated dependencies

17.0.0

Major Changes

  • #168353, (opens new window) cbd859b752028, (opens new window) - 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/tabs, 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 not need 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 to Compiled CSS-in-JS, (opens new window).

16.5.4

Patch Changes

  • Updated dependencies

16.5.3

Patch Changes

16.5.2

Patch Changes

  • Updated dependencies

16.5.1

Patch Changes

  • Updated dependencies

16.5.0

Minor Changes

16.4.2

Patch Changes

  • Updated dependencies

16.4.1

Patch Changes

  • Updated dependencies

16.4.0

Minor Changes

  • #127511, (opens new window) db30e29344013, (opens new window) - 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

16.3.2

Patch Changes

  • Updated dependencies

16.3.1

Patch Changes

  • Updated dependencies

16.3.0

Minor Changes

16.2.4

Patch Changes

  • Updated dependencies

16.2.3

Patch Changes

  • Updated dependencies

16.2.2

Patch Changes

  • Updated dependencies

16.2.1

Patch Changes

  • Updated dependencies

16.2.0

Minor Changes

Patch Changes

  • Updated dependencies

16.1.2

Patch Changes

  • Updated dependencies

16.1.1

Patch Changes

  • Updated dependencies

16.1.0

Minor Changes

16.0.0

Major Changes

15.0.0

Major Changes

  • #91586, (opens new window) e229d87eecd0, (opens new window) - - [ux] Removed horizontal padding from Tab container to ensure Tab labels and panel content align with other elements on the page. Tab label hit-boxes remain the same.
    • Adjusted line height and overall Tab label height to be consistent with the Atlassian Design System.

14.1.0

Minor Changes

14.0.5

Patch Changes

14.0.4

Patch Changes

  • Updated dependencies

14.0.3

Patch Changes

  • Updated dependencies

14.0.2

Patch Changes

  • Updated dependencies

14.0.1

Patch Changes

  • Updated dependencies

14.0.0

Major Changes

13.4.9

Patch Changes

13.4.8

Patch Changes

  • Updated dependencies

13.4.7

Patch Changes

13.4.6

Patch Changes

13.4.5

Patch Changes

13.4.4

Patch Changes

13.4.3

Patch Changes

13.4.2

Patch Changes

13.4.1

Patch Changes

13.4.0

Minor Changes

Patch Changes

  • Updated dependencies

13.3.13

Patch Changes

13.3.12

Patch Changes

  • Updated dependencies

13.3.11

Patch Changes

  • Updated dependencies

13.3.10

Patch Changes

13.3.9

Patch Changes

13.3.8

Patch Changes

  • Updated dependencies

13.3.7

Patch Changes

  • Updated dependencies

13.3.6

Patch Changes

  • Updated dependencies

13.3.5

Patch Changes

13.3.4

Patch Changes

13.3.3

Patch Changes

13.3.2

Patch Changes

13.3.1

Patch Changes

13.3.0

Minor Changes

Patch Changes

  • Updated dependencies

13.2.13

Patch Changes

13.2.12

Patch Changes

13.2.11

Patch Changes

  • Updated dependencies

13.2.10

Patch Changes

13.2.9

Patch Changes

  • Updated dependencies

13.2.8

Patch Changes

13.2.7

Patch Changes

  • Updated dependencies

13.2.6

Patch Changes

13.2.5

Patch Changes

  • Updated dependencies

13.2.4

Patch Changes

13.2.3

Patch Changes

  • Updated dependencies

13.2.2

Patch Changes

  • Updated dependencies

13.2.1

Patch Changes

  • Updated dependencies

13.2.0

Minor Changes

  • #13302, (opens new window) cc54bf994d6, (opens new window) - Instrumented Tabs 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

13.1.4

Patch Changes

13.1.3

Patch Changes

13.1.2

Patch Changes

13.1.1

Patch Changes

13.1.0

Minor Changes

  • #10569, (opens new window) 4f40ecb4471, (opens new window) - [ux] Added Home and End keys handlers for tablist. Changed arrow keys handlers to make tabs cycled. Now when you press the left arrow key on the first tab the last tab will be selected and when you press right arrow key on the last tab the first tab will be selected

Patch Changes

  • Updated dependencies

13.0.1

Patch Changes

  • Updated dependencies

13.0.0

Major Changes

  • #9756, (opens new window) c17fe6144f8, (opens new window) - ### Major Changes

    In this version, Tabs has had a pretty substantial rewrite. As well as now being dramatically faster and more lightweight, it has a brand new flexible composable API and a bunch of accessibility improvements.

    Composable API

    The old version of Tabs had a tabs prop that would map to TabItem's and TabContent's.

    import Tabs from '@atlaskit/tabs'; const ComponentUsingTabs = () => ( <Tabs tabs={ { label: 'Tab 1', content: 'One' }, { label: 'Tab 2', content: 'Two' }, { label: 'Tab 3', content: 'Three' }, ]} /> );

    We've changed the language to match the W3 spec so a TabItem is now a Tab and a TabContent is a TabPanel. We now export these components as well as a TabList so consumers use a composable API that matches the DOM structure.

    import Tabs, { Tab, TabList, TabPanel } from '@atlaskit/tabs'; const ComponentUsingTabs = () => ( <Tabs id="component-using-tabs" > <TabList> <Tab>Tab 1</Tab> <Tab>Tab 2</Tab> <Tab>Tab 3</Tab> </TabList> <TabPanel> One </TabPanel> <TabPanel> Two </TabPanel> <TabPanel> Three </TabPanel> </Tabs> );

    This allows you to easily customise your usage, for example if you want to add a tooltip.

    import Tabs, { Tab, TabList, TabPanel } from '@atlaskit/tabs'; import Tooltip from '@atlaskit/tooltip'; const TooltipTab = ({ label, tooltip }: { label: string; tooltip: string }) => ( <Tooltip content={tooltip}> <Tab>{label}</Tab> </Tooltip> ); const ComponentUsingTabs = () => ( <Tabs id="component-using-tabs" > <TabList> <TooltipTab label="Tab 1" tooltip="Tooltip for tab 1" /> <TooltipTab label="Tab 2" tooltip="Tooltip for tab 2" /> <TooltipTab label="Tab 3" tooltip="Tooltip for tab 3" /> </TabList> <TabPanel> One </TabPanel> <TabPanel> Two </TabPanel> <TabPanel> Three </TabPanel> </Tabs> );

    Hooks replacing Component prop

    The component prop allowed you to customise the Tab and TabPanel. This approach seemed counter-intuitive and had a performance impact regardless of whether you were using it. Instead with composability we have have added two hooks, useTab and useTabPanel.

    To create a custom Tab, call useTab and spread those attributes onto the custom tab. From there you can use it in place of a Tab. For example if you want to change the font size you would do so like this.

    import { useTab } from '@atlaskit/tabs'; const CustomTab = ({ label }: { label: string }) => { const tabAttributes = useTab(); return ( <div css={css` font-size: 16px; `} {...tabAttributes} > {label} </div> ); };

    Likewise, to create a custom TabPanel, call useTabPanel and spread those attributes onto the custom tab panel.

    import { useTabPanel } from '@atlaskit/tabs'; const CustomTabPanel = ({ body }: { body: string }) => { const tabPanelAttributes = useTabPanel(); return ( <div css={css` margin: 12px; `} {...tabPanelAttributes} > {body} </div> ); };

    onSelect -> onChange

    The onSelect prop has been renamed to onChange to be consistent with other design system components. Internal state has now changed to keep track of the selected index. Previously the object in the tabs prop array of type TabData was passed as well as the index. If you were using this object you will have to change to use the index.

    The type has changed from (selected: TabData, selectedIndex: number, analyticsEvent: UIAnalyticsEvent) => void; to (index: number, analyticsEvent: UIAnalyticsEvent) => void;

    This also means if you are using the selected prop you will have to ensure you are using the index of the selected tab instead of the object of type TabData.

    isSelectedTest

    Previously you could provide the prop isSelectedTest to Tabs and it would determine what tab is selected by seeing what tab returns true when isSelectedTest is called. This is a messy API that effectively means there were two ways of making Tabs controlled. If you are using isSelectedTest you should swap to using the selected prop to indicate that a tab is selected.

    Accessibility and required ID

    According to the w3 spec each tab should be linked to its corresponding tab panel. We have added the aria-controls attribute to tabs and the aria-labelledby attribute to tab panels. In order to do this we needed to generate a unique id for each tab and tab panel. To ensure these id's are unique if there are multiple Tabs components on the same page there is now a required id prop.

    shouldUnmountTabPanelOnChange

    There was previously a prop isContentPersisted which defaults to false. When true it would render all tab panels. The new default behaviour of Tabs is to leave each tab panel mounted on the page after it has been selected. This means that tab panels will only mount if selected and will not unmount and remount when changing tabs. In light of this change, isContentPersisted has been removed and shouldUnmountTabPanelOnChange has been introduced. It defaults to false and if it is set to true it will unmount a TabPanel when it is not selected. Effectively shouldUnmountTabPanelOnChange is the inverse of isContentPersisted.

    Other changes

    • Remove TabItem and TabContent export.
    • Remove the types: TabItemElementProps, TabItemComponentProvided, TabContentComponentProvided, TabItemType, TabContentType, SelectedProp, IsSelectedTestFunction, OnSelectCallback, TabsState, TabsNavigationProps and Mode.

Patch Changes

12.1.3

Patch Changes

12.1.2

Patch Changes

12.1.1

Patch Changes

12.1.0

Minor Changes

12.0.6

Patch Changes

12.0.5

Patch Changes

  • Updated dependencies

12.0.4

Patch Changes

12.0.3

Patch Changes

12.0.2

Patch Changes

12.0.1

Patch Changes

12.0.0

Major Changes

Patch Changes

  • Updated dependencies

11.2.11

Patch Changes

11.2.10

Patch Changes

11.2.9

Patch Changes

  • Updated dependencies

11.2.8

Patch Changes

11.2.7

Patch Changes

11.2.6

Patch Changes

11.2.5

Patch Changes

11.2.4

Patch Changes

11.2.3

Patch Changes

11.2.2

Patch Changes

  • [patch]d222c2b987, (opens new window):

    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:

    <CustomTheme.Provider value={t => ({ ...t(), backgroundColor: '#333'})} >

    becomes:

    <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:

    import { colors } from '@atlaskit/theme'; colors.colorPalette('8');

    to this:

    import { colorPalette } from '@atlaskit/theme'; colorPalette.colorPalette('8');

    or for multi entry-point users:

    import * as colors from '@atlaskit/theme/colors'; colors.colorPalette('8');

    to this:

    import * as colorPalettes from '@atlaskit/theme/color-palette'; colorPalettes.colorPalette('8');

11.2.1

Patch Changes

11.2.0

Minor Changes

  • [minor]99957d4a20, (opens new window):

    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.

11.1.1

Patch Changes

11.1.0

Minor Changes

11.0.9

Patch Changes

  • [patch]097b696613, (opens new window):

    Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports

11.0.8

Patch Changes

11.0.7

Patch Changes

11.0.6

Patch Changes

11.0.5

Patch Changes

  • [patch]926b43142b, (opens new window):

    Analytics-next has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No behavioural changes.

    Breaking changes

    • withAnalyticsForSumTypeProps alias has been removed, please use withAnalyticsEvents
    • AnalyticsContextWrappedComp alias has been removed, please use withAnalyticsContext

    Breaking changes to TypeScript annotations

    • withAnalyticsEvents now infers proptypes automatically, consumers no longer need to provide props as a generic type.
    • withAnalyticsContext now infers proptypes automatically, consumers no longer need to provide props as a generic type.
    • Type WithAnalyticsEventProps has been renamed to WithAnalyticsEventsProps to match source code
    • Type CreateUIAnalyticsEventSignature has been renamed to CreateUIAnalyticsEvent to match source code
    • Type UIAnalyticsEventHandlerSignature has been renamed to UIAnalyticsEventHandler to match source code
    • Type AnalyticsEventsPayload has been renamed to AnalyticsEventPayload
    • Type ObjectType has been removed, please use Record<string, any> or [key: string]: any
    • Type UIAnalyticsEventInterface has been removed, please use UIAnalyticsEvent
    • Type AnalyticsEventInterface has been removed, please use AnalyticsEvent
    • Type CreateAndFireEventFunction removed and should now be inferred by TypeScript
    • Type AnalyticsEventUpdater removed and should now be inferred by TypeScript

11.0.4

Patch Changes

11.0.3

Patch Changes

11.0.2

Patch Changes

11.0.1

Patch Changes

  • [patch]d0db01b410, (opens new window):

    TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props as a generic type. This is so that TypeScript can correctly calculate the props and defaultProps of the returned component.

    Before:

    withAnalyticsEvents()(Button) as ComponentClass<Props>;

    After:

    withAnalyticsEvents<Props>()(Button);

11.0.0

Major Changes

  • [major]61a919319a, (opens new window):

    @atlaskit/tabs has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes. tabIndex now only accepts type number.

10.0.4

Patch Changes

10.0.3

10.0.2

  • [patch]b0ef06c685, (opens new window):
    • This is just a safety release in case anything strange happened in in the previous one. See Pull Request #5942 for details

10.0.1

10.0.0

  • [major]7c17b35107, (opens new window):
    • 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.1

9.0.0

  • [major]76299208e6, (opens new window):

    • 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:

    import colors from `@atlaskit/theme/colors`;

    Previously this was sort of possible for consumers by doing something like:

    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, (opens new window) (for external) if you have any questions or queries about this.

8.0.11

  • Updated dependencies 58b84fa, (opens new window):
    • @atlaskit/analytics-next@3.1.2
    • @atlaskit/spinner@9.0.13
    • @atlaskit/theme@7.0.1
    • @atlaskit/tooltip@12.1.13
    • @atlaskit/docs@6.0.0

8.0.10

8.0.9

8.0.8

8.0.6

  • [patch] Updated dependencies df22ad8, (opens new window)
    • @atlaskit/theme@6.0.0
    • @atlaskit/tooltip@12.0.9
    • @atlaskit/spinner@9.0.6
    • @atlaskit/docs@5.0.6

8.0.5

8.0.4

  • [patch] Updated dependencies acd86a1, (opens new window)
    • @atlaskit/tooltip@12.0.4
    • @atlaskit/theme@5.1.2
    • @atlaskit/spinner@9.0.4
    • @atlaskit/analytics-next@3.0.3
    • @atlaskit/docs@5.0.2

8.0.3

8.0.2

8.0.1

8.0.0

7.1.3

7.1.2

7.1.1

7.1.0

  • [patch] Updated dependencies 9d20f54, (opens new window)
    • @atlaskit/spinner@7.0.0
    • @atlaskit/tooltip@10.2.0
    • @atlaskit/docs@4.1.0
    • @atlaskit/theme@4.0.2

7.0.1

7.0.0

6.0.3

  • [patch] Updated dependencies d662caa, (opens new window)
    • @atlaskit/tooltip@9.2.1
    • @atlaskit/theme@3.2.2
    • @atlaskit/spinner@5.0.2
    • @atlaskit/docs@3.0.4

6.0.1

6.0.0

5.2.1

5.2.0

5.1.3

5.1.2

  • [patch] Tabs now abide by selected prop when tabs and selected props both change, instead of using internal selected state 3facabc, (opens new window)

5.1.1

5.1.0

5.0.1

5.0.0

  • [major] Re-write tabs to provide a more flexible API. Breaking changes: 1) The package no longer exports TabsStateless. The Tabs component manages its own state by default, but will behave as a controlled component if the selectedTab prop is set. 2) The component no longer recognises the defaultSelected property on individual tab objects. Tabs now takes a defaultSelectedTab prop which accepts either a tab object or tab index. 3) The tabs prop is now required - the component will not render if this prop is not set. 4) It is no longer possible to render Tabs without a tab being selected. If the defaultSelectedTab and selectedTab props are not set the first tab will be selected by default. 10a5a5a, (opens new window)

4.1.0

4.0.5

4.0.4 (2017-11-17)

4.0.3 (2017-10-26)

4.0.2 (2017-10-22)

4.0.1 (2017-10-04)

4.0.0 (2017-08-11)

3.0.0 (2017-08-11)

2.4.2 (2017-07-27)

2.4.1 (2017-07-25)

2.1.0 (2017-07-17)

2.1.0 (2017-07-17)

2.0.0 (2017-05-30)

  • refactor tabs to styled-components. Rename StatelessTabs named export to TabsSta (b77172d, (opens new window))
  • breaking; Rename StatelessTabs named export to TabsStateless for consistency.
  • ISSUES CLOSED: #AK-2396

1.3.3 (2017-05-26)

1.3.2 (2017-04-27)

1.3.1 (2017-04-26)

1.3.0 (2017-04-20)

1.2.8 (2017-03-23)

1.2.6 (2017-03-21)

1.2.5 (2017-02-22)

1.2.4 (2017-02-10)

1.2.2 (2017-02-07)

1.2.0 (2017-02-03)

Was this page helpful?
We use this feedback to improve our documentation.
© 2026 AtlassianTrademark, (opens new window)Privacy, (opens new window)License