Skip to content

Commit

Permalink
Merge pull request #817 from infinum/release/11.0.1
Browse files Browse the repository at this point in the history
Frontend libs 11.0.1
  • Loading branch information
goranalkovic-infinum authored Apr 23, 2024
2 parents 6416ad7 + 2de2dfe commit d0906ed
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).

## [11.0.1] - 2024-04-23

### Updated
- Fixed block editor sidebar block display with long labels

## [11.0.0] - 2024-04-23

### Updated
Expand Down Expand Up @@ -1053,6 +1058,7 @@ Follow this migration script in order for you project to work correctly with the

[Unreleased]: https://github.com/infinum/eightshift-frontend-libs/compare/master...HEAD

[11.0.1]: https://github.com/infinum/eightshift-frontend-libs/compare/11.0.0...11.0.1
[11.0.0]: https://github.com/infinum/eightshift-frontend-libs/compare/10.0.0...11.0.0
[10.0.0]: https://github.com/infinum/eightshift-frontend-libs/compare/9.7.0...10.0.0
[9.7.0]: https://github.com/infinum/eightshift-frontend-libs/compare/9.6.0...9.7.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eightshift/frontend-libs",
"version": "11.0.0",
"version": "11.0.1",
"description": "A collection of useful frontend utility modules. powered by Eightshift",
"author": {
"name": "Eightshift team",
Expand Down
19 changes: 18 additions & 1 deletion styles/wp-version-specific/_wp-6-5.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,24 @@ body.sb-main-padded {
// Improve sidebar block icon.
.block-editor-inserter__preview-container .block-editor-block-card,
.block-editor-block-inspector .block-editor-block-card {
span {
align-items: center;

&__content {
display: flex;
flex-direction: column;
gap: 0.25rem;
}

&__title {
padding: 0 !important;
}

&__description {
margin-top: 0 !important;
}

// Align icon properly.
.block-editor-block-icon > span {
line-height: 0;
}

Expand Down

0 comments on commit d0906ed

Please sign in to comment.