Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add migration notes for 0.12.0 release #318

Merged
merged 1 commit into from
Feb 26, 2024
Merged
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
7 changes: 7 additions & 0 deletions MIGRATING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Migration Guide

## Migrating from <= 0.11.x to 0.12.0
In `0.12.0` we improved the accessibility of the Reveal component. Now the link that opened the reveal is a button with `aria-expanded` attributes which enables VoiceOver to announce the collapsed/expanded state of the reveal when clicked/toggled via keyboard in Safari.

*Note*: this does not currently work in Chrome/Firefox.

See [pull request](https://github.com/codeforamerica/honeycrisp-gem/pull/317/files) for full details.

## Migrating from <= 0.10.x to 0.11.0
Honeycrisp version `0.11.0` requires Ruby 3.0 or higher, so make sure you're
using a modern Ruby.
Expand Down