Calendar

An interactive calendar for date selection experiences.

Neutral selected states

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

19.3.2

Patch Changes

  • Updated dependencies

19.3.1

Patch Changes

  • Updated dependencies

19.3.0

Minor Changes

  • 22469cd6605a3, (opens new window) - When platform-dst-locale-week-start-day is enabled, Calendar and DatePicker default the first day of the week from the locale via Intl.Locale.getWeekInfo(). @atlaskit/locale adds getFirstDayOfWeek() for that lookup. Pass weekStartDay to keep Sunday or any other start day.

Patch Changes

  • Updated dependencies

19.2.3

Patch Changes

19.2.2

Patch Changes

19.2.1

Patch Changes

19.2.0

Minor Changes

Patch Changes

  • Updated dependencies

19.1.1

Patch Changes

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

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

18.3.7

Patch Changes

  • Updated dependencies

18.3.6

Patch Changes

  • Updated dependencies

18.3.5

Patch Changes

  • 44cfa83f61092, (opens new window) - Correct the list item motion transition timing. A CSS transition is governed by the timing declared on the state being transitioned into, so the pressed timing (motion.listitem.pressed, 100ms) belongs on :active, not :hover. Declaring it on :hover made normal → hover (and selected → hover) animate at 100ms instead of the intended 50ms. The :hover state now uses motion.listitem.hovered (50ms) across all list item consumers so both hovering and unhovering animate at 50ms, while :active keeps motion.listitem.pressed (100ms) and selected variants rest at motion.listitem.selected (100ms). Behaviour remains behind the platform-dst-motion-uplift-list-item feature gate.

18.3.4

Patch Changes

  • 6490d22c0d837, (opens new window) - Fix list item pressed motion so the hover to pressed transition uses motion.listitem.pressed (100ms) instead of the hover timing (50ms). The pressed timing is now declared on the :hover state so the transition into the pressed state animates correctly. Behaviour remains behind the platform-dst-motion-uplift-list-item feature gate.
  • Updated dependencies

18.3.3

Patch Changes

  • Updated dependencies

18.3.2

Patch Changes

  • Updated dependencies

18.3.1

Patch Changes

  • Updated dependencies

18.3.0

Minor Changes

Patch Changes

  • Updated dependencies

18.2.1

Patch Changes

  • Updated dependencies

18.2.0

Minor Changes

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

18.0.1

Patch Changes

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

17.2.20

Patch Changes

  • Updated dependencies

17.2.19

Patch Changes

  • Updated dependencies

17.2.18

Patch Changes

  • Updated dependencies

17.2.17

Patch Changes

17.2.16

Patch Changes

17.2.15

Patch Changes

  • Updated dependencies

17.2.14

Patch Changes

17.2.13

Patch Changes

17.2.12

Patch Changes

  • Updated dependencies

17.2.11

Patch Changes

  • Updated dependencies

17.2.10

Patch Changes

  • Updated dependencies

17.2.9

Patch Changes

  • Updated dependencies

17.2.8

Patch Changes

17.2.7

Patch Changes

  • Updated dependencies

17.2.6

Patch Changes

  • Updated dependencies

17.2.5

Patch Changes

  • Updated dependencies

17.2.4

Patch Changes

17.2.3

Patch Changes

  • Updated dependencies

17.2.2

Patch Changes

  • Updated dependencies

17.2.1

Patch Changes

  • Updated dependencies

17.2.0

Minor Changes

Patch Changes

  • Updated dependencies

17.1.27

Patch Changes

  • Updated dependencies

17.1.26

Patch Changes

  • Updated dependencies

17.1.25

Patch Changes

  • Updated dependencies

17.1.24

Patch Changes

  • Updated dependencies

17.1.23

Patch Changes

  • Updated dependencies

17.1.22

Patch Changes

  • Updated dependencies

17.1.21

Patch Changes

  • Updated dependencies

17.1.20

Patch Changes

17.1.19

Patch Changes

17.1.18

Patch Changes

17.1.17

Patch Changes

  • Updated dependencies

17.1.16

Patch Changes

  • Updated dependencies

17.1.15

Patch Changes

  • Updated dependencies

17.1.14

Patch Changes

  • Updated dependencies

17.1.13

Patch Changes

  • Updated dependencies

17.1.12

Patch Changes

  • Updated dependencies

17.1.11

Patch Changes

  • Updated dependencies

17.1.10

Patch Changes

  • Updated dependencies

17.1.9

Patch Changes

  • Updated dependencies

17.1.8

Patch Changes

  • Updated dependencies

17.1.7

Patch Changes

  • Updated dependencies

17.1.6

Patch Changes

  • Updated dependencies

17.1.5

Patch Changes

  • Updated dependencies

17.1.4

Patch Changes

  • Updated dependencies

17.1.3

Patch Changes

17.1.2

Patch Changes

  • Updated dependencies

17.1.1

Patch Changes

  • Updated dependencies

17.1.0

Minor Changes

17.0.0

Major Changes

Patch Changes

  • Updated dependencies

16.4.0

Minor Changes

Patch Changes

  • Updated dependencies

16.3.3

Patch Changes

  • Updated dependencies

16.3.2

Patch Changes

16.3.1

Patch Changes

  • Updated dependencies

16.3.0

Minor Changes

Patch Changes

  • Updated dependencies

16.2.2

Patch Changes

16.2.1

Patch Changes

16.2.0

Minor Changes

16.1.1

Patch Changes

  • Updated dependencies

16.1.0

Minor Changes

16.0.0

Major Changes

  • #177508, (opens new window) a58e08c43671b, (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/calendar, 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).

15.1.3

Patch Changes

  • Updated dependencies

15.1.2

Patch Changes

  • Updated dependencies

15.1.1

Patch Changes

15.1.0

Minor Changes

15.0.5

Patch Changes

  • Updated dependencies

15.0.4

Patch Changes

  • Updated dependencies

15.0.3

Patch Changes

  • Updated dependencies

15.0.2

Patch Changes

15.0.1

Patch Changes

  • Updated dependencies

15.0.0

Major Changes

14.5.2

Patch Changes

  • Updated dependencies

14.5.1

Patch Changes

  • Updated dependencies

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

14.4.2

Patch Changes

  • Updated dependencies

14.4.1

Patch Changes

  • Updated dependencies

14.4.0

Minor Changes

14.3.6

Patch Changes

  • Updated dependencies

14.3.5

Patch Changes

  • Updated dependencies

14.3.4

Patch Changes

  • Updated dependencies

14.3.3

Patch Changes

  • Updated dependencies

14.3.2

Patch Changes

  • Updated dependencies

14.3.1

Patch Changes

  • Updated dependencies

14.3.0

Minor Changes

Patch Changes

  • Updated dependencies

14.2.2

Patch Changes

  • Updated dependencies

14.2.1

Patch Changes

  • Updated dependencies

14.2.0

Minor Changes

14.1.0

Minor Changes

14.0.13

Patch Changes

14.0.12

Patch Changes

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

14.0.7

Patch Changes

  • Updated dependencies

14.0.6

Patch Changes

14.0.5

Patch Changes

14.0.4

Patch Changes

  • Updated dependencies

14.0.3

Patch Changes

14.0.2

Patch Changes

14.0.1

Patch Changes

  • Updated dependencies

14.0.0

Major Changes

13.3.3

Patch Changes

13.3.2

Patch Changes

  • Updated dependencies

13.3.1

Patch Changes

13.3.0

Minor Changes

13.2.2

Patch Changes

13.2.1

Patch Changes

13.2.0

Minor Changes

  • #38403, (opens new window) b5716b91b31, (opens new window) - [ux] We are testing adding keyboard accessibility for Calendar behind a feature flag. This will add more affordances for users of assistive technologies to use the calendar, and updates the tabIndex prop to only use recommended values. If this fix is successful it will be available in a later release.

13.1.17

Patch Changes

13.1.16

Patch Changes

13.1.15

Patch Changes

13.1.14

Patch Changes

13.1.13

Patch Changes

  • Updated dependencies

13.1.12

Patch Changes

  • Updated dependencies

13.1.11

Patch Changes

  • Updated dependencies

13.1.10

Patch Changes

13.1.9

Patch Changes

  • Updated dependencies

13.1.8

Patch Changes

13.1.7

Patch Changes

13.1.6

Patch Changes

13.1.5

Patch Changes

  • Updated dependencies

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

Patch Changes

  • Updated dependencies

13.0.14

Patch Changes

13.0.13

Patch Changes

  • Updated dependencies

13.0.12

Patch Changes

  • Updated dependencies

13.0.11

Patch Changes

13.0.10

Patch Changes

  • Updated dependencies

13.0.9

Patch Changes

  • Updated dependencies

13.0.8

Patch Changes

  • Updated dependencies

13.0.7

Patch Changes

13.0.6

Patch Changes

13.0.5

Patch Changes

13.0.4

Patch Changes

  • Updated dependencies

13.0.3

Patch Changes

13.0.2

Patch Changes

13.0.1

Patch Changes

13.0.0

Major Changes

  • #28165, (opens new window) 642298a54dc, (opens new window) - Major changes:

    • Removing support for legacy dark mode.

    Minor changes:

    • Removal of row containers in day of month grid.
    • Vertically center heading inside the calendar.
    • Minor changes to visual layout to conform to design system tokens.
    • Composition change of DOM elements in day of week header.
    • Remove hardcoded width: 289px. Calendar now fills natural width of content.

Patch Changes

  • Updated dependencies

12.4.5

Patch Changes

  • Updated dependencies

12.4.4

Patch Changes

  • Updated dependencies

12.4.3

Patch Changes

  • Updated dependencies

12.4.2

Patch Changes

12.4.1

Patch Changes

12.4.0

Minor Changes

Patch Changes

  • Updated dependencies

12.3.2

Patch Changes

12.3.1

Patch Changes

12.3.0

Minor Changes

12.2.0

Minor Changes

Patch Changes

  • Updated dependencies

12.1.14

Patch Changes

12.1.13

Patch Changes

  • Updated dependencies

12.1.12

Patch Changes

12.1.11

Patch Changes

  • Updated dependencies

12.1.10

Patch Changes

12.1.9

Patch Changes

  • Updated dependencies

12.1.8

Patch Changes

  • Updated dependencies

12.1.7

Patch Changes

12.1.6

Patch Changes

  • Updated dependencies

12.1.5

Patch Changes

12.1.4

Patch Changes

  • Updated dependencies

12.1.3

Patch Changes

12.1.2

Patch Changes

  • Updated dependencies

12.1.1

Patch Changes

  • Updated dependencies

12.1.0

Minor Changes

  • #13302, (opens new window) 89c0316aa2c, (opens new window) - Instrumented Calendar 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

12.0.3

Patch Changes

  • Updated dependencies

12.0.2

Patch Changes

12.0.1

Patch Changes

12.0.0

Major Changes

  • #12328, (opens new window) 4ab5a7e9069, (opens new window) - ### Major:

    Removes defaultDisabled prop, a stateless/uncontrolled variant of the disabled prop. As a stateless calendar would never change its disabled dates, this prop was unnecessary.

    New Features:

    Adds three props to make disabling dates more practical, performant and expressive in @atlaskit/calendar. These features are also available for DatePicker:

    • minDate for the minimum valid date
    • maxDate for the maximum valid date
    • disabledDateFilter, a function that takes a date string, and returns whether or not it should be disabled.

    Bugs

    • Disabled dates that lie outside of the currently selected month now have correct hover styles

Patch Changes

  • Updated dependencies

11.1.1

Patch Changes

11.1.0

Minor Changes

Patch Changes

  • Updated dependencies

11.0.1

Patch Changes

11.0.0

Major Changes

  • #9083, (opens new window) 8ed4c2efc42, (opens new window) - In this version we made calendar dramatically faster and lighter 🤩

    • General performance improvements
    • Moved from using tables to CSS grid to display the days
    • Removed unnecessary DOM elements
    • The className and style props have been added
    • BREAKING The innerProps prop has been removed, generally consumers have only used this for style props which are now available directly

    Running the codemod cli

    To run the codemod: You first need to have the latest version installed

    yarn upgrade @atlaskit/calendar@^11.0.0

    Once upgraded, use @atlaskit/codemod-cli via npx:

    npx @atlaskit/codemod-cli --parser babel --extensions ts,tsx,js [relativePath]

    The CLI will show a list of components and versions so select @atlaskit/calendar@^11.0.0 and you will automatically be upgraded. If your usage of calendar cannot be upgraded a comment will be left that a manual change is required.

    Run npx @atlaskit/codemod-cli -h for more details on usage. For Atlassians, refer to the documentation, (opens new window) for more details on the codemod CLI.

Patch Changes

10.3.3

Patch Changes

10.3.2

Patch Changes

10.3.1

Patch Changes

  • #8644, (opens new window) 79c23df6340, (opens new window) - Use injected package name and version for analytics instead of version.json.

  • 42785088a12, (opens new window) - - Migrate old entry points to new one. Calendar now has only following exports:

    • default export. Can be imported like:
      • import Calendar from '@atlaskit/calendar'
    • named type exports (CalendarProps, ChangeEvent, SelectEvent). Can be imported like:
      • import { CalendarProps, ChangeEvent, SelectEvent } from '@atlaskit/calendar'
      • import { CalendarProps, ChangeEvent, SelectEvent } from '@atlaskit/calendar/types'.

    Internal change

    • Remove reference of private types and props from the documentation. Right now private type is CalendarInternalRef and private prop is calendarRef.
    • Rename calendar exported private ref type from CalendarInternalRef to CalendarRef.
    • Rename calendar private prop from internalRef to calendarRef.
  • f74ba30c53c, (opens new window) - Internal change

    • We have improved re-rendering quite a bit by memoizing components, loops and rendered elements.
    • Duplicate "pad-to-two" util has been removed.
    • Refactored few variables/functions/types.
    • Extracted out few components for readability purpose.
  • Updated dependencies

10.3.0

Minor Changes

  • #8178, (opens new window) d069f7834ef, (opens new window) - Calendar now accepts a weekStartDay prop that controls which day of the week should be used at the start. This prop accepts the following values:

    • 0 sunday (default value)
    • 1 monday
    • 2 tuesday
    • 3 wednesday
    • 4 thursday
    • 5 friday
    • 6 saturday
  • ccde1b6b939, (opens new window) - Convert all styles of Calendar from styled-components to emotion CSS and apply different styles via data-attributes. Internally theme mode is now accessed via Global theme context and used to generate colors.

  • e20f4c2806e, (opens new window) - Improvement in internal analytics performance

    Dev changes

    • Migrated from @atlaskit/analytics-next React HOC to React hooks. This improved re-rendering quite a bit.

Patch Changes

10.2.0

Minor Changes

Patch Changes

  • Updated dependencies

10.1.0

Minor Changes

  • #7762, (opens new window) 985961ce983, (opens new window) - Internal change from class to function components
    • We have converted all the components from class to functional. This improved performance quite a bit. Initial rendering, hydration, interaction, bundlesize and re-rendering; all have been improved.
    • We have made all the prop typings optional now. Earlier they were not aligned with the prop values (which were all optional earlier).
    • We have stopped exporting internal CalendarClassType and ArrowKeys types which were not compatible with functional components. Instead we have exported CalendarInternalRef type temporarily for backward compatibility and a new optional prop internalRef which consumers can use to access internal api's. Right now only @atlaskit/datetime-picker uses navigate() api for navigation which will be removed soon. This new type and prop are not recommended. So please don't use them.
    • We have also exported a new type SelectEvent along with already exported ChangeEvent, which consumers can use with onSelect and onChange prop.
    • We have also added ref support which points to the top level element. Earlier it was not officially supported.
    • Dev changes includes: folder restructuring and cleanup, lodash removal, memoizing components etc.

10.0.10

Patch Changes

10.0.9

Patch Changes

10.0.8

Patch Changes

  • Updated dependencies

10.0.7

Patch Changes

10.0.6

Patch Changes

  • Updated dependencies

10.0.5

Patch Changes

10.0.4

Patch Changes

10.0.3

Patch Changes

10.0.2

Patch Changes

10.0.1

Patch Changes

10.0.0

Major Changes

Patch Changes

  • Updated dependencies

9.2.10

Patch Changes

9.2.9

Patch Changes

9.2.8

Patch Changes

  • Updated dependencies

9.2.7

Patch Changes

9.2.6

Patch Changes

9.2.5

Patch Changes

9.2.4

Patch Changes

9.2.3

Patch Changes

  • Updated dependencies c0102a3ea2, (opens new window):
    • @atlaskit/icon@20.0.0
    • @atlaskit/locale@1.0.4
    • @atlaskit/docs@8.3.1
    • @atlaskit/button@13.3.6
    • @atlaskit/select@11.0.6

9.2.2

Patch Changes

9.2.1

9.2.0

Minor Changes

  • [minor]7fe4bcf86d, (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.

9.1.1

Patch Changes

9.1.0

Minor Changes

9.0.1

Patch Changes

9.0.0

Major Changes

  • [major]8c725d46ec, (opens new window):

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

8.1.0

Minor Changes

  • [minor]e3d466543f, (opens new window):

    Add locale support for Calendar/DateTimePicker/DatePicker/TimePicker:

    • New prop locale enables localization for date/time format in DatePicker, TimePicker and DateTimePicker, and months/days in Calendar.
    • Deprecated dateFormat, timeFormat and formatDisplayLabel props. Please use locale instead. If provided, these props will override locale.
    • Default date/time placeholders now use locale to format the date.
    • The default date parser for DatePicker has been changed from date-fns.parse to one based on the locale prop and accept text in a format that matches the placeholder.

8.0.10

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

8.0.9

Patch Changes

8.0.8

Patch Changes

8.0.7

Patch Changes

8.0.6

8.0.5

Patch Changes

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

    popper has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes.

8.0.4

Patch Changes

8.0.3

8.0.2

Patch Changes

8.0.1

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

7.0.22

7.0.21

  • Updated dependencies 1e826b2966, (opens new window):
    • @atlaskit/docs@7.0.2
    • @atlaskit/analytics-next@4.0.3
    • @atlaskit/icon@16.0.8
    • @atlaskit/theme@8.1.6
    • @atlaskit/button@12.0.0

7.0.20

  • Updated dependencies 9d5cc39394, (opens new window):
    • @atlaskit/docs@7.0.1
    • @atlaskit/analytics-next@4.0.1
    • @atlaskit/icon@16.0.5
    • @atlaskit/theme@8.0.1
    • @atlaskit/button@11.0.0

7.0.19

7.0.18

  • Updated dependencies 76299208e6, (opens new window):
    • @atlaskit/button@10.1.3
    • @atlaskit/icon@16.0.4
    • @atlaskit/docs@7.0.0
    • @atlaskit/analytics-next@4.0.0
    • @atlaskit/theme@8.0.0

7.0.17

7.0.16

  • Updated dependencies 58b84fa, (opens new window):
    • @atlaskit/analytics-next@3.1.2
    • @atlaskit/button@10.1.1
    • @atlaskit/icon@15.0.2
    • @atlaskit/theme@7.0.1
    • @atlaskit/docs@6.0.0

7.0.15

7.0.14

7.0.13

  • Updated dependencies 6998f11, (opens new window):
    • @atlaskit/docs@5.2.1
    • @atlaskit/analytics-next@3.1.1
    • @atlaskit/icon@14.6.1
    • @atlaskit/theme@6.2.1
    • @atlaskit/button@10.0.0

7.0.12

7.0.11

  • [patch]a637f5e, (opens new window):
    • Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow flow to type check properly

7.0.10

7.0.9

7.0.8

7.0.7

7.0.5

7.0.4

7.0.3

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

7.0.2

7.0.1

7.0.0

6.2.2

6.2.1

6.2.0

6.1.3

6.1.2

6.1.1

6.1.0

6.0.1

6.0.0

5.0.4

5.0.3

5.0.1

5.0.0

4.0.0

  • [major] QoL and consistency changes to the calendar and datetime-picker APIs. Added the ability to specify a string to the DateTimePicker component. Remove stateless components and make each component stateless or stateful using the controlled / uncontrolled pattern. Misc prop renames for consistency. ab21d8e, (opens new window)

3.2.1

3.2.0

3.1.3

3.1.2

3.1.1

3.1.0

3.0.13

3.0.12

3.0.10

3.0.9

3.0.6

3.0.4

  • [patch] Use correct dependencies 7b178b1
  • [patch] Adding responsive behavior to the editor. e0d9867
Was this page helpful?
We use this feedback to improve our documentation.
© 2026 AtlassianTrademark, (opens new window)Privacy, (opens new window)License