Visually hidden
A utility that hides content from the screen while retaining readability by screen readers for accessibility.
Installation
yarn add @atlaskit/visually-hidden
A utility that hides content from the screen while retaining readability by screen readers for accessibility.
A utility that hides content from the screen while retaining readability by screen readers for accessibility.
yarn add @atlaskit/visually-hidden
c5d147b984034
-
Prevent users to select and copy visually hidden textb2d69a39e6687
-
Update @compiled/react
dependency for improved type checking support.e01d9e5a20367
-
Update dependencies.#121002
9ddb610c46576
-
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/visually-hidden
, 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.
#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
4660ec858a305
-
Update React
from v16 to v189f62ecec4d422
-
Update dependencies.962b5e77810fb
-
Adds side-effect config to support Compiled css extraction in third-party apps#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.
cd506a937e44f
-
Internal change to how typography is applied. There should be no visual change.d131599730792
-
Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
is implicitly set to automatic.90156a599d98
-
Add support for React 18 in non-strict mode.8d4e99057fe0
-
Upgrade Typescript from 4.9.5
to 5.4.2
4ae083a7e66
- Use
@af/accessibility-testing
for default jest-axe config and jest-axe import in accessibility
testing.b1bdec7cce2
- Internal
change to enforce token usage for spacing properties. There is no expected visual or behaviour
change.9d00501a414
- Ensure
legacy types are published for TS 4.5-4.841fae2c6f68
- Upgrade
Typescript from 4.5.5
to 4.9.5
56507598609
- Skip
minor dependency bump9827dcb82b8
- No-op
change to introduce spacing tokens to design system components.8cc2f888c83
- Upgrade
Typescript from 4.3.5
to 4.5.5
86b6aecec17
- Updates
@emotion/core
to @emotion/react
; v10 to v11. There is no expected behavior change.8d4228767b0
- Upgrade
Typescript from 4.2.4
to 4.3.5
.cb2392f6d33
- Upgrade
to TypeScript 4.2.4#16752
08ce7935675
- Update
@atlaskit/visually-hidden
to v1. No breaking changes from previous version.
@atlaskit/visually-hidden
now exposes an additional id
prop. This prop is exposed to allow
consumers to pair the component with the aria-describedby
HTML attribute.
248133ff889
- Fixes
the name of the entrypoint in package.jsoncd34d8ca8ea
- Internal
wiring up to the tokens techstack, no code changes.4a26bfd6414
- Initial
release of the visually hidden component. This component should be used as an accessbility tool to
wrap content for screen readers that would otherwise not be relevant in the natural flow of the
page.229b32842b5
- Fix
.npmignore and tsconfig.json for testsd3265f19be
- Transpile
packages using babel rather than tsc5f58283e1f
- 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 Also add typescript
to
devDependencies
to denote version that the package was built with.b443b5a60f
- Renamed
template package