Releases: esphome/esp-web-tools
Releases · esphome/esp-web-tools
8.0.4
What's Changed
Dependencies
2 changes
- Bump typescript from 4.7.2 to 4.7.3 (#246) @dependabot
- Bump rollup from 2.75.3 to 2.75.5 (#247) @dependabot
8.0.3
What's Changed
Dependencies
5 changes
- Bump rollup from 2.74.1 to 2.75.3 (#241) @dependabot
- Bump lit from 2.2.4 to 2.2.5 (#242) @dependabot
- Bump typescript from 4.6.4 to 4.7.2 (#240) @dependabot
- Bump rollup from 2.73.0 to 2.74.1 (#238) @dependabot
- Bump lit from 2.2.3 to 2.2.4 (#239) @dependabot
8.0.2
What's Changed
Dependencies
9 changes
- Bump rollup from 2.71.1 to 2.73.0 (#235) @dependabot
- Bump rollup from 2.70.2 to 2.71.1 (#224) @dependabot
- Bump lit from 2.2.2 to 2.2.3 (#225) @dependabot
- Bump typescript from 4.6.3 to 4.6.4 (#226) @dependabot
- Bump @rollup/plugin-node-resolve from 13.2.1 to 13.3.0 (#227) @dependabot
- Bump tslib from 2.3.1 to 2.4.0 (#223) @dependabot
- Bump rollup from 2.70.1 to 2.70.2 (#220) @dependabot
- Bump @rollup/plugin-node-resolve from 13.2.0 to 13.2.1 (#221) @dependabot
- Bump @rollup/plugin-typescript from 8.3.1 to 8.3.2 (#222) @dependabot
8.0.1
8.0.0
What's Changed
const button = document.querySelector('esp-web-install-button');
button.overrides = {
checkSameFirmware(manifest, improvInfo) {
const manifestFirmware = manifest.name.toLowerCase();
const deviceFirmware = improvInfo.firmware.toLowerCase();
return manifestFirmware.includes(deviceFirmware);
}
};
7.5.0
What's Changed
const button = document.querySelector('esp-web-install-button');
button.overrides = {
checkSameFirmwareVersion(manifest, improvInfo) {
const manifestFirmware = manifest.name.toLowerCase();
const deviceFirmware = improvInfo.firmware.toLowerCase();
return manifestFirmware.includes(deviceFirmware);
}
};
7.4.0
What's Changed
Dependencies
6 changes
- Bump lit from 2.2.1 to 2.2.2 (#210) @dependabot
- Bump @rollup/plugin-node-resolve from 13.1.3 to 13.2.0 (#211) @dependabot
- Bump esp-web-flasher from 5.1.1 to 5.1.2 (#212) @dependabot
- Bump prettier from 2.6.1 to 2.6.2 (#208) @dependabot
- Bump prettier from 2.6.0 to 2.6.1 (#206) @dependabot
- Bump typescript from 4.6.2 to 4.6.3 (#207) @dependabot
7.3.1
What's Changed
- Bump ESP Web Flasher 5.1.1 (#205) @balloob
- add missing S3 (#204) @Jason2866
- Update firmwares to 2022.3.0 (#202) @jesserockz
7.3.0
What's Changed
Dependencies
3 changes
- Bump prettier from 2.5.1 to 2.6.0 (#198) @dependabot
- Bump lit from 2.2.0 to 2.2.1 (#199) @dependabot
- Bump rollup from 2.70.0 to 2.70.1 (#194) @dependabot
7.2.0
What's Changed
- Scan for SSIDs (#192) @balloob
- Offer troubleshooting if no port selected (#190) @balloob
- Stop execution on error during initialization (#191) @balloob
- Updates firmwares to latest dev (#173) @jesserockz
- Update text: reset data -> erase user data (#171) @balloob
Dependency bumps
- Bump rollup from 2.68.0 to 2.70.0 (#187) @dependabot
- Bump actions/checkout from 2 to 3 (#188) @dependabot
- Bump typescript from 4.5.5 to 4.6.2 (#189) @dependabot
- Bump rollup from 2.67.3 to 2.68.0 (#182) @dependabot
- Bump actions/setup-node from 2.5.1 to 3 (#183) @dependabot
- Bump @rollup/plugin-typescript from 8.3.0 to 8.3.1 (#184) @dependabot
- Bump rollup from 2.67.2 to 2.67.3 (#180) @dependabot
- Bump lit from 2.1.3 to 2.2.0 (#181) @dependabot
- Bump rollup from 2.67.1 to 2.67.2 (#178) @dependabot
- Bump rollup from 2.66.1 to 2.67.1 (#176) @dependabot
- Bump improv-wifi-serial-sdk from 2.1.0 to 2.2.1 (#175) @dependabot
- Bump lit from 2.1.2 to 2.1.3 (#174) @dependabot
- Bump lit from 2.1.1 to 2.1.2 (#170) @dependabot
- Bump rollup from 2.66.0 to 2.66.1 (#169) @dependabot
- Bump typescript from 4.5.4 to 4.5.5 (#167) @dependabot
- Bump rollup from 2.64.0 to 2.66.0 (#168) @dependabot