Skip to content

Commit 24aed36

Browse files
committed
Update changelog
1 parent c90461a commit 24aed36

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Added
6+
7+
- Joined-ui now works with inputs — you can now join inputs together with other inputs, or inputs together with buttons.
8+
- Inputs now use the global `:focus` outline, for improved keyboard navigation and visual accessibility.
9+
10+
### Fixed
11+
12+
- Default configuration for webfonts uses absolute values instead of CSS Custom Properties, so the font-weights work correctly again.
13+
14+
### Changed
15+
16+
- 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.
17+
318
## [[6.0.0]](https://github.com/bitcrowd/bitstyles/releases/tag/v6.0.0) - 2023-06-08
419

520
### Changed

0 commit comments

Comments
 (0)