diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ce63ff0..3dcbcc15f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## Unreleased + +### Added + +- Joined-ui now works with inputs — you can now join inputs together with other inputs, or inputs together with buttons. +- Inputs now use the global `:focus` outline, for improved keyboard navigation and visual accessibility. + +### Fixed + +- Default configuration for webfonts uses absolute values instead of CSS Custom Properties, so the font-weights work correctly again. + +### Changed + +- Updated visual appearance of inputs. If you weren’t overriding the default configuration, you don’t need to do anything to update. If you were overriding the configuration, be aware that there are now extra states for radio & checkboxes, that you should override the colors for: active, checked-hover, checked-active, invalid, invalid-checked. You can now also set the box-shadow for each state. + ## [[6.0.0]](https://github.com/bitcrowd/bitstyles/releases/tag/v6.0.0) - 2023-06-08 ### Changed