@atlaskit/object
Version:
An object is an icon that represents an Atlassian-specific content type.
321 lines (182 loc) • 6.14 kB
Markdown
# @atlaskit/object
## 2.3.3
### Patch Changes
- Updated dependencies
## 2.3.2
### Patch Changes
- Updated dependencies
## 2.3.1
### Patch Changes
- [`e974cd0ae082c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e974cd0ae082c) -
Experimental React 19 peer dependency support. This patch widens the peer range; CI coverage is
partial.
- Updated dependencies
## 2.3.0
### Minor Changes
- [`d82e6f76528ab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d82e6f76528ab) -
Add direct subpath package exports as part of the linking-platform, search, media, and
design-system barrel-removal (de-barrel) migration.
These packages now expose their individual modules via explicit `package.json` `exports` subpaths
so that consumers can import directly from the leaf module (e.g. `@atlaskit/pkg/thing`) instead of
the package barrel/index. This adds new public entry points without changing or removing any
existing exports, so it is a backwards-compatible additive change.
No runtime behaviour changes; this is an API-surface (entry-point) addition to support
tree-shaking and to unblock removal of the barrel index files.
### Patch Changes
- Updated dependencies
## 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`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f56c78f969b8) -
Update i18n NPM package versions for teamwork-graph (Group 16)
### Patch Changes
- Updated dependencies
## 2.1.1
### Patch Changes
- [`a715574244fd8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a715574244fd8) -
Updated labelling examples to demonstrate that the `label` prop 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`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
bumped the renamed package itself, so dependent packages were never republished and their
published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
available in the public npm registry. This minor bump republishes all affected packages with the
corrected dependency.
### Patch Changes
- Updated dependencies
## 2.0.1
### Patch Changes
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
gating.
- Updated dependencies
## 2.0.0
### Major Changes
- [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ###
Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**.
Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist.
Types are now exclusively via the `"types": "dist/types/index.d.ts"` property.
```diff
- "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`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/02483200273ec) -
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`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/951d5982db119) -
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`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e1c9823b0b420) - -
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`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7cb0fde4106a7) -
Fixed an issue with exports.
## 0.2.0
### Minor Changes
- [`ad24b64141bbf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ad24b64141bbf) -
Added new objects "Idea" and "Database".
## 0.1.0
### Minor Changes
- [`9e77915865d6e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e77915865d6e) -
Initial package creation.
### Patch Changes
- Updated dependencies