Portal
A wrapper for rendering components in React portals.7.0.0
Major Changes
-
7195b37b51df4, (opens new window) - Removed theisClosedprop fromPortal.The prop was added for a JSM CSV-import onboarding flow that has since been removed, and it has no remaining consumers.
Portalnow always uses its baseline lifecycle: the portal container is removed when the component unmounts, rather than when a prop flips.Consumers that previously passed
isClosed={true}to tear down portalled content should stop rendering thePortalinstead, which removes the container through the same cleanup path.The
import_into_jsm_in_template_gallery_killswitchfeature flag that gated this behaviour has also been removed, along with the internalremovePortalParentutility that only the gated path used.
6.4.1
Patch Changes
- Updated dependencies
6.4.0
Minor Changes
bd2c5b0112185, (opens new window) - Remove stale API report artifacts from published Platform packages.
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.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
6.2.2
Patch Changes
- Updated dependencies
6.2.1
Patch Changes
- Updated dependencies
6.2.0
Minor Changes
09178f5539092, (opens new window) - VOLTC-14 - run on @atlaskit/portal
6.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
6.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
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
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
5.5.6
Patch Changes
63c62192cbfc6, (opens new window) - Cleanup feature gateplatform-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 gateplatform-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
31b1ede297136, (opens new window) - Autofix: add explicit package exports (barrel removal)
5.4.2
Patch Changes
- Updated dependencies
5.4.1
Patch Changes
02483200273ec, (opens new window) - Enrol all Design System UI packages into the React Compiler with platform gating via isReactCompilerActivePlatform.- Updated dependencies
5.4.0
Minor Changes
399dfa9f10273, (opens new window) - [ux] Added anisClosedproperty that closes the portal cleanly and unmounts it
5.3.2
Patch Changes
e2085d35701ca, (opens new window) - Internal changes to remove unnecessary token fallbacks and imports from@atlaskit/theme- Updated dependencies
5.3.1
Patch Changes
08170da1fbf62, (opens new window) - Migrate spacing prop usages on icons to Flex wrapper
5.3.0
Minor Changes
1fab6967bb305, (opens new window) - Tidied feature flagplatform_dst_subtree_themingwhich enables sub-tree theming capabilities within@atlaskit/app-provider
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
042005250a589, (opens new window) - Typescript fixes
5.1.7
Patch Changes
248faa32d4835, (opens new window) - Internal changes to how borders are applied.
5.1.6
Patch Changes
- Updated dependencies
5.1.5
Patch Changes
23bcc5bbc9cee, (opens new window) - Internal changes to how border radius is applied.
5.1.4
Patch Changes
- Updated dependencies
5.1.3
Patch Changes
- #188581, (opens new window)
cd147bef0fd60, (opens new window) - Internal refactoring of tests.
5.1.2
Patch Changes
- Updated dependencies
5.1.1
Patch Changes
- #175845, (opens new window)
e553e0b7cb828, (opens new window) - Updated dev dependencies
5.1.0
Minor Changes
- #124073, (opens new window)
97804593b5afb, (opens new window) - Adds a React.Suspense boundary around Portal children to avoid bugs in React 18 concurrency (after validating through internal feature gates)
5.0.2
Patch Changes
- Updated dependencies
5.0.1
Patch Changes
- #119013, (opens new window)
57ff25f1ba1ff, (opens new window) - Remove unused internal export and update dependencies.
5.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
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
- #109060, (opens new window)
4660ec858a305, (opens new window) - UpdateReactfrom v16 to v18
Patch Changes
- Updated dependencies
4.10.0
Minor Changes
0e8e931171299, (opens new window) - Testing behind a feature gate, adds a Suspense boundary to all created React 18 portals (also behind a feature gate)
4.9.4
Patch Changes
- #165531, (opens new window)
57f451bda8919, (opens new window) - Adds side-effect config to support Compiled css extraction in third-party apps
4.9.3
Patch Changes
- Updated dependencies
4.9.2
Patch Changes
- #146891, (opens new window)
1946e3bf8c6c9, (opens new window) - Internal change only: update feature flag names.
4.9.1
Patch Changes
- Updated dependencies
4.9.0
Minor Changes
- #129038, (opens new window)
7524331eed2c5, (opens new window) - New Portal logic for React 18 concurrent renderer behind a feature flag
4.8.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
4.7.0
Minor Changes
8b8090800a35d, (opens new window) - Bump peer dependency for react-dom to include version 17 and 18.
4.6.1
Patch Changes
- #113286, (opens new window)
5e96c34106b2e, (opens new window) - DSP-19412 Add optional chaining to document.body function call to resolve type errors
4.6.0
Minor Changes
- #110836, (opens new window)
a8bd419fd70b9, (opens new window) - Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime is implicitly set to automatic.
4.5.0
Minor Changes
- #96695, (opens new window)
6374f444b3e4, (opens new window) - Add support for React 18 in non-strict mode.
4.4.2
Patch Changes
- #94316, (opens new window)
35fd5ed8e1d7, (opens new window) - Upgrading internal dependencybind-event-listenerto@^3.0.0
4.4.1
Patch Changes
- #83116, (opens new window)
8d4e99057fe0, (opens new window) - Upgrade Typescript from4.9.5to5.4.2
4.4.0
Minor Changes
- #41817, (opens new window)
76888385b72, (opens new window) - Add MountStrategy prop to specify mount strategy
4.3.6
Patch Changes
- #39442, (opens new window)
f78ae454863, (opens new window) - Update tooltip z-index to 9999 - Updated dependencies
4.3.5
Patch Changes
- #38731, (opens new window)
9af31f3c1ae, (opens new window) - Delete version.json
4.3.4
Patch Changes
- #34445, (opens new window)
33f10b7eb36, (opens new window) - Removing unused dependencies and dev dependencies
4.3.3
Patch Changes
- #34124, (opens new window)
77766ad157d, (opens new window) - Enrol packages to push-model consumption in Jira.
4.3.2
Patch Changes
- #33793, (opens new window)
9d00501a414, (opens new window) - Ensure legacy types are published for TS 4.5-4.8
4.3.1
Patch Changes
- #33649, (opens new window)
41fae2c6f68, (opens new window) - Upgrade Typescript from4.5.5to4.9.5
4.3.0
Minor Changes
- #33258, (opens new window)
56507598609, (opens new window) - Skip minor dependency bump
Patch Changes
- Updated dependencies
4.2.13
Patch Changes
- #32211, (opens new window)
4ba10567310, (opens new window) - Internal changes.
4.2.12
Patch Changes
- #26303, (opens new window)
9827dcb82b8, (opens new window) - No-op change to introduce spacing tokens to design system components.
4.2.11
Patch Changes
- #24874, (opens new window)
8cc2f888c83, (opens new window) - Upgrade Typescript from4.3.5to4.5.5
4.2.10
Patch Changes
- #24492, (opens new window)
8d4228767b0, (opens new window) - Upgrade Typescript from4.2.4to4.3.5.
4.2.9
Patch Changes
- #23381, (opens new window)
d5f0b466415, (opens new window) - Internal code change turning on new linting rules.
4.2.8
Patch Changes
- #22614, (opens new window)
8a5bdb3c844, (opens new window) - Upgrading internal dependency (bind-event-listener) for improved internal types
4.2.7
Patch Changes
- #20650, (opens new window)
cb2392f6d33, (opens new window) - Upgrade to TypeScript 4.2.4
4.2.6
Patch Changes
- #20033, (opens new window)
b3e5a62a9e3, (opens new window) - Addsstatictechstack to package, enforcing stricter style linting. In this case the package already satisfied this requirement so there have been no changes to styles.
4.2.5
Patch Changes
- #14319, (opens new window)
cf853e39278, (opens new window) - Retains the portal wrapper in the DOM after the last portal is unmounted. This drastically reduces the style recalculations and improves performance for portalled elements. - Updated dependencies
4.2.4
Patch Changes
- #13302, (opens new window)
cd34d8ca8ea, (opens new window) - Internal wiring up to the tokens techstack, no code changes.
4.2.3
Patch Changes
- #12837, (opens new window)
ea086afdc2d, (opens new window) - Fix bug where Portal was attached to the body after the children were rendered. Now Portal is attached before it's children are rendered. - Updated dependencies
4.2.2
Patch Changes
- #12880, (opens new window)
378d1cef00f, (opens new window) - Bump@atlaskit/themeto version^11.3.0.
4.2.1
Patch Changes
- #12167, (opens new window)
d6f7ff383cf, (opens new window) - Updates to development dependencystorybook-addon-performance
4.2.0
Minor Changes
- #12170, (opens new window)
f6b951a51f2, (opens new window) - Removes usage of styled-components in favour of standardising on emotion
4.1.2
Patch Changes
- #10569, (opens new window)
28f40bac160, (opens new window) - Updates targets for modal dialog in VR tests.
4.1.1
Patch Changes
- #10230, (opens new window)
8b360a4ac06, (opens new window) - NO-ISSUE Update modal dialog selector for VR & integration tests - Updated dependencies
4.1.0
Minor Changes
- #9083, (opens new window)
d4f0c36ac36, (opens new window) - Converted class based portal component to functional component and dropped unused ie11 specific code
Patch Changes
9e94c1beb76, (opens new window) - Removed deprecated auto entry points and added new entry points in Portale87c4a5ae8b, (opens new window) - Optimisation of z-index to layer name by removing dependency on atlaskit theme package
4.0.5
Patch Changes
- #5857, (opens new window)
d3265f19be, (opens new window) - Transpile packages using babel rather than tsc
4.0.4
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.
4.0.3
Patch Changes
- Updated dependencies
4.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.
4.0.1
Patch Changes
- #3428, (opens new window)
3414523d6f, (opens new window) - Rearange buttons order to align with design guidelines db053b24d8, (opens new window) - Update all the theme imports to be tree-shakable
4.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
3.1.9
Patch Changes
- #2866, (opens new window)
54a9514fcf, (opens new window) - Build and supporting files will no longer be published to npm
3.1.8
Patch Changes
- #1868, (opens new window)
4069606178, (opens new window) - Change imports to comply with Atlassian conventions- Updated dependencies
3.1.7
Patch Changes
-
[patch]603413f530, (opens new window):
Remove 'export *' for improved tree shaking- Updated dependencies 168b5f90e5, (opens new window):
-
Updated dependencies f5b654c328, (opens new window):
-
Updated dependencies 0c270847cb, (opens new window):
-
Updated dependencies 109004a98e, (opens new window):
-
Updated dependencies b9903e773a, (opens new window):
-
Updated dependencies 0389a42cc5, (opens new window):
-
Updated dependencies 89bf723567, (opens new window):
- @atlaskit/docs@8.5.1
- @atlaskit/modal-dialog@10.5.6
- @atlaskit/theme@9.5.3
- @atlaskit/button@13.3.10
- @atlaskit/onboarding@9.1.5
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
-
[patch]4a223473c5, (opens new window):
Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result- Updated dependencies 28f8f0e089, (opens new window):
-
Updated dependencies 82747f2922, (opens new window):
-
Updated dependencies 4a223473c5, (opens new window):
- @atlaskit/icon@19.1.0
- @atlaskit/theme@9.5.0
- @atlaskit/button@13.3.5
- @atlaskit/flag@12.3.5
- @atlaskit/inline-dialog@12.1.7
- @atlaskit/tooltip@15.2.1
3.1.3
Patch Changes
-
[patch]f9c291923c, (opens new window):
Corrects the type exports for typography, colors, elevation and layers. If you were doing any dynamic code it may break you. Refer to the upgrade guide for help upgrading.- Updated dependencies c1d4898af5, (opens new window):
-
Updated dependencies 3c0f6feee5, (opens new window):
-
Updated dependencies f9c291923c, (opens new window):
- @atlaskit/icon@19.0.11
- @atlaskit/theme@9.3.0
3.1.2
Patch Changes
-
[patch]adc048de7e, (opens new window):
Fixing ie11 bug caused by using Event constructor
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
-
[patch]35d2229b2a, (opens new window):
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
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
-
[minor]bf8796cffa, (opens new window):
Add mount and unmount events to @atlaskit/portal
3.0.13
- Updated dependencies
a75dfaad67, (opens new window):
- @atlaskit/onboarding@9.0.0
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
-
[patch]ecca4d1dbb, (opens new window):
Upgraded Typescript to 3.3.x
3.0.10
Patch Changes
-
[patch]de35ce8c67, (opens new window):
Updates component maintainers
3.0.9
Patch Changes
-
[patch]bbff8a7d87, (opens new window):
Fixes bug, missing version.json file
3.0.8
Patch Changes
-
[patch]18dfac7332, (opens new window):
In this PR, we are:
- Re-introducing dist build folders
- Adding back cjs
- Replacing es5 by cjs and es2015 by esm
- Creating folders at the root for entry-points
- Removing the generation of the entry-points at the root Please see this ticket, (opens new window) or this page, (opens new window) for further details
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
-
[patch]4615439434, (opens new window):
index.ts will now be ignored when publishing to npm
3.0.5
Patch Changes
-
[patch]93bcf314c6, (opens new window):
Added missing tslib dep
3.0.4
- Updated dependencies
67f06f58dd, (opens new window):
- @atlaskit/icon@18.0.1
- @atlaskit/tooltip@15.0.0
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
- Updated dependencies
181209d135, (opens new window):
- @atlaskit/modal-dialog@10.0.3
- @atlaskit/inline-dialog@12.0.0
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
- Updated dependencies
238b65171f, (opens new window):
- @atlaskit/flag@12.0.0
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
- [major]5b6b4d6a0f, (opens new window):
- This major release indicates that this package is no longer under dev preview but is ready for use
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
- [minor]ce4e1b4780, (opens new window):
- zIndex prop now accepts string and number values. Portal consumers can now use css values like "unset" if needed.
0.2.2
- [patch]98e11001ff, (opens new window):
- Removes duplicate babel-runtime dependency
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
importandexportdeclarations.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
- [minor]27cacd44ab, (opens new window):
- Components inside Portal render after portal container element is attached to the DOM
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
- [patch]1fb2c2a, (opens new window):
- Fixed issue where tooltips and modals would initially render in the wrong location
0.0.13
- [patch]3f5a4dd, (opens new window):
- Replaces our own check for dom in ssr with exenv package
0.0.12
- [patch] fixes problem with the DOM container for portal not creating a new stacking context aaab348, (opens new window)
0.0.11
- [patch] Adds missing implicit @babel/runtime dependency b71751b, (opens new window)
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
- [patch] Updated dependencies d9d2f0d, (opens new window)
- [none] Updated dependencies
89be4f1, (opens new window)
- @atlaskit/flag@9.0.9
- @atlaskit/tooltip@12.0.13
- @atlaskit/onboarding@6.0.0
0.0.7
- [patch] Adds sideEffects: false to allow proper tree shaking b5d6d04, (opens new window)
0.0.6
- [patch] Updated dependencies
1d9e75a, (opens new window)
- @atlaskit/inline-dialog@9.0.0
- @atlaskit/tooltip@12.0.8
- @atlaskit/modal-dialog@6.0.8
- [none] Updated dependencies
a3109d3, (opens new window)
- @atlaskit/inline-dialog@9.0.0
- @atlaskit/tooltip@12.0.8
- @atlaskit/modal-dialog@6.0.8
- [none] Updated dependencies
87d45d3, (opens new window)
- @atlaskit/inline-dialog@9.0.0
- @atlaskit/tooltip@12.0.8
- @atlaskit/modal-dialog@6.0.8
- [none] Updated dependencies
a08b0c2, (opens new window)
- @atlaskit/inline-dialog@9.0.0
- @atlaskit/tooltip@12.0.8
- @atlaskit/modal-dialog@6.0.8
0.0.5
- [patch] Adds missing dependency on babel-runtime e41e465, (opens new window)
- [none] Updated dependencies
e41e465, (opens new window)
- @atlaskit/tooltip@12.0.7
0.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/tooltip@12.0.5
- @atlaskit/inline-dialog@8.0.4
- @atlaskit/modal-dialog@6.0.6
- @atlaskit/onboarding@5.1.4
- @atlaskit/flag@9.0.4
- @atlaskit/button@9.0.5
- @atlaskit/icon@13.2.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
- [patch] Initial dev release of portal package 6d5c8c0, (opens new window)