Skip to content

Commit

Permalink
chore: release v0.5.77
Browse files Browse the repository at this point in the history
* css default color variables added
* Icon Button Slider Widget added
* Button Toggle Widgets: bug fix for state on runtime load
* Value Widget: bug fix for show unit only if result is of type number
* Value Widget: bug fix for data ovveride
* IconList Widget: option to set minimal width for single item added
* IconList Widget: header added
* IconList Widget: color options added
* IconList Widget: added option for color and text of status bar if state is active
* List Widget: main header added
* List Widget: events bug fix
* documentation updated ([#PR179](Scrounger#179))
* Top App Bar Widget: fixed bugs found by sentry
* Top App Bar Widget: icon color bug fix if using json string
* Top App Bar Widget: selected item icon color option added
* Round Slider Widget: control bug fix
* Grid Views Widget: Bug fix for nested grid views widgets
* Masonry Views Widget: Bug fix for nested masonry views widgets
* Progress Widget: striped distance option added
* Advanced View in Widget widget added
* Advanced View in Widget 8 widget added
* Dialog Widget: background color bug fix on close animation
* Dialog Widget: option added to show a save button and write a value to a datapoint
* HTML Widget: bug fix for wrong type ([Scrounger#182](Scrounger#182))
* support for base64 images added
* bug fix for VIS Editor dev values

<!-- omit in toc -->
  • Loading branch information
Chris-656 committed Feb 6, 2022
1 parent 2a69c64 commit c7098c4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!-- omit in toc -->
## 0.5.5 (2021-04-21)
* (Scrounger) adapter settings bug fixes
* (Scrounger) icon buttons: color bug fixes
* (Scrounger) Fixing bugs found by sentry

<!-- omit in toc -->
## 0.5.4 (2021-04-18)
* (Scrounger) HTML Widgets added - use Material Design Widgets in any html element
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13125,7 +13125,7 @@ The adapter uses the following libraries:
-->

<!-- omit in toc -->
### __WORK IN PROGRESS__
### 0.5.77 (2022-02-06)
* (Scrounger) css default color variables added
* (Scrounger) Icon Button Slider Widget added
* (Scrounger) Button Toggle Widgets: bug fix for state on runtime load
Expand Down Expand Up @@ -13184,12 +13184,6 @@ The adapter uses the following libraries:
* (Scrounger) Html Widgets: escaping bug fix
* (Scrounger) iconList: layout bug fix

<!-- omit in toc -->
### 0.5.5 (2021-04-21)
* (Scrounger) adapter settings bug fixes
* (Scrounger) icon buttons: color bug fixes
* (Scrounger) Fixing bugs found by sentry

<!-- omit in toc -->
## License
MIT License
Expand Down
Loading

0 comments on commit c7098c4

Please sign in to comment.