Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Releases: AlaskaAirlines/auro-dropdown

v2.2.1

30 Mar 17:03
Compare
Choose a tag to compare

2.2.1 (2022-03-30)

Bug Fixes

  • style: correct color for trigger border #113 (0490fee)

v2.2.0

28 Mar 17:32
Compare
Choose a tag to compare

2.2.0 (2022-03-28)

Bug Fixes

Features

  • disableEventShow: add attribute to only display bib with show method #109 #110 (8ad22bc)

v2.1.1

21 Mar 19:48
Compare
Choose a tag to compare

2.1.1 (2022-03-21)

Bug Fixes

  • hide: always hide other open dropdown before showing (66a3307)

v2.1.0

21 Mar 19:20
Compare
Choose a tag to compare

2.1.0 (2022-03-21)

Bug Fixes

  • toggle: prevent default key behavior when toggle on dropdown (f4c7f83)

Features

  • show: add public show() method (a9f4d5f)
  • tabindex: manage tabindex of trigger (8f6f15a)

v2.0.1

15 Mar 01:19
Compare
Choose a tag to compare

2.0.1 (2022-03-15)

Bug Fixes

  • aria: add aria labeling to the trigger #77 (2eb7c31)

v2.0.0

03 Mar 02:45
Compare
Choose a tag to compare

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

11 Jan 02:28
Compare
Choose a tag to compare

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)