Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/publish-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/prerelease-publish
with:
node-auth-token: ${{ secrets.NODE_AUTH_TOKEN }}
Expand Down
16 changes: 16 additions & 0 deletions .nx/version-plans/version-plan-1780579286290.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
gamut: major
gamut-kit: major
gamut-styles: patch
---

Remove deprecated accordion components

**BREAKING (`@codecademy/gamut`):** Remove `AccordionDeprecated`, `AccordionAreaDeprecated`, `AccordionButtonDeprecated`, and associated exported types

- Migrate to `Disclosure` for expandable sections; use `List` with expandable rows when multiple accordions are needed
- Internal `ButtonDeprecated` and `ButtonDeprecatedBase` (accordion-only, not re-exported) are removed with the accordion stack
- Removed Storybook docs for deprecated accordion components
- Accordion SCSS that imported legacy `@codecademy/gamut-styles` utils is removed with the accordion stack; use `Disclosure` and current gamut-styles APIs instead

**`@codecademy/gamut-styles`:** Patch release (changelog alignment only; no package code changes in this PR)
2 changes: 1 addition & 1 deletion packages/gamut-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 2.0.0 (2026-06-04)

### ⚠️ Breaking Changes
### ⚠️ Breaking Changes

- Remove deprecated `HiddenText` component ([#3361](https://github.com/Codecademy/gamut/pull/3361))
**BREAKING:** `HiddenText` is no longer exported from `@codecademy/gamut`- Migrate to `<Text screenreader>` for visually hidden, screen-reader-accessible text- Removed Storybook docs for `HiddenText`; use the `Text` screenreader utility docs instead
Expand Down
2 changes: 1 addition & 1 deletion packages/gamut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 71.0.0 (2026-06-04)

### ⚠️ Breaking Changes
### ⚠️ Breaking Changes

- Remove deprecated `HiddenText` component ([#3361](https://github.com/Codecademy/gamut/pull/3361))
**BREAKING:** `HiddenText` is no longer exported from `@codecademy/gamut`- Migrate to `<Text screenreader>` for visually hidden, screen-reader-accessible text- Removed Storybook docs for `HiddenText`; use the `Text` screenreader utility docs instead
Expand Down
3 changes: 0 additions & 3 deletions packages/gamut/__tests__/__snapshots__/gamut.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

exports[`Gamut Exported Keys 1`] = `
[
"AccordionAreaDeprecated",
"AccordionButtonDeprecated",
"AccordionDeprecated",
"Alert",
"Anchor",
"AnchorBase",
Expand Down

This file was deleted.

68 changes: 0 additions & 68 deletions packages/gamut/src/AccordionAreaDeprecated/index.tsx

This file was deleted.

This file was deleted.

Loading
Loading