All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
7.0.0 (2019-09-03)
- ftpos have been changed from relative to absolute position.
- footprint of arrow has been changed to be smaller.
6.1.0 (2019-05-06)
6.0.0 (2019-04-22)
- 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)
- select: branch new required tabs/classes/attributes for select component
4.2.3 (2019-04-19)
4.2.2 (2019-04-17)
- prevent double clicking of link in dropdown (#101) (8b587e1)
- refactored dropdown click listeners (#102) (2de640e)
4.2.1 (2019-01-21)
4.2.0 (2019-01-17)
4.1.0 (2018-12-13)
- 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)
- bundle no longer includes fontawesome and roboto
3.0.1 (2018-11-20)
- 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)
- option's innerHTML will be added as the select's value
- allow for disabled radio groups to have a default selected radio (#66) (dff920a)
- allows for selected icon on disabled+selected radio (#67) (40b1916)
- set-selected: match radio element ref from live collection (#63) (41e1b61)
- traverse: key handlers using traverse must also use live element collections (#64) (b9d4a1c)
- adds loader helper class (244e22f)
- allows skip link to show up higher in the stacking order than the top bar (ab46094)
- fixes flaw in aria hidden code (was previously removing aria-hidden from elements it shouldn't have) (cd71e0a)
- allows dialogs to be ignored by the resizer (93ba8a4)
- 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)
- Added a first-time-point with no arrow (f58cb13)