-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Promote v4.0.0-alpha to v4.0.0 (#343)
* Feature ever 13205 a11y buttons and links (#311) * feat: Add Modal component (#309) * feat: Add Modal component * cleaned up css class names * add logic to auto focus and focus trapping in the modal * Add example of Modal usage * update unit test by adding snapshot to verify the component renders what is expected in the UI * fix: Modal focus trap works better with keydown listener, add focus trap tests, upgrade testing-library packages * fix: use userEvent.type to simulate escape key press * fixed failing test Co-authored-by: Boima Konuwa <boima.konuwa@cision.com> Co-authored-by: Chris Garcia <pixelbandito@gmail.com> * feat: EVER-13212: a11y colors for buttons and text links Co-authored-by: bkonuwa <bkonuwa@gmail.com> Co-authored-by: Boima Konuwa <boima.konuwa@cision.com> * docs: Update changelog, publishing.md * Merge new features from v3.x to v4-alpha (#339) * Feature: EVER-13451: Add `Select` component (#325) * feat: EVER-13451: Initial commit of Select and Select.Option components * WIP: Keyboard handler for moving selected option focus with up arrow. * feat: EVER-13451: Up and down arrow keys, validity with hidden native select, break some code into separate hooks * feat: EVER-13451: Add tests for , make a child, export from index and import into example app * feat: EVER-13451: Update jsdom env to sixteen * feat: EVER-13451: Restore non-clicky style to plain Dropdown.Menu.Item content, style stories a bit * feat: EVER-13451: Update Dropdown.Menu.Item README * chore: EVER-13451: Update more tests and snapshots * v3.1.0 (#338) Just publishing a new minor version, no diff except the changelog and package.json version number. * Deploying v4.0.0-alpha.2 Co-authored-by: Chris Garcia <pixelbandito@gmail.com> Co-authored-by: bkonuwa <bkonuwa@gmail.com> Co-authored-by: Boima Konuwa <boima.konuwa@cision.com>
- Loading branch information
1 parent
44bf101
commit 9921c16
Showing
17 changed files
with
568 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.