From bd553fa94d18e2e735d31799da757b174edd4872 Mon Sep 17 00:00:00 2001 From: foxriver76 Date: Tue, 6 Feb 2024 17:26:31 +0100 Subject: [PATCH] chore: release v2.9.31 * (foxriver76) apply default overflow correctly * (foxriver76) navigation style fixes (fix icon background and allow to customize header text color) --- README.md | 2 +- io-package.json | 28 ++++++++++++++-------------- package.json | 2 +- src/package.json | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 47add7455..511abd823 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ E.g., if it was used in a menu and the menu is red, the circle would be red. ### **WORK IN PROGRESS** --> ## Changelog -### **WORK IN PROGRESS** +### 2.9.31 (2024-02-06) * (foxriver76) apply default overflow correctly * (foxriver76) navigation style fixes (fix icon background and allow to customize header text color) diff --git a/io-package.json b/io-package.json index 5ded8b902..f9f5950d0 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "vis-2", - "version": "2.9.30", + "version": "2.9.31", "news": { + "2.9.31": { + "en": "apply default overflow correctly\nnavigation style fixes (fix icon background and allow to customize header text color)", + "de": "standardüberlauf korrekt anwenden\nnavigationsstil-behebungen (symbol-hintergrund fixieren und zulassen, header textfarbe anzupassen)", + "ru": "правильно применять перегрузка по умолчанию\nнавигационный стиль фиксации (справочный фон и позволяет настроить заголовок цвета текста)", + "pt": "aplicar o overflow padrão corretamente\nestilo de navegação correções (fixar fundo ícone e permitir personalizar a cor do texto do cabeçalho)", + "nl": "standaard overflow correct toepassen\nnavigation style fixes (fix pictogram achtergrond en laat toe om header tekstkleur aan te passen)", + "fr": "appliquer le dépassement par défaut correctement\ncorrection du style de navigation (fixer l'arrière-plan de l'icône et permettre de personnaliser la couleur du texte d'en-tête)", + "it": "applicare correttamente il overflow predefinito\nstile di navigazione correzioni (fondo icona fissa e permettono di personalizzare il colore del testo intestazione)", + "es": "aplicar el desbordamiento predeterminado correctamente\nfijaciones de estilo de navegación (fix icono fondo y permite personalizar el color de texto del encabezado)", + "pl": "poprawnie zastosować domyślne przepełnienie\npoprawki stylu nawigacji (naprawić tło ikon i pozwolić na dostosowanie koloru tekstu nagłówka)", + "uk": "застосувати зворотний потік\nнавігація стилів (фікс іконковий фон і дозволяє налаштовувати текстовий колір головки)", + "zh-cn": "正确应用默认溢出\n导航样式修正( 固定图标背景并允许自定义标题文本颜色)" + }, "2.9.30": { "en": "global css will no longer be deleted on adapter upload/update\nallow to modify style of navigation", "de": "global css wird nicht mehr auf adapter upload/update gelöscht\nden stil der navigation ändern", @@ -80,19 +93,6 @@ "pl": "stały problem zmiany rozmiaru dla względnych widżetów\nnie rozbijać się przy użyciu widoczności \"tylko dla grup\"\nnie awarii, jeśli widget próbuje zaktualizować widget na nieistniejącym widoku", "uk": "виправлений номер для відносних віджетів\nне збій при використанні видимості \"тільки для груп\"\nне збій, якщо віджет намагається оновити віджет на нестійкому перегляді", "zh-cn": "固定调整相对部件的大小\n在使用“ 仅针对组” 时不崩溃\n如果部件试图在不存在视图上更新部件, 请不要崩溃" - }, - "2.9.24": { - "en": "Image 8 widget ported to react", - "de": "Bild 8 Widget portiert zu reagieren", - "ru": "Изображение 8 виджета портируется, чтобы реагировать", - "pt": "Imagem 8 widget portado para reagir", - "nl": "Afbeelding 8 widget geporteerd om te reageren", - "fr": "Image 8 widget porté pour réagir", - "it": "Immagine 8 widget portato a reagire", - "es": "Imagen 8 widget portado para reaccionar", - "pl": "Widget obrazka 8 przeniesiony do reakcji", - "uk": "Image 8 віджет переглянуто для реагації", - "zh-cn": "图像 8 部件移植到反应" } }, "title": "Visualisation Next Generation", diff --git a/package.json b/package.json index fb725fdcc..2e0699521 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.vis-2", "description": "Next generation graphical user interface for ioBroker.", - "version": "2.9.30", + "version": "2.9.31", "author": { "name": "bluefox", "email": "dogafox@gmail.com" diff --git a/src/package.json b/src/package.json index 16f1c168d..0ecf707f4 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "vis-2-gui", - "version": "2.9.30", + "version": "2.9.31", "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11",