Skip to content

Commit

Permalink
Release Bauhaus Centenary v1.0.2
Browse files Browse the repository at this point in the history
Fix button height in IE
  • Loading branch information
ajlende committed Mar 6, 2020
1 parent b1d5d7e commit fba68c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion blocks/bauhaus-centenary/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
margin-right: 0.75em;
}

.components-icon-button svg {
.icon-button svg {
// IE11 requires a fixed width & height for SVGs. Values are calculated
// from what `height: 100%` and `width: auto` would have resulted in.
height: 26px;
Expand Down
4 changes: 0 additions & 4 deletions blocks/bauhaus-centenary/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
text-align: center;
border-radius: 4px;

.icon-button svg {
height: 100%;
}

.forms,
.year,
.ribbon {
Expand Down
2 changes: 1 addition & 1 deletion bundler/bundles/bauhaus-centenary.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"blocks": [
"bauhaus-centenary"
],
"version": "1.0.1",
"version": "1.0.2",
"name": "Bauhaus Centenary",
"description": "Celebrate the centenary of the design school",
"resource": "a8c-bauhaus-centenary"
Expand Down
3 changes: 3 additions & 0 deletions bundler/resources/a8c-bauhaus-centenary/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ You can follow development, file an issue, suggest features, and view the source

== Changelog ==

= 1.0.2 - 6th March 2020 =
* Fix button style in IE

= 1.0.1 - 6th March 2020 =
* Fix button styling and deprecation warnings in Gutenberg v6.7.0
* Fix missing text domains for translations
Expand Down

0 comments on commit fba68c5

Please sign in to comment.