Releases: AlaskaAirlines/auro-formkit
Releases · AlaskaAirlines/auro-formkit
v1.6.0-beta.12
v1.6.0-beta.11
1.6.0-beta.11 (2024-12-31)
Bug Fixes
- eslint rules, naming errors (ca27f4c)
- remove any instances of type=numeric #120 (7ba5463)
- update layout to match figma #79 (58dffaf)
- validate each individual attribute #119 (67bbb44)
Features
- add reset function to validation script #135 (9119e06)
- add reset functionality to checkbox (292845e)
- add reset functionality to combobox (6e8ea9b)
- add reset functionality to datepicker (b2b6a10)
- add reset functionality to input (2027706)
- add reset functionality to radio (5b961dc)
- add reset functionality to select (2f07d97)
Performance Improvements
- add min.js files (503802e)
- hide input arrows for type=number (9a56754)
- improve documentation around type=number (76718a9)
- reflect value attribute onto input component (ea3c731)
- remove all references of isValid attribute (b66d47e)
- remove reflected value attribute from all components (706f409)
- show clear icon on hover or focus #158 (3c48343)
v1.6.0-beta.10
1.6.0-beta.10 (2024-12-30)
Bug Fixes
- force focus state to dropdown.trigger as
document.activeElement
stays in body even with clicking #129 (ce65f18) - remove extra focus line on chrome (681e1b4)
- replace
box-shadow
withoutline
(70c3d3d)
Performance Improvements
v1.6.0-beta.9
v1.6.0-beta.8
1.6.0-beta.8 (2024-12-24)
Performance Improvements
v1.6.0-beta.7
1.6.0-beta.7 (2024-12-19)
Bug Fixes
- replace set to map for loadingslots in menu (373ee72)
Features
- add loading-placeholder in menu (2bb2986)
- hide bib while loading when there is no loading placeholder to show (a6ebc21)
- support loading state in combobox and menu (01bd9b9)
Performance Improvements
- replace
innerText
withtextContent
for better performance (c3f99f1)