zigbee2mqtt-frontend
Advanced tools
Comparing version 0.2.23 to 0.2.24
@@ -0,1 +1,18 @@ | ||
## [0.2.24](https://github.com/nurikk/z2m-frontend/compare/0.2.23...0.2.24) (2020-10-06) | ||
### Bug Fixes | ||
* **device-page:** allign message center ([1c4f16e](https://github.com/nurikk/z2m-frontend/commit/1c4f16e8da7d9adb8cb0c2bd79a973b0d8edbfbf)) | ||
* **groups:** default controlled input ([e6e1bb2](https://github.com/nurikk/z2m-frontend/commit/e6e1bb277e54f385c7e79017032d3aede96842ba)) | ||
* **notyf:** use single Notyf instance ([fb670e3](https://github.com/nurikk/z2m-frontend/commit/fb670e31839809cb2742b0ccdf88bccf8d24967a)) | ||
### Features | ||
* **power-source:** add DC Source ([d798293](https://github.com/nurikk/z2m-frontend/commit/d79829379c0c35ec01340dc5613e7d8c7788efdc)) | ||
* **readme:** update developer readme ([7bf3f3d](https://github.com/nurikk/z2m-frontend/commit/7bf3f3db4f677b9c7e8edb60b548277d8240eb2f)) | ||
## [0.2.23](https://github.com/nurikk/z2m-frontend/compare/0.2.22...0.2.23) (2020-10-04) | ||
@@ -2,0 +19,0 @@ |
@@ -10,3 +10,3 @@ { | ||
"name": "zigbee2mqtt-frontend", | ||
"version": "0.2.23", | ||
"version": "0.2.24", | ||
"license": "MIT", | ||
@@ -13,0 +13,0 @@ "scripts": { |
@@ -7,15 +7,28 @@ [![Build Status](https://travis-ci.com/nurikk/sls-frontend.svg?branch=master)](https://travis-ci.com/nurikk/z2m-frontend) | ||
# Build | ||
# Develop | ||
Install dependencies | ||
```bash | ||
npm install | ||
npm run build //compiled files at ./dist | ||
``` | ||
```` | ||
# Develop | ||
Develop using mock data | ||
```bash | ||
npm install | ||
npm run start | ||
open http://localhost:3030/ | ||
```` | ||
Develop using your z2m instance | ||
```bash | ||
Z2M_API_URI="ws://192.168.1.200:8080" npm run start | ||
open http://localhost:3030/ | ||
``` | ||
# Build | ||
```bash | ||
npm install | ||
npm run build //compiled files at ./dist | ||
``` | ||
# Screenshots | ||
@@ -25,3 +38,1 @@ ![](images/screenshot_home.png) | ||
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/4wA-cpXasAI/0.jpg)](https://www.youtube.com/watch?v=4wA-cpXasAI) | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2598318
2421
37
1