Dynamic table
A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.Neutral selected states
When the platform-dst-tokens-finesse feature flag is enabled, this component uses the new neutral treatment for selected states.
19.3.3
Patch Changes
- Updated dependencies
19.3.2
Patch Changes
07dd4ad421f6e, (opens new window) - Experimental React 19 peer dependency support. Test coverage is partial.- Updated dependencies
19.3.1
Patch Changes
e7a1d1a5d2908, (opens new window) - Fix sortable header truncation in fixed-size tables
19.3.0
Minor Changes
bd2c5b0112185, (opens new window) - Remove stale API report artifacts from published Platform packages.
Patch Changes
- Updated dependencies
19.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
19.1.5
Patch Changes
- Updated dependencies
19.1.4
Patch Changes
- Updated dependencies
19.1.3
Patch Changes
- Updated dependencies
19.1.2
Patch Changes
- Updated dependencies
19.1.1
Patch Changes
- Updated dependencies
19.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
19.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
19.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
18.4.2
Patch Changes
- Updated dependencies
18.4.1
Patch Changes
- Updated dependencies
18.4.0
Minor Changes
7d6e9b5e6e7c6, (opens new window) - Autofix: add explicit package exports (barrel removal)
Patch Changes
- Updated dependencies
18.3.28
Patch Changes
- Updated dependencies
18.3.27
Patch Changes
- Updated dependencies
18.3.26
Patch Changes
02483200273ec, (opens new window) - Enrol all Design System UI packages into the React Compiler with platform gating via isReactCompilerActivePlatform.- Updated dependencies
18.3.25
Patch Changes
22bf79dbdcdca, (opens new window) - Internal changes to remove unnecessary token fallbacks and imports from@atlaskit/theme- Updated dependencies
18.3.24
Patch Changes
- Updated dependencies
18.3.23
Patch Changes
08170da1fbf62, (opens new window) - Migrate spacing prop usages on icons to Flex wrapper- Updated dependencies
18.3.22
Patch Changes
- Updated dependencies
18.3.21
Patch Changes
- Updated dependencies
18.3.20
Patch Changes
- Updated dependencies
18.3.19
Patch Changes
- Updated dependencies
18.3.18
Patch Changes
5db9e3f21a52f, (opens new window) - Internal refactoring- Updated dependencies
18.3.17
Patch Changes
- Updated dependencies
18.3.16
Patch Changes
- Updated dependencies
18.3.15
Patch Changes
- Updated dependencies
18.3.14
Patch Changes
a48fdadce2137, (opens new window) - Minor internal typography changes.- Updated dependencies
18.3.13
Patch Changes
- Updated dependencies
18.3.12
Patch Changes
- Updated dependencies
18.3.11
Patch Changes
- Updated dependencies
18.3.10
Patch Changes
a60a82196851a, (opens new window) - Internal refactors to remove unused variables. No functional or public changes.- Updated dependencies
18.3.9
Patch Changes
14886457b3a3a, (opens new window) - Suppress i18n violations
18.3.8
Patch Changes
- Updated dependencies
18.3.7
Patch Changes
- Updated dependencies
18.3.6
Patch Changes
- Updated dependencies
18.3.5
Patch Changes
- Updated dependencies
18.3.4
Patch Changes
4891ea5a24e1b, (opens new window) - Typescript changes.- Updated dependencies
18.3.3
Patch Changes
- Updated dependencies
18.3.2
Patch Changes
- Updated dependencies
18.3.1
Patch Changes
- Updated dependencies
18.3.0
Minor Changes
dfb254c12bb7b, (opens new window) - [ux] Updates dynamic-table styles to reflect our new visual design language. These changes were previously behind a feature flag and are now fully rolled out.
18.2.18
Patch Changes
f218cd4f78537, (opens new window) - Fix for rankable tables when highlighting row at index 0 with a single numeric value using thehighlightedRowIndexprop.
18.2.17
Patch Changes
39e543109ec09, (opens new window) - add type info to forwardRef components- Updated dependencies
18.2.16
Patch Changes
248faa32d4835, (opens new window) - Internal changes to how borders are applied.- Updated dependencies
18.2.15
Patch Changes
- Updated dependencies
18.2.14
Patch Changes
- Updated dependencies
18.2.13
Patch Changes
74c2f420ee49b, (opens new window) - Internal changes to how border radius is applied.- Updated dependencies
18.2.12
Patch Changes
- Updated dependencies
18.2.11
Patch Changes
- Updated dependencies
18.2.10
Patch Changes
31c57f650ba07, (opens new window) - Improving tests for server side rendering and hydration- Updated dependencies
18.2.9
Patch Changes
- Updated dependencies
18.2.8
Patch Changes
- Updated dependencies
18.2.7
Patch Changes
- Updated dependencies
18.2.6
Patch Changes
- Updated dependencies
18.2.5
Patch Changes
- Updated dependencies
18.2.4
Patch Changes
- Updated dependencies
18.2.3
Patch Changes
- #175398, (opens new window)
28c7d87f8d2e0, (opens new window) - Updated dev dependencies. - Updated dependencies
18.2.2
Patch Changes
- Updated dependencies
18.2.1
Patch Changes
- Updated dependencies
18.2.0
Minor Changes
- #164968, (opens new window)
78aa9e650b3b7, (opens new window) - Fix visually-refreshed DynamicTable headers being truncated.
18.1.4
Patch Changes
- Updated dependencies
18.1.3
Patch Changes
- #164146, (opens new window)
cb9fe0058ed87, (opens new window) - Updates package.json direct dependencies to align with actual usage. - Updated dependencies
18.1.2
Patch Changes
- #155802, (opens new window)
08019848e3eab, (opens new window) - Refreshed "issue" terminology. - Updated dependencies
18.1.1
Patch Changes
- Updated dependencies
18.1.0
Minor Changes
- #133680, (opens new window)
46545f5cc481e, (opens new window) - Added font family defaults to dynamic table
18.0.4
Patch Changes
- #129972, (opens new window)
b2d69a39e6687, (opens new window) - Update@compiled/reactdependency for improved type checking support. - Updated dependencies
18.0.3
Patch Changes
- #127951, (opens new window)
149b6d2ba42ec, (opens new window) - Fixes a bug where styles were not applied to Rankable table rows when dragging, which could cause layout issues.
18.0.2
Patch Changes
- Updated dependencies
18.0.1
Patch Changes
- Updated dependencies
18.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
17.1.5
Patch Changes
- Updated dependencies
17.1.4
Patch Changes
- Updated dependencies
17.1.3
Patch Changes
- #113467, (opens new window)
01b28858edafb, (opens new window) - Changed the aria-label for previous page and next page buttons - Updated dependencies
17.1.2
Patch Changes
- Updated dependencies
17.1.1
Patch Changes
- Updated dependencies
17.1.0
Minor Changes
- #109060, (opens new window)
4660ec858a305, (opens new window) - UpdateReactfrom v16 to v18
Patch Changes
- Updated dependencies
17.0.5
Patch Changes
- #107074, (opens new window)
97099e70a5731, (opens new window) - Update dependencies and remove unused internal exports.
17.0.4
Patch Changes
- Updated dependencies
17.0.3
Patch Changes
- #100858, (opens new window)
bc47a0d12cb7a, (opens new window) - [ux] Updates visually refreshed sort button in DynamicTableStateless for an icon only column header
17.0.2
Patch Changes
- Updated dependencies
17.0.1
Patch Changes
- #99494, (opens new window)
71da0c3911d56, (opens new window) - [ux] Added customisable sort button labels
17.0.0
Major Changes
- #177496, (opens new window)
3c97c348c655c, (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/dynamic-table, 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
- #177496, (opens new window)
3c97c348c655c, (opens new window) - [ux] Visually refreshed sort button icon and styles for DynamicTableStateless
16.1.4
Patch Changes
- Updated dependencies
16.1.3
Patch Changes
- #163993, (opens new window)
d3922e72aa0e6, (opens new window) - [ux] Rankable table rows no longer haverole="button"applied - Updated dependencies
16.1.2
Patch Changes
- #165798, (opens new window)
d0ba9d90d42e5, (opens new window) - Adds side-effect config to support Compiled css extraction in third-party apps
16.1.1
Patch Changes
- Updated dependencies
16.1.0
Minor Changes
- #151641, (opens new window)
d212954f3fb10, (opens new window) - Updated header styles introduced in v15.1.0 are now default and no longer behind a feature flag.
16.0.0
Major Changes
- #150464, (opens new window)
b813bd74ede6d, (opens new window) - Migrates usage of react-beautiful-dnd to pragmatic-dnd using the interop-layer from PDND. There are no breaking changes however there may be minor behavioural and visual chagnes as a result since the experiences are fundamentally different.
Patch Changes
- Updated dependencies
15.2.0
Minor Changes
- #149695, (opens new window)
45d766152e3a9, (opens new window) - Updated header styles introduced in v15.1.0 are now default and no longer behind a feature flag.
15.1.2
Patch Changes
- Updated dependencies
15.1.1
Patch Changes
- Updated dependencies
15.1.0
Minor Changes
6467f4a7a7a99, (opens new window) - Updated header styles to align to new modernised typography styles. Header styles are now slightly darker. This change is behind a feature flag.
15.0.1
Patch Changes
- #140090, (opens new window)
2f4fd6db3e451, (opens new window) - Adds@types/react-beautiful-dndwhich was previously missing
15.0.0
Major Changes
- #137785, (opens new window)
5fee01201ba15, (opens new window) - Removes usage of legacy analytics-next APIs internally in favor of the new APIs which do not depend on legacy react context. This should not require any changes to consumers of the package, however behaviors of the new APIs may result in different behavior in some cases.
14.20.3
Patch Changes
- #137036, (opens new window)
a4bc59c83b1d9, (opens new window) - Internally refactors stateless variant from class component to function component
14.20.2
Patch Changes
- #129726, (opens new window)
778c15c1d279a, (opens new window) - [ux] Removed feature flagplatform.design-system-team.dynamic-table-typography_7zio6resulting in minor visual changes to typography.
14.20.1
Patch Changes
- Updated dependencies
14.20.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
14.19.0
Minor Changes
8b8090800a35d, (opens new window) - Bump peer dependency for react-dom to include version 17 and 18.
14.18.4
Patch Changes
- Updated dependencies
14.18.3
Patch Changes
- #120049, (opens new window)
77504ff274f72, (opens new window) - DSP-19576: Assign names to anonymous default exports
14.18.2
Patch Changes
- Updated dependencies
14.18.1
Patch Changes
- #114764, (opens new window)
ae20dac6e31c4, (opens new window) - Bump packages to use react-beautiful-dnd@12.2.0
14.18.0
Minor Changes
- #111878, (opens new window)
223959ef57c80, (opens new window) - Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime is implicitly set to automatic.
14.17.1
Patch Changes
- #101939, (opens new window)
07080a7364c9, (opens new window) - Update dimension and font size values to be in rem. Internal change to use typography tokens.
14.17.0
Minor Changes
- #99378, (opens new window)
7929beb24f4b, (opens new window) - Add support for React 18 in non-strict mode.
14.16.3
Patch Changes
- #91429, (opens new window)
e66644a98985, (opens new window) - Updated TypeScript types for theforwardedRefprop inwithSortedPageRowsto improve compatibility with React 18
14.16.2
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.
14.16.1
Patch Changes
- #83116, (opens new window)
8d4e99057fe0, (opens new window) - Upgrade Typescript from4.9.5to5.4.2
14.16.0
Minor Changes
- #81825, (opens new window)
6d27545ac997, (opens new window) - Dynamic table now also respects test IDs when passed in at the row level.
14.15.0
Minor Changes
- #81321, (opens new window)
2579643f7ac8, (opens new window) - Dynamic table now respects test IDs when passed in at the cell level. Note that there are no prefixes applied to this test ID. It is assumed that if you are providing a test ID at the cell level, you are wanting to target a single cell in an isolated context. If you're looking to gain insight to a particular cell in the context of its surrounding elements, it might be preferrable to supply a test ID to the root of the table and use the generated test IDs for querying instead.
14.14.0
Minor Changes
- #68812, (opens new window)
91d4a48c1430, (opens new window) - Support better loading state for assistive tech
Patch Changes
- Updated dependencies
14.13.1
Patch Changes
- #69022, (opens new window)
395c74147990, (opens new window) - Migrate packages to use declarative entry points
14.13.0
Minor Changes
-
#66438, (opens new window)
334df1af360b, (opens new window) - [ux]react-beautiful-dndis now lazy loaded for rankable tables. It will no longer be loaded for non-rankable tables.Tests relying on ranking being synchronously available may need to be modified.
Patch Changes
- Updated dependencies
14.12.1
Patch Changes
- #66234, (opens new window)
eca303e7af0a, (opens new window) - Changed :focus selector with :focus-visible
14.12.0
Minor Changes
- #64300, (opens new window)
9897d788b9ea, (opens new window) - Export prop types
14.11.11
Patch Changes
- #58292, (opens new window)
0dc821f0ecba, (opens new window) - [ux] Usetdoverthwhen a table head cell has no content.
14.11.10
Patch Changes
- #43686, (opens new window)
da342e5ab42, (opens new window) - Remove extraneousspanfrom head cell. - #43686, (opens new window)
da342e5ab42, (opens new window) - test
14.11.9
Patch Changes
- Updated dependencies
14.11.8
Patch Changes
- #42646, (opens new window)
97c42c39867, (opens new window) - Fix screen reader announcements for table row
14.11.7
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.
14.11.6
Patch Changes
- #39787, (opens new window)
6900f89eb0e, (opens new window) - Internal changes to use space tokens. There is no expected visual or behaviour change.
14.11.5
Patch Changes
- #38731, (opens new window)
9af31f3c1ae, (opens new window) - Delete version.json
14.11.4
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
14.11.3
Patch Changes
- #38128, (opens new window)
a486e54d1ef, (opens new window) - Improved performance of built-in table sorting for stateful dynamic tables
14.11.2
Patch Changes
- #36754, (opens new window)
4ae083a7e66, (opens new window) - Use@af/accessibility-testingfor default jest-axe config and jest-axe import in accessibility testing.
14.11.1
Patch Changes
- #35441, (opens new window)
599bfe90ee3, (opens new window) - Internal change to use shape tokens. There is no expected visual change.
14.11.0
Minor Changes
- #34915, (opens new window)
ec1f82f8027, (opens new window) - Move away from findDOMNode API to refs
14.10.0
Minor Changes
- #34947, (opens new window)
12d9c63d4c1, (opens new window) - [ux] pass pageLabel to dynamic-table component and updat prev label in examples, add description in the types file, update example files
Patch Changes
- Updated dependencies
14.9.3
Patch Changes
- #34124, (opens new window)
77766ad157d, (opens new window) - Enrol packages to push-model consumption in Jira.
14.9.2
Patch Changes
- #33793, (opens new window)
9d00501a414, (opens new window) - Ensure legacy types are published for TS 4.5-4.8
14.9.1
Patch Changes
- #33649, (opens new window)
41fae2c6f68, (opens new window) - Upgrade Typescript from4.5.5to4.9.5
14.9.0
Minor Changes
- #33258, (opens new window)
56507598609, (opens new window) - Skip minor dependency bump
Patch Changes
- Updated dependencies
14.8.17
Patch Changes
- #32202, (opens new window)
cdb1910463d, (opens new window) - [ux] Adds buttons to sortable table head cells for better accessibility for keyboard and assistive technology users.
14.8.16
Patch Changes
- #32211, (opens new window)
4ba10567310, (opens new window) - Internal changes.
14.8.15
Patch Changes
- #32424, (opens new window)
e2f0271eaf9, (opens new window) - This changeset exists because a PR touches these packages in a way that doesn't require a release
14.8.14
Patch Changes
- #31299, (opens new window)
df9b2633fe4, (opens new window) - [ux] Addsaria-sortto sortable headers when being used to sort.
14.8.13
Patch Changes
- #31206, (opens new window)
261420360ec, (opens new window) - Upgrades component types to support React 18. - Updated dependencies
14.8.12
Patch Changes
- Updated dependencies
14.8.11
Patch Changes
- Updated dependencies
14.8.10
Patch Changes
- #29390, (opens new window)
18aeca8c199, (opens new window) - Internal change to update token references. There is no expected behaviour or visual change.
14.8.9
Patch Changes
- #28064, (opens new window)
b0f6dd0bc35, (opens new window) - Updated to use typography tokens. There is no expected behaviour or visual change.
14.8.8
Patch Changes
- #28090, (opens new window)
f96f3ebd861, (opens new window) - [ux] Use color.background.neutral.subtle token to represent transparent background. d0298c778ed, (opens new window) - Added additional testId props for testing purposes
14.8.7
Patch Changes
- Updated dependencies
14.8.6
Patch Changes
- Updated dependencies
14.8.5
Patch Changes
- Updated dependencies
14.8.4
Patch Changes
- #26488, (opens new window)
bc989043572, (opens new window) - Internal changes to apply spacing tokens. This should be a no-op change.
14.8.3
Patch Changes
- #24710, (opens new window)
ba5370e80b4, (opens new window) - Update table row background color on drag to better match design token semantics
14.8.2
Patch Changes
- #24968, (opens new window)
f9cd9e55e43, (opens new window) - Update to disabled tokens which slightly affects the opacity in disabled states
14.8.1
Patch Changes
- #24874, (opens new window)
8cc2f888c83, (opens new window) - Upgrade Typescript from4.3.5to4.5.5
14.8.0
Minor Changes
- #24004, (opens new window)
f88eb89b356, (opens new window) - Updates@emotion/coreto@emotion/react; v10 to v11. There is no expected behavior change.
Patch Changes
12e03c6416b, (opens new window) - AllowclassNameon internal components for css prop functionality. There should be no change in behaviour.- Updated dependencies
14.7.1
Patch Changes
- #24492, (opens new window)
8d4228767b0, (opens new window) - Upgrade Typescript from4.2.4to4.3.5.
14.7.0
Minor Changes
- #23381, (opens new window)
266abf54eea, (opens new window) - [ux] Pagination no longer renders when rowsPerPage is set, but there's only one page of content
Patch Changes
39e49a80bee, (opens new window) - Remove adding undefined to css if width is 'undefined'f619b95cd00, (opens new window) - [ux] bug fix: table no longer shows empty page, when number of pages reduced31cf385e99b, (opens new window) - DSP-2011 Change dynamically generated styles to be static8202e37941b, (opens new window) - Internal code change turning on new linting rules.02eb9c1c335, (opens new window) - [ux] Fix table row shift 1px when dragging first table row issue- Updated dependencies
14.6.1
Patch Changes
- #23340, (opens new window)
deca22d60e1, (opens new window) - Update DynamicTable HeaderCellType to make it clear that the width prop takes a percentage not a pixel value
14.6.0
Minor Changes
- #21570, (opens new window)
1cc3c9f1c8f, (opens new window) - Add test ID to table pagination so it can be queried in tests. It will be prefixed with thetestIdprop:{testId}--pagination.
Patch Changes
0b545855a57, (opens new window) - [ux] Updated tokens in@atlaskit/dynamic-table
14.5.5
Patch Changes
- Updated dependencies
14.5.4
Patch Changes
- #20650, (opens new window)
cb2392f6d33, (opens new window) - Upgrade to TypeScript 4.2.4
14.5.3
Patch Changes
- Updated dependencies
14.5.2
Patch Changes
- #19618, (opens new window)
62edf20ab1e, (opens new window) - Migrates all usage of brand tokens to either selected or information tokens. This change is purely for semantic reasons, there are no visual or behavioural changes. - Updated dependencies
14.5.1
Patch Changes
- Updated dependencies
14.5.0
Minor Changes
- #16752, (opens new window)
19d72473dfb, (opens new window) - Rows can now also be highlighted using the isHighlighted property inside the rows data
Patch Changes
19d72473dfb, (opens new window) - Updates usage of deprecated token names so they're aligned with the latest naming conventions. No UI or visual changes- Updated dependencies
14.4.4
Patch Changes
- Updated dependencies
14.4.3
Patch Changes
- #15998, (opens new window)
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
14.4.2
Patch Changes
- #16499, (opens new window)
78a7ffa81f8, (opens new window) - Fixes a bug that meant an undefined width would still be stringifed and applied to the inline styles of table cells.
14.4.1
Patch Changes
- #16038, (opens new window)
1601e51ab32, (opens new window) - Fixes for internal types.
14.4.0
Minor Changes
-
#14777, (opens new window)
dc35866892f, (opens new window) - [ux] Instrumented dynamic-table with the new theming package, @atlaskit/tokens.New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha). These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
-
ca00a7783a9, (opens new window) - Removesstyled-componentsas a peer dependency in favour of a direct dependency onemotion.
Patch Changes
- Updated dependencies
14.3.2
Patch Changes
- #14319, (opens new window)
cf853e39278, (opens new window) - Internal changes to remove@atlaskit/theme/mathusage. - Updated dependencies
14.3.1
Patch Changes
- #12880, (opens new window)
378d1cef00f, (opens new window) - Bump@atlaskit/themeto version^11.3.0.
14.3.0
Minor Changes
- #11649, (opens new window)
7da3e890032, (opens new window) - [ux]highlightedRowIndexnow can be a list of numbers (number[]), as well asnumber. Also highlighted rows now have B50/B75 colour. aa66648082f, (opens new window) - Add support for aria attributes on the table
Patch Changes
bf041942c3a, (opens new window) - Added styles toHeadCellto be visible when windows high contrast mode is turned on.
14.2.3
Patch Changes
- #11126, (opens new window)
cbd4258c692, (opens new window) - Update therowsprop types to extend HTML table row props
14.2.2
Patch Changes
- Updated dependencies
14.2.1
Patch Changes
- #8644, (opens new window)
79c23df6340, (opens new window) - Use injected package name and version for analytics instead of version.json.
14.2.0
Minor Changes
- #7762, (opens new window)
cd41357bdb0, (opens new window) - Added total number of records for paginated data set to be passed as an optional prop
Patch Changes
952019cfd39, (opens new window) - Removed extraneous/unnecessary dependencies for design system components.
14.1.5
Patch Changes
- #5857, (opens new window)
d3265f19be, (opens new window) - Transpile packages using babel rather than tsc
14.1.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.
14.1.3
Patch Changes
- Updated dependencies
14.1.2
Patch Changes
- #4707, (opens new window)
6360c46009, (opens new window) - Reenable integration tests for Edge browser
14.1.1
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.
14.1.0
Minor Changes
- #3823, (opens new window)
dff687b37a, (opens new window) - Expose onKeyPress prop for dynamic-table and use it to show mediaViewer e9a1942ae0, (opens new window) - Set the attributedata-testidon the loading spinners. The convention follows the existing ${testId}--loadingSpinner.
Patch Changes
930e4aea2b, (opens new window) - fix a bug where DynamicTable is used with Suspense
14.0.1
Patch Changes
- #3428, (opens new window)
db053b24d8, (opens new window) - Update all the theme imports to be tree-shakable
14.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
13.7.9
Patch Changes
- #2763, (opens new window)
e8b1104637, (opens new window) - Previously when sorting the rows weren’t using a stable key - thus they would re-mount unexpectedly! This has been fixed now. 3cac2203ba, (opens new window) - Previously, sorting columns in dynamic table wouldn’t persist the page when table was updated, Now user will be able to apply sorting on dynamic table and page will be remain same even after updating table
13.7.8
Patch Changes
- Updated dependencies
13.7.7
Patch Changes
- #2866, (opens new window)
54a9514fcf, (opens new window) - Build and supporting files will no longer be published to npm
13.7.6
Patch Changes
- #2137, (opens new window)
54d82b49f0, (opens new window) - Remove unused dependencies baaad91b65, (opens new window) - Updated to use the latest and more performant version of@atlaskit/avatar- Updated dependencies
13.7.5
Patch Changes
- Updated dependencies
13.7.4
Patch Changes
-
[patch]dfc4dba1b3, (opens new window):
Change imports to comply with Atlassian conventions- Updated dependencies 9e4b195732, (opens new window):
-
Updated dependencies 6b8e60827e, (opens new window):
-
Updated dependencies 167a55fd7a, (opens new window):
-
Updated dependencies 57c0487a02, (opens new window):
-
Updated dependencies fd41d77c29, (opens new window):
-
Updated dependencies 7a2540821c, (opens new window):
- @atlaskit/toggle@8.1.7
- @atlaskit/button@13.3.11
- @atlaskit/avatar@17.1.10
- @atlaskit/webdriver-runner@0.3.4
- @atlaskit/dropdown-menu@9.0.3
13.7.3
Patch Changes
-
[patch]109004a98e, (opens new window):
Deletes internal package @atlaskit/type-helpers and removes all usages. @atlaskit/type-helpers has been superseded by native typescript helper utilities.- Updated dependencies 168b5f90e5, (opens new window):
-
Updated dependencies 0c270847cb, (opens new window):
-
Updated dependencies 109004a98e, (opens new window):
-
Updated dependencies b9903e773a, (opens new window):
- @atlaskit/docs@8.5.1
- @atlaskit/theme@9.5.3
- @atlaskit/analytics-next@6.3.6
- @atlaskit/button@13.3.10
13.7.2
Patch Changes
- Updated dependencies 66dcced7a0, (opens new window):
- Updated dependencies 64fb94fb1e, (opens new window):
- Updated dependencies eea5e9bd8c, (opens new window):
- Updated dependencies 109c1a2c0a, (opens new window):
- Updated dependencies
c57bb32f6d, (opens new window):
- @atlaskit/docs@8.4.0
- @atlaskit/webdriver-runner@0.3.0
- @atlaskit/avatar@17.1.9
- @atlaskit/button@13.3.9
- @atlaskit/dropdown-menu@9.0.2
- @atlaskit/spinner@12.1.6
- @atlaskit/toggle@8.1.6
13.7.1
Patch Changes
- Updated dependencies
e3f01787dd, (opens new window):
- @atlaskit/webdriver-runner@0.2.0
- @atlaskit/avatar@17.1.8
- @atlaskit/button@13.3.8
- @atlaskit/dropdown-menu@9.0.1
- @atlaskit/spinner@12.1.5
- @atlaskit/toggle@8.1.5
13.7.0
Minor Changes
-
[minor]0b09f8a6ca, (opens new window):
add focus style using blue outline
Patch Changes
- Updated dependencies
9e87af4685, (opens new window):
- @atlaskit/dropdown-menu@9.0.0
13.6.2
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/avatar@17.1.7
- @atlaskit/button@13.3.7
- @atlaskit/dropdown-menu@8.2.4
- @atlaskit/pagination@12.0.19
- @atlaskit/spinner@12.1.4
- @atlaskit/theme@9.5.1
- @atlaskit/toggle@8.1.4
- @atlaskit/type-helpers@4.2.3
13.6.1
Patch Changes
-
[patch]4a223473c5, (opens new window):
Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result- Updated dependencies 6dccb16bfc, (opens new window):
-
Updated dependencies 82747f2922, (opens new window):
-
Updated dependencies 4a223473c5, (opens new window):
- @atlaskit/toggle@8.1.3
- @atlaskit/theme@9.5.0
- @atlaskit/button@13.3.5
- @atlaskit/pagination@12.0.17
- @atlaskit/spinner@12.1.3
- @atlaskit/dropdown-menu@8.2.2
13.6.0
Minor Changes
-
[minor]24865cfaff, (opens new window):
Moving to react-beautiful-dnd 12.x internally. No API changes
Patch Changes
- Updated dependencies 24865cfaff, (opens new window):
- Updated dependencies 24865cfaff, (opens new window):
- Updated dependencies
24865cfaff, (opens new window):
- @atlaskit/analytics-next@6.3.3
- @atlaskit/avatar@17.1.5
13.5.1
Patch Changes
-
[patch]d222c2b987, (opens new window):
Theme has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided.
Breaking
** getTokens props changes ** When defining the value function passed into a ThemeProvider, the getTokens parameter cannot be called without props; if no props are provided an empty object
{}must be passed in:<CustomTheme.Provider value={t => ({ ...t(), backgroundColor: '#333'})} >becomes:
<CustomTheme.Provider value={t => ({ ...t({}), backgroundColor: '#333'})} >** Color palette changes ** Color palettes have been moved into their own file. Users will need to update imports from this:
import { colors } from '@atlaskit/theme'; colors.colorPalette('8');to this:
import { colorPalette } from '@atlaskit/theme'; colorPalette.colorPalette('8');or for multi entry-point users:
import * as colors from '@atlaskit/theme/colors'; colors.colorPalette('8');to this:
import * as colorPalettes from '@atlaskit/theme/color-palette'; colorPalettes.colorPalette('8');
13.5.0
Minor Changes
-
[minor]19e5d77c84, (opens new window):
Adding an optional prop
testIdthat will set the attribute valuedata-testid. It will help products to write better integration and end to end tests.
13.4.0
Minor Changes
- [minor]97a4a48f58, (opens new window):
- use more obvious hover background color for highlighted row
- add onClick into RowType typing and add examples of its usage
13.3.3
Patch Changes
-
[patch]35d2229b2a, (opens new window):
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
13.3.2
Patch Changes
-
[patch]a2d0043716, (opens new window):
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
13.3.1
Patch Changes
-
[patch]8a244b1dfd, (opens new window):
DynamicTable Stateful now sends analytics events via the onSort prop
13.3.0
Minor Changes
-
[minor]565e5c71db, (opens new window):
Add ability to highlight a row in the table based on the index (0 based index) of the current visible page.
13.2.1
- Updated dependencies
8d0f37c23e, (opens new window):
- @atlaskit/dropdown-menu@8.1.1
- @atlaskit/avatar@17.0.0
- @atlaskit/theme@9.2.2
13.2.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)
13.1.13
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
13.1.12
Patch Changes
-
[patch]ecca4d1dbb, (opens new window):
Upgraded Typescript to 3.3.x
13.1.11
Patch Changes
-
[patch]708028db86, (opens new window):
Change all the imports to theme in Core to use multi entry points
13.1.10
Patch Changes
-
[patch]de35ce8c67, (opens new window):
Updates component maintainers
13.1.9
Patch Changes
-
[patch]926b43142b, (opens new window):
Analytics-next has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No behavioural changes.
Breaking changes
withAnalyticsForSumTypePropsalias has been removed, please usewithAnalyticsEventsAnalyticsContextWrappedCompalias has been removed, please usewithAnalyticsContext
Breaking changes to TypeScript annotations
withAnalyticsEventsnow infers proptypes automatically, consumers no longer need to provide props as a generic type.withAnalyticsContextnow infers proptypes automatically, consumers no longer need to provide props as a generic type.- Type
WithAnalyticsEventPropshas been renamed toWithAnalyticsEventsPropsto match source code - Type
CreateUIAnalyticsEventSignaturehas been renamed toCreateUIAnalyticsEventto match source code - Type
UIAnalyticsEventHandlerSignaturehas been renamed toUIAnalyticsEventHandlerto match source code - Type
AnalyticsEventsPayloadhas been renamed toAnalyticsEventPayload - Type
ObjectTypehas been removed, please useRecord<string, any>or[key: string]: any - Type
UIAnalyticsEventInterfacehas been removed, please useUIAnalyticsEvent - Type
AnalyticsEventInterfacehas been removed, please useAnalyticsEvent - Type
CreateAndFireEventFunctionremoved and should now be inferred by TypeScript - Type
AnalyticsEventUpdaterremoved and should now be inferred by TypeScript
13.1.8
Patch Changes
-
[patch]60e3ba3eed, (opens new window):
Made table headers accessible and sortable with keyboard
13.1.7
- Updated dependencies
7e9d653278, (opens new window):
- @atlaskit/avatar@16.0.8
- @atlaskit/toggle@8.0.0
13.1.6
Patch Changes
-
[patch]9f8ab1084b, (opens new window):
Consume analytics-next ts type definitions as an ambient declaration.
13.1.5
Patch Changes
-
[patch]bbff8a7d87, (opens new window):
Fixes bug, missing version.json file
13.1.4
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
13.1.3
Patch Changes
-
[patch]d0db01b410, (opens new window):
TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props as a generic type. This is so that TypeScript can correctly calculate the props and defaultProps of the returned component.
Before:
withAnalyticsEvents()(Button) as ComponentClass<Props>;After:
withAnalyticsEvents<Props>()(Button);
13.1.2
Patch Changes
-
[patch]29a1f158c1, (opens new window):
Use default react import in typescript files.
13.1.1
Patch Changes
-
[patch]93bcf314c6, (opens new window):
Added missing tslib dep
13.1.0
- [minor]647118a5ce, (opens new window):
- Added onPageRowUpdate function prop to dynamic table to be passed the currently shown table items and moved validateSortKey from the deprecated componentWillMount and componentWillRecieveProps to getDerivedStateFromProps
13.0.2
- [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
13.0.1
- Updated dependencies 215688984e, (opens new window):
- Updated dependencies
8c65f23d32, (opens new window):
- @atlaskit/button@13.0.4
- @atlaskit/spinner@12.0.0
- @atlaskit/pagination@12.0.0
13.0.0
- [major]3d95467c4b, (opens new window):
- Dynamic table has been internally converted to TypeScript.
- Drops Flow support.
- TypeScript consumers will get static type safety.
- No longer falls back to cell.content for ordering when cell.key is not provided. When cell.key is not provided, it will now preserve original ordering, while still respecting sort order (i.e. ASC and DESC).
- No other API or behavioural changes.
12.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.
11.0.4
- [patch]08321f585d, (opens new window):
- Internal changes only. Makes DynamicTable compatible with SSR.
11.0.3
- Updated dependencies
9c0b4744be, (opens new window):
- @atlaskit/docs@7.0.3
- @atlaskit/avatar@15.0.4
- @atlaskit/button@12.0.3
- @atlaskit/dropdown-menu@7.0.6
- @atlaskit/pagination@10.0.4
- @atlaskit/spinner@10.0.7
- @atlaskit/toggle@6.0.4
- @atlaskit/theme@8.1.7
11.0.2
- Updated dependencies
1e826b2966, (opens new window):
- @atlaskit/docs@7.0.2
- @atlaskit/analytics-next@4.0.3
- @atlaskit/avatar@15.0.3
- @atlaskit/dropdown-menu@7.0.4
- @atlaskit/pagination@10.0.3
- @atlaskit/spinner@10.0.5
- @atlaskit/theme@8.1.6
- @atlaskit/toggle@6.0.3
- @atlaskit/button@12.0.0
11.0.1
- Updated dependencies
9d5cc39394, (opens new window):
- @atlaskit/docs@7.0.1
- @atlaskit/analytics-next@4.0.1
- @atlaskit/avatar@15.0.1
- @atlaskit/dropdown-menu@7.0.1
- @atlaskit/pagination@10.0.1
- @atlaskit/spinner@10.0.1
- @atlaskit/theme@8.0.1
- @atlaskit/toggle@6.0.1
- @atlaskit/button@11.0.0
11.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.
10.0.23
- [patch]d026472527, (opens new window):
- Sorting behaviour fixed for integers. New behaviour groups datatypes with integers first, then strings, then other values, and sorting is performed within those groups.
- Fixed sorting for strings; lowercase, uppercase and accented characters will be treated as equivalent.
10.0.22
- Updated dependencies 58b84fa, (opens new window):
- @atlaskit/analytics-next@3.1.2
- @atlaskit/avatar@14.1.7
- @atlaskit/button@10.1.1
- @atlaskit/dropdown-menu@6.1.25
- @atlaskit/pagination@9.0.1
- @atlaskit/spinner@9.0.13
- @atlaskit/theme@7.0.1
- @atlaskit/toggle@5.0.14
- @atlaskit/docs@6.0.0
10.0.21
- Updated dependencies 1a09599, (opens new window):
- @atlaskit/pagination@9.0.0
10.0.20
- Updated dependencies d13242d, (opens new window):
- @atlaskit/docs@5.2.3
- @atlaskit/button@10.0.4
- @atlaskit/dropdown-menu@6.1.24
- @atlaskit/pagination@8.0.8
- @atlaskit/spinner@9.0.12
- @atlaskit/toggle@5.0.13
- @atlaskit/theme@7.0.0
- @atlaskit/avatar@14.1.6
10.0.19
- [patch]492b8ea, (opens new window):
- Added
colspanto cell type. Added example usingcolspan.
- Added
10.0.18
- Updated dependencies 6998f11, (opens new window):
- @atlaskit/docs@5.2.1
- @atlaskit/analytics-next@3.1.1
- @atlaskit/avatar@14.1.4
- @atlaskit/dropdown-menu@6.1.22
- @atlaskit/pagination@8.0.6
- @atlaskit/spinner@9.0.11
- @atlaskit/theme@6.2.1
- @atlaskit/toggle@5.0.11
- @atlaskit/button@10.0.0
10.0.17
- [patch]abd3a39, (opens new window):
- Bump react-beautiful-dnd dependency to v10.0.2
10.0.16
- [patch]85b3592, (opens new window):
- Passes analytics event through onSetPage prop when pagination component is clicked on
10.0.15
- [patch] Fixing blank state for datetime-picker in Firefox. 0e6d838, (opens new window)
10.0.14
- [patch] Adds missing implicit @babel/runtime dependency b71751b, (opens new window)
10.0.13
- [patch] Added space of 3x gridSize between table and pagination component 83a3471, (opens new window)
- [patch] Updated dependencies
8276156, (opens new window)
- @atlaskit/pagination@8.0.0
10.0.12
- [patch] Pulling the shared styles from @atlaskit/theme and removed dependency on util-shraed-styles 7d51a09, (opens new window)
10.0.11
- [patch] Adds sideEffects: false to allow proper tree shaking b5d6d04, (opens new window)
10.0.9
- [patch] Updated dependencies
df22ad8, (opens new window)
- @atlaskit/theme@6.0.0
- @atlaskit/toggle@5.0.6
- @atlaskit/spinner@9.0.6
- @atlaskit/dropdown-menu@6.1.8
- @atlaskit/button@9.0.6
- @atlaskit/avatar@14.0.8
- @atlaskit/docs@5.0.6
10.0.8
- [patch] Bumping react-beautiful-dnd to version 9. Making use of use onBeforeDragStart for dynamic table 9cbd494, (opens new window)
- [none] Updated dependencies 9cbd494, (opens new window)
10.0.7
- [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/analytics-next@3.0.4
- @atlaskit/toggle@5.0.5
- @atlaskit/pagination@7.0.4
- @atlaskit/button@9.0.5
- @atlaskit/theme@5.1.3
- @atlaskit/spinner@9.0.5
- @atlaskit/dropdown-menu@6.1.5
- @atlaskit/avatar@14.0.6
10.0.6
- [patch] Bumping react-beautiful-dnd to 8.0.7 to fix timing issue with onDragStart 812a39c, (opens new window)
10.0.5
- [patch] Updated dependencies
acd86a1, (opens new window)
- @atlaskit/toggle@5.0.4
- @atlaskit/button@9.0.4
- @atlaskit/theme@5.1.2
- @atlaskit/spinner@9.0.4
- @atlaskit/pagination@7.0.3
- @atlaskit/analytics-next@3.0.3
- @atlaskit/docs@5.0.2
- @atlaskit/dropdown-menu@6.1.4
- @atlaskit/avatar@14.0.5
10.0.4
- [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/analytics-next@3.0.2
- @atlaskit/toggle@5.0.3
- @atlaskit/pagination@7.0.2
- @atlaskit/button@9.0.3
- @atlaskit/theme@5.1.1
- @atlaskit/spinner@9.0.3
- @atlaskit/dropdown-menu@6.1.3
- @atlaskit/avatar@14.0.4
10.0.3
- [patch] Upgrading react-beautiful-dnd to 8.0.1 87cd977, (opens new window)
- [patch] Upgrading react-beautiful-dnd to 8.0.0 22efc08, (opens new window)
- [none] Updated dependencies 87cd977, (opens new window)
- [none] Updated dependencies 22efc08, (opens new window)
10.0.2
- [patch] Upgrading react-beautiful-dnd to 8.0.5 6052132, (opens new window)
- [none] Updated dependencies 6052132, (opens new window)
10.0.1
- [patch] Move analytics tests and replace elements to core 49d4ab4, (opens new window)
- [none] Updated dependencies
49d4ab4, (opens new window)
- @atlaskit/analytics-next@3.0.1
- @atlaskit/toggle@5.0.1
- @atlaskit/pagination@7.0.1
- @atlaskit/button@9.0.2
- @atlaskit/spinner@9.0.2
- @atlaskit/docs@5.0.1
- @atlaskit/dropdown-menu@6.1.2
- @atlaskit/avatar@14.0.2
10.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/analytics-next@3.0.0
- @atlaskit/toggle@5.0.0
- @atlaskit/pagination@7.0.0
- @atlaskit/button@9.0.0
- @atlaskit/theme@5.0.0
- @atlaskit/spinner@9.0.0
- @atlaskit/docs@5.0.0
- @atlaskit/dropdown-menu@6.0.0
- @atlaskit/avatar@14.0.0
- [major] Updated dependencies
7edb866, (opens new window)
- @atlaskit/analytics-next@3.0.0
- @atlaskit/toggle@5.0.0
- @atlaskit/pagination@7.0.0
- @atlaskit/button@9.0.0
- @atlaskit/theme@5.0.0
- @atlaskit/spinner@9.0.0
- @atlaskit/docs@5.0.0
- @atlaskit/dropdown-menu@6.0.0
- @atlaskit/avatar@14.0.0
9.2.6
- [none] Updated dependencies
da63331, (opens new window)
- @atlaskit/button@8.2.5
- @atlaskit/dropdown-menu@5.2.3
- @atlaskit/avatar@13.0.0
- [patch] Updated dependencies
7724115, (opens new window)
- @atlaskit/avatar@13.0.0
- @atlaskit/button@8.2.5
- @atlaskit/dropdown-menu@5.2.3
9.2.5
- [patch] Updated dependencies
8a01bcd, (opens new window)
- @atlaskit/avatar@12.0.0
- @atlaskit/dropdown-menu@5.2.2
9.2.4
- [patch] Remove or update $FlowFixMe e8ad98a, (opens new window)
- [none] Updated dependencies
e8ad98a, (opens new window)
- @atlaskit/button@8.2.4
- @atlaskit/dropdown-menu@5.2.1
- @atlaskit/avatar@11.2.2
9.2.3
- [patch] Button should be a dev dependency 50ca31b, (opens new window)
- [none] Updated dependencies 50ca31b, (opens new window)
9.2.2
- [patch] Updated dependencies
cdba8b3, (opens new window)
- @atlaskit/spinner@8.0.0
- @atlaskit/button@8.2.3
9.2.1
- [patch] Upgrading react-beautiful-dnd dependency to ^7.1.3 024b7fb, (opens new window)
- [none] Updated dependencies 024b7fb, (opens new window)
9.2.0
- [minor] Fixes types for Flow 0.74 dc50cd2, (opens new window)
- [none] Updated dependencies
dc50cd2, (opens new window)
- @atlaskit/button@8.2.0
- @atlaskit/spinner@7.1.0
- @atlaskit/dropdown-menu@5.1.0
- @atlaskit/avatar@11.2.0
9.1.2
- [patch] Clean Changelogs - remove duplicates and empty entries e7756cd, (opens new window)
- [none] Updated dependencies
e7756cd, (opens new window)
- @atlaskit/button@8.1.2
- @atlaskit/toggle@4.0.3
- @atlaskit/theme@4.0.4
- @atlaskit/spinner@7.0.2
- @atlaskit/pagination@6.0.5
- @atlaskit/dropdown-menu@5.0.4
9.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/dropdown-menu@5.0.3
- @atlaskit/button@8.1.1
- @atlaskit/pagination@6.0.4
- @atlaskit/avatar@11.1.1
- @atlaskit/docs@4.1.1
9.1.0
- [minor] Update examples 9d20f54, (opens new window)
- [patch] Updated dependencies
9d20f54, (opens new window)
- @atlaskit/spinner@7.0.0
- @atlaskit/dropdown-menu@5.0.2
- @atlaskit/avatar@11.1.0
- @atlaskit/toggle@4.0.2
- @atlaskit/docs@4.1.0
- @atlaskit/theme@4.0.2
- @atlaskit/pagination@6.0.3
- @atlaskit/button@8.1.0
9.0.1
- [patch] Update readme's 223cd67, (opens new window)
- [patch] Updated dependencies
223cd67, (opens new window)
- @atlaskit/toggle@4.0.1
- @atlaskit/button@8.0.1
- @atlaskit/theme@4.0.1
- @atlaskit/spinner@6.0.1
- @atlaskit/pagination@6.0.1
- @atlaskit/docs@4.0.1
- @atlaskit/dropdown-menu@5.0.1
- @atlaskit/avatar@11.0.1
9.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/toggle@4.0.0
- @atlaskit/button@8.0.0
- @atlaskit/theme@4.0.0
- @atlaskit/spinner@6.0.0
- @atlaskit/pagination@6.0.0
- @atlaskit/docs@4.0.0
- @atlaskit/dropdown-menu@5.0.0
- @atlaskit/avatar@11.0.0
8.1.0
- [minor] Add paginationi18n prop to dynamic-table which passes this to the i18n of its pagination component 08054b1, (opens new window)
8.0.3
- [patch] Updated dependencies
d662caa, (opens new window)
- @atlaskit/toggle@3.0.2
- @atlaskit/dropdown-menu@4.0.3
- @atlaskit/button@7.2.5
- @atlaskit/theme@3.2.2
- @atlaskit/spinner@5.0.2
- @atlaskit/pagination@5.0.1
- @atlaskit/avatar@10.0.6
- @atlaskit/docs@3.0.4
8.0.1
- [patch] Remove unused dependencies 3cfb3fe, (opens new window)
8.0.0
- [major] Bump to React 16.3. 4251858, (opens new window)
7.2.2
- [patch] Combines stateless and stateful components into one. Deletes stateless export. Renames pagination props. a4b6c86, (opens new window)
7.2.1
- [patch] Re-releasing due to potentially broken babel release 9ed0bba, (opens new window)
7.2.0
- [minor] Update styled-components dependency to support versions 1.4.6 - 3 ceccf30, (opens new window)
7.1.2
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2, (opens new window) 1e57e5a, (opens new window)
7.1.1
- [patch] Packages Flow types for elements components 3111e74, (opens new window)
7.1.0
- [minor] Added possibility to drag and drop rows in dynamic table. e69e6f4, (opens new window)
7.0.1
- [patch] package bump to resolve discrepencies with npm be745da, (opens new window)
6.2.0
- [minor] Add React 16 support. 12ea6e4, (opens new window)
6.1.5
- [patch] Fix manual bump bug from migration fefd96c, (opens new window)
7.0.0
- There were no major changes in this release.
6.1.4
- [patch] fix examples so that name is truly sortable, resolve prop error, fix rowCellType key prop type e5981fb, (opens new window)
6.1.3
- [patch] Migrate dynamic-table to ak-mk-2 repo 8402863, (opens new window)
6.1.2 (2017-12-07)
- bug fix; add story to demonstrate toggling pagination (issues closed: ak-3052) (3f66ce8, (opens new window))
6.1.1 (2017-11-15)
- bug fix; bumping internal dependencies to the latest major versions (dd59c0a, (opens new window))
6.1.0 (2017-11-13)
- feature; add a loading state to the dynamic table (08974ae, (opens new window))
6.0.2 (2017-10-26)
- bug fix; fix to rebuild stories (793b2a7, (opens new window))
6.0.1 (2017-10-22)
- bug fix; update dependencies for react-16 (077d1ad, (opens new window))
6.0.0 (2017-08-11)
- bug fix; fix the theme-dependency (db90333, (opens new window))
- breaking; affects internal styled-components implementation (d14522a, (opens new window))
- breaking; implement dark mode theme (d14522a, (opens new window))
5.0.0 (2017-08-11)
- breaking; affects internal styled-components implementation (d14522a, (opens new window))
- breaking; implement dark mode theme (d14522a, (opens new window))
4.5.2 (2017-07-27)
- fix; rename jsnext:main to jsnext:experimental:main temporarily (c7508e0, (opens new window))
4.5.1 (2017-07-25)
- fix; use class transform in loose mode in babel to improve load performance in apps (fde719a, (opens new window))
4.2.0 (2017-07-17)
- fix; rerelease, failed prepublish scripts (5fd82f8, (opens new window))
4.2.0 (2017-07-17)
- feature; added ES module builds to dist and add jsnext:main to most ADG packages (ea76507, (opens new window))
4.1.0 (2017-07-12)
- fix; removes rowIndex prop from body render method (9394455, (opens new window))
4.0.1 (2017-07-10)
- fix; fixes '0' being displayed when rows prop is empty array (8ce1453, (opens new window))
- fix; fixes react console error by adding key prop to TableRow in render method of Body (c2e08cb, (opens new window))
- feature; updates pagination dependency to 3.1.0 to get ellipsis when there are lots of pages (391db73, (opens new window))
4.0.0 (2017-07-03)
- fix; updates dynamic-table to always display table header (ee35148, (opens new window))
- fix; updates dynamic-table to have headerless emptyView (aa87745, (opens new window))
- fix; updates tests to check against Component not string (a91743b, (opens new window))
- fix; add prop-types as a dependency to avoid React 15.x warnings (92598eb, (opens new window))
- updates description for dynamic-table stories (bde2081, (opens new window))
- breaking; Table will now render the Header by default, even if no rows are displayed
3.0.0 (2017-05-24)
- refactor dynamic-table as part of styled-components refactor (3f52aff, (opens new window))
- breaking; DynamicTable export renamed to DynamicTableStateless, for consistency with other packages.
- ISSUES CLOSED: #AK-2385
2.1.5 (2017-04-27)
- fix; update legal copy to be more clear. Not all modules include ADG license. (f3a945e, (opens new window))
2.1.4 (2017-04-26)
- fix; update legal copy and fix broken links for component README on npm. New contribution and (0b3e454, (opens new window))
2.1.3 (2017-03-23)
- fix; Empty commit to release the component (49c08ee, (opens new window))
2.1.1 (2017-03-21)
- fix; maintainers for all the packages were added (261d00a, (opens new window))
2.1.0 (2017-03-08)
- feature; use createError helper function from util-common package (3466262, (opens new window))
2.0.1 (2017-03-08)
- fix; import DynamicTable from its own package (61f6e86, (opens new window))
1.0.0 (2017-03-07)
- fix; pR suggestions (aee611e, (opens new window))
- feature; dynamicTable component (9861b3e, (opens new window))