Skip to content

Latest commit

 

History

History
314 lines (135 loc) · 9.68 KB

CHANGELOG.md

File metadata and controls

314 lines (135 loc) · 9.68 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

7.0.0 (2019-09-03)

Features

BREAKING CHANGES

  • ftpos have been changed from relative to absolute position.
  • footprint of arrow has been changed to be smaller.

6.1.0 (2019-05-06)

Features

  • select: fires 'dqpl:select:change' when selection is made (#111) (dc78d68)

6.0.0 (2019-04-22)

Bug Fixes

  • button: makes buttons display: inline-block (like native implementation) (#110) (09e2c6c)
  • select: scroll option into view (#106) (ad3ca91)
  • tooltip: prevents flicker (#108) (9bd7f53)

5.0.0 (2019-04-19)

Features

  • select: updates select component to match modern listbox spec (#105) (66f5f03), closes #21 #2 #97

BREAKING CHANGES

  • select: branch new required tabs/classes/attributes for select component

4.2.3 (2019-04-19)

4.2.2 (2019-04-17)

Bug Fixes

  • prevent double clicking of link in dropdown (#101) (8b587e1)
  • refactored dropdown click listeners (#102) (2de640e)

4.2.1 (2019-01-21)

Bug Fixes

  • adds in a default arrow when no position class is set (#95) (e8493cb)

4.2.0 (2019-01-17)

Features

4.1.0 (2018-12-13)

Features

  • uses not selectors for radios/checkboxes to not conflict with cauldron-react (for projects using dqpl that are slowly adopting cauldron-react) (#91) (a921d6f)

4.0.0 (2018-12-06)

Bug Fixes

  • prevents top bar dropdown triggers from being double-clicked (#89) (05747b2)

Features

BREAKING CHANGES

  • bundle no longer includes fontawesome and roboto

3.0.1 (2018-11-20)

Bug Fixes

  • adds a space in pseudo before for proper AT readout (#79) (54043b5), closes #48
  • ensures menu closes when user tabs away from menu (#75) (e3f48f3), closes #44
  • properly handles disabled option clicks and handles blur even after selection (#81) (2821687), closes #80 #77 #58
  • removes border from role=textbox #59 (#74) (1c9f2e4)

3.0.0 (2018-10-05)

Features

  • supports select pseudo value persistent option's html (ac3d41a), closes #69

BREAKING CHANGES

  • option's innerHTML will be added as the select's value

2.5.1 (2018-09-29)

2.5.0 (2018-08-07)

Bug Fixes

  • allow for disabled radio groups to have a default selected radio (#66) (dff920a)
  • allows for selected icon on disabled+selected radio (#67) (40b1916)

2.4.5 (2018-05-29)

Bug Fixes

  • set-selected: match radio element ref from live collection (#63) (41e1b61)
  • traverse: key handlers using traverse must also use live element collections (#64) (b9d4a1c)

2.4.4 (2018-04-05)

2.4.3 (2018-01-24)

2.4.2 (2018-01-23)

Bug Fixes

  • opens up close click to just top bar or sidebar/menu (#49) (f9defcc)

2.4.1 (2018-01-18)

2.4.0 (2018-01-16)

Features

  • adds loader helper class (244e22f)

2.3.9 (2018-01-10)

2.3.8 (2017-12-27)

2.3.7 (2017-12-27)

Bug Fixes

  • allows skip link to show up higher in the stacking order than the top bar (ab46094)

2.3.6 (2017-12-11)

2.3.5 (2017-12-08)

2.3.4 (2017-09-19)

2.3.3 (2017-09-19)

2.3.2 (2017-09-08)

Bug Fixes

  • fixes flaw in aria hidden code (was previously removing aria-hidden from elements it shouldn't have) (cd71e0a)

2.3.1 (2017-09-07)

Features

  • allows dialogs to be ignored by the resizer (93ba8a4)

2.3.0 (2017-08-16)

2.2.0 (2017-08-07)

Bug Fixes

  • close button for FTP, and other small css changes (2728cce)
  • FTP text fixes [PL-111] (4cb9190)
  • remove content from required to prevent double announcement in SR (68dca96)

Features

  • Added a first-time-point with no arrow (f58cb13)

2.1.2 (2017-07-31)

2.1.1 (2017-07-28)

2.1.0 (2017-07-25)

2.0.1 (2017-06-27)