Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
planktonic committed Aug 15, 2023
1 parent c90461a commit 24aed36
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 24aed36

Please sign in to comment.