Skip to content

Latest commit

 

History

History
357 lines (162 loc) · 17.2 KB

CHANGELOG.md

File metadata and controls

357 lines (162 loc) · 17.2 KB

Semantic Release Automated Changelog

4.1.1 (2024-11-15)

Bug Fixes

  • update markdown partial pathing to consume new auro lib #150 (e1f2b3d)

Performance Improvements

  • update library to 3.0.2 (6a464f9)

4.1.0 (2024-10-24)

Bug Fixes

  • make demo/index.min.js to load as a module, add demo/api.js into bundler (865c334)

Features

Performance Improvements

  • update dependency versions (f016f21)

4.0.1 (2024-10-14)

Bug Fixes

  • make auro-library a normal dep instead of devDep (46a5af0)

4.0.0 (2024-09-24)

Bug Fixes

  • color: resolve color theming bugs #128 (af8bdf9)
  • remove beta releases from changelog (583c594)

Features

  • add tier 3 tokens for theming capabilities #128 (8964865)

Performance Improvements

  • point to library scripts for build process (a50ef2c)
  • refactor custom registration configuration (446ca27)
  • update dependencies (ea1830b)

BREAKING CHANGES

  • trigger major releaes for theme support #128

3.0.1 (2024-05-29)

Bug Fixes

  • make individual checkboxes appear disabled #133 (48c8aa3)

3.0.0 (2024-05-10)

Bug Fixes

Features

  • library: add auro-library functionality to repo (99ee3c6)
  • validation: implement formvalidation repo #129 (c8a45be)

Performance Improvements

  • deps: update dependencies (88e0b3b)
  • validation: update validation logic for checkbox border #129 (4b85ab1)
  • validity: update tests and validation for error and required #129 (0b833e5)

BREAKING CHANGES

  • validation: The individual component validation, as well as support for individual checkboxes using the required attribute has been removed.

2.1.8 (2024-02-20)

Performance Improvements

  • docs: fix api page HTML (07271e7)

2.1.7 (2024-02-13)

Performance Improvements

  • update auro dependencies (2b870f9)

2.1.6 (2024-02-11)

Performance Improvements

  • update dependencies for ESM support (1e25057)

2.1.5 (2024-02-07)

Bug Fixes

  • docs: change demo.md to index.md (d27bbcc)
  • styles: correctly import styles #121 (969b344)

2.1.4 (2024-02-07)

Bug Fixes

2.1.3 (2024-01-31)

Performance Improvements

  • alaskaairux ref updates (8e27c80)

2.1.2 (2024-01-27)

Performance Improvements

  • update index per SSR support (5edc5bf)

2.1.1 (2024-01-20)

Performance Improvements

2.1.0 (2024-01-19)

Features

  • add suport for SSR projects (fe2d4ce)

2.0.5 (2024-01-10)

Bug Fixes

  • deps: make peer dep of wcss match dev dep (052ffe8)

2.0.4 (2024-01-10)

Performance Improvements

  • node: update dependencies and repo to support node 20 (f804a3e)
  • remove unused Sass code #40 (d73659c)
  • styles: remove focus-visible support (1f4bdf8)
  • update major versions of UI dependencies #113 (c462730)

2.0.3 (2023-07-27)

Bug Fixes

  • lint: correct lint issue breaking semantic release (0f303d3)
  • styles: update css import to modern notation #109 (9e275b0)

2.0.2 (2023-07-27)

Bug Fixes

  • svg: update checkmark svg path to not be relative #107 (a3bab53)

2.0.1 (2023-07-20)

Bug Fixes

  • docs: fix generateDocs for name attr and restore script to build #105 (e3167b2)

Performance Improvements

  • deps: update to latest dependencies (45a171c)

2.0.0 (2023-07-17)

Performance Improvements

  • build: update script for running build (91d8c1b)

BREAKING CHANGES

  • build: Repo namespace has been updated.

1.2.3 (2023-07-17)

Performance Improvements

  • repo: update references from main to master (de9b2dd)
  • update: update repo using modern version of generator #95 #96 (a9143a0)

1.2.2 (2023-05-18)

Bug Fixes

  • import: correct file path in import statement (f2f78a0)

1.2.1 (2023-05-09)

Performance Improvements

1.2.0 (2022-11-29)

Features

  • validity: add new html5 validity to component #68 (a1cfa39)

1.1.11 (2022-06-10)

Bug Fixes

  • disabled state: address bug when used with required group #58 (e50f12a)

1.1.10 (2022-06-09)

Bug Fixes

  • package: update 'engines' property to support newer versions of node #60 (5721cb0)

1.1.9 (2022-06-06)

Bug Fixes

  • disabled: address issue with individual support #47 (558afa0)

1.1.8 (2021-11-09)

Bug Fixes

  • style: add background color to checkbox #44 (2b0d8fb)
  • style: update border style for disabled element #46 (fc08133)

1.1.7 (2021-11-01)

Bug Fixes

  • use checked property instead of attribute #42 (13e1fb3)

1.1.6 (2021-09-25)

Bug Fixes

  • deps: remove dependency on deprecated resources (06d92a4)
  • deps: remove unused dependency (1aa4ec3)

1.1.5 (2021-08-17)

Bug Fixes

  • update child state when group state changes #31 (51970b0)
  • auro-checkbox: make error a boolean #33 (6e06844)

1.1.4 (2021-08-16)

Bug Fixes

1.1.3 (2021-08-03)

Bug Fixes

  • reflect and set default boolean props #19 (ecf8645)

1.1.2 (2021-03-03)

Bug Fixes

  • remove deprecated token reference (7c3596a)

1.1.1 (2020-07-21)

Bug Fixes

  • address detials discovered with rdo component (f55e817)

1.1.0 (2020-06-30)

Bug Fixes

Features

  • add support for event and IE11 support (982c0d5)

1.0.1 (2020-06-29)

Bug Fixes

  • update missed fallback CSS support (9052b96)

1.0.0 (2020-06-25)

Bug Fixes

  • update API docs and rem ove unsed property (b5511bb)

Features

  • add auro-checkbox-group and auro-checkbox components (0dbe31d)