Skip to content

Commit

Permalink
### 0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrounger committed Jun 1, 2020
1 parent 2f83b91 commit bc0cc73
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 23 deletions.
10 changes: 2 additions & 8 deletions .commitmessage
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
chore: release v0.3.13
chore: release v0.3.14

: Multi State Button Widgets: delay option added
: Table Widget: option to add ohter Widgets to table added
: Slider & Round Slider Widget: option to show value in percent added
: Sentry error handling improved
: Buttons: click bug fix
: MaterialDesingIcons: extension bug fix
: small bug fixes
: Table Widget: bug fixes
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5100,6 +5100,8 @@ ical2CalendarWidget();
## Changelog

### __WORK IN PROGRESS__

### 0.3.14 (2020-06-01)
* (Scrounger): Table Widget: bug fixes

### 0.3.13 (2020-05-29)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "vis-materialdesign",
"version": "0.3.13",
"version": "0.3.14",
"news": {
"0.3.14": {
"en": ": Table Widget: bug fixes",
"de": ": Tabellen-Widget: Fehlerbehebungen",
"ru": ": Виджет таблицы: исправление ошибок",
"pt": ": Widget da tabela: correções de bugs",
"nl": ": Table Widget: bugfixes",
"fr": ": Table Widget: corrections de bugs",
"it": ": Widget tabella: correzioni di errori",
"es": ": Widget de tabla: correcciones de errores",
"pl": ": Widżet tabeli: poprawki błędów",
"zh-cn": ":表格小部件:错误修复"
},
"0.3.13": {
"en": ": Multi State Button Widgets: delay option added\n: Table Widget: option to add ohter Widgets to table added\n: Slider & Round Slider Widget: option to show value in percent added\n: Sentry error handling improved\n: Buttons: click bug fix\n: MaterialDesingIcons: extension bug fix\n: small bug fixes",
"de": ": Multi State Button Widgets: Verzögerungsoption hinzugefügt\n: Tabellen-Widget: Option zum Hinzufügen weiterer Widgets zur hinzugefügten Tabelle\n: Slider & Round Slider Widget: Option zum Anzeigen des Werts in Prozent\n: Die Behandlung von Sentry-Fehlern wurde verbessert\n: Buttons: Klicken Sie auf Bugfix\n: MaterialDesingIcons: Erweiterungsfehlerbehebung\n: kleine Fehlerbehebungen",
Expand Down Expand Up @@ -230,18 +242,6 @@
"es": "Control deslizante redondo, adición de botón de icono, adición de botón, gráfico de historial de línea, tabla, iFrame de diálogo, vista de diálogo y selección de widgets agregados",
"pl": "Dodano okrągły przycisk, ikonę przycisku, przycisk przycisku, wykres historii linii, tabelę, okno dialogowe iFrame, widok okna dialogowego i wybrane widżety",
"zh-cn": "添加了滑条,图标按钮添加,按钮添加,折线图,表格,对话框iFrame,对话框视图和选择小部件"
},
"0.1.5": {
"en": "bar and pie chart added",
"de": "Balken- und Kreisdiagramm hinzugefügt",
"ru": "добавлена гистограмма и круговая диаграмма",
"pt": "barra e gráfico de pizza adicionados",
"nl": "bar en cirkeldiagram toegevoegd",
"fr": "diagramme à barres et à secteurs ajouté",
"it": "barra e grafico a torta aggiunti",
"es": "barra y gráfico agregado",
"pl": "dodano wykres słupkowy i kołowy",
"zh-cn": "添加了条形图和饼图"
}
},
"title": "Material Design Widgets",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.vis-materialdesign",
"version": "0.3.13",
"version": "0.3.14",
"description": "Material Design Widgets based on Google material components web library",
"author": {
"name": "Scrounger",
Expand Down

0 comments on commit bc0cc73

Please sign in to comment.