Live region
An optional package for Pragmatic drag and drop that enables screen reader messaging for alternative flows
yarn add @atlaskit/pragmatic-drag-and-drop-live-region
An optional package for Pragmatic drag and drop that enables screen reader messaging for alternative flows
yarn add @atlaskit/pragmatic-drag-and-drop-live-region
f9b89a52cbad6
-
Changes announcement behavior to be delayed and polite instead of immediate and assertive. This
helps issues with announcements sometimes being skipped or interrupted.e750fb3633f6e
-
[ux] Enable new icons behind a feature flag.b813bd74ede6d
-
Updates internal configuration files58941fa1d332a
-
All react
unit tests will now run against react@16
and react@18
on CI.#92913
8f7e827e0978
-
Some Pragmatic drag and drop packages did not have "author"
and or "license"
attributes set in
their package.json
file. These missing attributes have now been added where required.
+ "author": "Atlassian Pty Ltd",
+ "license": "Apache-2.0",
All Pragmatic drag and drop packages were already licensed under Apache-2.0
(see LICENSE
files), but the "license"
attribute in some package.json
files was missing.
1827ac58bb32
-
There were some cases where our visually hidden styles could case the page to slightly increase in
size. This has now been fixed.#83702
4d9e25ab4eaa
-
Updating the descriptions of Pragmatic drag and drop packages, so they each provide a consistent
description to various consumers, and so they are consistently formed amongst each other.
package.json
description
README.md
#70616
42e57ea65fee
-
This is our first major
release (1.0
) for all Pragmatic drag and drop packages.
For a detailed explanation of these changes, and how to upgrade (automatically) to 1.0
please
see our
1.0 upgrade guide
#33262
34ed7b2ec63
- We have
changed the name of our drag and drop packages to align on the single name of "Pragmatic drag and
drop"
- @atlaskit/drag-and-drop
+ @atlaskit/pragmatic-drag-and-drop
- @atlaskit/drag-and-drop-autoscroll
+ @atlaskit/pragmatic-drag-and-drop-autoscroll
- @atlaskit/drag-and-drop-hitbox
+ @atlaskit/pragmatic-drag-and-drop-hitbox
- @atlaskit/drag-and-drop-indicator
+ @atlaskit/pragmatic-drag-and-drop-react-indicator
# Note: `react` was added to this package name as our indicator package is designed for usage with `react`.
- @atlaskit/drag-and-drop-live-region
+ @atlaskit/pragmatic-drag-and-drop-live-region
- @atlaskit/drag-and-drop-react-beautiful-dnd-migration
+ @atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration
- @atlaskit/drag-and-drop-docs
+ @atlaskit/pragmatic-drag-and-drop-docs
The new @atlaskit/pragmatic-drag-and-drop*
packages will start their initial versions from where
the ``@atlaskit/drag-and-drop*` packages left off. Doing this will make it easier to look back on
changelogs and see how the packages have progressed.
6455cf006b3
- Builds
for this package now pass through a tokens babel plugin, removing runtime invocations of the
tokens() function and improving performance.5b37b07dc94
- Moving
from @emotion/core@10
to @emotion/react@11
to line up @emotion
usage with the rest of the
Design System