Releases: AlaskaAirlines/auro-formkit
Releases · AlaskaAirlines/auro-formkit
v2.0.0-beta.12
v2.0.0-beta.11
2.0.0-beta.11 (2025-01-17)
Bug Fixes
v2.0.0-beta.10
2.0.0-beta.10 (2025-01-17)
Bug Fixes
v2.0.0-beta.9
2.0.0-beta.9 (2025-01-16)
Features
- add IconUtil for SVG icon generation #91 (4f5d55f)
- adjust description slot logic and colors #91 (79cde62)
- counter group added with counter refactor, docs, and validation #91 (2b34587)
- counter value, min, and max with button disable state #91 (7df2b00)
- dropdown version build fix #91 (15f2109)
- enhance dispatch event #91 (4511e9b)
- handle potential NaN values from Number conversion #91 (2cae200)
- hide props used only by group #91 (a35a09d)
- initial component styles and structure #91 (ad6b77d)
- refactor button styles and add counter validation #91 (ef46ddd)
- simplify AuroCounterGroup by removing noValidate property and updating method names #91 (231f110)
- update color variables and styles for AuroCounter components #91 (9ec6629)
- update token refs #91 (667b1af)
- update validation logic #91 (08392e7)
v2.0.0-beta.8
2.0.0-beta.8 (2025-01-16)
Features
v2.0.0-beta.7
2.0.0-beta.7 (2025-01-15)
Bug Fixes
v2.0.0-beta.6
2.0.0-beta.6 (2025-01-14)
Performance Improvements
v2.0.0-beta.5
v2.0.0-beta.4
2.0.0-beta.4 (2025-01-10)
Bug Fixes
- remove menuoption's padding in select (8bb0efc)
- simplify logic on calculating
hasTriggerContent
in dropdown (f1129cc)
Code Refactoring
BREAKING CHANGES
placeholder
is now slot not attribute and there is no default node for it
v2.0.0-beta.3
2.0.0-beta.3 (2025-01-09)
Bug Fixes
Features
Performance Improvements
- add animation to clear icon and add shared mixin file (4c6a1e1)
- add optional chaining to validation logic (c4de243)
- update handling of invalid values in select (d1eb0bf)
- update validity to use patternMismatch state #163 (4c9f9a4)
BREAKING CHANGES
- input's errorMessage is now a private property.
- patternMismatch replaces badInput state when user inputs do not match the expected pattern.