Icon
An icon is a symbol representing a command, device, directory, or common action.37.7.1
Patch Changes
- Updated dependencies
37.7.0
Minor Changes
-
93685755a235e, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/corechart-pie
37.6.0
Minor Changes
bd2c5b0112185, (opens new window) - Remove stale API report artifacts from published Platform packages.
Patch Changes
- Updated dependencies
37.5.3
Patch Changes
4612437357f61, (opens new window) - Remove references to the unused @atlassian/icon-private package. Its value is dropped from the icon metadata location union, the ensure-icon-color lint rule no longer matches it, and the adoption scanner no longer scans its entrypoint.
37.5.2
Patch Changes
3bcd16de0216e, (opens new window) - Experimental React 19 peer dependency support. This patch widens the peer range; CI coverage is partial.
37.5.1
Patch Changes
- Use
@atlassian/testing-libraryexclusively in unit tests.
37.5.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
37.4.0
Minor Changes
-
19f67a13fde54, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/corechart-pie
37.3.0
Minor Changes
-
9f6f84dd3db72, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/corechart-piecross-circledata-flow
37.2.4
Patch Changes
- Updated dependencies
37.2.3
Patch Changes
-
9356675edac18, (opens new window) - Replace generated./src/*subpath export keys with lint-safe equivalents. The de-barreling migration produced export keys containing asrcsegment (e.g.@atlaskit/select"./src/select"), which are forbidden byno-restricted-imports(@atlaskit/*/src/*) in downstream products.Renamed keys:
@atlaskit/select:./src/select→./default@atlaskit/icon:./src/constants→./constants/default@atlaskit/react-select:./src/async→./async/default,./src/creatable→./creatable/default@atlaskit/heading:./src/heading-context→./heading-context/default@atlaskit/flag: removed the redundant./src/flag-groupkey (duplicate of the existing./flag-groupexport)
The underlying source targets are unchanged.
37.2.2
Patch Changes
- Updated dependencies
37.2.1
Patch Changes
edeb4ec55e98c, (opens new window) - Removets-nodedependency. Regenerate icon glypths.
37.2.0
Minor Changes
-
c50236f04a5d5, (opens new window) - Flatten entry points for@atlaskit/iconand remove multiple-export violations.New and updated subpath exports are now available directly:
@atlaskit/icon/components/icon-new— direct component path (new)@atlaskit/icon/deprecated-core— now resolves directly tosrc/deprecated-core.tsx@atlaskit/icon/deprecated-map— now resolves directly tosrc/deprecated-core.tsx@atlaskit/icon/icon-tile— now resolves directly tosrc/components/icon-tile/index.tsx@atlaskit/icon/metadata-core— now resolves directly tosrc/metadata-core.tsx@atlaskit/icon/skeleton— now resolves directly tosrc/components/skeleton.tsx@atlaskit/icon/types— now resolves directly tosrc/types.tsx
No migration required for existing imports — all existing subpath exports remain valid. The
./icon-newsubpath continues to work as before viasrc/entry-points/icon-new.tsx.
37.1.0
Minor Changes
-
1502a8099fc80, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/corechart-pie
37.0.1
Patch Changes
- Updated dependencies
37.0.0
Major Changes
-
eb572c1c104f1, (opens new window) - Removed theshapeprop,UNSAFE_circleReplacementComponentprop, andIconTileCirclePropstype fromIconTile. Circle-shaped icon tiles are no longer supported —IconTilenow renders a square tile only.Feature gates
platform_dst_icon_tile_circle_replacementandplatform_dst_icon_tile_circle_replacement_stage2have been cleaned up.Migration: If you were using
<IconTile shape="circle" UNSAFE_circleReplacementComponent={<MyComponent />} />, replace the entire<IconTile>with<MyComponent />directly.
Patch Changes
- Updated dependencies
36.2.0
Minor Changes
-
220103ecf27a6, (opens new window) - This release updates icons in@atlaskit/iconand@atlaskit/icon-lab.Updated:
@atlaskit/icon/corechart-pie
@atlaskit/icon-lab/coretext-rephrasetext-review
36.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
36.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
36.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
35.4.0
Minor Changes
-
9c0155c00d835, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/corechart-pie
35.3.0
Minor Changes
-
16804116e2d36, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/corechart-pie
35.2.0
Minor Changes
-
14dec73701a1e, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/coreaddchart-piecross
35.1.0
Minor Changes
-
28617d8f348d3, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/coreaddchart-piecross
Patch Changes
- Updated dependencies
35.0.0
Major Changes
-
2b84ca637685f, (opens new window) - [ux] Cleans up theIconTileAPI following the rollout ofplatform_dst_new_icon_tileandplatform_dst_new_icon_tile_stage2flags.Breaking changes
size="16"removed — Migrate to direct icon glyph usage (e.g.<MyIcon label="..." />), or usesize="xsmall"for the smallest tile (20px).- Pixel number sizes removed —
sizevalues"24","32","40","48"have been removed. Migrate to t-shirt sizes:"small"(replaces"24")"medium"(replaces"32")"large"(replaces"40")"xlarge"(replaces"48")
LegacyIconTileSizeandNewIconTileSizetypes removed — UseIconTileSizedirectly.- Icon tile defaults to size
medium(previously -small). UNSAFE_circleReplacementComponentis required ifshape='circle'is passed in.
Patch Changes
- Updated dependencies
34.6.0
Minor Changes
-
b75e40f942dce, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/coreai-generative-text-summarybriefcasechart-piecustomizefilter
34.5.0
Minor Changes
-
2839666e3fb27, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/corechart-piepaint-bucket
34.4.0
Minor Changes
-
0e2b29db61e0a, (opens new window) - This release adds icons in@atlaskit/icon.Added:
@atlaskit/icon/corebezier-curvefigma-communityfigma-component-instance-swapfigma-component-instancefigma-componentfigma-slotfigma
34.3.0
Minor Changes
-
a8a1708dfe5e6, (opens new window) - This release adds and updates icons in@atlaskit/icon.Added:
@atlaskit/icon/corequotation-block
Updated:
@atlaskit/icon/corechart-piemarkdown
Patch Changes
- Updated dependencies
34.2.0
Minor Changes
7d6e9b5e6e7c6, (opens new window) - Autofix: add explicit package exports (barrel removal)
34.1.0
Minor Changes
-
a42fb7e88fcfa, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/coretext
34.0.5
Patch Changes
- Updated dependencies
34.0.4
Patch Changes
ddd049a745d38, (opens new window) - Internal change to how legacy colors are applied. No visual changes.
34.0.3
Patch Changes
- Updated dependencies
34.0.2
Patch Changes
02483200273ec, (opens new window) - Enrol all Design System UI packages into the React Compiler with platform gating via isReactCompilerActivePlatform.- Updated dependencies
34.0.1
Patch Changes
22bf79dbdcdca, (opens new window) - Internal changes to remove unnecessary token fallbacks and imports from@atlaskit/theme
34.0.0
Major Changes
-
af4d3f68227b4, (opens new window) - Removed the default export (Icon),./base,./svgentry-points, and SVG named export.- import Icon from `@atlaskit/icon` - import Icon from `@atlaskit/icon/base` - import SVG from `@atlaskit/icon/svg`Migration Path
Creating custom icons using icon base component or SVG component are no longer supported. Please migrate to native
<svg />or choose one of the icons from provided icon set (e.g.import AddIcon from "@atlaskit/icon/core/add")
Patch Changes
- Updated dependencies
33.1.2
Patch Changes
08170da1fbf62, (opens new window) - Migrate spacing prop usages on icons to Flex wrapper08170da1fbf62, (opens new window) - Update codemod and eslint to handle different scenarios to migrate spacing props- Updated dependencies
33.1.1
Patch Changes
af37f7d87df51, (opens new window) - Deprecatespacingprop on icon components via JSDoc@deprecatedannotation, and update ADS website docs (Icon > Examples, Icon > Usage) to reflect the deprecation with migration guidance.
33.1.0
Minor Changes
0daada0469ab8, (opens new window) - Remove@atlaskit/icon/migration-mapentry point,IconMigrationMapandIconMigrationSizeGuidancetypes from@atlaskit/icon, and@atlaskit/icon-lab/migration-mapentry point. These were only needed to support the legacy glyph icon migration path which has now been fully completed. Remove theno-legacy-iconsESLint rule from@atlaskit/eslint-plugin-design-systemas@atlaskit/icon/glyphand@atlaskit/icon/core/migrationno longer exist.
33.0.2
Patch Changes
c426ad3d11c7c, (opens new window) - Fixes to icon build process
33.0.1
Patch Changes
a61a3677df8a5, (opens new window) - Removecore/migration/*entries from deprecated icon docs. Thecore/migration/*icon components no longer exist following the removal of@atlaskit/icon/glyphlegacy icons.
33.0.0
Major Changes
f1ef2305b8862, (opens new window) - Remove legacy icon glyphs and oldName prop support from metadata core.
Patch Changes
- Updated dependencies
32.1.0
Minor Changes
-
99726ea06a76c, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/corechart-pieperson-addperson-addedperson-offboardperson-removeperson-warningscreen-plus
32.0.2
Patch Changes
5e06fddfce409, (opens new window) - Rename codemod tonext-icon-spacing-to-flex-primitive(now discoverable vianpx @atlaskit/codemod-cli) and updateno-icon-spacing-propESLint rule to generateFlexwrapper instead ofBox.
32.0.1
Patch Changes
a788a4cabea12, (opens new window) - Add codemod to migrate icon spacing prop to Box primitive
32.0.0
Major Changes
f3af0f1353dd5, (opens new window) - Remove legacy icon glyphs and oldName prop support from metadata core.
Patch Changes
- Updated dependencies
31.0.0
Major Changes
cba951d9c882d, (opens new window) - Dropping LEGACY_fallback prop from icon-tile
Patch Changes
- Updated dependencies
30.1.0
Minor Changes
-
ea7a01d023b36, (opens new window) - This release adds and updates icons in@atlaskit/icon.Added:
@atlaskit/icon/coreai-sparkle
Updated:
@atlaskit/icon/corechart-pie
30.0.2
Patch Changes
- Updated dependencies
30.0.1
Patch Changes
5217ed510493f, (opens new window) - Remove af:export
30.0.0
Major Changes
3079b06c049d4, (opens new window) - [ux] Removed LEGACY icon props and@atlaskit/icon/core/migrationentry point. Users should use icons directly from@atlaskit/icon/core.
Patch Changes
- Updated dependencies
29.4.2
Patch Changes
- Updated dependencies
29.4.1
Patch Changes
7925336391df8, (opens new window) - Remove deprecated no-utility-icons ESLint rule as utility icons have been fully removed from @atlaskit/icon package.
29.4.0
Minor Changes
8d397e132e0b2, (opens new window) - In preparation for removal of themigrationentry points, theplatform-visual-refresh-iconsfeature flag has been removed. Allmigrationentry point usages will now use the new iconography.
29.3.2
Patch Changes
0cc945286c289, (opens new window) - Remove custom-icon and custom-svg documentation pages and navigation menu entries as part of deprecation cleanup (DSP-21989)
29.3.1
Patch Changes
- Updated dependencies
29.3.0
Minor Changes
-
792573921f7ec, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/coreautomationbasketballchart-pieepiclist-checklistpaint-paletteproblemsendtarget
Patch Changes
- Updated dependencies
29.2.0
Minor Changes
762b79e21f96a, (opens new window) - Migrated and cleaned up legacy iconography usage.
Patch Changes
- Updated dependencies
29.1.0
Minor Changes
7df690ca5c497, (opens new window) - We are expanding the testing of previous changes behind an additional feature flag to more apps. If this change is successful, it will be available in a later release.
Patch Changes
7df690ca5c497, (opens new window) - Fixes a bug with the unreleased icon tile versions being dual-labelled.
29.0.2
Patch Changes
585f5315200e2, (opens new window) - Remove legacy icon documentation, examples, and tests.
29.0.1
Patch Changes
a60a82196851a, (opens new window) - Internal refactors to remove unused variables. No functional or public changes.- Updated dependencies
29.0.0
Major Changes
f0d92beae2f40, (opens new window) - Removes utility icons entrypoints from the '@atlaskit/icon' package. Migrates related packages to update their imports.
Patch Changes
- Updated dependencies
28.5.4
Patch Changes
- Updated dependencies
28.5.3
Patch Changes
- Updated dependencies
28.5.2
Patch Changes
- Updated dependencies
28.5.1
Patch Changes
- Updated dependencies
28.5.0
Minor Changes
-
ad4aa556627d5, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/corechart-pie
28.4.0
Minor Changes
-
0a012007605a2, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/corechart-pie
28.3.0
Minor Changes
-
99f4f441fac8c, (opens new window) - We are testing new design language visual changes to Icon Tile behind a feature flag. If this change is successful it will be available in a later release.Additionally, backwards-compatible API changes were required to support this:
- Deprecation of pixel number
sizein favor of new t-shirt sizes - Deprecation of
size"16" - Deprecation of
shape - Added
UNSAFE_circleReplacementComponentprop temporarily to assistshapemigrations - Deprecation of
LEGACY_fallbackComponent
- Deprecation of pixel number
Patch Changes
- Updated dependencies
28.2.1
Patch Changes
248faa32d4835, (opens new window) - Internal changes to how borders are applied.
28.2.0
Minor Changes
-
9ae6dba1e1062, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/coreapp-switcher-legacyapp-switcherappappsatlassian-intelligencechart-pieformmegaphonemenunotificationon-call
28.1.2
Patch Changes
74c2f420ee49b, (opens new window) - Internal changes to how border radius is applied.
28.1.1
Patch Changes
23bcc5bbc9cee, (opens new window) - Internal changes to how border radius is applied.- Updated dependencies
28.1.0
Minor Changes
b3e26b962b5c7, (opens new window) - Icon'ssizeprop now also accepts a function, to determine icon size by the name of the icon.
28.0.0
Major Changes
2705f4174191e, (opens new window) - Legacy icons will no longer switch to the new icons via theplatform-visual-refresh-icons-legacy-facadefeature flag. This change includes removing the icon facade and cleaning up the feature flags.
Patch Changes
- Updated dependencies
27.12.0
Minor Changes
-
1fa0bae860bbc, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/corechart-pie
27.11.0
Minor Changes
-
#197413, (opens new window)
c30bdee7ca9ce, (opens new window) - This release deprecates icons in@atlaskit/icon.Deprecated:
@atlaskit/icon/corechart-matrixchart-trendspreadsheet
Patch Changes
- #197413, (opens new window)
c30bdee7ca9ce, (opens new window) - Migrated usage of renamed/deprecated icons
27.10.0
Minor Changes
-
#197573, (opens new window)
9abe8b207a748, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/corechart-barchart-piecheck-markheadphones
-
#197573, (opens new window)
9abe8b207a748, (opens new window) - This release adds icons in@atlaskit/icon.Added:
@atlaskit/icon/corecheck-circle-unchecked
27.9.2
Patch Changes
- #196046, (opens new window)
ae7d1b0c33757, (opens new window) - Removed core and utility keywords from the icon metadata
27.9.1
Patch Changes
- Updated dependencies
27.9.0
Minor Changes
-
#194121, (opens new window)
7ae4095151c9a, (opens new window) - This release adds icons in@atlaskit/icon.Added:
@atlaskit/icon/corechart-bubblechart-trend-downchart-trend-uptable
27.8.1
Patch Changes
- #193863, (opens new window)
ddb17aca8f0c7, (opens new window) - Disabling icon facade where old icons displayed new icons in prepartion for removal - #193214, (opens new window)
c661806a65543, (opens new window) - Internal changes to how border radius and border width values are applied. No visual change. - Updated dependencies
27.8.0
Minor Changes
- #193177, (opens new window)
5b373c4d14e0c, (opens new window) - Deprecated custom icon and custom SVG
27.7.0
Minor Changes
-
#190687, (opens new window)
2b0322c52ee19, (opens new window) - This release adds and updates icons in@atlaskit/icon.Added:
@atlaskit/icon/corerovo-chat
Updated:
@atlaskit/icon/coreai-chat
27.6.1
Patch Changes
- #189756, (opens new window)
87618db7faf04, (opens new window) - Updated usage of deprecated migration icons - Updated dependencies
27.6.0
Minor Changes
- #189716, (opens new window)
b5788cebd1812, (opens new window) - Legacy icons have been deprecated and will be removed in a future release
27.5.1
Patch Changes
- #188952, (opens new window)
1a88e6e2601ae, (opens new window) - Migrated usage of renamed/deprecated icons
27.5.0
Minor Changes
-
#188295, (opens new window)
301478c2f2125, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/coreai-chatcollapse-horizontalcollapse-verticalexpand-horizontalexpand-vertical
Patch Changes
- Updated dependencies
27.4.0
Minor Changes
-
#188287, (opens new window)
ecadaec5669f6, (opens new window) - Updated migration mapping for several icon entrypoints.@atlaskit/icon/core/migrationclose--cross → crossclose--editor-close → cross--editor-closeerror → status-error--errorinformation--editor-info → status-information--editor-infoinformation--editor-panel → status-information--editor-panelinformation--info → status-information--infosuccess--check-circle → status-success--check-circlesuccess--editor-success → status-success--editor-successwarning--editor-warning → status-warning--editor-warningwarning → status-warning--warning
27.3.0
Minor Changes
- #175869, (opens new window)
e7f822af7edc1, (opens new window) - Updated usages of deprecated icons with replacement icons
27.2.1
Patch Changes
- #179122, (opens new window)
a03a08e15f9a2, (opens new window) - [ux] As the icon component is in its General Release, this release removes the previousBetalabel from Atlassian.design.
27.2.0
Minor Changes
-
#176032, (opens new window)
0a172a0fd7cd6, (opens new window) - Updated migration mapping for several icon entrypoints.Added:
@atlaskit/icon/core/migrationcross--editor-closecross
Patch Changes
- Updated dependencies
27.1.0
Minor Changes
-
#173492, (opens new window)
26fefb696ee7e, (opens new window) - This release deprecates all@atlaskit/icon/utilityentry-points. If you require 12px icons please use the@atlaskit/icon/coreentry-point instead with size prop set to 'small'. Furthermore, this release also adds, updates and deprecates other icons in@atlaskit/icon/core.Added:
@atlaskit/icon/corecrossfocus-areastatus-discoverystatus-errorstatus-informationstatus-successstatus-warning
Updated:
@atlaskit/icon/corecashcloseflasklightbulbmagic-wandpaint-palettepenstatus-verified
Deprecated:
@atlaskit/icon/corecaptureclosediscoveryerrorinformationsuccesswarning
Deprecated:
@atlaskit/icon/utilityaddarrow-downarrow-leftarrow-rightarrow-upcheck-circlecheck-markchevron-double-leftchevron-double-rightchevron-downchevron-leftchevron-rightchevron-upcrosscross-circledrag-handle-horizontaldrag-handle-verticalerrorinformationlink-externallock-lockedlock-unlockedshow-more-horizontalshow-more-verticalstar-starredstar-unstarredsuccesswarning
27.0.0
Major Changes
-
#171534, (opens new window)
7a6465c5735e5, (opens new window) - This release removes icons in@atlaskit/icon.Removed:
@atlaskit/icon/corealign-centeralign-leftalign-rightborder-weight-mediumborder-weight-thickborder-weight-thinchild-issuescontent-align-centercontent-align-leftcontent-align-rightdrag-handledrawer-leftdrawer-rightissueissuessidebar-leftsidebar-rightsummarize
Patch Changes
- Updated dependencies
26.4.1
Patch Changes
- Updated dependencies
26.4.0
Minor Changes
-
#161328, (opens new window)
76f53eb3bc586, (opens new window) - This release updates and deprecates icons in@atlaskit/icon.Updated:
@atlaskit/icon/coreimage
Deprecated:
@atlaskit/icon/corechild-issuesdrawer-leftdrawer-rightsummarize
Patch Changes
- Updated dependencies
26.3.0
Minor Changes
-
#160927, (opens new window)
70494296070b5, (opens new window) - This release adds icons in@atlaskit/icon.Added:
@atlaskit/icon/corepanel-leftpanel-right
26.2.0
Minor Changes
-
#160457, (opens new window)
9b2c186eb964f, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/coreattachmentcheck-circlechevron-rightclockdefectdevicesexclamation-squarelist-checklistminus-squarepenpin-filledpinplus-squarepriority-blockerpriority-criticalpriority-highpriority-highestpriority-lowpriority-lowestpriority-majorpriority-mediumpriority-minorpriority-trivialproblemstorysubtaskstoolswork-itemwork-items
26.1.1
Patch Changes
- #158890, (opens new window)
a8e4b409426ca, (opens new window) - Added guidance for chevron icons to inform makers to use 12px variant to maintain uniformity
26.1.0
Minor Changes
- #149822, (opens new window)
5f950e40b46c5, (opens new window) - New icons now support asizeprop withmediumandsmalloptions. This replaces utility icons, which will soon be deprecated. See the migration guide, (opens new window) for more information.
Patch Changes
- Updated dependencies
26.0.0
Major Changes
- #137001, (opens new window)
37c3ccf696abd, (opens new window) - Migrate @atlaskit/icon to @compiled css
Patch Changes
- Updated dependencies
25.8.0
Minor Changes
-
#148166, (opens new window)
06a7435a03c28, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/corerefreshshapes
25.7.0
Minor Changes
-
#150689, (opens new window)
35118f49ae5c3, (opens new window) - This release adds icons in@atlaskit/icon.Added:
@atlaskit/icon/corechild-work-items
25.6.0
Minor Changes
-
#138291, (opens new window)
12b2a21a4da5a, (opens new window) - This release updates and deprecates icons in@atlaskit/icon.Updated:
@atlaskit/icon/coreapidata-numberdata-stringemoji-removeeye-open-strikethroughfield-checkbox-groupfield-radio-grouplist-bulletedlist-checklistlist-numberednotification-mutedpin-filledpinretryshield-strikethroughsummarizetagtext-headingtext-strikethroughtextvideo-skip-backward-fifteenvideo-skip-backward-tenvideo-skip-forward-fifteenvideo-skip-forward-tenvideo
25.5.0
Minor Changes
-
#135884, (opens new window)
20a4ca43b3a13, (opens new window) - This release adds icons in@atlaskit/icon.Added:
@atlaskit/icon/coreai-generative-text-summary
25.4.0
Minor Changes
- #134572, (opens new window)
9ae8e789e419b, (opens new window) - Icons are now shipped using paths instead of strokes and no longer require SVG filter overrides when using disabled tokens for color.
25.3.1
Patch Changes
- #130237, (opens new window)
2648b1745d092, (opens new window) - Added status information in icon metadata - Updated dependencies
25.3.0
Minor Changes
-
#132827, (opens new window)
b69d7b27b4b5f, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/coreassets
25.2.0
Minor Changes
-
#132394, (opens new window)
8c4b7d72f9c69, (opens new window) - This release updates and deprecates icons in@atlaskit/icon.Updated:
@atlaskit/icon/coretext-underline
Deprecated:
@atlaskit/icon/coreborder-weight-mediumborder-weight-thickborder-weight-thincontent-align-centercontent-align-leftcontent-align-rightdrag-handlealign-centeralign-leftalign-right
Deprecated:
@atlaskit/icon/utilitydrag-handle
Patch Changes
- Updated dependencies
25.1.0
Minor Changes
-
#131966, (opens new window)
bb527c6817e2b, (opens new window) - This release adds icons in@atlaskit/icon.Added:
@atlaskit/icon/coreaccessibilitydrawer-leftdrawer-rightwork-itemwork-items
25.0.2
Patch Changes
- #127093, (opens new window)
1378ea7a99ce1, (opens new window) - Upgradesjscodeshiftto handle generics properly. - Updated dependencies
25.0.1
Patch Changes
- #129972, (opens new window)
b2d69a39e6687, (opens new window) - Update@compiled/reactdependency for improved type checking support. - Updated dependencies
25.0.0
Major Changes
- #124742, (opens new window)
ca9cea0dadcce, (opens new window) - Icons have been updated to use paths instead of strokes. This results in some very minor anti-aliasing differences, imperceptable to the eye, yet may cuase VR tests to break.
24.1.1
Patch Changes
- #123148, (opens new window)
cc1e03ba8571e, (opens new window) - Removes 'Experimental' tag from the description of icons.
24.1.0
Minor Changes
-
#117980, (opens new window)
445574ca2bf8c, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/coredrag-handle-horizontaldrag-handle-verticaldrag-handletext-strikethrough
@atlaskit/icon/utilitydrag-handle-horizontaldrag-handle-verticaldrag-handle
24.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
23.11.0
Minor Changes
-
#114599, (opens new window)
bea386785f6f4, (opens new window) - This release adds, updates and deprecates icons in@atlaskit/icon.Added:
@atlaskit/icon/coredrag-handle-horizontaldrag-handle-vertical
@atlaskit/icon/utilitydrag-handle-horizontaldrag-handle-vertical
Updated:
@atlaskit/icon/corerefreshtext-strikethrough
Deprecated:
@atlaskit/icon/corecontent-align-centercontent-align-leftcontent-align-rightborder-weight-mediumborder-weight-thickborder-weight-thinalign-centeralign-leftalign-right
23.10.1
Patch Changes
- #116447, (opens new window)
d0c45e793a17d, (opens new window) - Remove old codemod.
23.10.0
Minor Changes
- #116138, (opens new window)
b50c5d5d65ae2, (opens new window) - Bump to the latest version of @compiled/react
23.9.1
Patch Changes
- #113917, (opens new window)
70dbe7ccc0f8e, (opens new window) - Rebuilt assets with original mask IDs in tact in order to prevent clashes.
23.9.0
Minor Changes
- #113397, (opens new window)
50304c1a4bc84, (opens new window) - This release adds asvgs/coreandsvgs/utilityentry point to allow use of the svgs for the new icons.
23.8.1
Patch Changes
- #113648, (opens new window)
b99bce6a11fd5, (opens new window) - Update dependencies.
23.8.0
Minor Changes
-
#111393, (opens new window)
cbcdf9cbfacf7, (opens new window) - This release adds and updates icons in@atlaskit/icon.Added:
@atlaskit/icon/corealign-image-centeralign-image-leftalign-image-rightalign-text-centeralign-text-leftalign-text-rightstroke-weight-extra-largestroke-weight-largestroke-weight-mediumstroke-weight-small
Updated:
@atlaskit/icon/coretext-strikethrough
23.7.1
Patch Changes
- #108179, (opens new window)
327beb94a2e5a, (opens new window) - Remove unused internal exports and update dependencies.
23.7.0
Minor Changes
-
#108250, (opens new window)
2ff8982b58a26, (opens new window) - [ux] This adds and modifies icons in@atlaskit/iconsand@atlaskit/icon-labAdded:
@atlaskit/icon/core-
exclamation-square -
information-circle -
text-heading -
text-strikethrough -
text-underlineUpdated:
@atlaskit/icon/corecloud-arrow-uperrorfield-radio-groupminusoperationsproblemthumbs-downthumbs-upvolume-highvolume-lowvolume-mutedwarning
@atlaskit/icon/glyphissue-raise- now has replacement icon,core/plus-squareand migration component
-
23.6.1
Patch Changes
- Updated dependencies
23.6.0
Minor Changes
- #109954, (opens new window)
898a668695f25, (opens new window) - Exposes IconTileProps type to consumers
23.5.0
Minor Changes
- #109060, (opens new window)
4660ec858a305, (opens new window) - UpdateReactfrom v16 to v18
Patch Changes
- Updated dependencies
23.4.1
Patch Changes
- #103999, (opens new window)
9f62ecec4d422, (opens new window) - Update dependencies.
23.4.0
Minor Changes
-
#102935, (opens new window)
cce3e57461cd7, (opens new window) - This release updates icons in@atlaskit/icon.Updated:
@atlaskit/icon/corefield-radio-group
23.3.1
Patch Changes
- Updated dependencies
23.3.0
Minor Changes
-
#101112, (opens new window)
13f29ccf9c9db, (opens new window) - This release adds icons in@atlaskit/icon.Added:
@atlaskit/icon/utilitychevron-double-leftchevron-double-right
23.2.0
Minor Changes
-
#100878, (opens new window)
435ae22dc9289, (opens new window) - This release updates icons in@atlaskit/icon.@atlaskit/icon/core- 'discovery'
- 'field-radio-group'
- 'mention'
- 'story'
- 'video-skip-backward-fifteen'
- 'video-skip-backward-ten'
- 'video-skip-forward-fifteen'
- 'video-skip-forward-ten'
23.1.1
Patch Changes
- #179351, (opens new window)
96a92733114df, (opens new window) - Upgraded dev dependency '@emotion/babel-preset-css-prop' from '^10.0.7' to '^11.11.0' - Updated dependencies
23.1.0
Minor Changes
- #175583, (opens new window)
75911cb003bd5, (opens new window) - Add new property to migration map to indicate if an replacement icon is visually different to the original.
23.0.1
Patch Changes
- #168321, (opens new window)
01cada6d7a4d7, (opens new window) - Fix bug where new icon types had an additional prop isFacadeDisabled that was not used
23.0.0
Major Changes
-
#171994, (opens new window)
be58e4bb2e387, (opens new window) - This release renames UNSAFE types and entrypoints. It also includes rebuilding the icons and removing deprecated entrypoints.Renamed entrypoints:
@atlaskit/icon/UNSAFE_base-new→@atlaskit/icon/base-new@atlaskit/icon/UNSAFE_migration-map→@atlaskit/icon/migration-map
Removed entrypoints:
@atlaskit/icon/corebulleted-listcollapseexpand
@atlaskit/icon/core/migrationbulleted-list--bullet-listbulleted-list--editor-bullet-listcollapse--editor-collapseexpand--editor-expandexpand--editor-image-resizeexpand--image-resize
22.28.0
Minor Changes
- #169436, (opens new window)
e52faf54c03cd, (opens new window) - AddstestIdto Icon Tile. Fixes bug where icon tiles could render incorrectly when placed inside headings.
22.27.0
Minor Changes
- #168743, (opens new window)
b27dba8a5f3cd, (opens new window) - Update types to improve compatibility with React 18.
Patch Changes
- Updated dependencies
22.26.0
Minor Changes
-
#168599, (opens new window)
48b86e5124c23, (opens new window) - This release adds a supplementary set of icons to@atlaskit/icon.Added:
@atlaskit/icon/coreshield-strikethroughvideo-skip-backward-fifteenvideo-skip-forward-fifteen
Updated:
@atlaskit/icon/corefield-radio-groupsidebar-collapsesidebar-expandvideo-skip-backward-tenvideo-skip-forward-ten
22.25.0
Minor Changes
- #162725, (opens new window)
b2449424247a3, (opens new window) - New deprecation endpoint to identify icons that have been deprecated. Used with theno-deprecated-importslint rule to assist with displaying errors and auto-fixing those icons with a defined replacement.
22.24.3
Patch Changes
- #166026, (opens new window)
962b5e77810fb, (opens new window) - Adds side-effect config to support Compiled css extraction in third-party apps
22.24.2
Patch Changes
- #160518, (opens new window)
a59ea189efe8c, (opens new window) - Fix bug with core icons:send,scaleandstatus-verified
22.24.1
Patch Changes
-
#157955, (opens new window)
ea8ebc84a9079, (opens new window) - Updated migration mapping for several icon entrypoints.@atlaskit/icon/core/migrationcontent-wrap-left--editor-media-wrap-leftcontent-wrap-right--editor-media-wrap-rightdiscovery--editor-notefile--document-filledfile--documentfiles--documentsminus--editor-divider
Updated legacy icons to map to new icons via the icon facade:
- document → file
- document-filled → file
- documents → files
- editor/divider → minus
- editor/media-wrap-left → content-wrap-left
- editor/media-wrap-right → content-wrap-right
- editor/note → discovery
22.24.0
Minor Changes
- #155379, (opens new window)
d703fb68d3059, (opens new window) - Run build-glyphs in icon packages. - #155379, (opens new window)
d703fb68d3059, (opens new window) - Add static imports for icon metadata.
22.23.0
Minor Changes
- #154636, (opens new window)
6bd3aebdb9761, (opens new window) - Run build-glyphs in icon packages.
22.22.0
Minor Changes
- #149700, (opens new window)
86fe5879e0d2d, (opens new window) - Defaultcolorprop for icons in experimentalcoreandutilityentrypoints has changed fromcolor.icontocurrentColor.
22.21.0
Minor Changes
- #149469, (opens new window)
c75edf6df890b, (opens new window) - Addsspacingoption for utility icons.
Patch Changes
- #149525, (opens new window)
f2680ef0aa0dc, (opens new window) - Removed deprecate tag from spacing prop on icon
22.20.2
Patch Changes
- #147531, (opens new window)
8ae1e110621b7, (opens new window) - Internal changes to feature flag used to toggle new icons
22.20.1
Patch Changes
- #147485, (opens new window)
d4cfb478a5f36, (opens new window) - Re-generated glyph icons after dependencies were updated
22.20.0
Minor Changes
-
#147410, (opens new window)
7300bd8281c70, (opens new window) - This release adds a supplementary set of icons to@atlaskit/icon.Added:
@atlaskit/icon/coreapiarrow-down-leftarrow-down-rightarrow-up-leftassetsborderborder-weight-mediumborder-weight-thickborder-weight-thinbordercalendar-pluscardchat-widgetclipboardcurly-bracketsdata-numberdata-stringemoji-casualemoji-neutralemoji-removefield-alertfield-checkbox-groupfield-dropdownfield-radio-groupformglassesimage-fullscreenimage-inlineimage-scaledmarkdownperson-removeperson-warningproject-statusradio-checkedradio-uncheckedscreen-plussidebar-leftsidebar-rightsmart-link-cardsmart-link-embedsmart-link-inlinesmart-link-listsmart-linkstatus-verifiedsummarizesupporttable-cell-cleartable-cell-mergetable-cell-splittable-column-add-lefttable-column-add-righttable-column-deletetable-column-move-lefttable-column-move-righttable-columns-distributetable-row-add-abovetable-row-add-belowtable-row-deletetable-row-move-downtable-row-move-uptask-in-progresstask-to-dotext-shortentext-wraptranslatevideo-skip-backward-tenvideo-skip-forward-tenvideo-stop-overlayvideo-stop
Updated:
@atlaskit/icon/coreeditlink-brokenlink-externalthumbs-downthumbs-up
Patch Changes
- #147477, (opens new window)
18de563a8433b, (opens new window) - Re-generated icons after dependencies were updated
22.19.0
Minor Changes
318191402c2ad, (opens new window) - Add LEGACY_fallbackComponent prop to Icon Tile
22.18.1
Patch Changes
- Updated dependencies
22.18.0
Minor Changes
-
#140548, (opens new window)
c66b92f724af1, (opens new window) - ### Summary:- Fixes issue where icons with arrows sometimes rendered incorrectly.
- Adds and updates some icons used in Editor.
Added:
@atlaskit/icon/corehighlightlayout-one-column
Updated:
@atlaskit/icon/coretext-style: now feature smaller text with room for a color indicator underneath.- Icons containing arrows have corrected paths
Patch Changes
- #140615, (opens new window)
5415fdcac6ff6, (opens new window) - Updates to internal feature flag logic
22.17.0
Minor Changes
- #139873, (opens new window)
141a2cdfda71c, (opens new window) - Add support to opt out of icon facade via theisFacadeDisabledprop.
22.16.1
Patch Changes
- #137821, (opens new window)
bcca6c1789a37, (opens new window) - Rename of@atlassian/icon-labto@atlaskit/icon-lab
22.16.0
Minor Changes
- #137781, (opens new window)
21bfb50836bad, (opens new window) - Added a new icon to the utility migration icon set: 'cross--editor-close'
22.15.2
Patch Changes
- #135696, (opens new window)
81ef1300efc63, (opens new window) - This release tests changes to the default color value for new icons in/coreand/utilityentrypoints behind a feature flag. These changes will roll out in an upcoming major release.
22.15.1
Patch Changes
-
#135508, (opens new window)
7a69ad1e19510, (opens new window) - Reverts the removal of several icon entrypoints from@atlaskit/icon/coreand@atlaskit/icon/utility:Core icons (from
@atlaskit/icon/core):bulleted-listexpandcollapse
Core migration icons (from
@atlaskit/icon/core/migration):app-switcher--switcherbulleted-list--bullet-listbulleted-list--editor-bullet-listcollapsecollapse--editor-collapseexpand--editor-expandexpand--editor-image-resizeexpand--image-resizemaximize--media-services-actual-sizeminimize--media-services-fit-to-pageminimize--vid-full-screen-offphone--hipchat-dial-out
Utility migration icons (from
@atlaskit/icon/core/utility/migration):check-circlecheck-circle--editor-success
These restored entrypoints match the designs from the previous release.
Core and Utility icons that were re-named in the previous release were not reverted to their previous designs to prevent regressions in experiences that have updated to use the new designs.
22.15.0
Minor Changes
-
#133643, (opens new window)
1ab5ca9bddc97, (opens new window) -Warning:
This release erroneously removed a number of entrypoints that should not have been removed in a minor release. Please stay on 22.14.2, or roll forward to 22.15.1, which adds back the removed entrypoints with the closest equivalent icons from the new set.
Summary
This release adds a huge new set of icons to
@atlaskit/icon/coreand@atlaskit/icon/utility, including replacements for legacy Editor, Jira and Media icons.To see how legacy icons from
@atlaskit/icon/glyphmap to these new icons, see the migration map in@atlaskit/icon/migration-map.Added:
@atlaskit/icon/corekey-resultpeople-groupmerge-failuremerge-successtextsort-descendingsort-ascendingminusgrow-horizontalexpand-horizontalcollapse-horizontalexpand-verticalcollapse-verticalgrow-verticalshrink-verticalrefreshnotediscoveryeye-open-strikethroughfilefilesvideo-pause-overlayvideo-play-overlayvideo-next-overlayvideo-previous-overlaynotification-mutedplus-squarecashdefectdeviceslist-checklistmagic-wandpulseminus-squaretickettoolswalletwrenchon-calledit-bulkobjectivetargetscalesdata-flowthemepaint-bucketpaint-rollerpaint-brushpenprojection-screenpaint-palettefieldfield-textoperationstext-boldtext-italiclist-numberedtext-indent-lefttext-indent-rightlayout-two-columnslayout-two-columns-sidebar-leftlayout-two-columns-sidebar-rightlayout-three-columnslayout-three-columns-sidebarscontent-align-leftcontent-align-centercontent-align-rightcontent-wrap-leftcontent-wrap-rightcontent-width-narrowcontent-width-widetreetakeout-foodbasketballvehicle-car
@atlaskit/icon/utilitysuccessarrow-downarrow-leftarrow-rightarrow-updrag-handle
Renamed:
@atlaskit/icon/corelist-bulleted → bulleted listshrink-diagonal → minimizegrow-diagonal → maximizeshrink-horizontal → collapsemaximize → expandsuccess → check-circle
@atlaskit/icon/utilitysuccess → check-circle
Updated:
@atlaskit/icon/corecheck-circleai-chatcommentcomment-addpersonperson-addperson-addedperson-offboardlock-lockedlock-unlockedcheck-markcheckbox-checkedissueissuesscorecardtasktasksbranchpull-requestaddminimizefullscreen-exitcommitoffice-buildingdepartmenttext-styleeye-openeye-open-fillednotificationarrow-up-right
@atlaskit/icon/utilitychevron-rightchevron-downchevron-leftchevron-uplock-lockedlock-unlockedcheck-circlecheck-mark
Removed entrypoints:
@atlaskit/icon/corebulleted-listexpandcollapse
@atlaskit/icon/core/migrationapp-switcher--switcherbulleted-list--bullet-listbulleted-list--editor-bullet-listcollapsecollapse--editor-collapseexpand--editor-expandexpand--editor-image-resizeexpand--image-resizemaximize--media-services-actual-sizeminimize--media-services-fit-to-pageminimize--vid-full-screen-offphone--hipchat-dial-out
@atlaskit/icon/core/utility/migrationcheck-circlecheck-circle--editor-success
22.14.2
Patch Changes
- #133207, (opens new window)
9821517396ff9, (opens new window) - Upgrade svgo to3.3.0
22.14.1
Patch Changes
- #132551, (opens new window)
847dae7fdc9f3, (opens new window) - Upgrade svgo to3.3.1
22.14.0
Minor Changes
- #131906, (opens new window)
9fd3fdb9e3b02, (opens new window) - Adding 'data-vc' attribute to icon for instrumenting TTVC (go/ttvc).
22.13.0
Minor Changes
- #129428, (opens new window)
668728e77517f, (opens new window) - Updated metadata format for /core and /utility icons, tightening types and moving to lowercase format.
22.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
22.11.1
Patch Changes
- #128275, (opens new window)
e1b99e3ce07ca, (opens new window) - Fixed an invalid path in the migration-map entrypoint.
22.11.0
Minor Changes
- #128427, (opens new window)
ade1e717764e2, (opens new window) - Updated thecolorprop of alpha icon components to support text design tokens.
22.10.0
Minor Changes
- #126553, (opens new window)
a8d7e60d3b69d, (opens new window) - Add new export,migrationOutcomeDescriptionMap, containing written migration guidance for use in documentation and tooling
22.9.0
Minor Changes
- #125980, (opens new window)
4df9272f5f016, (opens new window) - Adds four new icons to the experimental /core icon set: 'notification', 'menu', 'app-switcher', and 'app-switcher-legacy'
22.8.0
Minor Changes
- #124884, (opens new window)
3108a1a229e07, (opens new window) - - Icons in@atlaskit/icon/glyphcan now switch to updated designs behind a feature flag.- SVGs in
/svgs, used by icons in@atlaskit/icon/glyph, have been re-optimised with the latest version of SVGO; some slight changes to SVG code or subpixel aliasing may occur
- SVGs in
22.7.0
Minor Changes
- #122612, (opens new window)
0c9d2190a14f2, (opens new window) - Adds a new prop, LEGACY_margin, to the new icon API to allow for spacing adjustments between old and new icons API.
Patch Changes
- #122977, (opens new window)
41748db2c12de, (opens new window) - [ux]ED-24225 add wrap button inside editor-plugin-block
22.6.0
Minor Changes
c1a3f0e0f18e2, (opens new window) - Adds LEGACY_primaryColor to the icon API, to assist with user migration.
22.5.1
Patch Changes
- Updated dependencies
22.5.0
Minor Changes
- #114987, (opens new window)
4fdcfc2b65ce0, (opens new window) - - Added experimental new variants of the new icon components with legacy fallbacks built in. These are available atcore/migrationandutility/migrationand are generated based on a new migration mapping, available at@atlaskit/icon/UNSAFE_migration-map.- Updated the
oldNamevalue inmetadata-coreandmetadata-utilityto contain an array of legacy icon IDs, generated from the information in the migration map.
- Updated the
22.4.1
Patch Changes
- #113646, (opens new window)
01c04f5a4e85a, (opens new window) - Update experimental new icons to support link tokens as colors - Updated dependencies
22.4.0
Minor Changes
- #110670, (opens new window)
c733254a2dd6e, (opens new window) - Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime is implicitly set to automatic.
22.3.2
Patch Changes
- #93481, (opens new window)
c826eb17b113e, (opens new window) - Remove examples of the logos that have been deprecated by the '@atlaskit/logo' package.
22.3.1
Patch Changes
- #104222, (opens new window)
cabed929cdde, (opens new window) - Fix bug where utility icons incorrectly allowed the 'spacing' prop to be set. Utility icons only support 'none' spacing and the prop type has been removed"
22.3.0
Minor Changes
-
#95202, (opens new window)
80507e249e92, (opens new window) - Adds new experimental icons at the entrypoints @atlaskit/icon/core/* and @atlaskit/icon/utility/*, as well as a new IconTile component (compatible with global icons).These new components are experimental, and subject to change or removal in minor or patch releases.
Patch Changes
- Updated dependencies
22.2.0
Minor Changes
- #98193, (opens new window)
d34711ffc0a5, (opens new window) - Add support for React 18 in non-strict mode.
22.1.1
Patch Changes
- #74633, (opens new window)
fc09be1a0b9e, (opens new window) - Fix bug where archive, arrow-left, mobile, editor/file-preview and editor/remove-emoji rendered with a 1% opacity white rectangle behind the glyph
22.1.0
Minor Changes
- #74631, (opens new window)
3e6dcb8e92d6, (opens new window) - Adds newteamsicon
22.0.2
Patch Changes
- #64934, (opens new window)
532734a858a1, (opens new window) - Update to internal metadata order, following update of @atlaskit/icon-build-process
22.0.1
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
22.0.0
Major Changes
- #41812, (opens new window)
48b3b440f51, (opens new window) - Removed all remaining legacy theming logic from the Icon and ProgressIndicator components.
21.12.8
Patch Changes
- #42106, (opens new window)
f4b2c484864, (opens new window) - Improve typing and prop naming in icon explorer utility.
21.12.7
Patch Changes
- #38199, (opens new window)
8a5ce2c105e, (opens new window) - This package is now onboarded onto the product push model.Th
21.12.6
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.
21.12.5
Patch Changes
- #35441, (opens new window)
599bfe90ee3, (opens new window) - Internal change to use shape tokens. There is no expected visual change.
21.12.4
Patch Changes
- #33652, (opens new window)
e7ea6832ad2, (opens new window) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
21.12.3
Patch Changes
- #32935, (opens new window)
b1bdec7cce2, (opens new window) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
21.12.2
Patch Changes
- #33793, (opens new window)
9d00501a414, (opens new window) - Ensure legacy types are published for TS 4.5-4.8
21.12.1
Patch Changes
- #33649, (opens new window)
41fae2c6f68, (opens new window) - Upgrade Typescript from4.5.5to4.9.5
21.12.0
Minor Changes
- #33258, (opens new window)
56507598609, (opens new window) - Skip minor dependency bump
Patch Changes
- Updated dependencies
21.11.5
Patch Changes
- Updated dependencies
21.11.4
Patch Changes
- Updated dependencies
21.11.3
Patch Changes
- Updated dependencies
21.11.2
Patch Changes
- Updated dependencies
21.11.1
Patch Changes
- #25860, (opens new window)
88a34a8c2dd, (opens new window) - Remove redundantrole=presentationon wrapping @atlaskit/icon and @atlaskit/logo spans. 15d704e3090, (opens new window) - For an SVG icon, do not render aaria-labelwhen empty.
21.11.0
Minor Changes
- #24710, (opens new window)
a3973745679, (opens new window) - Updates@emotion/coreto@emotion/react; v10 to v11. There is no expected behavior change.
21.10.8
Patch Changes
- #24874, (opens new window)
8cc2f888c83, (opens new window) - Upgrade Typescript from4.3.5to4.5.5
21.10.7
Patch Changes
- Updated dependencies
21.10.6
Patch Changes
- Updated dependencies
21.10.5
Patch Changes
- Updated dependencies
21.10.4
Patch Changes
- Updated dependencies
21.10.3
Patch Changes
- #16752, (opens new window)
58884c2f6c1, (opens new window) - Internal code change turning on a new linting rule.
21.10.2
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
21.10.1
Patch Changes
- Updated dependencies
21.10.0
Minor Changes
-
#17576, (opens new window)
1c835620aa5, (opens new window) - Note: It is a re-release of the wronglypatchedversion21.9.2that should have been aminorrelease.CETI-16 added remove emoji icon so that it appears in mobilekit too
Patch Changes
- Updated dependencies
21.9.3
Patch Changes
- #17475, (opens new window)
c55c736ecea, (opens new window) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
21.9.2
Minor Changes
WRONG RELEASE TYPE - DON'T USE
- #15998, (opens new window)
229177bb85d, (opens new window) - CETI-16 added remove emoji icon so that it appears in mobilekit too
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
21.9.1
Patch Changes
- Updated dependencies
21.9.0
Minor Changes
- #14319, (opens new window)
cf853e39278, (opens new window) - [ux] add single layout support for layout
Patch Changes
- Updated dependencies
21.8.1
Patch Changes
- Updated dependencies
21.8.0
Minor Changes
-
#13864, (opens new window)
22b8dd3f590, (opens new window) - Instrumented Icon 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.
-
88ff832bd2b, (opens new window) - Add @atlaskit/icon/glyph/editor/file-preview to atlaskit/icon package for media group toolbar
Patch Changes
- Updated dependencies
21.7.4
Patch Changes
- #13302, (opens new window)
af4bca32ad4, (opens new window) - Internal changes to supress eslint rules.
21.7.3
Patch Changes
- #12837, (opens new window)
0d0ecc6e790, (opens new window) - Corrects eslint supressions. 8279380176b, (opens new window) - Internal code changes.9a84a3ceb82, (opens new window) - Internal code changes.- Updated dependencies
21.7.2
Patch Changes
- #13102, (opens new window)
0c0c4315085, (opens new window) - [ux] Fixed a regression where Icons used static colors in High Contrast Mode when they should actually dynamically respond to changes to theprimaryColorandsecondaryColorprops.
21.7.1
Patch Changes
- #12880, (opens new window)
378d1cef00f, (opens new window) - Bump@atlaskit/themeto version^11.3.0.
21.7.0
Minor Changes
- #12328, (opens new window)
662739d8c28, (opens new window) - Icon now uses internal techstack "design-system: v1" and "styling: emotion".
Patch Changes
2368dfabe46, (opens new window) - fix Icon appearance in windows high contrast mode54b0730475e, (opens new window) - Fixed an a11y bug associated with the role of the SVGIcon component. The role now correctly adapts to whether a user provides a label or not.
21.6.1
Patch Changes
- #11649, (opens new window)
9f5d6ed95f0, (opens new window) - Added aria-hidden to icon wrapper when there is no label provided
21.6.0
Minor Changes
- #11113, (opens new window)
b9c78813d40, (opens new window) - Use named export of base icon instead of default in icon glyphs
21.5.1
Patch Changes
- #10522, (opens new window)
72ef8bafec9, (opens new window) - Add "./glyph" entry point.
21.5.0
Minor Changes
- #9083, (opens new window)
017587eca78, (opens new window) - Icon now exposes an additional componentSVGwhich can be used to for custom icon use cases. 4203387aa43, (opens new window) - Internal changes to the way Icon styles are generated. Additional types have also been exposed to match the glyph component.
Patch Changes
469f36d9629, (opens new window) - Icon build tooling has been updated.d6580503ce9, (opens new window) - Internal refactor for JSDoc annotated modules.3de10e7652e, (opens new window) - Documentation updates and fixes to types for all icon packages.d98f1bb1169, (opens new window) - Local build tooling improvements.
21.4.0
Minor Changes
- #8644, (opens new window)
2f1a299688b, (opens new window) - ThesizeOptstype has been renamed toSize, available in both the./and./typesentrypoints.
Patch Changes
79c23df6340, (opens new window) - Use injected package name and version for analytics instead of version.json.f922302ad53, (opens new window) - Icons no longer ship with thefocusableattribute in their glyph exports. This attribute was only required for IE11 support. This is purely a build change and has no effect on user API.
21.3.0
Minor Changes
-
#8178, (opens new window)
b9265389fa0, (opens new window) - Icon now exposes a base icon via the@atlaskit/icon/baseentrypoint. This is used in all generated glyphs inside the icon package. -
83944ca2cf2, (opens new window) - Icon now ships with cjs, esm, and es2019 bundles for components and utils exported in the icon package. Glyphs unfortunately aren't included and still only export cjs bundles. -
6ef8824baee, (opens new window) - - Icon now uses React.memo() to stop unnecessary re-renders.- A bug in the types for icon sizes has been resolved
This change also includes a number of quality of life fixes as part of lite mode.
Internal changes
- class components have been changed to functional components
- styled-components has been removed as a peer dependency
- @emotion/core has been added a direct dependency, base components now use emotion for styling
- An internal gradient function
insertDynamicGradientIdhas been removed from the runtime - Enzyme removed in favour of RTL
Updating tests
Tests that rely on
enzymemay have issues with this update. We've mostly seen issues with one of the following cases.Can't find internal react test id
Because icon is now wrapped in
memoyou won't be able to easily find it. This code will fail:import BookIcon from '@atlaskit/icon/glyph/book'; <BookIcon />; wrapper.find('BookIcon');As a fix you can add memo to the target:
wrapper.find('Memo(BookIcon)');Even better, use the test id.
<BookIcon testId="book-icon" />; wrapper.find('[data-testid="book-icon"]');Icon hasn't had an
onClickhandler since many major versions. This code will fail:const Example = () => <Button testId="test-id" iconBefore={<SomeGlyph />} />; // in some teat wrapper.find(SomeGlyph).click(); // OR wrapper.find('SomeGlyph').click();As a fix you can target the button instead:
wrapper.find('[data-testid="test-id"]').click();
Patch Changes
0741b1556f6, (opens new window) - All icon glpyhs are now built without inline extends helpers, reducing their bundlesize.8d6c79b9055, (opens new window) - Typedefs of glyphs have been updated to reflect an API change that occured in version 15. For context,onClickwas removed as a functional prop but it was still supported by the types. This may have resulted in a confusing developer experience although the fundamental behaviour has been consistent since version 15.
21.2.4
Patch Changes
- #7762, (opens new window)
37afe4a0fd5, (opens new window) - [ux] Update Dropbox icon and arrow-left icon
21.2.3
Patch Changes
- #7425, (opens new window)
b9f0d16300, (opens new window) - Re-generated icons using a newer version of the build process
21.2.2
Patch Changes
-
#7589, (opens new window)
c65f28c058, (opens new window) - Change codemod to return raw source if it is not transforming a file.Otherwise it would run prettier which can lead to some invalid syntax outputted in edge cases. This is likely due to an issue in either
codemod-cliorjscodeshift.
21.2.1
Patch Changes
-
#7458, (opens new window)
bc896a20b0, (opens new window) - Add a missing codemod for the entrypoint change in 21.2.0
Running the codemod cli
To run the codemod: You first need to have the latest version installed before you can run the codemod
yarn upgrade @atlaskit/PACKAGE@^VERSIONOnce upgraded, use the Atlaskit codemod-cli;
npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]Or run
npx @atlaskit/codemod-cli -hfor more details on usage. For Atlassians, refer to this doc, (opens new window) for more details on the codemod CLI.
21.2.0
Minor Changes
- #7170, (opens new window)
fbdf356800, (opens new window) - Remove undocumented metadata export from main entry point. To import metadata instead do it from the /metadata entrypoint.
21.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.
21.1.3
Patch Changes
- Updated dependencies
21.1.2
Patch Changes
- #4649, (opens new window)
d6ff4c7dce, (opens new window) - Removes unused (and incorrect) es2019 key in package.json
21.1.1
Patch Changes
- #4682, (opens new window)
f51e6ff443, (opens new window) - License updated to Apache 2.0 (previously under the ADG license)
21.1.0
Minor Changes
- #4424, (opens new window)
2f414dd083, (opens new window) - The new ArchiveIcon is now available to use viaimport ArchiveIcon from '@atlaskit/icon/glyph/archive';
21.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.
21.0.2
Patch Changes
- #3823, (opens new window)
6262f382de, (opens new window) - Use the 'lodash' package instead of single-function 'lodash.*' packages
21.0.1
Patch Changes
- #3428, (opens new window)
db053b24d8, (opens new window) - Update all the theme imports to be tree-shakable
21.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
20.1.2
Patch Changes
- #1868, (opens new window)
eae51ceead, (opens new window) - Add mobile icon- Updated dependencies
20.1.1
Patch Changes
-
[patch]449ef134b3, (opens new window):
Add a clear icon for datepicker, timepicker and datetimepicker- Updated dependencies dfc4dba1b3, (opens new window):
-
Updated dependencies 3940bd71f1, (opens new window):
-
Updated dependencies 6b8e60827e, (opens new window):
-
Updated dependencies f6667f2909, (opens new window):
-
Updated dependencies 9a534d6a74, (opens new window):
-
Updated dependencies 57c0487a02, (opens new window):
- @atlaskit/dynamic-table@13.7.4
- @atlaskit/tooltip@15.2.6
- @atlaskit/button@13.3.11
- @atlaskit/logo@12.3.4
- @atlaskit/modal-dialog@10.5.7
20.1.0
Minor Changes
-
[minor]fd5292fd5a, (opens new window):
Adds test id to icon.- [minor]fd5292fd5a, (opens new window):
Refactors icon to be a functional component.
Patch Changes
-
[patch]fd5292fd5a, (opens new window):
Corrects accessibility behavior for wrapping span. It now will now:
- conditionally set the
aria-labeliflabelis defined - conditionally set the
roleto eitherimgiflabelis defined, orpresentationif it is not defined- Updated dependencies 66dcced7a0, (opens new window):
- conditionally set the
-
Updated dependencies fd5292fd5a, (opens new window):
-
Updated dependencies eea5e9bd8c, (opens new window):
- @atlaskit/docs@8.4.0
- @atlaskit/icon-file-type@5.0.3
- @atlaskit/icon-object@5.0.3
- @atlaskit/icon-priority@5.0.3
- @atlaskit/logo@12.3.3
- @atlaskit/button@13.3.9
- @atlaskit/dynamic-table@13.7.2
- @atlaskit/modal-dialog@10.5.4
- @atlaskit/section-message@4.1.7
- @atlaskit/textfield@3.1.9
- @atlaskit/tooltip@15.2.5
20.0.2
Patch Changes
-
[patch]0603860c07, (opens new window):
The build on develop produces changes to the metadata file that needed to be tracked / released for consumer.- Updated dependencies 0b09f8a6ca, (opens new window):
-
Updated dependencies 91a1eb05db, (opens new window):
- @atlaskit/dynamic-table@13.7.0
- @atlaskit/textfield@3.1.7
20.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/button@13.3.7
- @atlaskit/dynamic-table@13.6.2
- @atlaskit/icon-file-type@5.0.2
- @atlaskit/icon-object@5.0.2
- @atlaskit/icon-priority@5.0.2
- @atlaskit/logo@12.3.2
- @atlaskit/modal-dialog@10.5.2
- @atlaskit/section-message@4.1.5
- @atlaskit/textfield@3.1.6
- @atlaskit/theme@9.5.1
- @atlaskit/tooltip@15.2.3
20.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
- @atlaskit/logo@12.3.1
- @atlaskit/modal-dialog@10.5.1
- @atlaskit/section-message@4.1.4
- @atlaskit/docs@8.3.1
- @atlaskit/button@13.3.6
- @atlaskit/textfield@3.1.5
- @atlaskit/tooltip@15.2.2
19.1.0
Minor Changes
-
[minor]28f8f0e089, (opens new window):
Added person-with-circle, person-with-cross, person-with-tick icons
Patch Changes
- Updated dependencies 82747f2922, (opens new window):
- Updated dependencies
4a223473c5, (opens new window):
- @atlaskit/theme@9.5.0
- @atlaskit/button@13.3.5
- @atlaskit/dynamic-table@13.6.1
- @atlaskit/section-message@4.1.3
- @atlaskit/tooltip@15.2.1
19.0.11
Patch Changes
-
[patch]c1d4898af5, (opens new window):
Added Stopwatch and Sprint icons
-
Updated dependencies 3c0f6feee5, (opens new window):
-
Updated dependencies f9c291923c, (opens new window):
- @atlaskit/theme@9.3.0
19.0.10
Patch Changes
-
[patch]6d37081dc8, (opens new window):
Upgrade prettier from 1.18 to 1.19
19.0.9
Patch Changes
-
[patch]f081cdac54, (opens new window):
Upgrade prettier from 1.14 to 1.18
19.0.8
Patch Changes
-
[patch]f9b5e24662, (opens new window):
@atlaskit/icon-file-type and @atlaskit/icon-object have been converted to TypeScript to provide static typing. Flow types are no longer provided. No API or bahavioural changes.
19.0.7
Patch Changes
-
[patch]3c7bee089a, (opens new window):
@atlaskit/icon-priority has been converted to TypeScript to provide static typing. Flow types are no longer provided. No API or bahavioural changes.
19.0.6
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
19.0.5
Patch Changes
-
[patch]ecca4d1dbb, (opens new window):
Upgraded Typescript to 3.3.x
19.0.4
Patch Changes
-
[patch]708028db86, (opens new window):
Change all the imports to theme in Core to use multi entry points
19.0.3
Patch Changes
-
[patch]de35ce8c67, (opens new window):
Updates component maintainers
19.0.2
- Updated dependencies
84887b940c, (opens new window):
- @atlaskit/modal-dialog@10.1.2
- @atlaskit/textfield@3.0.0
19.0.1
Patch Changes
-
[patch]a1a4c19100, (opens new window):
include bundled cjs files
19.0.0
Major Changes
-
[major]06326ef3f7, (opens new window):
@atlaskit/icon has been converted to TypeScript to provide static typing. Flow types are no longer provided. No API or bahavioural changes.
18.0.5
Patch Changes
-
[patch]56eae512a3, (opens new window):
Updated the icon for Premium and cleaned up reduced-ui-pack sprite
18.0.4
Patch Changes
-
[patch]4615439434, (opens new window):
index.ts will now be ignored when publishing to npm
18.0.3
Patch Changes
-
[patch]93bcf314c6, (opens new window):
Added missing tslib dep
18.0.2
Patch Changes
-
[patch]0d7be7e6fc, (opens new window):
All icons are breaking since the Typescript conversion. Revert PR 5769#
18.0.1
- Updated dependencies
67f06f58dd, (opens new window):
- @atlaskit/icon-file-type@4.0.3
- @atlaskit/icon-object@4.0.3
- @atlaskit/icon-priority@4.0.3
- @atlaskit/tooltip@15.0.0
18.0.0
Major Changes
- [major]cfc3c8adb3, (opens new window):
- @atlaskit/icon has been converted to TypeScript to provide static typing. Flow types are no longer provided. No API or bahavioural changes.
17.2.0
- [minor]70862830d6, (opens new window):
- Checkbox has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes.
17.1.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
17.1.2
- Updated dependencies
06c5cccf9d, (opens new window):
- @atlaskit/icon-file-type@4.0.1
- @atlaskit/icon-object@4.0.1
- @atlaskit/icon-priority@4.0.1
- @atlaskit/modal-dialog@10.0.0
17.1.1
- Updated dependencies
6dd86f5b07, (opens new window):
- @atlaskit/field-text@9.0.1
- @atlaskit/theme@9.0.2
- @atlaskit/section-message@4.0.0
17.1.0
- [minor]8f4f5d914a, (opens new window):
- Updated home-circle icon and replaced home-filled icon with new home icon
17.0.2
- Updated dependencies
4b07b57640, (opens new window):
- @atlaskit/button@13.0.2
- @atlaskit/logo@12.0.0
17.0.1
- Updated dependencies
3d95467c4b, (opens new window):
- @atlaskit/dynamic-table@13.0.0
17.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.
16.0.9
- Updated dependencies
9c0b4744be, (opens new window):
- @atlaskit/docs@7.0.3
- @atlaskit/button@12.0.3
- @atlaskit/dynamic-table@11.0.3
- @atlaskit/field-text@8.0.3
- @atlaskit/icon-file-type@3.0.8
- @atlaskit/icon-object@3.0.8
- @atlaskit/icon-priority@3.0.5
- @atlaskit/logo@10.0.4
- @atlaskit/modal-dialog@8.0.7
- @atlaskit/section-message@2.0.3
- @atlaskit/tooltip@13.0.4
- @atlaskit/theme@8.1.7
16.0.8
- Updated dependencies
1e826b2966, (opens new window):
- @atlaskit/docs@7.0.2
- @atlaskit/dynamic-table@11.0.2
- @atlaskit/field-text@8.0.2
- @atlaskit/icon-file-type@3.0.7
- @atlaskit/icon-object@3.0.7
- @atlaskit/icon-priority@3.0.4
- @atlaskit/logo@10.0.3
- @atlaskit/modal-dialog@8.0.6
- @atlaskit/section-message@2.0.2
- @atlaskit/theme@8.1.6
- @atlaskit/tooltip@13.0.3
- @atlaskit/button@12.0.0
16.0.7
- [patch]a143c9758f, (opens new window):
- New Icon: Add the PremiumIcon
16.0.6
- [patch]98e11001ff, (opens new window):
- Removes duplicate babel-runtime dependency
16.0.5
- Updated dependencies
9d5cc39394, (opens new window):
- @atlaskit/docs@7.0.1
- @atlaskit/dynamic-table@11.0.1
- @atlaskit/field-text@8.0.1
- @atlaskit/icon-file-type@3.0.5
- @atlaskit/icon-object@3.0.5
- @atlaskit/icon-priority@3.0.2
- @atlaskit/logo@10.0.1
- @atlaskit/modal-dialog@8.0.2
- @atlaskit/section-message@2.0.1
- @atlaskit/theme@8.0.1
- @atlaskit/tooltip@13.0.1
- @atlaskit/button@11.0.0
16.0.4
- Updated dependencies
76299208e6, (opens new window):
- @atlaskit/button@10.1.3
- @atlaskit/icon-file-type@3.0.4
- @atlaskit/icon-object@3.0.4
- @atlaskit/icon-priority@3.0.1
- @atlaskit/docs@7.0.0
- @atlaskit/dynamic-table@11.0.0
- @atlaskit/field-text@8.0.0
- @atlaskit/logo@10.0.0
- @atlaskit/modal-dialog@8.0.0
- @atlaskit/section-message@2.0.0
- @atlaskit/theme@8.0.0
- @atlaskit/tooltip@13.0.0
16.0.3
- Updated dependencies
ecf21be58f, (opens new window):
- @atlaskit/icon-priority@3.0.0
16.0.2
- Updated dependencies
a2653f4453, (opens new window):
- @atlaskit/icon-priority@2.0.0
16.0.1
- [patch]6b5daa8080, (opens new window):
- Added the new Status icon
16.0.0
-
[major]d7ef59d432, (opens new window):
- Moved the priority icons to its own package.
- Check the Upgrade Guide, (opens new window) for more information.
-
Updated dependencies d0333acfba, (opens new window):
- @atlaskit/icon-priority@1.0.0
15.0.3
- [patch]1d1f6d1, (opens new window):
- Make icon glyphs not import metadata
15.0.2
- Updated dependencies 58b84fa, (opens new window):
- @atlaskit/button@10.1.1
- @atlaskit/dynamic-table@10.0.22
- @atlaskit/field-text@7.0.18
- @atlaskit/icon-file-type@3.0.2
- @atlaskit/icon-object@3.0.2
- @atlaskit/logo@9.2.6
- @atlaskit/modal-dialog@7.1.1
- @atlaskit/section-message@1.0.14
- @atlaskit/theme@7.0.1
- @atlaskit/tooltip@12.1.13
- @atlaskit/docs@6.0.0
15.0.1
- Updated dependencies d13242d, (opens new window):
- @atlaskit/docs@5.2.3
- @atlaskit/button@10.0.4
- @atlaskit/dynamic-table@10.0.20
- @atlaskit/field-text@7.0.16
- @atlaskit/icon-file-type@3.0.1
- @atlaskit/icon-object@3.0.1
- @atlaskit/logo@9.2.5
- @atlaskit/modal-dialog@7.0.14
- @atlaskit/section-message@1.0.13
- @atlaskit/tooltip@12.1.12
- @atlaskit/theme@7.0.0
15.0.0
- [major]ab9b69c, (opens new window):
- Removed onClick prop as icon is only a presentational placeholder. Please wrap your icon in a Button or a Link component and add onClick to that instead.
14.6.1
- Updated dependencies 6998f11, (opens new window):
- @atlaskit/docs@5.2.1
- @atlaskit/dynamic-table@10.0.18
- @atlaskit/field-text@7.0.15
- @atlaskit/icon-file-type@2.0.1
- @atlaskit/icon-object@2.0.1
- @atlaskit/logo@9.2.4
- @atlaskit/modal-dialog@7.0.12
- @atlaskit/section-message@1.0.11
- @atlaskit/theme@6.2.1
- @atlaskit/tooltip@12.1.10
- @atlaskit/button@10.0.0
14.6.0
- [minor]29968f4, (opens new window):
- Add a menu expand icon
14.5.0
- [minor]f5e26e1, (opens new window):
- Add a retry icon
14.4.0
-
[patch]29b160f, (opens new window):
- Simplify the icons build process
Icons no longer need a custom
buildstep to be accurate on npm. This has come about by renaming thees5folder tocjs. If you weren't reaching into our package's internals, you shouldn't notice. -
[minor]62a7c37, (opens new window):
- Add metadata export
In trying to align the icons packages, the core
@atlaskit/iconpackage now exportsmetadata, which includes information about every icon in this package. -
Updated dependencies b29bec1, (opens new window):
-
Updated dependencies 80304f0, (opens new window):
- @atlaskit/icon-file-type@2.0.0
- @atlaskit/icon-object@2.0.0
- @atlaskit/icon-build-process@0.1.0
14.3.0
- [minor]dced9bf, (opens new window):
- Remove StarOutlineIcon as it is not used
14.2.1
- [patch]d15caa6, (opens new window):
- adding editor image alignment icons
14.2.0
- [minor][fe3c283](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fe3c283, (opens new window)" d):
- ED-5600: add icons for new table ux
14.1.0
- [minor] Add drag-handler b0a64d6, (opens new window)
14.0.3
- [patch] Update to use babel-7 for build processes e7bb74d, (opens new window)
14.0.2
- [patch] Adds missing implicit @babel/runtime dependency b71751b, (opens new window)
14.0.1
- [patch] Change devDependency on sectionMessage to caret dependency 91a3ced, (opens new window)
14.0.0
- [major] Remove product logo icons from icons, recommend using @atlaskit/logo instead
65c6514, (opens new window)
- The following logo exports have been removed:
- AtlassianIcon
- BitbucketIcon
- ConfluenceIcon
- HipchatIcon
- JiraCoreIcon
- JiraServiceDeskIcon
- JiraSoftwareIcon
- JiraIcon
- StatuspageIcon
- StrideIcon
- Check the Upgrade Guide, (opens new window) for more information.
- The following logo exports have been removed:
- [patch] Updated dependencies
709b239, (opens new window)
- @atlaskit/icon-file-type@1.0.0
- @atlaskit/icon-object@1.0.0
13.9.0
- [minor] Add like icon cd71c5f, (opens new window)
13.8.1
- [patch] Updated dependencies
d5a043a, (opens new window)
- @atlaskit/tooltip@12.0.14
- @atlaskit/modal-dialog@7.0.0
13.8.0
- [minor] Add the questions icon ad96a89, (opens new window)
13.7.0
- [minor] Add and edit star icons 55e3ec7, (opens new window)
13.6.1
- [patch] Adds sideEffects: false to allow proper tree shaking b5d6d04, (opens new window)
13.6.0
- [minor] Add static displayName prop to all icons. This results in accurate display names even after minifying and uglifying the icon variable names. a75db9d, (opens new window)
13.5.0
- [minor] Add the new child-issues icon 8d3f8dd, (opens new window)
13.4.0
- [minor] Add the new check circle outline 22af4c5, (opens new window)
13.3.0
- [minor] Add new icon d36f760, (opens new window)
- [patch] Add new icon for Roadmap 7cf05b3, (opens new window)
13.2.6
- [patch] Update warning message and fix test for reduced-ui-pack 4b166d8, (opens new window)
- [none] Updated dependencies 4b166d8, (opens new window)
13.2.5
- [patch] Updated dependencies
df22ad8, (opens new window)
- @atlaskit/theme@6.0.0
- @atlaskit/tooltip@12.0.9
- @atlaskit/modal-dialog@6.0.9
- @atlaskit/field-text@7.0.6
- @atlaskit/button@9.0.6
- @atlaskit/docs@5.0.6
13.2.4
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html, (opens new window) for details a4bd557, (opens new window)
- [none] Updated dependencies
a4bd557, (opens new window)
- @atlaskit/tooltip@12.0.5
- @atlaskit/modal-dialog@6.0.6
- @atlaskit/field-text@7.0.4
- @atlaskit/button@9.0.5
- @atlaskit/theme@5.1.3
13.2.3
- [patch] Added pointer-events: none targeting the
<svg>element within the Icon component to prevent type errors in JS b755d8a, (opens new window) - [none] Updated dependencies b755d8a, (opens new window)
13.2.2
- [patch] Updated dependencies
acd86a1, (opens new window)
- @atlaskit/tooltip@12.0.4
- @atlaskit/button@9.0.4
- @atlaskit/theme@5.1.2
- @atlaskit/field-text@7.0.3
- @atlaskit/docs@5.0.2
- @atlaskit/modal-dialog@6.0.5
13.2.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/tooltip@12.0.3
- @atlaskit/modal-dialog@6.0.4
- @atlaskit/field-text@7.0.2
- @atlaskit/button@9.0.3
- @atlaskit/theme@5.1.1
13.2.0
- [minor] Add Layout Type icons for the Editor. ED-4196 259ef37, (opens new window)
- [none] Updated dependencies 259ef37, (opens new window)
13.1.1
- [patch] Updated dependencies
e6b1985, (opens new window)
- @atlaskit/tooltip@12.0.0
13.1.0
- [minor] Add a new star large icon 5dd7d0e, (opens new window)
- [none] Updated dependencies 5dd7d0e, (opens new window)
13.0.0
- [major] Updates to React ^16.4.0 7edb866, (opens new window)
- [major] Updated dependencies
563a7eb, (opens new window)
- @atlaskit/tooltip@11.0.0
- @atlaskit/modal-dialog@6.0.0
- @atlaskit/field-text@7.0.0
- @atlaskit/button@9.0.0
- @atlaskit/theme@5.0.0
- @atlaskit/docs@5.0.0
- [major] Updated dependencies
7edb866, (opens new window)
- @atlaskit/tooltip@11.0.0
- @atlaskit/modal-dialog@6.0.0
- @atlaskit/field-text@7.0.0
- @atlaskit/button@9.0.0
- @atlaskit/theme@5.0.0
- @atlaskit/docs@5.0.0
12.8.0
- [minor] Add new media viewer icons and replace existing ones 623a2a0, (opens new window)
- [none] Updated dependencies 623a2a0, (opens new window)
12.7.0
- [minor] Add chevron large icons 086b5d7, (opens new window)
- [none] Updated dependencies 086b5d7, (opens new window)
12.6.2
- [patch] Prevent icons shrinking when they are flex-children a78cd4d, (opens new window)
- [none] Updated dependencies a78cd4d, (opens new window)
12.6.1
- [patch] Remove or update $FlowFixMe e8ad98a, (opens new window)
- [none] Updated dependencies
e8ad98a, (opens new window)
- @atlaskit/field-text@6.1.1
- @atlaskit/button@8.2.4
- @atlaskit/modal-dialog@5.2.6
12.6.0
- [minor] Add a new badge id: department and suitcase e46ff5e, (opens new window)
- [none] Updated dependencies e46ff5e, (opens new window)
12.5.1
- [patch] Update to select-clear icon to allow for primaryColor and secondaryColor configuration 216b20d, (opens new window)
- [none] Updated dependencies 216b20d, (opens new window)
12.5.0
- [minor] Added select-clear icon 91ab036, (opens new window)
- [none] Updated dependencies 91ab036, (opens new window)
12.4.0
- [minor] Add the new app-switcher icon 8c0cacd, (opens new window)
- [none] Updated dependencies 8c0cacd, (opens new window)
12.3.1
- [patch] Fix $FlowFixMe and release packages 25d0b2d, (opens new window)
- [none] Updated dependencies
25d0b2d, (opens new window)
- @atlaskit/tooltip@10.3.1
- @atlaskit/modal-dialog@5.2.5
- @atlaskit/button@8.2.2
12.3.0
- [minor] Object icons color updated and adding file types icons c49ce0b, (opens new window)
- [none] Updated dependencies c49ce0b, (opens new window)
12.2.0
- [minor] Fixes types for Flow 0.74 dc50cd2, (opens new window)
- [none] Updated dependencies
dc50cd2, (opens new window)
- @atlaskit/tooltip@10.3.0
- @atlaskit/button@8.2.0
12.1.2
- [patch] Clean Changelogs - remove duplicates and empty entries e7756cd, (opens new window)
- [none] Updated dependencies
e7756cd, (opens new window)
- @atlaskit/tooltip@10.2.1
- @atlaskit/modal-dialog@5.2.2
- @atlaskit/field-text@6.0.4
- @atlaskit/button@8.1.2
- @atlaskit/theme@4.0.4
12.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/modal-dialog@5.1.1
- @atlaskit/button@8.1.1
- @atlaskit/docs@4.1.1
12.1.0
- [none] Updated dependencies
9d20f54, (opens new window)
- @atlaskit/modal-dialog@5.1.0
- @atlaskit/tooltip@10.2.0
- @atlaskit/docs@4.1.0
- @atlaskit/theme@4.0.2
- @atlaskit/field-text@6.0.2
- @atlaskit/button@8.1.0
12.0.1
- [patch] Update readme's 223cd67, (opens new window)
- [patch] Updated dependencies
223cd67, (opens new window)
- @atlaskit/tooltip@10.0.1
- @atlaskit/modal-dialog@5.0.1
- @atlaskit/field-text@6.0.1
- @atlaskit/button@8.0.1
- @atlaskit/theme@4.0.1
- @atlaskit/docs@4.0.1
12.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/tooltip@10.0.0
- @atlaskit/modal-dialog@5.0.0
- @atlaskit/field-text@6.0.0
- @atlaskit/button@8.0.0
- @atlaskit/theme@4.0.0
- @atlaskit/docs@4.0.0
11.4.0
- [minor] Update emoji and add no-image 620557e, (opens new window)
- [none] Updated dependencies 620557e, (opens new window)
11.3.2
- [patch] Update readme to be in line with other atlaskit readmes 75f016c, (opens new window)
- [none] Updated dependencies 75f016c, (opens new window)
11.3.1
- [patch] Fix unit tests 22337bd, (opens new window)
- [patch] Update for label with white background a0d7ed7, (opens new window)
- [patch] Fix whitebackground for label b8eb930, (opens new window)
- [patch] Fix white background for label 229a63c, (opens new window)
- [none] Updated dependencies 22337bd, (opens new window)
- [none] Updated dependencies a0d7ed7, (opens new window)
- [none] Updated dependencies b8eb930, (opens new window)
- [none] Updated dependencies 229a63c, (opens new window)
11.3.0
- [minor] FS-1580 add new atlassian emoji d662caa, (opens new window)
- [patch] Updated dependencies
d662caa, (opens new window)
- @atlaskit/tooltip@9.2.1
- @atlaskit/modal-dialog@4.0.5
- @atlaskit/field-text@5.0.3
- @atlaskit/button@7.2.5
- @atlaskit/theme@3.2.2
- @atlaskit/docs@3.0.4
11.2.0
- [minor] Add divider from editor 5cbb8a6, (opens new window)
- [minor] Add divider fabric icon 8b794ed, (opens new window)
- [minor] Add divider icon from fabric c8adb64, (opens new window)
- [none] Updated dependencies 5cbb8a6, (opens new window)
- [none] Updated dependencies 8b794ed, (opens new window)
- [none] Updated dependencies c8adb64, (opens new window)
11.1.0
- [minor] Add label icon 72baa86, (opens new window)
- [minor] Add a new label icon 1afe4fe, (opens new window)
11.0.1
- [patch] ED-4228 adding icons for table floating toolbar advance options. b466410, (opens new window)
11.0.0
- [major] Bump to React 16.3. 4251858, (opens new window)
10.13.0
- [minor] Add indeterminate checkbox icon 27f4e40, (opens new window)
10.12.2
- [patch] add horizontal rule toolbar item 48c36f4, (opens new window)
10.12.1
- [patch] Re-releasing due to potentially broken babel release 9ed0bba, (opens new window)
10.12.0
- [minor] Update styled-components dependency to support versions 1.4.6 - 3 ceccf30, (opens new window)
10.11.0
- [minor] Create skeleton representations of various components cd628e4, (opens new window)
10.10.1
- [patch] update atlaskit src for internal consumption 4601bf0, (opens new window)
10.10.0
- [minor] Added 42 new icons for Objects e00ff79, (opens new window)
10.9.3
- [patch] removed role props to make it more accessible 88cc276, (opens new window)
10.9.2
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2, (opens new window) 1e57e5a, (opens new window)
10.9.1
- [patch] Packages Flow types for elements components 3111e74, (opens new window)
10.9.0
- [minor] New emoji-add icon b8b1b51, (opens new window)
10.8.0
- [minor] added editor/success icon, updated a few other editor icons 911074c, (opens new window)
10.7.1
- [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website, $ 007de27, (opens new window)
10.7.0
- [minor] Add React 16 support. 12ea6e4, (opens new window)
10.6.0
- [minor] Updated switcher icon 2815441, (opens new window)
10.5.0
- [minor] Move icon and reduced-ui pack to new repo, update build process b3977f3, (opens new window)
10.4.0 (2017-12-08)
- feature; added new media layout icons for the editor (issues closed: ak-4012) (ee770f5, (opens new window))
10.3.3 (2017-12-05)
- bug fix; fix product icon gradients not appearing with default icon colour (013f52a, (opens new window))
- bug fix; fix icon gradients not applying properly in safari in some cases (issues closed: ak-3744) (e35edf8, (opens new window))
10.3.2 (2017-11-23)
- bug fix; remove theme package direct references (0f99302, (opens new window))
10.3.1 (2017-11-20)
- bug fix; fS-3907 Use content attribute instead of description for Tooltip (25c9604, (opens new window))
- bug fix; fS-3907 Bump tooltip version in icon, item and util-shared-styles (6d20540, (opens new window))
10.3.0 (2017-11-16)
- feature; new and updated icons for the editor (issues closed: ak-3720) (2c709e2, (opens new window))
10.2.0 (2017-11-15)
- feature; added a new prop for icons to make them more performant. (7dc38f7, (opens new window))
- feature; icon component performance improved and the glyph can now be passed as a string. (317274c, (opens new window))
10.1.3 (2017-11-09)
- bug fix; add missing color props (f186c02, (opens new window))
10.1.2 (2017-10-26)
- bug fix; fix to rebuild stories (793b2a7, (opens new window))
10.1.1 (2017-10-22)
- bug fix; update styled component dependency and react peerDep (39f3286, (opens new window))
10.1.0 (2017-10-10)
- feature; added 8 new icons, updated 4 others (issues closed: ak-3590) (0cff900, (opens new window))
10.0.0 (2017-09-25)
- breaking; Removing the "editor/expand" icon. Use the appropriate chevron-up/chevron-down icons instead. (dc2f175, (opens new window))
- breaking; removing the "expand" icon in preference to using the chevron ones instead (issues closed: ak-2157) (dc2f175, (opens new window))
9.0.1 (2017-09-15)
- bug fix; removed glitched path from the People icon (issues closed: ak-3524) (bb1da8a, (opens new window))
9.0.0 (2017-09-11)
- breaking; The company/product icons (AtlassianIcon, BitbucketIcon, ConfluenceIcon, HipchatIcon, JiraIcon) have (8a502b1, (opens new window))
- breaking; new company and product icons added (8a502b1, (opens new window))
8.1.0 (2017-08-28)
- feature; added switcher icon back (de848a6, (opens new window))
8.0.1 (2017-08-21)
- bug fix; fix PropTypes warning (040d579, (opens new window))
8.0.0 (2017-08-17)
- bug fix; fixing the devDep for icon on itself (b3db177, (opens new window))
- bug fix; fixed icon build script (10aea52, (opens new window))
- feature; updated stories for icons and updated the build step for reduced-ui-pack icons (0ad9eea, (opens new window))
- breaking; Some icons have been deleted, and some are now 2-colours (733dbd3, (opens new window))
- breaking; icon audit and improvement (733dbd3, (opens new window))
7.1.0 (2017-08-11)
- bug fix; make theme import absolute (5ef8926, (opens new window))
- feature; support dark mode (6701273, (opens new window))
7.0.2 (2017-07-24)
- fix; use class transform in loose mode in babel to improve load performance in apps (fde719a, (opens new window))
- fix; icons no longer grow massively in Webkit or when font size bumped (adfb57e, (opens new window))
7.0.1 (2017-06-28)
- fix; changed icon wrapper display from inline-flex to inline-block (64dc3de, (opens new window))
7.0.0 (2017-06-08)
- fix; refactored icon module and build process (a68abba, (opens new window))
- breaking; Module no longer exports named exports. Import a specific icon like so: import AtlassianIcon from '@atlaskit/icon/glyph/atlassian';
- ISSUES CLOSED: AK-2388
6.6.0 (2017-05-31)
- fix; add prop-types as a dependency to avoid React 15.x warnings (92598eb, (opens new window))
- feature; added log-in icon to @atlaskit, (opens new window)/icon and @atlaskit, (opens new window)/reduced-ui-pack (aa72586, (opens new window))
6.5.4 (2017-05-12)
- fix; add package name and version to the hashing of classnames in @atlaskit, (opens new window)/icon to preve (a28bfe5, (opens new window))
6.5.3 (2017-05-10)
- fix; do not import whole icon in media-card (cc5ec63, (opens new window))
6.5.2 (2017-04-27)
- fix; update legal copy to be more clear. Not all modules include ADG license. (f3a945e, (opens new window))
6.4.0 (2017-04-26)
- fix; fixed bug in the new ExampleWithCode story type (f30a4d3, (opens new window))
- fix; checkbox icon now correctly a 2-colour icon again (470642e, (opens new window))
- fix; icon SVG files updated. Fills made to be transparent for 2-color icons, and some ico (264bb97, (opens new window))
- fix; update legal copy and fix broken links for component README on npm. New contribution and (0b3e454, (opens new window))
- feature; Adds switcher icon (220cc33, (opens new window))
- feature; icons now have a primaryColor and secondaryColor prop (9768e00, (opens new window))
6.3.2 (2017-04-24)
- fix; fixing improper PropType for a prop 'glyph' (cff41c5, (opens new window))
6.3.1 (2017-04-20)
- fix; fixes regressions where styles werent being loaded causing sizing to be broken (1de6d0c, (opens new window))
6.3.0 (2017-04-20)
- feature; removed explicit style! imports, set style-loader in webpack config (891fc3c, (opens new window))
6.1.0 (2017-04-19)
- feature; refactoring Icon to reduce bundle size and code complexity (43c61f5, (opens new window))
6.0.1 (2017-04-18)
- fix; update icon stories to use new readme component (1cdfa6d, (opens new window))
- feature; add media services scale large and small icons (3bd9d86, (opens new window))
5.0.0 (2017-03-28)
- fix; remove icon baseline alignment story (876c682, (opens new window))
- fix; use new 24px artboard size in 'too big' story (404e6e0, (opens new window))
- feature; bulk icon update (76367b5, (opens new window))
- feature; update default icon sizes (90850bd, (opens new window))
- breaking; default SVG artboard sizes are now 24px, with some icons such as editor on the 16px artboard.
- breaking; icons are no longer guaranteed to baseline-align with sibling content. use flexbox to control alignment.
- ISSUES CLOSED: AK-1924
- breaking; This icon released contains a large amount of breaking naming changes due to deletions and renames. Please update to this new major version and ensure your application is using the correct icon exports via linting.
- ISSUES CLOSED: AK-1924
3.0.3 (2017-03-23)
- fix; Empty commit to release the component (49c08ee, (opens new window))
- feature; icon sizes changed to be on grid (f6748ea, (opens new window))
- breaking; Icon sizes changed. This does not change the default sizes, only the ones when there is a size prop specified.
- ISSUES CLOSED: AK-1515
3.0.1 (2017-03-21)
- fix; maintainers for all the packages were added (261d00a, (opens new window))
3.0.0 (2017-03-03)
- feature; move service desk icons out of the servicedesk directory (f959e6b, (opens new window))
- breaking; Service desk icons now live in the root icons directory
- ISSUES CLOSED: AK-1858
2.5.5 (2017-02-28)
- fix; dummy commit to release stories (3df5d9f, (opens new window))
2.5.3 (2017-02-28)
- fix; dummy commit to fix broken stories and missing registry pages (a31e92a, (opens new window))
2.5.3 (2017-02-28)
- fix; dummy commit to release stories for components (a105c02, (opens new window))
2.5.2 (2017-02-28)
- fix; removes jsdoc annotations from icons and removes scripts used to generate Icons.md (e5302a0, (opens new window))
2.5.1 (2017-02-27)
- fix; update flag's icon dependency to latest (32885ce, (opens new window))
2.4.3 (2017-02-20)
- fix; change directory icon specific names to generic icon names (13bb38a, (opens new window))
2.4.1 (2017-02-20)
- fix; fix fill color typo in jira/addon icon (8900095, (opens new window))
- fix; copy in-code comment about reduced-ui-pack to readme (24e2c37, (opens new window))
- fix; use correctly scoped package names in npm docs (91dbd2f, (opens new window))
- feature; add icons for directory privacy levels (fb5f89b, (opens new window))
2.4.0 (2017-02-16)
- feature; Force icons version bump to get mediakit icons (64bf24e, (opens new window))
2.3.3 (2017-02-07)
- fix; Rearrange tsconfig.json organisation to allow per-package configuration. (6c6992d, (opens new window))
2.3.1 (2017-02-06)
- fix; Updates packages to use scoped ak packages (26285cb, (opens new window))
- fix; Fixes invite team icon for icons (3b66fd7, (opens new window))