Skip to content

Commit

Permalink
Merge pull request #4 from wbrowar/1.1.0
Browse files Browse the repository at this point in the history
release: 1.1.0
  • Loading branch information
wbrowar authored Dec 4, 2024
2 parents 30987a0 + 7ade38c commit 57f9e72
Show file tree
Hide file tree
Showing 10 changed files with 2,290 additions and 5,735 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ All notable changes to this project will be documented in this file.

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

## 1.0.1 - 2023-01-25
## 1.1.0 - 2024-11-11
### Added
- Added `popover` slot to `<admin-bar-button>` elements.
- Add child `<admin-bar-button>` or `<admin-bar-text>` elements to maintain style consistency—or add your own HTML and style it in your CSS.
- Added `multi-line` attribute to `<admin-bar-text>` elements.
- Added "glass" effect to replace `backdrop-filter` styles on `<admin-bar>` elements.
- Added new CSS Custom Properties for a default `border-radius` value, popover styles, and "glass" styles.

### Changed
- Changed value of `--admin-bar-bg` CSS property from `linear-gradient` to a color;
- Upgraded dependencies.

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

Expand Down
294 changes: 181 additions & 113 deletions README.md

Large diffs are not rendered by default.

61 changes: 28 additions & 33 deletions index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 57f9e72

Please sign in to comment.