You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
-
## 1.2.4 - 2024-12-30
7
+
## 1.2.0 - 2024-12-30
8
8
### Added
9
9
- Added definition lists and tables to `<admin-bar-text>` elements.
10
10
- 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
15
15
- Removed default value for `--admin-bar-text-padding`.
16
16
- Setting this will not hurt, but it gives you more flexibility to specify padding in popover content.
17
17
18
+
18
19
## 1.1.4 - 2024-12-23
19
20
### Changed
20
21
- Matched color of `<admin-bar-text>` labels to button text when a button containing a `<admin-bar-text>` element is hovered over.
21
22
23
+
22
24
## 1.1.3 - 2024-12-11
23
25
### Added
24
26
- Added `--admin-bar-button-popover-color-text` to allow you to set a default text color for popover content.
25
27
- 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.
26
28
- Added right-aligned fallback positions for popovers.
27
29
30
+
28
31
## 1.1.2 - 2024-12-05
29
32
### Changed
30
33
- Minor default color tweaks for higher color contrast.
31
34
35
+
32
36
## 1.1.1 - 2024-12-04
33
37
### Added
34
38
- Added `--admin-bar-bg-color` CSS Custom Property. Setting this sets a default background color used in gradients and as background colors on popovers.
35
39
40
+
36
41
### Changed
37
42
- Moved some CSS color properties around in order to make it easier to style `<admin-bar>` elements and popovers more consistently.
38
43
- 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
41
46
### Fixed
42
47
- Changed all `rgba()` values to `rgb()`.
43
48
49
+
44
50
## 1.1.0 - 2024-12-03
45
51
### Added
46
52
- 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
53
59
- Changed value of `--admin-bar-bg` CSS property from `linear-gradient` to a color;
54
60
- Upgraded dependencies.
55
61
62
+
56
63
## 1.0.1 - 2024-01-25
57
64
### Added
58
65
- Added `--admin-bar-text-padding` property–allowing you to adjust the padding on `<admin-bar-text>` elements.
0 commit comments