Table tree
A table tree is an expandable table for showing nested hierarchies of information.13.3.2
Patch Changes
- Updated dependencies
13.3.1
Patch Changes
- Updated dependencies
13.3.0
Minor Changes
bd2c5b0112185, (opens new window) - Remove stale API report artifacts from published Platform packages.
Patch Changes
- Updated dependencies
13.2.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
13.1.5
Patch Changes
95d4618be32ae, (opens new window) - Experimental React 19 peer dependency support. This patch widens the peer range; CI coverage is partial.- Updated dependencies
13.1.4
Patch Changes
- Updated dependencies
13.1.3
Patch Changes
- Updated dependencies
13.1.2
Patch Changes
- Updated dependencies
13.1.1
Patch Changes
820f00bd7db09, (opens new window) - Enable platform-dst-motion-uplift-button by default in constellation examples so button motion is previewed in component demos. Docs/examples-only; no change to shipped component behaviour.
13.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
13.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
13.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
12.3.1
Patch Changes
- Updated dependencies
12.3.0
Minor Changes
8b1c5f296653c, (opens new window) - Autofix: add explicit package exports (barrel removal)
Patch Changes
- Updated dependencies
12.2.28
Patch Changes
- Updated dependencies
12.2.27
Patch Changes
- Updated dependencies
12.2.26
Patch Changes
02483200273ec, (opens new window) - Enrol all Design System UI packages into the React Compiler with platform gating via isReactCompilerActivePlatform.- Updated dependencies
12.2.25
Patch Changes
e2085d35701ca, (opens new window) - Internal changes to remove unnecessary token fallbacks and imports from@atlaskit/theme- Updated dependencies
12.2.24
Patch Changes
7aef1e49e90ea, (opens new window) - Removes redundant fallback color values via @atlaskit/theme- Updated dependencies
12.2.23
Patch Changes
- Updated dependencies
12.2.22
Patch Changes
- Updated dependencies
12.2.21
Patch Changes
- Updated dependencies
12.2.20
Patch Changes
- Updated dependencies
12.2.19
Patch Changes
- Updated dependencies
12.2.18
Patch Changes
- Updated dependencies
12.2.17
Patch Changes
- Updated dependencies
12.2.16
Patch Changes
a48fdadce2137, (opens new window) - Minor internal typography changes.- Updated dependencies
12.2.15
Patch Changes
- Updated dependencies
12.2.14
Patch Changes
036c3ee917e3c, (opens new window) - Icon migration entry point update- Updated dependencies
12.2.13
Patch Changes
- Updated dependencies
12.2.12
Patch Changes
- Updated dependencies
12.2.11
Patch Changes
- Updated dependencies
12.2.10
Patch Changes
- Updated dependencies
12.2.9
Patch Changes
248faa32d4835, (opens new window) - Internal changes to how borders are applied.- Updated dependencies
12.2.8
Patch Changes
- Updated dependencies
12.2.7
Patch Changes
- Updated dependencies
12.2.6
Patch Changes
- Updated dependencies
12.2.5
Patch Changes
- Updated dependencies
12.2.4
Patch Changes
- Updated dependencies
12.2.3
Patch Changes
- Updated dependencies
12.2.2
Patch Changes
- Updated dependencies
12.2.1
Patch Changes
- Updated dependencies
12.2.0
Minor Changes
- #170155, (opens new window)
62b6d1a1ed9f5, (opens new window) - Fix expand by chevron when shouldExpandOnClick enabled.
Patch Changes
- Updated dependencies
12.1.4
Patch Changes
- Updated dependencies
12.1.3
Patch Changes
- #154904, (opens new window)
44926dab289a0, (opens new window) - Fixed default expanded option preventing expanding/collapsing row
12.1.2
Patch Changes
- #153593, (opens new window)
b88120ead0a0e, (opens new window) - FixclassNameprop not working withCell.
12.1.1
Patch Changes
- Updated dependencies
12.1.0
Minor Changes
- #136750, (opens new window)
cf5c5703b96c5, (opens new window) - We are removing the feature flag around removing lodash import.
12.0.0
Major Changes
-
#135210, (opens new window)
9869db258a55a, (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/table-tree, 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).
Patch Changes
- Updated dependencies
11.2.2
Patch Changes
- Updated dependencies
11.2.1
Patch Changes
- Updated dependencies
11.2.0
Minor Changes
- #129233, (opens new window)
6cb13640c156e, (opens new window) - We are testing removing lodash import in favor of local code behind a feature flag. If this fix is successful it will be available in a later release.
11.1.2
Patch Changes
- #125706, (opens new window)
66e0493b5224b, (opens new window) - Update dependencies and remove unused internal exports.
11.1.1
Patch Changes
- Updated dependencies
11.1.0
Minor Changes
- #122917, (opens new window)
676bb1889e74d, (opens new window) - Updated expand buttons to use new icons. This change is behind a feature flag and will be available in a later release.
11.0.1
Patch Changes
- Updated dependencies
11.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
10.1.2
Patch Changes
- Updated dependencies
10.1.1
Patch Changes
- Updated dependencies
10.1.0
Minor Changes
- #109060, (opens new window)
4660ec858a305, (opens new window) - UpdateReactfrom v16 to v18
Patch Changes
- Updated dependencies
10.0.10
Patch Changes
- Updated dependencies
10.0.9
Patch Changes
- #103999, (opens new window)
9f62ecec4d422, (opens new window) - Update dependencies.
10.0.8
Patch Changes
- Updated dependencies
10.0.7
Patch Changes
- Updated dependencies
10.0.6
Patch Changes
- #165531, (opens new window)
57f451bda8919, (opens new window) - Adds side-effect config to support Compiled css extraction in third-party apps
10.0.5
Patch Changes
- Updated dependencies
10.0.4
Patch Changes
- #148468, (opens new window)
cc44534049fd3, (opens new window) - Ensurearia-controlsis only present on chevron when related element is present in the DOM.
10.0.3
Patch Changes
- Updated dependencies
10.0.2
Patch Changes
- Updated dependencies
10.0.1
Patch Changes
f3b4f24e5f14a, (opens new window) - Refactors HeaderComponent props- Updated dependencies
10.0.0
Major Changes
- #138959, (opens new window)
779f52fe8935c, (opens new window) -idis now a required property in theItemtype that is passed into thedataanditemsproperties. Internal re-factor to move from class components to function components. Refactored analytics-next usages to move away from legacy React context.
9.12.2
Patch Changes
- Updated dependencies
9.12.1
Patch Changes
- Updated dependencies
9.12.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
9.11.1
Patch Changes
- Updated dependencies
9.11.0
Minor Changes
cdd8a85db4ed4, (opens new window) - Export proper types for all table tree elements. Remove all remnants of extract react types.
9.10.5
Patch Changes
- Updated dependencies
9.10.4
Patch Changes
- #120049, (opens new window)
77504ff274f72, (opens new window) - DSP-19576: Assign names to anonymous default exports
9.10.3
Patch Changes
- #116402, (opens new window)
2d5c40095cc96, (opens new window) - [ux] Internal changes to typography, minor visual change to table header letter spacing.
9.10.2
Patch Changes
- #116025, (opens new window)
cd506a937e44f, (opens new window) - Internal change to how typography is applied. There should be no visual change.
9.10.1
Patch Changes
- Updated dependencies
9.10.0
Minor Changes
- #111016, (opens new window)
d131599730792, (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
9.9.0
Minor Changes
- #99184, (opens new window)
3755cda305d7, (opens new window) - Add support for React 18 in non-strict mode.
Patch Changes
- Updated dependencies
9.8.0
Minor Changes
- #87326, (opens new window)
a79d6ea51b5a, (opens new window) - Introducing propslabelandreferencedLabelto provide/reference accessible name for TableTree.
9.7.1
Patch Changes
- #83297, (opens new window)
6b1707c169e0, (opens new window) - The internal composition of this component has changed. There is no expected change in behaviour.
9.7.0
Minor Changes
- #81902, (opens new window)
c11b685c99fa, (opens new window) - This release includes bug fixes that slightly change behaviour of multi-line content in table cells:- Fixed bug where 'expand' chevron was incorrectly placed when the header cell was smaller than other cells in the row.
- Fixed bug where long words in cells would not wrap to the next line.
9.6.13
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
9.6.12
Patch Changes
- #65882, (opens new window)
9629b57b6108, (opens new window) - [ux] Updated buttons in table-tree to consume new icon buttons.
9.6.11
Patch Changes
- #63677, (opens new window)
f320c8ce5039, (opens new window) - This package has been added to the Jira push model.
9.6.10
Patch Changes
- #62386, (opens new window)
ac40d033cc90, (opens new window) - [ux] Remove aria-busy and add more table grid semantics
9.6.9
Patch Changes
- Updated dependencies
9.6.8
Patch Changes
- Updated dependencies
9.6.7
Patch Changes
- Updated dependencies
9.6.6
Patch Changes
- #42271, (opens new window)
a2f554b0828, (opens new window) - Remove circular dependency and use type imports
9.6.5
Patch Changes
- #40650, (opens new window)
07aa588c8a4, (opens new window) - Reverts the fix to text descender cut-off, due to incompatibilities with Firefox and Safari.
9.6.4
Patch Changes
- #40838, (opens new window)
ba9a249a153, (opens new window) - Add type any and remove null assignment to fix TS error in CFE
9.6.3
Patch Changes
- #38162, (opens new window)
fd6bb9c9184, (opens new window) - Delete version.json - Updated dependencies
9.6.2
Patch Changes
- #38209, (opens new window)
56b444b56a8, (opens new window) - Fix a bug where text descenders were cut off at high zoom levels on Windows
9.6.1
Patch Changes
- #37624, (opens new window)
fbce2074415, (opens new window) - Fix issues with inappropriate roles andaria-controlsapplication.
9.6.0
Minor Changes
- #35975, (opens new window)
60b048eae5d, (opens new window) - Replaced legacy context with useContext for handling column widths
9.5.0
Minor Changes
- #33849, (opens new window)
6e5546981a3, (opens new window) - Accessibility: Fix the chevron button label. Add a new propmainColumnForExpandCollapseLabelthat allows you to show a chevron label with row contents instead of a row index.
9.4.2
Patch Changes
- #33793, (opens new window)
9d00501a414, (opens new window) - Ensure legacy types are published for TS 4.5-4.8
9.4.1
Patch Changes
- #33649, (opens new window)
41fae2c6f68, (opens new window) - Upgrade Typescript from4.5.5to4.9.5
9.4.0
Minor Changes
- #33258, (opens new window)
56507598609, (opens new window) - Skip minor dependency bump
Patch Changes
- Updated dependencies
9.3.2
Patch Changes
- #32211, (opens new window)
4ba10567310, (opens new window) - Internal changes.
9.3.1
Patch Changes
- #32424, (opens new window)
2e01c9c74b5, (opens new window) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
9.3.0
Minor Changes
- #31891, (opens new window)
6d99522bfa2, (opens new window) - [ux] AddsshouldExpandOnClickprop for both TableTree and Row. This allows expansion of expandable rows when a user clicks anywhere on the row, along with the chevron at the head of the row.
9.2.11
Patch Changes
- #31206, (opens new window)
261420360ec, (opens new window) - Upgrades component types to support React 18. - Updated dependencies
9.2.10
Patch Changes
- Updated dependencies
9.2.9
Patch Changes
- Updated dependencies
9.2.8
Patch Changes
- #29227, (opens new window)
4ee60bafc6d, (opens new window) - ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, addallowedSideEffectswhen loading the page.
9.2.7
Patch Changes
- Updated dependencies
9.2.6
Patch Changes
- Updated dependencies
9.2.5
Patch Changes
- #28029, (opens new window)
25348ec8a74, (opens new window) - Updated to use spacing and typography tokens. With spacing tokens enabled, padding inside cells has changed slightly from 10px vertical to 8px vertical, and from 25px inline to 24px inline. No visual changes without tokens enabled.
9.2.4
Patch Changes
- #26712, (opens new window)
cb8f8e76d25, (opens new window) - Update types for react-select and @atlaskit/select upgrade Update commerce-ui entrypoints that caused a pipeline issue. - Updated dependencies
9.2.3
Patch Changes
- Updated dependencies
9.2.2
Patch Changes
- #26303, (opens new window)
9827dcb82b8, (opens new window) - No-op change to introduce spacing tokens to design system components.
9.2.1
Patch Changes
- #24924, (opens new window)
d0e187cc5bd, (opens new window) - Fixed a babel issue causingstyled-componentsto get injected, which broke our styling.
9.2.0
Minor Changes
- #24004, (opens new window)
181c4b6cc3a, (opens new window) - Updates@emotion/coreto@emotion/react; v10 to v11. There is no expected behavior change.
Patch Changes
- Updated dependencies
9.1.10
Patch Changes
- #23749, (opens new window)
70c2c0e00ea, (opens new window) - Updates@emotion/corev10 to@emotion/reactv11. No expected behaviour change.
9.1.9
Patch Changes
- #21545, (opens new window)
efa50ac72ba, (opens new window) - Adjusts jsdoc strings to improve prop documentation
9.1.8
Patch Changes
- Updated dependencies
9.1.7
Patch Changes
- Updated dependencies
9.1.6
Patch Changes
- Updated dependencies
9.1.5
Patch Changes
- #19646, (opens new window)
ae03dc85756, (opens new window) - Moved homepage to atlassian.design.
9.1.4
Patch Changes
- Updated dependencies
9.1.3
Patch Changes
- #16752, (opens new window)
58884c2f6c1, (opens new window) - Internal code change turning on a new linting rule.
9.1.2
Patch Changes
19d72473dfb, (opens new window) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.- Updated dependencies
9.1.1
Patch Changes
- Updated dependencies
9.1.0
Minor Changes
-
#17576, (opens new window)
4dd20cb2110, (opens new window) - Note: It is a re-release of the wronglypatchedversion21.9.2that should have been aminorrelease.Package has been migrated from
styled-componentsto@emotion/core.Other internal changes:
- Package has been migrated to typescript
- Components now have partial type support.
- Package internally supports
@atlaskit/tokenscolors.
Patch Changes
- Updated dependencies
9.0.15
Patch Changes
- #17475, (opens new window)
c55c736ecea, (opens new window) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
9.0.14
Patch Changes
- #17256, (opens new window)
ca37d9b9707, (opens new window) - Hotfix to resolve an issue introduced in 9.0.12 which meant the indent of rows was not being applied correctly.
9.0.13
Minor Changes
WRONG RELEASE TYPE - DON'T USE
-
#15998, (opens new window)
3fe03999326, (opens new window) - Package has been migrated fromstyled-componentsto@emotion/core.Other internal changes:
- Package has been migrated to typescript
- Components now have partial type support.
- Package internally supports
@atlaskit/tokenscolors.
Patch Changes
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
9.0.12
Patch Changes
- Updated dependencies
9.0.11
Patch Changes
- Updated dependencies
9.0.10
Patch Changes
- #12880, (opens new window)
378d1cef00f, (opens new window) - Bump@atlaskit/themeto version^11.3.0.
9.0.9
Patch Changes
- #10569, (opens new window)
25e6994ab97, (opens new window) - Update internal component usage
9.0.8
Patch Changes
- #8644, (opens new window)
79c23df6340, (opens new window) - Use injected package name and version for analytics instead of version.json. - Updated dependencies
9.0.7
Patch Changes
- #5857, (opens new window)
d3265f19be, (opens new window) - Transpile packages using babel rather than tsc
9.0.6
Patch Changes
- Updated dependencies
9.0.5
Patch Changes
- Updated dependencies
9.0.4
Patch Changes
- #4573, (opens new window)
30853172ff, (opens new window) - Reset babel config back to ie11 to prevent runtime issues in Jira and to unbreak the Confluence es5-check
9.0.3
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.
9.0.2
Patch Changes
- #4393, (opens new window)
76165ad82f, (opens new window) - Bump required because of conflicts on wadmal release
9.0.1
Patch Changes
- #3823, (opens new window)
6262f382de, (opens new window) - Use the 'lodash' package instead of single-function 'lodash.*' packages
9.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
8.0.8
Patch Changes
- #2763, (opens new window)
e80d58698b, (opens new window) - Fixed alignment of Cell items
8.0.7
Patch Changes
- #3229, (opens new window)
eac08411a3, (opens new window) - Updated react-redux dependency to 5.1.0
8.0.6
Patch Changes
- Updated dependencies
8.0.5
Patch Changes
- #2866, (opens new window)
54a9514fcf, (opens new window) - Build and supporting files will no longer be published to npm
8.0.4
Patch Changes
- Updated dependencies
8.0.3
Patch Changes
-
[patch]91e6b95599, (opens new window):
Change imports to comply with Atlassian conventions- Updated dependencies 6b8e60827e, (opens new window):
-
Updated dependencies 449ef134b3, (opens new window):
-
Updated dependencies f4374a322a, (opens new window):
-
Updated dependencies 57c0487a02, (opens new window):
-
Updated dependencies 6efb12e06d, (opens new window):
- @atlaskit/button@13.3.11
- @atlaskit/icon@20.1.1
- @atlaskit/select@11.0.10
- @atlaskit/empty-state@6.0.9
8.0.2
Patch Changes
-
[patch]eea5e9bd8c, (opens new window):
Follow-up on AFP-1401 when removing types to component. Some left over types and small issues- Updated dependencies 66dcced7a0, (opens new window):
-
Updated dependencies fd5292fd5a, (opens new window):
-
Updated dependencies fd5292fd5a, (opens new window):
-
Updated dependencies eea5e9bd8c, (opens new window):
-
Updated dependencies fd5292fd5a, (opens new window):
- @atlaskit/docs@8.4.0
- @atlaskit/icon@20.1.0
- @atlaskit/button@13.3.9
- @atlaskit/section-message@4.1.7
- @atlaskit/select@11.0.9
- @atlaskit/spinner@12.1.6
8.0.1
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/analytics-next@6.3.5
- @atlaskit/button@13.3.7
- @atlaskit/empty-state@6.0.7
- @atlaskit/icon@20.0.1
- @atlaskit/section-message@4.1.5
- @atlaskit/select@11.0.7
- @atlaskit/spinner@12.1.4
- @atlaskit/theme@9.5.1
8.0.0
Major Changes
-
[major]c0102a3ea2, (opens new window):
BREAKING CHANGE: As part of AFP-1404, we are dropping flow support. It means that those packages are not typed. Consumer will need to manually add their types to the component.Background ticket: https://product-fabric.atlassian.net/browse/AFP-1397Plan, (opens new window): https://product-fabric.atlassian.net/wiki/spaces/AFP/pages/1052870901/Drop+Flow+Support+Plan, (opens new window)
Patch Changes
- Updated dependencies
c0102a3ea2, (opens new window):
- @atlaskit/icon@20.0.0
- @atlaskit/section-message@4.1.4
- @atlaskit/docs@8.3.1
- @atlaskit/button@13.3.6
- @atlaskit/select@11.0.6
7.1.3
- Updated dependencies
30acc30979, (opens new window):
- @atlaskit/select@11.0.0
- @atlaskit/button@13.3.4
7.1.2
Patch Changes
-
[patch]35d2229b2a, (opens new window):
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
7.1.1
Patch Changes
-
[patch]a2d0043716, (opens new window):
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
7.1.0
Minor Changes
-
[minor]c6efb2f5b6, (opens new window):
Prefix the legacy lifecycle methods with UNSAFE_* to avoid warning in React 16.9+
More information about the deprecation of lifecycles methods can be found here: https://reactjs.org/blog/2018/03/29/react-v-16-3.html#component-lifecycle-changes, (opens new window)
7.0.14
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
7.0.13
Patch Changes
-
[patch]ecca4d1dbb, (opens new window):
Upgraded Typescript to 3.3.x
7.0.12
Patch Changes
-
[patch]708028db86, (opens new window):
Change all the imports to theme in Core to use multi entry points
7.0.11
Patch Changes
-
[patch]de35ce8c67, (opens new window):
Updates component maintainers
7.0.10
- Updated dependencies
926b43142b, (opens new window):
- @atlaskit/select@10.0.3
- @atlaskit/analytics-next@6.0.0
- @atlaskit/button@13.1.2
7.0.9
- Updated dependencies
433311c16a, (opens new window):
- @atlaskit/empty-state@6.0.0
7.0.8
Patch Changes
-
[patch]9f8ab1084b, (opens new window):
Consume analytics-next ts type definitions as an ambient declaration.
7.0.7
- Updated dependencies
790e66bece, (opens new window):
- @atlaskit/button@13.0.11
- @atlaskit/select@10.0.0
7.0.6
- Updated dependencies
06326ef3f7, (opens new window):
- @atlaskit/docs@8.1.3
- @atlaskit/button@13.0.9
- @atlaskit/section-message@4.0.5
- @atlaskit/select@9.1.8
- @atlaskit/icon@19.0.0
7.0.5
Patch Changes
-
[patch]4615439434, (opens new window):
index.ts will now be ignored when publishing to npm
7.0.4
- Updated dependencies
cfc3c8adb3, (opens new window):
- @atlaskit/docs@8.1.2
- @atlaskit/button@13.0.8
- @atlaskit/section-message@4.0.2
- @atlaskit/select@9.1.5
- @atlaskit/icon@18.0.0
7.0.3
- [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
7.0.2
- Updated dependencies
215688984e, (opens new window):
- @atlaskit/button@13.0.4
- @atlaskit/empty-state@5.0.1
- @atlaskit/select@9.1.2
- @atlaskit/spinner@12.0.0
7.0.1
- Updated dependencies
6dd86f5b07, (opens new window):
- @atlaskit/icon@17.1.1
- @atlaskit/theme@9.0.2
- @atlaskit/section-message@4.0.0
7.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.
6.0.4
- Updated dependencies
9c0b4744be, (opens new window):
- @atlaskit/docs@7.0.3
- @atlaskit/button@12.0.3
- @atlaskit/empty-state@4.0.4
- @atlaskit/icon@16.0.9
- @atlaskit/section-message@2.0.3
- @atlaskit/select@8.1.1
- @atlaskit/spinner@10.0.7
- @atlaskit/theme@8.1.7
6.0.3
- Updated dependencies
1e826b2966, (opens new window):
- @atlaskit/docs@7.0.2
- @atlaskit/analytics-next@4.0.3
- @atlaskit/empty-state@4.0.3
- @atlaskit/icon@16.0.8
- @atlaskit/section-message@2.0.2
- @atlaskit/select@8.0.5
- @atlaskit/spinner@10.0.5
- @atlaskit/theme@8.1.6
- @atlaskit/button@12.0.0
6.0.2
- [patch]59eb35b62f, (opens new window):
- Quick change to TableTree is now compatible with SSR. This required moving setState to componentDidMount().
6.0.1
- Updated dependencies
9d5cc39394, (opens new window):
- @atlaskit/docs@7.0.1
- @atlaskit/analytics-next@4.0.1
- @atlaskit/empty-state@4.0.1
- @atlaskit/icon@16.0.5
- @atlaskit/section-message@2.0.1
- @atlaskit/select@8.0.3
- @atlaskit/spinner@10.0.1
- @atlaskit/theme@8.0.1
- @atlaskit/button@11.0.0
6.0.0
-
[major]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.
5.0.7
- Updated dependencies
06713e0a0c, (opens new window):
- @atlaskit/select@7.0.0
5.0.6
- Updated dependencies
d7ef59d432, (opens new window):
- @atlaskit/docs@6.0.1
- @atlaskit/button@10.1.2
- @atlaskit/section-message@1.0.16
- @atlaskit/select@6.1.19
- @atlaskit/icon@16.0.0
5.0.5
- Updated dependencies 58b84fa, (opens new window):
- @atlaskit/analytics-next@3.1.2
- @atlaskit/button@10.1.1
- @atlaskit/empty-state@3.1.4
- @atlaskit/icon@15.0.2
- @atlaskit/section-message@1.0.14
- @atlaskit/select@6.1.13
- @atlaskit/spinner@9.0.13
- @atlaskit/theme@7.0.1
- @atlaskit/docs@6.0.0
5.0.4
- Updated dependencies d13242d, (opens new window):
- @atlaskit/docs@5.2.3
- @atlaskit/button@10.0.4
- @atlaskit/empty-state@3.1.3
- @atlaskit/icon@15.0.1
- @atlaskit/section-message@1.0.13
- @atlaskit/select@6.1.10
- @atlaskit/spinner@9.0.12
- @atlaskit/theme@7.0.0
5.0.3
- Updated dependencies ab9b69c, (opens new window):
- @atlaskit/docs@5.2.2
- @atlaskit/button@10.0.1
- @atlaskit/section-message@1.0.12
- @atlaskit/select@6.1.9
- @atlaskit/icon@15.0.0
5.0.2
- Updated dependencies 6998f11, (opens new window):
- @atlaskit/docs@5.2.1
- @atlaskit/analytics-next@3.1.1
- @atlaskit/empty-state@3.1.2
- @atlaskit/icon@14.6.1
- @atlaskit/section-message@1.0.11
- @atlaskit/select@6.1.8
- @atlaskit/spinner@9.0.11
- @atlaskit/theme@6.2.1
- @atlaskit/button@10.0.0
5.0.1
- [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
5.0.0
- [major][90109e9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/90109e9, (opens new window)" d):
- added isDefaultExpanded flag to control default expansion state
- Row component now takes in isExpanded prop to control the expansion state
4.1.11
- [patch] Fixing blank state for datetime-picker in Firefox. 0e6d838, (opens new window)
4.1.10
- [patch] Adds missing implicit @babel/runtime dependency b71751b, (opens new window)
4.1.9
- [patch] add an example which renders a custom component 371a771, (opens new window)
4.1.8
- [patch] Updated dependencies
65c6514, (opens new window)
- @atlaskit/docs@5.0.8
- @atlaskit/button@9.0.13
- @atlaskit/section-message@1.0.8
- @atlaskit/select@6.0.2
- @atlaskit/icon@14.0.0
4.1.7
- [patch] Updated dependencies
4194aa4, (opens new window)
- @atlaskit/select@6.0.0
4.1.6
- [patch] Adds sideEffects: false to allow proper tree shaking b5d6d04, (opens new window)
4.1.4
- [patch] Updated dependencies
df22ad8, (opens new window)
- @atlaskit/theme@6.0.0
- @atlaskit/spinner@9.0.6
- @atlaskit/select@5.0.9
- @atlaskit/section-message@1.0.5
- @atlaskit/icon@13.2.5
- @atlaskit/button@9.0.6
- @atlaskit/docs@5.0.6
4.1.3
- [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/select@5.0.8
- @atlaskit/analytics-next@3.0.4
- @atlaskit/button@9.0.5
- @atlaskit/theme@5.1.3
- @atlaskit/spinner@9.0.5
- @atlaskit/section-message@1.0.4
- @atlaskit/icon@13.2.4
4.1.2
- [patch] Updated dependencies
acd86a1, (opens new window)
- @atlaskit/select@5.0.7
- @atlaskit/icon@13.2.2
- @atlaskit/button@9.0.4
- @atlaskit/theme@5.1.2
- @atlaskit/spinner@9.0.4
- @atlaskit/analytics-next@3.0.3
- @atlaskit/docs@5.0.2
4.1.1
- [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/select@5.0.6
- @atlaskit/analytics-next@3.0.2
- @atlaskit/button@9.0.3
- @atlaskit/theme@5.1.1
- @atlaskit/spinner@9.0.3
- @atlaskit/icon@13.2.1
4.1.0
- [minor] Added a new helper method appendItem in tableTreeHelper class f520c93, (opens new window)
4.0.1
- [patch] Move analytics tests and replace elements to core 49d4ab4, (opens new window)
- [none] Updated dependencies
49d4ab4, (opens new window)
- @atlaskit/select@5.0.2
- @atlaskit/analytics-next@3.0.1
- @atlaskit/button@9.0.2
- @atlaskit/spinner@9.0.2
- @atlaskit/docs@5.0.1
4.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/select@5.0.0
- @atlaskit/analytics-next@3.0.0
- @atlaskit/button@9.0.0
- @atlaskit/theme@5.0.0
- @atlaskit/spinner@9.0.0
- @atlaskit/docs@5.0.0
- @atlaskit/icon@13.0.0
- [major] Updated dependencies
7edb866, (opens new window)
- @atlaskit/select@5.0.0
- @atlaskit/analytics-next@3.0.0
- @atlaskit/button@9.0.0
- @atlaskit/theme@5.0.0
- @atlaskit/spinner@9.0.0
- @atlaskit/docs@5.0.0
- @atlaskit/icon@13.0.0
3.1.3
- [patch] Updated dependencies
cdba8b3, (opens new window)
- @atlaskit/spinner@8.0.0
- @atlaskit/button@8.2.3
3.1.2
- [patch] Clean Changelogs - remove duplicates and empty entries e7756cd, (opens new window)
- [none] Updated dependencies
e7756cd, (opens new window)
- @atlaskit/select@4.2.3
- @atlaskit/button@8.1.2
- @atlaskit/theme@4.0.4
- @atlaskit/spinner@7.0.2
- @atlaskit/icon@12.1.2
3.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/spinner@7.0.1
- @atlaskit/select@4.2.1
- @atlaskit/icon@12.1.1
- @atlaskit/button@8.1.1
- @atlaskit/docs@4.1.1
3.1.0
- [patch] Updated dependencies
9d20f54, (opens new window)
- @atlaskit/spinner@7.0.0
- @atlaskit/select@4.2.0
- @atlaskit/icon@12.1.0
- @atlaskit/docs@4.1.0
- @atlaskit/theme@4.0.2
- @atlaskit/button@8.1.0
3.0.1
- [patch] Update readme's 223cd67, (opens new window)
- [patch] Updated dependencies
223cd67, (opens new window)
- @atlaskit/select@4.0.1
- @atlaskit/icon@12.0.1
- @atlaskit/button@8.0.1
- @atlaskit/theme@4.0.1
- @atlaskit/spinner@6.0.1
- @atlaskit/docs@4.0.1
3.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/select@4.0.0
- @atlaskit/icon@12.0.0
- @atlaskit/button@8.0.0
- @atlaskit/theme@4.0.0
- @atlaskit/spinner@6.0.0
- @atlaskit/docs@4.0.0
2.0.1
- [patch] Remove line break from changelog to allow it to display properly on the website 9e30bb1, (opens new window)
2.0.0
- [major] updated the api to capture scenarios where data can be updated on the fly c1720e8, (opens new window)
- updated the
itemsprop in TableTree component to accept Array of table data instead of function - updated the
itemsprop in Rows component to accept Array of table data instead of function - added an
itemsprop in Row component to accept children data Array for particular parent - a new class is exported that will help manipulation for async loading
TableTreeDataHelper, this is intended to make upgrade from previous API easy in case of async loading.
1.1.4
- [patch] Updated dependencies
d662caa, (opens new window)
- @atlaskit/icon@11.3.0
- @atlaskit/select@3.0.2
- @atlaskit/button@7.2.5
- @atlaskit/theme@3.2.2
- @atlaskit/spinner@5.0.2
- @atlaskit/docs@3.0.4
1.1.3
- [patch] Updated dependencies
d05b9e5, (opens new window)
- @atlaskit/select@3.0.0
1.1.0
- [minor] Improve accessibility. Use AkButton for the Chevrons. 8ec5a94, (opens new window)
1.0.1
- [patch] Update deps and examples. b775a12, (opens new window)
- [patch] Add a performance example 8eb1472, (opens new window)
1.0.0
- [major] Bump to React 16.3. 4251858, (opens new window)
0.6.1
- [patch] Makes packages Flow types compatible with version 0.67 25daac0, (opens new window)
0.6.0
- [minor] Update styled-components dependency to support versions 1.4.6 - 3 ceccf30, (opens new window)
0.5.3
- [patch] Fix an indirect race condition vulnerability b75c02a, (opens new window)
0.5.2
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2, (opens new window) 1e57e5a, (opens new window)
0.5.1
- [patch] Packages Flow types for elements components 3111e74, (opens new window)
0.5.0
- [minor] Add accessibility features; introduce Row's itemId prop 2e0807f, (opens new window)
0.4.0
- [minor] Update header design to conform to ADG3 6170e98, (opens new window)
- [minor] Don't display the loader if data is available quickly 93fd2eb, (opens new window)
0.3.2
- [patch] Fix: ellipsis was not shown when overflowing text was clipped 05034f7, (opens new window)
0.3.1
- [patch] Fix setState being called after unmount 4e5ca03, (opens new window)
0.3.0
- [minor] Add React 16 support. 12ea6e4, (opens new window)
0.2.2
- [patch] Styling/spacing adjustments 0c29170, (opens new window)
0.2.1
- [patch] Fix Table Tree readme to point to the correct screencast ba4a01f, (opens new window)
0.2.0
- [minor] Add the Table Tree component (alpha version) 53ec386, (opens new window)