-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- remove jquery-ui dependency - fix dialog is visible on view switch, now it's modal - fix adapter icon - fix eslint errors - switch some callbacks to promises - remove unused code
- Loading branch information
Showing
4 changed files
with
38 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -718,50 +718,53 @@ widget tvprogram: | |
<!-- | ||
Placeholder for the next version (at the beginning of the line): | ||
### **WORK IN PROGRESS** | ||
--> | ||
### **WORK IN PROGRESS* | ||
--> | ||
### 2.2.0 (2024-12-16) | ||
|
||
- remove jquery-ui dependency | ||
- fix dialog is visible on view switch, now it's modal | ||
- fix adapter icon | ||
|
||
- fix eslint errors | ||
- switch some callbacks to promises | ||
- remove unused code | ||
|
||
### 2.1.0 (2024-11-24) | ||
|
||
- Change sento command from getFavoritesDatax to getFavoritesData | ||
- switch to eslint | ||
- complete rework of tvprogram to switch from callback to await | ||
- the widgets are now compatible with vis-2 (minimum vis-2 version ist 2.10) | ||
- due to datapoint management, all datapoints should be deleted. | ||
|
||
- due to datapoint management, all datapoints should be deleted. | ||
|
||
### 2.0.2 (2024-11-17) | ||
|
||
- fix jsonconfig | ||
- add node 22 to testing | ||
|
||
- add node 22 to testing | ||
|
||
### 2.0.1 (2024-11-16) | ||
|
||
- fix lint errors | ||
|
||
- fix lint errors | ||
|
||
### 2.0.0 (2024-11-16) | ||
|
||
- fix lint errors | ||
- align structures and files | ||
- switch to jsonconfig | ||
- config translations | ||
- make vis2 compatible (maybe some glitches included, please report) | ||
|
||
- make vis2 compatible (maybe some glitches included, please report) | ||
|
||
### 1.1.1 (2021-08-10) | ||
|
||
- remove dead code / extend doku about the warnings in the iobroker log \* change the method of setting for configuration data from widget to datapoint | ||
|
||
- remove dead code / extend doku about the warnings in the iobroker log \* change the method of setting for configuration data from widget to datapoint | ||
|
||
### 1.1.0 (2021-05-06) | ||
|
||
- tooltips for the buttons in the time widget / search through the whole text to also find directors and actors / add showpictures option in time,control and search widget / improve documentation | ||
|
||
- tooltips for the buttons in the time widget / search through the whole text to also find directors and actors / add showpictures option in time,control and search widget / improve documentation | ||
|
||
### 1.0.0 | ||
|
||
- (oweitman) stable version | ||
|
||
- (oweitman) stable version | ||
|
||
## License | ||
|
||
MIT License | ||
|
@@ -784,4 +787,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
|
||
Copyright (c) 2024 oweitman <[email protected]> | ||
Copyright (c) 2024 oweitman <[email protected]> |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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