Skip to content

Commit

Permalink
* (bluefox) Corrected blinds dialog
Browse files Browse the repository at this point in the history
* (bluefox) Added the invert option for blinds
  • Loading branch information
GermanBluefox committed Aug 3, 2024
1 parent e3b6dfb commit 33b49e8
Show file tree
Hide file tree
Showing 11 changed files with 70 additions and 507 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ The only difference is that Xiaomi supports the room cleaning.
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
* (bluefox) Corrected blinds dialog
* (bluefox) Added the invert option for blinds

### 1.4.8 (2024-07-12)
* (bluefox) Small changes for SweetHome3D

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"vis-2-widgets-material"
],
"devDependencies": {
"@alcalzone/release-script": "^3.7.3",
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@iobroker/vis-2-widgets-react-dev": "^3.0.3",
"@iobroker/vis-2-widgets-react-dev": "^3.0.7",
"@types/gulp": "^4.0.17",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.11",
"@types/node": "^22.1.0",
"eslint": "^8.57.0",
"gulp": "^4.0.2",
"mocha": "^10.6.0",
"mocha": "^10.7.0",
"@iobroker/vis-2-widgets-testing": "^1.0.4"
},
"files": [
Expand Down
16 changes: 8 additions & 8 deletions src-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "iobroker.vis-2-widgets-material",
"private": true,
"version": "2.0.1",
"version": "3.0.7",
"dependencies": {
"@adobe/react-spectrum": "^3.35.1",
"@adobe/react-spectrum": "^3.36.1",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@craco/craco": "^7.1.0",
"@iobroker/adapter-react-v5": "^6.1.2",
"@iobroker/vis-2-widgets-react-dev": "^3.0.3",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@react-spectrum/color": "^3.0.0-beta.34",
"@iobroker/adapter-react-v5": "^6.1.6",
"@iobroker/vis-2-widgets-react-dev": "^3.0.7",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@react-spectrum/color": "^3.0.0-rc.1",
"@uiw/react-color": "^2.3.0",
"color": "^4.2.3",
"colorthief": "^2.4.0",
Expand Down Expand Up @@ -61,4 +61,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}
Loading

0 comments on commit 33b49e8

Please sign in to comment.