Skip to content

Latest commit

 

History

History
89 lines (59 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

89 lines (59 loc) · 1.91 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[v0.1.6] - 2024-10-26

Added

  • Add integration of @aegisjsproject/state and @aegisjsproject/router

[v0.1.5] - 2024-10-21

Added

  • Add support for @aegisjsproject/state and @aegisjsproject/router
  • Add AegisView

Changed

  • Do not bundle everything external in component.cjs

[v0.1.4] - 2024-09-28

Changed

  • Updates for compatibility with @aegisjsproject/styles changes

[v0.1.3] - 2024-09-17

Changed

  • Updates eslint and config (now uses @shgysk8zer0/eslint-config)
  • Updates versions on testing scripts
  • Updates GitHub Workflows

[v0.1.2] - 2024-03-10

Added

  • Add WIP Aegis Checkbox base class/component
  • Add Input Errors as static properties to base AegisInput

Changed

  • Misc updates

[v0.1.1] - 2024-03-03

Changed

  • Update @aegisjsproject/core and @aegisjsproject/styles
  • Update imports

[v0.1.0] - 2024-02-27

Added

  • Add custom error classes for AegisInput components, for internals.setValidity()
  • Add custom state constants

Changed

  • Renamed to @aegisjsproject/component

[v0.0.4] - 2024-02-23

Added

  • Add base component class for custom inputs
  • Add more ARIA automated handling

Changed

  • Renamed to @aegisjsproject/component
  • General standardizing of things
  • Major updates to AegisInput class
  • Misc updates to as required throughout

Fixed

  • Fix clamp mapping to Math.clamp where available

[v0.0.3] - 2024-02-07

Changed

  • Update @shgysk8zer0/aegis & @shgysk8zer0/aegis-styles

[v0.0.2] - 2024-02-04

Fixed

  • Fix typos in README
  • Add keywords in package.json

[v0.0.1] - 2024-02-04

Initial Release