This repository was archived by the owner on Mar 7, 2025. It is now read-only.
Releases: AlaskaAirlines/auro-dropdown
Releases · AlaskaAirlines/auro-dropdown
v2.2.1
v2.2.0
v2.1.1
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2022-03-03)
Bug Fixes
Features
- API: make isPopoverVisible property public (37d8d68)
BREAKING CHANGES
- helptext: This bug fix is to address an inconsistency with the slot
name that is specific to help text with form elements.
This is an API change and constitutes a MAJOR release.
Changes to be committed:
modified: docs/api.md
modified: src/auro-dropdown.js
modified: src/style.scss
v1.0.0
1.0.0 (2022-01-11)
Bug Fixes
- API: improve toggle experience (4d23352)
- API: prevent scroll when using space to open dropdown (7aec423)
- chevron: pass onDark to chevron icon (1902c78)
- mobile: remove touch event handling if hover events (37fe9c4)
- popper: fix positioning issues (e5a20e5)
- styles: correct box-shadow for error state (42c2424)
- styles: correct style errors from review with June (4e92d07)
- styles: remove border style for default disable and error state (e428f24)
- styles: remove extra space from right of chevron (9cc63b1)
- toggle: prevent multiple dropdowns from opening (fbb1e72)
Features
- API: features extended and refactered (8ac8739)
- API: improve UI interation (2309710)
- disabled: support disabled state (8fce737)
- disabled: support disabled state of dropdown (c0235ca)
- error: add error state styles (973764c)
- helperText: add support for helper text (91648dd)
- icon: add state chevron (a7678c9)
- label: add support for dropdown label (85b13d3)
- layout: support custom dropdown content widths (5f98b3a)
- onDark: support onDark theme (89c4f85)
- styles: add active and focus state styles (1910010)
Reverts
- Revert "refactor(a11y): prevent focus on hidden dropdown content" (6b1da3b)