Portal

A wrapper for rendering components in React portals.

7.0.0

Major Changes

6.4.1

Patch Changes

  • Updated dependencies

6.4.0

Minor Changes

Patch Changes

  • Updated dependencies

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

6.2.2

Patch Changes

  • Updated dependencies

6.2.1

Patch Changes

  • Updated dependencies

6.2.0

Minor Changes

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

6.0.1

Patch Changes

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

5.5.6

Patch Changes

  • 63c62192cbfc6, (opens new window) - Cleanup feature gate platform-dst-portal-conditial-theme-provider. ThemeProvider wrapping behaviour (wrapping portal children when inside a ThemeProvider) is now permanently enabled.

5.5.5

Patch Changes

  • 66215bbc9a383, (opens new window) - Cleanup feature gate platform-dst-portal-conditial-theme-provider. ThemeProvider wrapping behaviour (wrapping portal children when inside a ThemeProvider) is now permanently enabled.

5.5.4

Patch Changes

  • Updated dependencies

5.5.3

Patch Changes

  • Updated dependencies

5.5.2

Patch Changes

  • 5df00e0f09845, (opens new window) - Fix portal wrapping portalled content with ThemeProvider when outside a ThemeProvider. Previously, components like modal-dialog would always inject theme CSS variables into the DOM via a portal-owned ThemeProvider, even when no ThemeProvider was present in the tree.
  • Updated dependencies

5.5.1

Patch Changes

  • 8e2f0f5b6e5b9, (opens new window) - Fix portal wrapping portalled content with ThemeProvider when outside a ThemeProvider. Previously, components like modal-dialog would always inject theme CSS variables into the DOM via a portal-owned ThemeProvider, even when no ThemeProvider was present in the tree.
  • Updated dependencies

5.5.0

Minor Changes

5.4.2

Patch Changes

  • Updated dependencies

5.4.1

Patch Changes

5.4.0

Minor Changes

5.3.2

Patch Changes

5.3.1

Patch Changes

5.3.0

Minor Changes

Patch Changes

  • Updated dependencies

5.2.2

Patch Changes

  • Updated dependencies

5.2.1

Patch Changes

  • Updated dependencies

5.2.0

Minor Changes

  • a45bf2e086e1d, (opens new window) - We are testing AppProvider subtree theming capabilities behind a feature flag. This is still in development but working under minimal conditions. If this change is successful it will be available in a later release.

Patch Changes

  • Updated dependencies

5.1.8

Patch Changes

5.1.7

Patch Changes

5.1.6

Patch Changes

  • Updated dependencies

5.1.5

Patch Changes

5.1.4

Patch Changes

  • Updated dependencies

5.1.3

Patch Changes

5.1.2

Patch Changes

  • Updated dependencies

5.1.1

Patch Changes

5.1.0

Minor Changes

5.0.2

Patch Changes

  • Updated dependencies

5.0.1

Patch Changes

5.0.0

Major Changes

Patch Changes

  • Updated dependencies

4.11.3

Patch Changes

  • Updated dependencies

4.11.2

Patch Changes

  • Updated dependencies

4.11.1

Patch Changes

  • Updated dependencies

4.11.0

Minor Changes

Patch Changes

  • Updated dependencies

4.10.0

Minor Changes

4.9.4

Patch Changes

4.9.3

Patch Changes

  • Updated dependencies

4.9.2

Patch Changes

4.9.1

Patch Changes

  • Updated dependencies

4.9.0

Minor Changes

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

4.7.0

Minor Changes

4.6.1

Patch Changes

4.6.0

Minor Changes

4.5.0

Minor Changes

4.4.2

Patch Changes

4.4.1

Patch Changes

4.4.0

Minor Changes

4.3.6

Patch Changes

4.3.5

Patch Changes

4.3.4

Patch Changes

4.3.3

Patch Changes

4.3.2

Patch Changes

4.3.1

Patch Changes

4.3.0

Minor Changes

Patch Changes

  • Updated dependencies

4.2.13

Patch Changes

4.2.12

Patch Changes

4.2.11

Patch Changes

4.2.10

Patch Changes

4.2.9

Patch Changes

4.2.8

Patch Changes

4.2.7

Patch Changes

4.2.6

Patch Changes

4.2.5

Patch Changes

4.2.4

Patch Changes

4.2.3

Patch Changes

4.2.2

Patch Changes

4.2.1

Patch Changes

4.2.0

Minor Changes

4.1.2

Patch Changes

4.1.1

Patch Changes

4.1.0

Minor Changes

Patch Changes

4.0.5

Patch Changes

4.0.4

Patch Changes

4.0.3

Patch Changes

  • Updated dependencies

4.0.2

Patch Changes

4.0.1

Patch Changes

4.0.0

Major Changes

Patch Changes

  • Updated dependencies

3.1.9

Patch Changes

3.1.8

Patch Changes

3.1.7

Patch Changes

3.1.6

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/visual-regression@0.1.9
    • @atlaskit/button@13.3.7
    • @atlaskit/flag@12.3.7
    • @atlaskit/icon@20.0.1
    • @atlaskit/inline-dialog@12.1.9
    • @atlaskit/modal-dialog@10.5.2
    • @atlaskit/onboarding@9.0.9
    • @atlaskit/theme@9.5.1
    • @atlaskit/tooltip@15.2.3

3.1.5

Patch Changes

  • Updated dependencies c0102a3ea2, (opens new window):
    • @atlaskit/icon@20.0.0
    • @atlaskit/flag@12.3.6
    • @atlaskit/modal-dialog@10.5.1
    • @atlaskit/docs@8.3.1
    • @atlaskit/button@13.3.6
    • @atlaskit/inline-dialog@12.1.8
    • @atlaskit/onboarding@9.0.8
    • @atlaskit/tooltip@15.2.2

3.1.4

Patch Changes

3.1.3

Patch Changes

3.1.2

Patch Changes

3.1.1

Warning: Do not use this version. It has been deprecated

It is broken for ie11 if you are not polyfilling the new Event constructor

Patch Changes

3.1.0

Warning: Do not use this version. It has been deprecated

It is broken for ie11 if you are not polyfilling the new Event constructor

Minor Changes

3.0.13

3.0.12

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

3.0.11

Patch Changes

3.0.10

Patch Changes

3.0.9

Patch Changes

3.0.8

Patch Changes

3.0.7

  • Updated dependencies 06326ef3f7, (opens new window):
    • @atlaskit/docs@8.1.3
    • @atlaskit/button@13.0.9
    • @atlaskit/flag@12.0.10
    • @atlaskit/inline-dialog@12.0.3
    • @atlaskit/modal-dialog@10.0.7
    • @atlaskit/onboarding@8.0.6
    • @atlaskit/tooltip@15.0.2
    • @atlaskit/icon@19.0.0

3.0.6

Patch Changes

3.0.5

Patch Changes

3.0.4

3.0.3

  • Updated dependencies cfc3c8adb3, (opens new window):
    • @atlaskit/docs@8.1.2
    • @atlaskit/button@13.0.8
    • @atlaskit/flag@12.0.4
    • @atlaskit/inline-dialog@12.0.1
    • @atlaskit/modal-dialog@10.0.4
    • @atlaskit/onboarding@8.0.4
    • @atlaskit/tooltip@14.0.3
    • @atlaskit/icon@18.0.0

3.0.2

3.0.1

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

3.0.0

  • [major]dacfb81ca1, (opens new window):

    • @atlaskit/portal has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes.
  • Updated dependencies 06c5cccf9d, (opens new window):

    • @atlaskit/icon@17.1.2
    • @atlaskit/onboarding@8.0.2
    • @atlaskit/modal-dialog@10.0.0

2.0.1

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

1.0.0

0.3.1

  • Updated dependencies 1e826b2966, (opens new window):
    • @atlaskit/docs@7.0.2
    • @atlaskit/flag@10.0.5
    • @atlaskit/icon@16.0.8
    • @atlaskit/inline-dialog@10.0.3
    • @atlaskit/modal-dialog@8.0.6
    • @atlaskit/onboarding@7.0.3
    • @atlaskit/tooltip@13.0.3
    • @atlaskit/button@12.0.0

0.3.0

0.2.2

0.2.1

  • Updated dependencies 9d5cc39394, (opens new window):
    • @atlaskit/docs@7.0.1
    • @atlaskit/flag@10.0.1
    • @atlaskit/icon@16.0.5
    • @atlaskit/inline-dialog@10.0.1
    • @atlaskit/modal-dialog@8.0.2
    • @atlaskit/onboarding@7.0.1
    • @atlaskit/tooltip@13.0.1
    • @atlaskit/button@11.0.0

0.2.0

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

0.1.0

0.0.18

  • Updated dependencies d7ef59d432, (opens new window):
    • @atlaskit/docs@6.0.1
    • @atlaskit/button@10.1.2
    • @atlaskit/flag@9.1.9
    • @atlaskit/inline-dialog@9.0.14
    • @atlaskit/modal-dialog@7.2.1
    • @atlaskit/onboarding@6.1.16
    • @atlaskit/tooltip@12.1.15
    • @atlaskit/icon@16.0.0

0.0.17

  • Updated dependencies 58b84fa, (opens new window):
    • @atlaskit/button@10.1.1
    • @atlaskit/flag@9.1.8
    • @atlaskit/icon@15.0.2
    • @atlaskit/inline-dialog@9.0.13
    • @atlaskit/modal-dialog@7.1.1
    • @atlaskit/onboarding@6.1.14
    • @atlaskit/tooltip@12.1.13
    • @atlaskit/docs@6.0.0

0.0.16

  • Updated dependencies ab9b69c, (opens new window):
    • @atlaskit/docs@5.2.2
    • @atlaskit/button@10.0.1
    • @atlaskit/flag@9.1.6
    • @atlaskit/inline-dialog@9.0.11
    • @atlaskit/modal-dialog@7.0.13
    • @atlaskit/onboarding@6.1.11
    • @atlaskit/tooltip@12.1.11
    • @atlaskit/icon@15.0.0

0.0.15

  • Updated dependencies 6998f11, (opens new window):
    • @atlaskit/docs@5.2.1
    • @atlaskit/flag@9.1.5
    • @atlaskit/icon@14.6.1
    • @atlaskit/inline-dialog@9.0.10
    • @atlaskit/modal-dialog@7.0.12
    • @atlaskit/onboarding@6.1.10
    • @atlaskit/tooltip@12.1.10
    • @atlaskit/button@10.0.0

0.0.14

0.0.13

0.0.12

0.0.11

0.0.10

  • [patch] Updated dependencies 65c6514, (opens new window)
    • @atlaskit/docs@5.0.8
    • @atlaskit/button@9.0.13
    • @atlaskit/flag@9.0.11
    • @atlaskit/inline-dialog@9.0.6
    • @atlaskit/modal-dialog@7.0.2
    • @atlaskit/onboarding@6.0.2
    • @atlaskit/tooltip@12.1.1
    • @atlaskit/icon@14.0.0

0.0.9

  • [patch] Updated dependencies d5a043a, (opens new window)
    • @atlaskit/icon@13.8.1
    • @atlaskit/onboarding@6.0.1
    • @atlaskit/flag@9.0.10
    • @atlaskit/tooltip@12.0.14
    • @atlaskit/modal-dialog@7.0.0

0.0.8

0.0.7

0.0.6

0.0.5

0.0.4

0.0.3

  • [patch] Updated dependencies acd86a1, (opens new window)
    • @atlaskit/inline-dialog@8.0.3
    • @atlaskit/tooltip@12.0.4
    • @atlaskit/onboarding@5.1.3
    • @atlaskit/flag@9.0.3
    • @atlaskit/icon@13.2.2
    • @atlaskit/button@9.0.4
    • @atlaskit/docs@5.0.2
    • @atlaskit/modal-dialog@6.0.5

0.0.2

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