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.
- Add support for
:state(--disabled)
in button styles and path to other custom states
- Add system style button classes using eg
ButtonFace
andAccentColor
- Add
.css
versions of stylesheets in/css/*.css
- Fix handling of disabled buttons
- Add
.btn-outline-*
styles
- Give disabled buttons more proper styling
- Add animations/transforms and scrollbar stylesheets
- More custom properties
- Add more
.btn-*
classes - More custom properties to go along
- Now use
.btn-lg
instead of.btn-big
and.btn-sm
instead of.btn-small
- Fix typeo in
.grid
(had.drid
somehow)
- More custom properties
- More stylesheets
- More customization
- Begin adding custom properties
- Add
@properties
viaproperties.js
- Add theme inheritance via
:host-context()
(where supported)
- Do not set
display
forhidden
orpopover
elements
- Update dependencies and config
- Update to
@aegisjsproject/core@0.1.2
- Fix building and exporting CommonJS
- Renamed to
@aegisjsproject/styles
- Update to
@shgysk8zer0/aegis@0.0.5
- Fix bad import of bootstrap palette module
- Fix missing export of theme module
Initial Release