Skip to content

Releases: AlaskaAirlines/auro-formkit

v2.0.0-beta.12

17 Jan 17:44
Compare
Choose a tag to compare
v2.0.0-beta.12 Pre-release
Pre-release

2.0.0-beta.12 (2025-01-17)

Features

  • add combobox autocomplete=off functionality #109 (8cab9dd)

Performance Improvements

  • force focus into html5 input for combobox #143 (89c2323)

v2.0.0-beta.11

17 Jan 17:28
Compare
Choose a tag to compare
v2.0.0-beta.11 Pre-release
Pre-release

2.0.0-beta.11 (2025-01-17)

Bug Fixes

  • add multiselect attribute to select (e37d424)
  • combobox returns array (aca8bbe)
  • handle preset values in select (c60d29a)
  • menu api updates (c507594)
  • programmatic updates & mutlisect (ac4d49a)
  • update combobox to work with new menu api (e49d6fe)
  • update Select to work with updated Menu API (63b0f12)

v2.0.0-beta.10

17 Jan 16:39
Compare
Choose a tag to compare
v2.0.0-beta.10 Pre-release
Pre-release

2.0.0-beta.10 (2025-01-17)

Bug Fixes

  • make calendar render correctly when maxDate is set #170 (a912b52)

v2.0.0-beta.9

16 Jan 23:24
Compare
Choose a tag to compare
v2.0.0-beta.9 Pre-release
Pre-release

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

16 Jan 01:27
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

2.0.0-beta.8 (2025-01-16)

Features

  • move start date when the 2nd click is before start date in datepicker #218 (bf2e38e)

v2.0.0-beta.7

15 Jan 21:52
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release

2.0.0-beta.7 (2025-01-15)

Bug Fixes

  • hide bib properly upon making a selecting #78 (a1d66ab)
  • reset option on combobox.input.value change only with any variable change #141 (fe3bfb4)

v2.0.0-beta.6

14 Jan 17:59
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

2.0.0-beta.6 (2025-01-14)

Performance Improvements

  • add dynamic documentation for monorepo structure #150 (03d0c1b)
  • update auro-library and all other deps (f35cc60)

v2.0.0-beta.5

14 Jan 17:23
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

2.0.0-beta.5 (2025-01-14)

Bug Fixes

v2.0.0-beta.4

10 Jan 17:57
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

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

09 Jan 21:51
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2025-01-09)

Bug Fixes

  • make x icon take no space when invisible #164 (7ad63e2)

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.