-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: popup menus not working on mobile apps (#116)
- Loading branch information
Showing
6 changed files
with
529 additions
and
504 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "mini-humidifier", | ||
"version": "v3.1.4", | ||
"version": "v3.1.5", | ||
"description": "humidifier card for Home Assistant Lovelace UI", | ||
"keywords": [ | ||
"home-assistant", | ||
|
@@ -17,11 +17,11 @@ | |
"author": "Artem Sedykh <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@lit-labs/scoped-registry-mixin": "^1.0.0", | ||
"@material/mwc-list": "^0.25.3", | ||
"@material/mwc-menu": "^0.25.3", | ||
"@material/mwc-ripple": "^0.25.3", | ||
"lit": "^2.1.2", | ||
"@lit-labs/scoped-registry-mixin": "^1.0.1", | ||
"@material/mwc-list": "^0.27.0", | ||
"@material/mwc-menu": "^0.27.0", | ||
"@material/mwc-ripple": "^0.27.0", | ||
"lit": "^2.7.5", | ||
"resize-observer-polyfill": "^1.5.1" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## v3.1.5 | ||
[![Downloads](https://img.shields.io/github/downloads/artem-sedykh/mini-humidifier/v3.1.5/total.svg)](https://github.com/artem-sedykh/mini-humidifier/releases/tag/v3.1.5) | ||
|
||
### Fixed | ||
- fix: popup menus not working on mobile apps by @regevbr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters