Skip to content

Commit

Permalink
chore: release v2.9.31
Browse files Browse the repository at this point in the history
* (foxriver76) apply default overflow correctly
* (foxriver76) navigation style fixes (fix icon background and allow to customize header text color)
  • Loading branch information
foxriver76 committed Feb 6, 2024
1 parent 0de3a87 commit bd553fa
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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)

Expand Down
28 changes: 14 additions & 14 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit bd553fa

Please sign in to comment.