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
d7eeefc938dd4, (opens new window) - Cleaned up new shape theme styles, making new border and radius values the default.
19.2.2
Patch Changes
7d49f4cfcd044, (opens new window) - Updates selected Calendar dates to use bold selected colors behind platform-dst-tokens-finesse.- Updated dependencies
19.2.1
Patch Changes
bcfe498b206d5, (opens new window) - Adopt button and list-item motion tokens behind the use-pressable-motion rollout.
19.2.0
Minor Changes
bd2c5b0112185, (opens new window) - Remove stale API report artifacts from published Platform packages.
Patch Changes
- Updated dependencies
19.1.1
Patch Changes
695fcbc68ad47, (opens new window) - Experimental React 19 peer dependency support. This patch widens the peer range; CI coverage is partial.- Updated dependencies
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.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
19.0.0
Major Changes
-
f0bf5f838abd5, (opens new window) - Apply Volt entry-point and barrel-removal standards across these packages. Publicexportsnow 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:hovermadenormal → hover(andselected → hover) animate at 100ms instead of the intended 50ms. The:hoverstate now usesmotion.listitem.hovered(50ms) across all list item consumers so both hovering and unhovering animate at 50ms, while:activekeepsmotion.listitem.pressed(100ms) and selected variants rest atmotion.listitem.selected(100ms). Behaviour remains behind theplatform-dst-motion-uplift-list-itemfeature gate.
18.3.4
Patch Changes
6490d22c0d837, (opens new window) - Fix list item pressed motion so the hover to pressed transition usesmotion.listitem.pressed(100ms) instead of the hover timing (50ms). The pressed timing is now declared on the:hoverstate so the transition into the pressed state animates correctly. Behaviour remains behind theplatform-dst-motion-uplift-list-itemfeature 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
c98e0cf5cc4f6, (opens new window) - Autofix: add explicit package exports (barrel removal)
Patch Changes
- Updated dependencies
18.2.1
Patch Changes
- Updated dependencies
18.2.0
Minor Changes
00debd55c4e53, (opens new window) - Add motion to Calendar day cells and month/year navigation arrows behind the platform-dst-motion-uplift-list-item feature flag
18.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
18.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
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
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
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
02483200273ec, (opens new window) - Enrol all Design System UI packages into the React Compiler with platform gating via isReactCompilerActivePlatform.- Updated dependencies
17.2.16
Patch Changes
22bf79dbdcdca, (opens new window) - Internal changes to remove unnecessary token fallbacks and imports from@atlaskit/theme- Updated dependencies
17.2.15
Patch Changes
- Updated dependencies
17.2.14
Patch Changes
7aef1e49e90ea, (opens new window) - Removes redundant fallback color values via @atlaskit/theme- Updated dependencies
17.2.13
Patch Changes
38f89455de21d, (opens new window) - Removes redundant utility files, split-out multi-export files and restructures internal files.- Updated dependencies
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
5db9e3f21a52f, (opens new window) - Internal refactoring- Updated dependencies
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
a48fdadce2137, (opens new window) - Minor internal typography changes.- Updated dependencies
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
b867e641d818d, (opens new window) - Updated border radius values behind a feature gateplatform-dst-shape-theme-default.
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
39e543109ec09, (opens new window) - add type info to forwardRef components- Updated dependencies
17.1.19
Patch Changes
f3494b0a49dbc, (opens new window) - Internal changes to use new shape tokens. No visual changes.
17.1.18
Patch Changes
f0662cd7a143e, (opens new window) - Internal changes to how borders are applied.- Updated dependencies
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
- #129972, (opens new window)
b2d69a39e6687, (opens new window) - Update@compiled/reactdependency for improved type checking support. - Updated dependencies
17.1.2
Patch Changes
- Updated dependencies
17.1.1
Patch Changes
- Updated dependencies
17.1.0
Minor Changes
- #114797, (opens new window)
abf693fdd9167, (opens new window) - Add year buttons to calendar. This removes the feature flag related to this change.
17.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
16.4.0
Minor Changes
- #116138, (opens new window)
b50c5d5d65ae2, (opens new window) - Bump to the latest version of @compiled/react
Patch Changes
- Updated dependencies
16.3.3
Patch Changes
- Updated dependencies
16.3.2
Patch Changes
- #114277, (opens new window)
f10877b44dc55, (opens new window) - Update depdencies and remove old codemods.
16.3.1
Patch Changes
- Updated dependencies
16.3.0
Minor Changes
- #109060, (opens new window)
4660ec858a305, (opens new window) - UpdateReactfrom v16 to v18
Patch Changes
- Updated dependencies
16.2.2
Patch Changes
- #105146, (opens new window)
c5f6c2695a300, (opens new window) - Update dev dependencies and clean up unused internal exports.
16.2.1
Patch Changes
- #103999, (opens new window)
9f62ecec4d422, (opens new window) - Update dependencies.
16.2.0
Minor Changes
- #102000, (opens new window)
3e1546043c1c3, (opens new window) - We are testing adding year buttons to the calendar behind a feature flag. If this fix is successful it will be available in a later release.
16.1.1
Patch Changes
- Updated dependencies
16.1.0
Minor Changes
- #176231, (opens new window)
f5dff1c78dbb4, (opens new window) - Migrated from primitives components to primitives/compiled components
16.0.0
Major Changes
-
#177508, (opens new window)
a58e08c43671b, (opens new window) - Migrated from@emotion/reactto@compiled/reactin 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.cssimports correctly. Most bundlers come with built-in support for.cssimports, 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.cssimports.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
- #166026, (opens new window)
962b5e77810fb, (opens new window) - Adds side-effect config to support Compiled css extraction in third-party apps - Updated dependencies
15.1.0
Minor Changes
- #157307, (opens new window)
a1e80ec0a5e4a, (opens new window) - Enable new icons behind a feature flag.
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
- #148281, (opens new window)
3c4de48168ffe, (opens new window) - Update the import path ofuseId*from@atlaskit/ds-lib - Updated dependencies
15.0.1
Patch Changes
- Updated dependencies
15.0.0
Major Changes
- #136647, (opens new window)
a3f810c087f5d, (opens new window) - RemovecalendarRefprop. This has been included as a legacy prop but is no longer in use within Atlassian.
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 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
14.4.2
Patch Changes
- Updated dependencies
14.4.1
Patch Changes
- Updated dependencies
14.4.0
Minor Changes
974d1508085ce, (opens new window) - Add a new propshouldSetFocusOnCurrentDayto automatically set the focus to the current day.
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
- #111878, (opens new window)
223959ef57c80, (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
14.2.2
Patch Changes
- Updated dependencies
14.2.1
Patch Changes
- Updated dependencies
14.2.0
Minor Changes
- #90213, (opens new window)
aa06d98a6384, (opens new window) - Add support for React 18 in non-strict mode.
14.1.0
Minor Changes
- #88752, (opens new window)
c164ec1faceb, (opens new window) - [ux] Internal changes to typography, small visual change to calendar week header text.
14.0.13
Patch Changes
- #84135, (opens new window)
87ddd92e0265, (opens new window) - [ux] Unnecessary tab stop for keyboard users removed.
14.0.12
Patch Changes
- #83116, (opens new window)
8d4e99057fe0, (opens new window) - Upgrade Typescript from4.9.5to5.4.2
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
- #72130, (opens new window)
b037e5451037, (opens new window) - Update new button text color fallback for default theme (non-token) to match that of old button current text color - Updated dependencies
14.0.7
Patch Changes
- Updated dependencies
14.0.6
Patch Changes
- #65872, (opens new window)
42fb30840f3c, (opens new window) - [ux] Migrate buttons in Calendar to consume new icon buttons. - Updated dependencies
14.0.5
Patch Changes
- #63677, (opens new window)
f320c8ce5039, (opens new window) - This package has been added to the Jira push model.
14.0.4
Patch Changes
- Updated dependencies
14.0.3
Patch Changes
- #59147, (opens new window)
f12e489f23b0, (opens new window) - Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
14.0.2
Patch Changes
- #58458, (opens new window)
536478cdcf0b, (opens new window) - Made some tiny tweaks to the weekday header so its height is now an integer.
14.0.1
Patch Changes
- Updated dependencies
14.0.0
Major Changes
- #41791, (opens new window)
ec7c2a38247, (opens new window) - Removed all remaining legacy theming logic from the Calendar, Form, InlineDialog, InlineEdit and InlineMessage components.
13.3.3
Patch Changes
- #42445, (opens new window)
5645b5a1132, (opens new window) - Fix TS errors for forge-ui in AFM
13.3.2
Patch Changes
- Updated dependencies
13.3.1
Patch Changes
- #39443, (opens new window)
75b9f4664c6, (opens new window) - [ux] Hide weekday header row from assistive technologies.
13.3.0
Minor Changes
- #39246, (opens new window)
26825f14d51, (opens new window) - [ux] This adds greater keyboard accessibility to calendar, and removes the feature flag that gated this change.
13.2.2
Patch Changes
- #38521, (opens new window)
ceedd1f27df, (opens new window) - [ux] Ensures month/year does not render as live region until it has changed or has otherwise been interacted with for better usability. Part of feature flag for keyboard accessibility.
13.2.1
Patch Changes
- #38162, (opens new window)
fd6bb9c9184, (opens new window) - Delete version.json - Updated dependencies
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 thetabIndexprop to only use recommended values. If this fix is successful it will be available in a later release.
13.1.17
Patch Changes
- #37611, (opens new window)
0ed39bbcb73, (opens new window) - [ux] correct fallback color of focused state to meet contrast requirement
13.1.16
Patch Changes
- #37533, (opens new window)
1ed303de3e8, (opens new window) - Updated dependencies
13.1.15
Patch Changes
- #37278, (opens new window)
3fadbb8bf73, (opens new window) - Internal changes.
13.1.14
Patch Changes
- #36412, (opens new window)
7e4085cd951, (opens new window) - Allow caret version range in @atlaskit/primitives dependency.
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
- #35712, (opens new window)
76d4d797a2d, (opens new window) - Updates calendar for primitives bump. - Updated dependencies
13.1.9
Patch Changes
- Updated dependencies
13.1.8
Patch Changes
- #35337, (opens new window)
529814693a1, (opens new window) - Pin version of @atlaskit/primitives so it resolves to correct version
13.1.7
Patch Changes
- #33833, (opens new window)
b8b41649492, (opens new window) - Update how certain background colors are referenced by name. Internal changes only. - Updated dependencies
13.1.6
Patch Changes
- #34922, (opens new window)
779727e307a, (opens new window) - Internal change only. Replace all instances of Box with stable @atlaskit/primitives version.
13.1.5
Patch Changes
- Updated dependencies
13.1.4
Patch Changes
- #34881, (opens new window)
774ed69ecef, (opens new window) - Internal changes to use space tokens for spacing values. There is no visual change.
13.1.3
Patch Changes
- #34727, (opens new window)
74fec133d99, (opens new window) - [ux] Add proper grid roles to calendar.
13.1.2
Patch Changes
- #33793, (opens new window)
9d00501a414, (opens new window) - Ensure legacy types are published for TS 4.5-4.8
13.1.1
Patch Changes
- #33649, (opens new window)
41fae2c6f68, (opens new window) - Upgrade Typescript from4.5.5to4.9.5
13.1.0
Minor Changes
- #33258, (opens new window)
56507598609, (opens new window) - Skip minor dependency bump
Patch Changes
- Updated dependencies
13.0.14
Patch Changes
- #32424, (opens new window)
2e01c9c74b5, (opens new window) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
13.0.13
Patch Changes
- Updated dependencies
13.0.12
Patch Changes
- Updated dependencies
13.0.11
Patch Changes
- #31891, (opens new window)
70922a6fcea, (opens new window) - [ux] style(calendar): update icon fallback color from N70 to N700 to match tokens and fix color contrast issue c0fb88b3af6, (opens new window) - [ux] style(calendar): update icon color token from text.subtlest to color.icon
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
- #31242, (opens new window)
cfe48bb7ece, (opens new window) - Internal change only. Replace usages of Inline/Stack with stable version from@atlaskit/primitives.
13.0.6
Patch Changes
- #31041, (opens new window)
842bb999a85, (opens new window) - Internal change only. Replace usages of Inline/Stack with stable version from@atlaskit/primitives.
13.0.5
Patch Changes
- #30882, (opens new window)
1fc7949b336, (opens new window) - [ux] Fixes a bug where the background for the calendar element was incorrectly set to 'elevation.surface'
13.0.4
Patch Changes
- Updated dependencies
13.0.3
Patch Changes
- #27634, (opens new window)
22b754d311f, (opens new window) - Updates usage of removed design tokenutilities.UNSAFE_util.transparentin favour of its replacementutilities.UNSAFE.transparent - Updated dependencies
13.0.2
Patch Changes
- #27891, (opens new window)
eadbf13d8c0, (opens new window) - Updated usages ofText,Box,Stack, andInlineprimitives to reflect their updated APIs. There are no visual or behaviour changes. - Updated dependencies
13.0.1
Patch Changes
- #28064, (opens new window)
b0f6dd0bc35, (opens new window) - Updated to use typography tokens. There is no expected behaviour or visual change.
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
- #26488, (opens new window)
bc989043572, (opens new window) - Internal changes to apply spacing tokens. This should be a no-op change.
12.4.1
Patch Changes
- #24874, (opens new window)
8cc2f888c83, (opens new window) - Upgrade Typescript from4.3.5to4.5.5
12.4.0
Minor Changes
- #24004, (opens new window)
764726e020b, (opens new window) - Updates@emotion/coreto@emotion/react; v10 to v11. There is no expected behavior change.
Patch Changes
- Updated dependencies
12.3.2
Patch Changes
- #24492, (opens new window)
8d4228767b0, (opens new window) - Upgrade Typescript from4.2.4to4.3.5.
12.3.1
Patch Changes
- #23381, (opens new window)
124a1b7532b, (opens new window) - Remove calendar's background when design tokens are provided, to allow calendar to match the color of any surface in light or dark mode 6bf81ead961, (opens new window) - Internal code change turning on new linting rules.- Updated dependencies
12.3.0
Minor Changes
- #22642, (opens new window)
e1e33cfe0db, (opens new window) - [ux] Adds tabIndex prop for@atlaskit/calendar, useful when needing to disable calendar from receiving focus by keyboard.
12.2.0
Minor Changes
- #22029, (opens new window)
6f7a4353204, (opens new window) - Added ability to provide custom aria-labels for next- and previous-month buttons usingnextMonthLabelandpreviousMonthLabel
Patch Changes
- Updated dependencies
12.1.14
Patch Changes
- #21570, (opens new window)
c8c7eec9fb8, (opens new window) - [ux] Updates tokens used for selected hovered state
12.1.13
Patch Changes
- Updated dependencies
12.1.12
Patch Changes
- #20650, (opens new window)
cb2392f6d33, (opens new window) - Upgrade to TypeScript 4.2.4 - Updated dependencies
12.1.11
Patch Changes
- Updated dependencies
12.1.10
Patch Changes
- #19618, (opens new window)
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
12.1.9
Patch Changes
- Updated dependencies
12.1.8
Patch Changes
- Updated dependencies
12.1.7
Patch Changes
- #16752, (opens new window)
19d72473dfb, (opens new window) - Updates usage of deprecated token names so they're aligned with the latest naming conventions. No UI or visual changes - Updated dependencies
12.1.6
Patch Changes
- Updated dependencies
12.1.5
Patch Changes
- #15998, (opens new window)
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
12.1.4
Patch Changes
- Updated dependencies
12.1.3
Patch Changes
- #15531, (opens new window)
192d35cfdbd, (opens new window) - Defaults native button usage to type="button" to prevent unintended submittig of forms. f7d71a9ba09, (opens new window) - Replaces visually hidden styles in component to instead use '@atlaskit/visually-hidden'.
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
2d7cc544696, (opens new window) - Updates token usage to match the latest token set- Updated dependencies
12.0.3
Patch Changes
- Updated dependencies
12.0.2
Patch Changes
- #9328, (opens new window)
414b6216adf, (opens new window) - Upgrade date-fns to ^2.17
12.0.1
Patch Changes
- #12880, (opens new window)
378d1cef00f, (opens new window) - Bump@atlaskit/themeto version^11.3.0.
12.0.0
Major Changes
-
#12328, (opens new window)
4ab5a7e9069, (opens new window) - ### Major:Removes
defaultDisabledprop, a stateless/uncontrolled variant of thedisabledprop. 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:minDatefor the minimum valid datemaxDatefor the maximum valid datedisabledDateFilter, 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
- #12167, (opens new window)
d6f7ff383cf, (opens new window) - Updates to development dependencystorybook-addon-performance
11.1.0
Minor Changes
- #10230, (opens new window)
d872280cff1, (opens new window) - Calendar now exports aWeekDaytype. This is the type used by theweekStartDayprop.
Patch Changes
- Updated dependencies
11.0.1
Patch Changes
- #9756, (opens new window)
4eb2615652c, (opens new window) - Internal refactor to use common utils. - Updated dependencies
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
classNameandstyleprops have been added - BREAKING The
innerPropsprop 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.0Once upgraded, use
@atlaskit/codemod-clivianpx: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.0and 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 -hfor more details on usage. For Atlassians, refer to the documentation, (opens new window) for more details on the codemod CLI.
Patch Changes
c119fdd32e7, (opens new window) - Internal change to update usage of the customglyphprop in @atlaskit/icon.- Updated dependencies
10.3.3
Patch Changes
- #9299, (opens new window)
471e2431a7c, (opens new window) - Downgrade back to date-fns 1.30.1 We discovered big bundle size increases associated with the date-fns upgrade. We're reverting the upgarde to investigate
10.3.2
Patch Changes
- #8291, (opens new window)
70f0701c2e6, (opens new window) - Upgrade date-fns to 2.17
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
CalendarInternalRefand private prop iscalendarRef. - Rename calendar exported private ref type from
CalendarInternalReftoCalendarRef. - Rename calendar private prop from
internalReftocalendarRef.
- default export. Can be imported like:
-
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 aweekStartDayprop that controls which day of the week should be used at the start. This prop accepts the following values:0sunday (default value)1monday2tuesday3wednesday4thursday5friday6saturday
-
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 performanceDev changes
- Migrated from
@atlaskit/analytics-nextReact HOC to React hooks. This improved re-rendering quite a bit.
- Migrated from
Patch Changes
-
aedbf4ed383, (opens new window) - Internal changeWe have removed calendar-base, (opens new window) dependency which was not maintained for quite sometime and moved its logic internally. This will help us fixing any issue we might get or any new functionality we might want to support.
-
Updated dependencies
10.2.0
Minor Changes
- #8029, (opens new window)
4dae77b2678, (opens new window) - Calendar now accepts aweekStartDayprop that controls which day of the week should be used at the start. This prop accepts the following values:0sunday (default value)1monday2tuesday3wednesday4thursday5friday6saturday
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
CalendarClassTypeandArrowKeystypes which were not compatible with functional components. Instead we have exportedCalendarInternalReftype temporarily for backward compatibility and a new optional propinternalRefwhich consumers can use to access internal api's. Right now only@atlaskit/datetime-pickerusesnavigate()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
SelectEventalong with already exportedChangeEvent, which consumers can use withonSelectandonChangeprop. - We have also added
refsupport 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
- #5857, (opens new window)
d3265f19be, (opens new window) - Transpile packages using babel rather than tsc
10.0.9
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.
10.0.8
Patch Changes
- Updated dependencies
10.0.7
Patch Changes
- #5164, (opens new window)
2ac834240e, (opens new window) - Undo analytics-next file restructure to allow external ts definitions to continue working
10.0.6
Patch Changes
- Updated dependencies
10.0.5
Patch Changes
- #4649, (opens new window)
b284fba3d1, (opens new window) - Components that had missing names are now fixed - this helps when looking for them using the React Dev Tools.
10.0.4
Patch Changes
- #4707, (opens new window)
6360c46009, (opens new window) - Reenable integration tests for Edge browser
10.0.3
Patch Changes
- #4424, (opens new window)
8598d0bd13, (opens new window) - Remove unnecessary code and tests for IE11. - Updated dependencies
10.0.2
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.
10.0.1
Patch Changes
- #3823, (opens new window)
6262f382de, (opens new window) - Use the 'lodash' package instead of single-function 'lodash.*' packages - Updated dependencies
10.0.0
Major 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
9.2.10
Patch Changes
- #2443, (opens new window)
69643331c3, (opens new window) - Prevent day names table header from wrapping into two line
9.2.9
Patch Changes
- #2866, (opens new window)
54a9514fcf, (opens new window) - Build and supporting files will no longer be published to npm
9.2.8
Patch Changes
- Updated dependencies
9.2.7
Patch Changes
-
[patch]62390c4755, (opens new window):
Change imports to comply with Atlassian conventions- Updated dependencies 6b8e60827e, (opens new window):
-
Updated dependencies 449ef134b3, (opens new window):
-
Updated dependencies 57c0487a02, (opens new window):
-
Updated dependencies 6efb12e06d, (opens new window):
-
Updated dependencies fd41d77c29, (opens new window):
- @atlaskit/button@13.3.11
- @atlaskit/icon@20.1.1
- @atlaskit/select@11.0.10
- @atlaskit/webdriver-runner@0.3.4
9.2.6
Patch Changes
- Updated dependencies 66dcced7a0, (opens new window):
- Updated dependencies fd5292fd5a, (opens new window):
- Updated dependencies 64fb94fb1e, (opens new window):
- Updated dependencies fd5292fd5a, (opens new window):
- Updated dependencies eea5e9bd8c, (opens new window):
- Updated dependencies fd5292fd5a, (opens new window):
- Updated dependencies 109c1a2c0a, (opens new window):
- Updated dependencies
c57bb32f6d, (opens new window):
- @atlaskit/docs@8.4.0
- @atlaskit/icon@20.1.0
- @atlaskit/webdriver-runner@0.3.0
- @atlaskit/button@13.3.9
- @atlaskit/select@11.0.9
9.2.5
Patch Changes
- Updated dependencies
e3f01787dd, (opens new window):
- @atlaskit/webdriver-runner@0.2.0
- @atlaskit/button@13.3.8
- @atlaskit/select@11.0.8
9.2.4
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/analytics-next@6.3.5
- @atlaskit/button@13.3.7
- @atlaskit/icon@20.0.1
- @atlaskit/select@11.0.7
- @atlaskit/theme@9.5.1
- @atlaskit/locale@1.0.5
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
-
[patch]36f6e99c5b, (opens new window):
Fix type errors caused when generating declaration files
9.2.1
- Updated dependencies
30acc30979, (opens new window):
- @atlaskit/select@11.0.0
- @atlaskit/button@13.3.4
- @atlaskit/locale@1.0.2
9.2.0
Minor Changes
-
[minor]7fe4bcf86d, (opens new window):
Adding an optional prop
testIdthat will set the attribute valuedata-testid. It will help products to write better integration and end to end tests.
9.1.1
Patch Changes
-
[patch]35d2229b2a, (opens new window):
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
9.1.0
Minor Changes
-
[minor]cc42bbc6ad, (opens new window):
Exporting type of Calendar class and some components are relying on it
9.0.1
Patch Changes
-
[patch]a2d0043716, (opens new window):
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
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
localeenables localization for date/time format inDatePicker,TimePickerandDateTimePicker, and months/days inCalendar. - Deprecated
dateFormat,timeFormatandformatDisplayLabelprops. Please uselocaleinstead. If provided, these props will overridelocale. - Default date/time placeholders now use
localeto format the date. - The default date parser for
DatePickerhas been changed fromdate-fns.parseto one based on thelocaleprop and accept text in a format that matches the placeholder.
- New prop
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
-
[patch]ecca4d1dbb, (opens new window):
Upgraded Typescript to 3.3.x
8.0.8
Patch Changes
-
[patch]708028db86, (opens new window):
Change all the imports to theme in Core to use multi entry points
8.0.7
Patch Changes
-
[patch]de35ce8c67, (opens new window):
Updates component maintainers
8.0.6
- Updated dependencies
926b43142b, (opens new window):
- @atlaskit/analytics-next@6.0.0
- @atlaskit/button@13.1.2
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
-
[patch]9f8ab1084b, (opens new window):
Consume analytics-next ts type definitions as an ambient declaration.
8.0.3
- Updated dependencies
06326ef3f7, (opens new window):
- @atlaskit/docs@8.1.3
- @atlaskit/button@13.0.9
- @atlaskit/icon@19.0.0
8.0.2
Patch Changes
-
[patch]4615439434, (opens new window):
index.ts will now be ignored when publishing to npm
8.0.1
- Updated dependencies
cfc3c8adb3, (opens new window):
- @atlaskit/docs@8.1.2
- @atlaskit/button@13.0.8
- @atlaskit/icon@18.0.0
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
- Updated dependencies
9c0b4744be, (opens new window):
- @atlaskit/docs@7.0.3
- @atlaskit/button@12.0.3
- @atlaskit/icon@16.0.9
- @atlaskit/theme@8.1.7
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
- [patch]f8cf9e271e, (opens new window):
- Internal changes only. Calendar is now ssr-friendly.
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
- Updated dependencies
d7ef59d432, (opens new window):
- @atlaskit/docs@6.0.1
- @atlaskit/button@10.1.2
- @atlaskit/icon@16.0.0
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
- Updated dependencies d13242d, (opens new window):
- @atlaskit/docs@5.2.3
- @atlaskit/button@10.0.4
- @atlaskit/icon@15.0.1
- @atlaskit/theme@7.0.0
7.0.14
- Updated dependencies ab9b69c, (opens new window):
- @atlaskit/docs@5.2.2
- @atlaskit/button@10.0.1
- @atlaskit/icon@15.0.0
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
- [patch]21f5216, (opens new window):
- Remove enzyme-to-json as it is used in our jestFrameworkSetup.js
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
- [patch] Adds missing implicit @babel/runtime dependency b71751b, (opens new window)
7.0.9
- [patch] Updated dependencies
65c6514, (opens new window)
- @atlaskit/docs@5.0.8
- @atlaskit/button@9.0.13
- @atlaskit/icon@14.0.0
7.0.8
- [patch] Fixes bug on next and prev month navigation. c4770a0, (opens new window)
7.0.7
- [patch] Adds sideEffects: false to allow proper tree shaking b5d6d04, (opens new window)
7.0.5
- [patch] Updated dependencies
df22ad8, (opens new window)
- @atlaskit/theme@6.0.0
- @atlaskit/icon@13.2.5
- @atlaskit/button@9.0.6
- @atlaskit/docs@5.0.6
7.0.4
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html, (opens new window) for details a4bd557, (opens new window)
- [none] Updated dependencies
a4bd557, (opens new window)
- @atlaskit/analytics-next@3.0.4
- @atlaskit/button@9.0.5
- @atlaskit/theme@5.1.3
- @atlaskit/icon@13.2.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
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies 7e331b5, (opens new window)
- [none] Updated dependencies
7e331b5, (opens new window)
- @atlaskit/analytics-next@3.0.2
- @atlaskit/button@9.0.3
- @atlaskit/theme@5.1.1
- @atlaskit/icon@13.2.1
7.0.1
- [patch] Move analytics tests and replace elements to core 49d4ab4, (opens new window)
- [none] Updated dependencies
49d4ab4, (opens new window)
- @atlaskit/analytics-next@3.0.1
- @atlaskit/button@9.0.2
- @atlaskit/docs@5.0.1
7.0.0
- [major] Provides analytics for common component interations. See the Instrumented Components, (opens new window) section for more details. If you are using enzyme for testing you will have to use our forked version of the library, (opens new window). 563a7eb, (opens new window)
- [major] Updates to React ^16.4.0 7edb866, (opens new window)
- [major] Updated dependencies
563a7eb, (opens new window)
- @atlaskit/analytics-next@3.0.0
- @atlaskit/button@9.0.0
- @atlaskit/theme@5.0.0
- @atlaskit/docs@5.0.0
- @atlaskit/icon@13.0.0
- [major] Updated dependencies
7edb866, (opens new window)
- @atlaskit/analytics-next@3.0.0
- @atlaskit/button@9.0.0
- @atlaskit/theme@5.0.0
- @atlaskit/docs@5.0.0
- @atlaskit/icon@13.0.0
6.2.2
- [patch] Fix Calendar width increasing for some months 29ffb24, (opens new window)
- [patch] Updated dependencies 29ffb24, (opens new window)
6.2.1
- [patch] Calendar chevrons use large versions a973ac3, (opens new window)
- [patch] Updated dependencies a973ac3, (opens new window)
6.2.0
- [minor] Visual changes to match ADG3 guidelines 059d111, (opens new window)
- [minor] Updated dependencies 059d111, (opens new window)
6.1.3
- [patch] Fix $FlowFixMe and release packages 25d0b2d, (opens new window)
- [none] Updated dependencies
25d0b2d, (opens new window)
- @atlaskit/button@8.2.2
- @atlaskit/icon@12.3.1
6.1.2
- [patch] Clean Changelogs - remove duplicates and empty entries e7756cd, (opens new window)
- [none] Updated dependencies
e7756cd, (opens new window)
- @atlaskit/button@8.1.2
- @atlaskit/theme@4.0.4
- @atlaskit/icon@12.1.2
6.1.1
- [patch] Update changelogs to remove duplicate cc58e17, (opens new window)
- [none] Updated dependencies
cc58e17, (opens new window)
- @atlaskit/theme@4.0.3
- @atlaskit/icon@12.1.1
- @atlaskit/button@8.1.1
- @atlaskit/docs@4.1.1
6.1.0
- [none] Updated dependencies
9d20f54, (opens new window)
- @atlaskit/icon@12.1.0
- @atlaskit/docs@4.1.0
- @atlaskit/theme@4.0.2
- @atlaskit/button@8.1.0
6.0.1
- [patch] Update readme's 223cd67, (opens new window)
- [patch] Updated dependencies
223cd67, (opens new window)
- @atlaskit/icon@12.0.1
- @atlaskit/button@8.0.1
- @atlaskit/theme@4.0.1
- @atlaskit/docs@4.0.1
6.0.0
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to ^3.2.6 1e80619, (opens new window)
- [patch] Updated dependencies
1e80619, (opens new window)
- @atlaskit/icon@12.0.0
- @atlaskit/button@8.0.0
- @atlaskit/theme@4.0.0
- @atlaskit/docs@4.0.0
5.0.4
- [patch] Fix issue causing a mouseup to select a date. It is now bound to click. 1cd0b7e, (opens new window)
5.0.3
- [patch] Updated dependencies
d662caa, (opens new window)
- @atlaskit/icon@11.3.0
- @atlaskit/button@7.2.5
- @atlaskit/theme@3.2.2
- @atlaskit/docs@3.0.4
5.0.1
- [patch] Better styles for disabled dates 866c497, (opens new window)
5.0.0
- [major] Bump to React 16.3. 4251858, (opens new window)
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
- [patch] Re-releasing due to potentially broken babel release 9ed0bba, (opens new window)
3.2.0
- [minor] Update styled-components dependency to support versions 1.4.6 - 3 ceccf30, (opens new window)
3.1.3
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2, (opens new window) 1e57e5a, (opens new window)
3.1.2
- [patch] Packages Flow types for elements components 3111e74, (opens new window)
3.1.1
- [patch] Flatten examples for easier consumer use 145b632, (opens new window)
3.1.0
- [minor] Add React 16 support. 12ea6e4, (opens new window)
3.0.13
- [patch] Fixed issue where hovering over a disabled date would not show a disabled cursor. 5c21f9b, (opens new window)
3.0.12
- [patch] Fix calendar dates not being selectable in IE11 a65e3b0, (opens new window)
3.0.10
- [patch] stopped disabled dates from triggering onClick prop 3b42698, (opens new window)
3.0.9
- [patch] did some clean up with accessibility of calendar 48797f2, (opens new window)
3.0.6
- [patch] bump icon dependency da14956, (opens new window)