Skip to content

Commit

Permalink
Merge branch 'release/1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
jgizycki committed May 26, 2020
2 parents f718863 + 9e2e0f1 commit e8ec588
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.0.3](https://github.com/cloudogu/warp-menu/releases/tag/v1.0.3)
### Fixed
- fix that the area around the menu button is not clickable

## [v1.0.2](https://github.com/cloudogu/warp-menu/releases/tag/v1.0.2)
### Fixed
- fix that some dogus affect the design of the warp menu
Expand All @@ -14,11 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [v1.0.1](https://github.com/cloudogu/warp-menu/releases/tag/v1.0.1)
### Fixed
- fix resize issue for large mobile displays
- fix resize issue for large mobile displays

## [v1.0.0](https://github.com/cloudogu/warp-menu/releases/tag/v1.0.0)
### Changed
- Rework warp menu to be able to display more entries

### Added
- Add mobile layout
- Add mobile layout
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "warp-menu",
"version": "1.0.2",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "https://github.com/cloudogu/warp-menu"
Expand Down
3 changes: 2 additions & 1 deletion src/warp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,11 @@ $desktop-view-column-width: 245px;
.warp-menu-column-toggle {
z-index: 9998;
flex-basis: auto;
pointer-events: all;
pointer-events: none;
user-select: all;

a.warpbtn {
pointer-events: all;
position: relative;
display: inline-block;
background-color: $brand-primary-darker;
Expand Down

0 comments on commit e8ec588

Please sign in to comment.