Object
An object is an icon that represents an Atlassian-specific content type.2.3.3
Patch Changes
- Updated dependencies
2.3.2
Patch Changes
- Updated dependencies
2.3.1
Patch Changes
e974cd0ae082c, (opens new window) - Experimental React 19 peer dependency support. This patch widens the peer range; CI coverage is partial.- Updated dependencies
2.3.0
Minor Changes
-
d82e6f76528ab, (opens new window) - Add direct subpath package exports as part of the linking-platform, search, media, and design-system barrel-removal (de-barrel) migration.These packages now expose their individual modules via explicit
package.jsonexportssubpaths so that consumers can import directly from the leaf module (e.g.@atlaskit/pkg/thing) instead of the package barrel/index. This adds new public entry points without changing or removing any existing exports, so it is a backwards-compatible additive change.No runtime behaviour changes; this is an API-surface (entry-point) addition to support tree-shaking and to unblock removal of the barrel index files.
Patch Changes
- Updated dependencies
2.2.6
Patch Changes
- Updated dependencies
2.2.5
Patch Changes
- Updated dependencies
2.2.4
Patch Changes
- Updated dependencies
2.2.3
Patch Changes
- Updated dependencies
2.2.2
Patch Changes
- Updated dependencies
2.2.1
Patch Changes
- Updated dependencies
2.2.0
Minor Changes
2f56c78f969b8, (opens new window) - Update i18n NPM package versions for teamwork-graph (Group 16)
Patch Changes
- Updated dependencies
2.1.1
Patch Changes
a715574244fd8, (opens new window) - Updated labelling examples to demonstrate that thelabelprop is optional and defaults to a meaningful content type name (e.g. "Bug", "Epic", "Page"). No label prop is required for standard non-decorative use.- Updated dependencies
2.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
2.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
2.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
1.0.17
Patch Changes
- Updated dependencies
1.0.16
Patch Changes
- Updated dependencies
1.0.15
Patch Changes
- Updated dependencies
1.0.14
Patch Changes
02483200273ec, (opens new window) - Enrol all Design System UI packages into the React Compiler with platform gating via isReactCompilerActivePlatform.- Updated dependencies
1.0.13
Patch Changes
- Updated dependencies
1.0.12
Patch Changes
- Updated dependencies
1.0.11
Patch Changes
- Updated dependencies
1.0.10
Patch Changes
- Updated dependencies
1.0.9
Patch Changes
- Updated dependencies
1.0.8
Patch Changes
- Updated dependencies
1.0.7
Patch Changes
- Updated dependencies
1.0.6
Patch Changes
- Updated dependencies
1.0.5
Patch Changes
- Updated dependencies
1.0.4
Patch Changes
- Updated dependencies
1.0.3
Patch Changes
- Updated dependencies
1.0.2
Patch Changes
- Updated dependencies
1.0.1
Patch Changes
- Updated dependencies
1.0.0
Major Changes
951d5982db119, (opens new window) - Released for general availability
Patch Changes
- Updated dependencies
0.2.5
Patch Changes
- Updated dependencies
0.2.4
Patch Changes
- Updated dependencies
0.2.3
Patch Changes
e1c9823b0b420, (opens new window) - - Added new metadata export- Changed name of 'issue' object to 'work-item'
- Updated dependencies
0.2.2
Patch Changes
- Updated dependencies
0.2.1
Patch Changes
7cb0fde4106a7, (opens new window) - Fixed an issue with exports.
0.2.0
Minor Changes
ad24b64141bbf, (opens new window) - Added new objects "Idea" and "Database".
0.1.0
Minor Changes
9e77915865d6e, (opens new window) - Initial package creation.
Patch Changes
- Updated dependencies