Locale
Utility functions for handling localization.
Installation
yarn add @atlaskit/locale
Usage
Detailed docs and example usage can be found here.
Utility functions for handling localization
Utility functions for handling localization.
yarn add @atlaskit/locale
Detailed docs and example usage can be found here.
cb9fe0058ed87
-
Updates package.json direct dependencies to align with actual usage.#117363
10a0f7f6c2027
-
This package's peerDependencies
have been adjusted for react
and/or react-dom
to reflect the
status of only supporting React 18 going forward. No explicit breaking change to React support has
been made in this release, but this is to signify going forward, breaking changes for React 16 or
React 17 may come via non-major semver releases.
Please refer this community post for more details: https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026
333c6c17ffbbc
-
Update dependencies.57f451bda8919
-
Adds side-effect config to support Compiled css extraction in third-party apps#127511
db30e29344013
-
Widening range of react
and react-dom
peer dependencies from ^16.8.0 || ^17.0.0 || ~18.2.0
to the wider range of ^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
This change has been done to enable usage of `react@18.3as well as to have a consistent peer
dependency range for
reactand
react-domfor
/platform` packages.
ca69fae2d873
-
Add support for React 18 in non-strict mode.8d4e99057fe0
-
Upgrade Typescript from 4.9.5
to 5.4.2
395c74147990
-
Migrate packages to use declarative entry pointsb9826ea49c47
-
Update dependencies that were impacted by HOT-106483 to latest.d100ca42f46
- Push
model consumption configuration done for these packagesb12fd55deaa
- Expose
selected localefd6bb9c9184
- Delete
version.json60f2d9bdf8b
- [ux] Add
lang
attribute to text box for more context for assistive technology users.fc22bf58d47
- id prop
added to LocaleSelect to provide better association abilities.9d00501a414
- Ensure
legacy types are published for TS 4.5-4.813d26e2043a
- Add
getDaysLong function to get non-truncated weekday names.41fae2c6f68
- Upgrade
Typescript from 4.5.5
to 4.9.5
56507598609
- Skip
minor dependency bump8cc2f888c83
- Upgrade
Typescript from 4.3.5
to 4.5.5
8d4228767b0
- Upgrade
Typescript from 4.2.4
to 4.3.5
.cb2392f6d33
- Upgrade
to TypeScript 4.2.4#8178
ec026e28730
-
#getDaysShort
function now accepts new #weekStartDay
parameter that controls which day of the
week should be used at the start. This parameter accepts the following values:
0
sunday (default value)1
monday2
tuesday3
wednesday4
thursday5
friday6
saturday#8029
689cf039197
-
#getDaysShort
function now accepts new #weekStartDay
parameter that controls which day of the
week should be used at the start. This parameter accepts the following values:
0
sunday (default value)1
monday2
tuesday3
wednesday4
thursday5
friday6
saturdayd3265f19be
- Transpile
packages using babel rather than tsc5f58283e1f
- Export
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
versions here: https://atlaskit.atlassian.com/get-started Also add typescript
to
devDependencies
to denote version that the package was built with.#3885
6c525a8229
- Upgraded
to TypeScript 3.9.6 and tslib to 2.0.0
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade to prevent duplicates of tslib being bundled.
f3416b3fb4
-
LocalizationProvider implements formatToParts method87f4720f27
- Officially
dropping IE11 support, from this version onwards there are no warranties of the package working in
IE11. For more information see:
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534[patch]296a8b114b:
FIXED: Intl.DateTimeFormat returns March instead of April in Safari- Updated dependencies 91a1eb05db:
[patch]6548261c9a:
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies 6548261c9a:
[patch]3a20e9a596:
Make PopupSelect correctly pass props. Forcing update of @atlaskit/select for all other packages- Updated dependencies 3a20e9a596:
[patch]30acc30979:
@atlaskit/select has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes.
[patch]35d2229b2a:
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
[major]d02e7d6018:
Initial release of @atlaskit/locale
This is a new package, providing utility functions that are an abstraction on top of Intl.DateTimeFormat