Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 13, 2024
1 parent bfa1543 commit 5bc859b
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 72 deletions.
7 changes: 0 additions & 7 deletions .changeset/angry-waves-raise.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/calm-cougars-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-days-complain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/flat-hairs-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-bags-protect.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smart-gifts-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-rockets-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-avocados-return.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/thin-colts-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-forks-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-keys-fix.md

This file was deleted.

17 changes: 17 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @ag.ds-next/docs

## 0.12.1

### Patch Changes

- 92d26ee520e: docs: Remove aria-labels from live code snippet buttons and let the visible label become the accessible name.
- Updated dependencies [bfa1543b410]
- Updated dependencies [ef789cd698c]
- Updated dependencies [066c1edd21c]
- Updated dependencies [51665e9fa79]
- Updated dependencies [ac04b0d1350]
- Updated dependencies [43fffc0fe97]
- Updated dependencies [a698c798152]
- Updated dependencies [79e87db5003]
- Updated dependencies [219f41aae95]
- Updated dependencies [c3fa7126d80]
- @ag.ds-next/[email protected]

## 0.12.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag.ds-next/docs",
"version": "0.12.0",
"version": "0.12.1",
"private": true,
"repository": "https://github.com/agriculturegovau/agds-next/tree/main/docs",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"start": "next start"
},
"dependencies": {
"@ag.ds-next/react": "^1.24.0",
"@ag.ds-next/react": "^1.25.0",
"@preconstruct/next": "^4.0.0",
"@types/gtag.js": "^0.0.12",
"clipboard-copy": "^4.0.1",
Expand Down
37 changes: 37 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# @ag.ds-next/react

## 1.25.0

### Minor Changes

- bfa1543b410: date-picker: Update calendar to satisfy ARIA pattern.

date-range-picker: Update calendar to satisfy ARIA pattern.

- ef789cd698c: checkbox: Change focus ring to use `:focus` instead of `:focus-visible`.

field: Update `useScrollToField` hook to also find elements by name.

radio: Change focus ring to use `:focus` instead of `:focus-visible`.

- 51665e9fa79: checkbox: Add explicit for/id association between input and label.

radio: Add explicit for/id association between input and label.

- a698c798152: combobox: Improve performance of option rendering, filtering and string matching.

### Patch Changes

- 066c1edd21c: breadcrumbs: Update accessible name for `...` collapsed button to be more descriptive.
- ac04b0d1350: box: Improve performance by separating style props and memoising.
- 43fffc0fe97: date-picker: Make hover, selected and today cells visible in high contrast mode.

date-range-picker: Make hover, selected and today cells visible in high contrast mode.

- 79e87db5003: autocomplete: Announce loading and error states to screen readers.

combobox: Announce loading and error states to screen readers.

time-picker: Announce loading and error states to screen readers.

- 219f41aae95: details: Fix iOS VoiceOver not announcing the expanded state.
- c3fa7126d80: details: Make the (i) icon available to screen readers with the accessible name of: Information

## 1.24.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag.ds-next/react",
"version": "1.24.0",
"version": "1.25.0",
"license": "MIT",
"main": "dist/ag.ds-next-react.cjs.js",
"module": "dist/ag.ds-next-react.esm.js",
Expand Down

0 comments on commit 5bc859b

Please sign in to comment.