Skip to content

Commit c3c09e4

Browse files
committed
docs: fixed typo on CHANGELOG
1 parent c946e3b commit c3c09e4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## 1.2.4 - 2024-12-30
7+
## 1.2.0 - 2024-12-30
88
### Added
99
- Added definition lists and tables to `<admin-bar-text>` elements.
1010
- The `dl-content` prop on `<admin-bar-text>` elements generates a `<dl>` from a stringified JSON tuple (array with only 2 values).
@@ -15,24 +15,29 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1515
- Removed default value for `--admin-bar-text-padding`.
1616
- Setting this will not hurt, but it gives you more flexibility to specify padding in popover content.
1717

18+
1819
## 1.1.4 - 2024-12-23
1920
### Changed
2021
- Matched color of `<admin-bar-text>` labels to button text when a button containing a `<admin-bar-text>` element is hovered over.
2122

23+
2224
## 1.1.3 - 2024-12-11
2325
### Added
2426
- Added `--admin-bar-button-popover-color-text` to allow you to set a default text color for popover content.
2527
- If you add `<admin-bar-button>` or `<admin-bar-text>` elements into a popover the text color will be determined by their respective CSS Custom Properties.
2628
- Added right-aligned fallback positions for popovers.
2729

30+
2831
## 1.1.2 - 2024-12-05
2932
### Changed
3033
- Minor default color tweaks for higher color contrast.
3134

35+
3236
## 1.1.1 - 2024-12-04
3337
### Added
3438
- Added `--admin-bar-bg-color` CSS Custom Property. Setting this sets a default background color used in gradients and as background colors on popovers.
3539

40+
3641
### Changed
3742
- Moved some CSS color properties around in order to make it easier to style `<admin-bar>` elements and popovers more consistently.
3843
- Increased the opacity of text in the default `--admin-bar-color-text` value to improve color contrast on `<admin-bar-text>` elements.
@@ -41,6 +46,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4146
### Fixed
4247
- Changed all `rgba()` values to `rgb()`.
4348

49+
4450
## 1.1.0 - 2024-12-03
4551
### Added
4652
- Added `popover` slot to `<admin-bar-button>` elements.
@@ -53,10 +59,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5359
- Changed value of `--admin-bar-bg` CSS property from `linear-gradient` to a color;
5460
- Upgraded dependencies.
5561

62+
5663
## 1.0.1 - 2024-01-25
5764
### Added
5865
- Added `--admin-bar-text-padding` property–allowing you to adjust the padding on `<admin-bar-text>` elements.
5966

67+
6068
## 1.0.0 - 2024-01-14
6169
### Added
6270
- Initial release

0 commit comments

Comments
 (0)