Link
A link is an inline text element that navigates to a new location when clicked.
Installation
yarn add @atlaskit/link
Usage
Detailed docs and example usage can be found here.
A link takes people to a new location in the product or another website.
A link is an inline text element that navigates to a new location when clicked.
yarn add @atlaskit/link
Detailed docs and example usage can be found here.
d9382f9b1d1a6
-
Explicit typography tokens for link components. No UI change expected.b2d69a39e6687
-
Update @compiled/react
dependency for improved type checking support.f5d20f9d90df2
-
[ux] color
and text-decoration
style specificity have been increased to reduce the probability
of global <a>
tag styles interfering with link styles.#117363
10a0f7f6c2027
-
This package's peerDependencies
have been adjusted for react
and/or react-dom
to 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
b50c5d5d65ae2
-
Bump to the latest version of @compiled/reactbcff15cd1958c
-
Update dependencies and refactor internals.4660ec858a305
-
Update React
from v16 to v189f62ecec4d422
-
Update dependencies.b7ebb0f06c1a5
-
Migrated from @emotion/react
to @compiled/react
in order to improve performance, align with
the rest of the Atlaskit techstack, and support React 18 Streaming SSR. Please note, in order to
use this version of @atlaskit/link
, you will need to ensure that your bundler is configured to
handle .css
imports correctly. Most bundlers come with built-in support for .css
imports, so
you may not need to do anything. If you are using a different bundler, please refer to the
documentation for that bundler to understand how to handle .css
imports. For more information on
the migration, please refer to
RFC-73 Migrating our components to Compiled CSS-in-JS.57f451bda8919
-
Adds side-effect config to support Compiled css extraction in third-party apps8ae1e110621b7
-
Internal changes to feature flag used to toggle new icons681abcfc0d92a
-
Add style textDecoration: 'underline', when link is focused.1125392e09989
-
Updated the icon, which displays when links open in new windows to use new iconography behind a
feature flag. Also adjusted the alignment and size of the icon.6baf3b623943c
-
Updated the icon, which displays when links open in new windows to use new iconography. Also
adjusted the alignment and size of the icon.072422c87cc97
-
[ux] Visited inverse links no longer support visited styles due to color contrast limitations.#127511
db30e29344013
-
Widening range of react
and react-dom
peer dependencies from ^16.8.0 || ^17.0.0 || ~18.2.0
to 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 for
reactand
react-domfor
/platform` packages.
b2f6eae3ec0b0
-
Add new "inverse" appearance option, which can be used to make links easier to see on bolder
backgrounds.62381baf0d2e1
-
Update 'opens new window' for anchor and link with a nicer AT announcement4eac6a5f04a14
-
Changed styling to use Emotion instead of Compiled.1798755846b6d
-
Released to open beta.fb57afa892329
-
[ux] The isUnderlined
prop has been removed and replaced with appearance="subtle"
which
provides a link with no underline and subtle color.c733254a2dd6e
-
Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
is implicitly set to automatic.dc7e72da70ef7
-
Migrating instances of UNSAFE_ANCHOR
primitive imports to the new safe import Anchor
, in
preparation of Anchor open beta and removal of the unsafe export from @atlaskit/primitives
10fa90a1b55a0
-
Add support for React 18 in non-strict mode.9a038f5d3834
-
Upgrade dependency @compiled/react to latest versionaf80293d3647
-
Fixes bug with types that allowed link to pass XCSS props to the underlying anchor primitive.80bbd923f7d4
-
Fixes a bug with main link entrypoint0e9c8c15ef86
-
Initial link component.