Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@atlaskit/app-provider

atlassian193.4kApache-2.01.6.1TypeScript support: included

A top level provider for the Design System.

readme

App provider

A top level provider for the Design System.

Usage

Detailed docs and example usage can be found here.

changelog

@atlaskit/app-provider

1.6.1

Patch Changes

1.6.0

Minor Changes

  • #98648 940af9dafa883 - [ux] Default typography theme changed to modernized behind feature flag platform-default-typography-modernized. If testing is successful the change will be available in a later release.

1.5.0

Minor Changes

  • #101755 07ee1368bd69d - Fixes a race condition with setting the theme. This change is behind a feature flag.

Patch Changes

  • Updated dependencies

1.4.3

Patch Changes

  • #168743 90605435312ea - Remove react-router-dom from devDependencies as it is incompatible with React 18.
  • Updated dependencies

1.4.2

Patch Changes

  • #165531 57f451bda8919 - Adds side-effect config to support Compiled css extraction in third-party apps

1.4.1

Patch Changes

  • Updated dependencies

1.4.0

Minor Changes

  • #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 forreactandreact-domfor/platform` packages.

Patch Changes

  • Updated dependencies

1.3.3

Patch Changes

  • #110702 b8c2eefeb195b - Router link component configurations no longer require children, so labels can be supplied through aria attributes if required

1.3.2

Patch Changes

1.3.1

Patch Changes

1.3.0

Minor Changes

  • #88515 ef20ec7145b7 - Add type export for RouterLinkComponent to enable router link configuration

1.2.0

Minor Changes

1.1.0

Minor Changes

  • #87244 7d9d0320d3da - Add option to disable theming features with UNSAFE_isThemingDisabled

1.0.1

Patch Changes

1.0.0

Major Changes

0.4.0

Minor Changes

  • #42305 4c9d4a7be34 - - Router link components are now required to forward refs
    • The useRouterLink() hook now supports generic router link configuration: useRouterLink<YourLinkConfigObject>()

Patch Changes

  • #42305 4c9d4a7be34 - - Fixes a bug with router link component generic href prop typings where non-object types were allowed

0.3.1

Patch Changes

  • #42130 b9b8b2c1e0a - Removed unused dev dependencies @atlaskit/primitives and @atlaskit/dropdown-menu

0.3.0

Minor Changes

  • #42091 4ec3142822b - Add the routerLinkComponent prop to support router link configuration within the Design System.

0.2.0

Minor Changes

0.1.0

Minor Changes

0.0.1

  • Scaffold AppProvider component.