Skip to content

Commit

Permalink
chore: release v6.17.0
Browse files Browse the repository at this point in the history
* (bluefox) support of includes in JSONConfig files
  • Loading branch information
GermanBluefox committed Apr 6, 2024
1 parent 6941e15 commit 43a2461
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 61 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## 6.12.1 (2023-10-29)
* (foxriver76) optimzied the notificaiton popup (auto-extend first entry per category, respect line breaks, respect severity for icons)
* (theimo1221) #2178 Stabilize onObjectChange handling during creation of new objects in WebUi, to directly show new element.
## 6.14.1 (2024-02-20)
* (foxriver76) align items better when adapter tab is used in row mode

## 6.12.1 (2023-10-29)
* (foxriver76) optimzied the notificaiton popup (auto-extend first entry per category, respect line breaks, respect severity for icons)
* (theimo1221) #2178 Stabilize onObjectChange handling during creation of new objects in WebUi, to directly show new element.

## 6.14.0 (2024-02-19)
* (foxriver76) adapters tab is now showing information from `licenseInformation`
* (foxriver76) show important notifications above changelog, so user reads them on update dialog
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The icons may not be reused in other projects without the proper flaticon licens
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 6.17.0 (2024-04-06)
* (bluefox) support of includes in JSONConfig files

### 6.16.0 (2024-03-26)
Expand All @@ -110,9 +110,6 @@ The icons may not be reused in other projects without the proper flaticon licens
* (foxriver76) new dialog for notifications introduced for non-system notifications (system notifications are still on hosts tab)
* (foxriver76) the new `licenseInformation` icon now changes color correctly with the theme

### 6.14.1 (2024-02-20)
* (foxriver76) align items better when adapter tab is used in row mode

## License
The MIT License (MIT)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.16.0",
"version": "6.17.0",
"packages": [
"packages/*"
],
Expand Down
28 changes: 14 additions & 14 deletions packages/admin/io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "admin",
"version": "6.16.0",
"version": "6.17.0",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"6.17.0": {
"en": "support of includes in JSONConfig files",
"de": "unterstützung von Dateien in JSONConfig",
"ru": "поддержка включает в файлы JSONConfig",
"pt": "suporte de inclui em arquivos JSONConfig",
"nl": "ondersteuning van opnames in JSONConfig-bestanden",
"fr": "prise en charge d'inclusions dans les fichiers JSONConfig",
"it": "il supporto di include nei file JSONConfig",
"es": "soporte de incluye en archivos JSONConfig",
"pl": "obsługa zawiera w plikach JSONConfig",
"uk": "підтримка включає в себе файли JSONConfig",
"zh-cn": "支持包含在 JSONConfig 文件"
},
"6.16.0": {
"en": "added a new tab to the installation wizard which recommends common adapters\napplied newest adapter-react-v5 changes and types",
"de": "einen neuen tab zum installationsassistenten hinzugefügt, der häufige adapter empfiehlt\nangewendet neueste adapter-react-v5 änderungen und typen",
Expand Down Expand Up @@ -95,19 +108,6 @@
"pl": "karta adapterów pokazuje teraz informacje z 'licence Informacje'\nwyświetla ważne powiadomienia powyżej changelog, więc użytkownik czyta je w oknie aktualizacji",
"uk": "вкладка адаптерів тепер показує інформацію від `license Інформація й\nпоказати важливі повідомлення над зміною",
"zh-cn": "适配器标签现在显示来自“ 许可证” 的信息 资料 `\n在更改日志上方显示重要通知, 因此用户在更新对话框中读取"
},
"6.13.21": {
"en": "do not crash when using the dropdown on multi edit custom settings",
"de": "nicht abstürzen, wenn sie den dropdown auf multi edit benutzerdefinierte einstellungen verwenden",
"ru": "не сбои при использовании отключения на многообразных пользовательских условиях",
"pt": "não falhar ao usar o dropdown em multi editar configurações personalizadas",
"nl": "niet crashen bij het gebruik van de dropdown op aangepaste instellingen voor meerdere bewerkingen",
"fr": "ne pas planter lors de l'utilisation du menu déroulant sur les paramètres personnalisés de multi-édition",
"it": "non crash quando si utilizza il menu a tendina su più impostazioni personalizzate",
"es": "no se bloquea cuando se utiliza el desplegable en la configuración personalizada multi editar",
"pl": "nie awarii podczas korzystania z rozwijanego ustawienia wielu edycji",
"uk": "не збій при використанні випадання на багато редагування користувацьких налаштувань",
"zh-cn": "在多编辑自定义设置中使用下拉时不要崩溃"
}
},
"desc": {
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.admin",
"description": "The adapter opens a webserver for the ioBroker admin UI.",
"version": "6.16.0",
"version": "6.17.0",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down
77 changes: 38 additions & 39 deletions packages/admin/src/package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,41 @@
{
"name": "src-rx",
"private": true,
"homepage": ".",
"scripts": {
"start": "set DANGEROUSLY_DISABLE_HOST_CHECK=true&& craco start",
"old-start": "react-scripts start",
"lint": "eslint --fix --ext .js,.jsx,.tsx src",
"build": "craco build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"check-ts": "tsc --noEmit --checkJS false",
"tsc": "tsc --project tsconfig.build.json"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
"name": "src-rx",
"private": true,
"homepage": ".",
"scripts": {
"start": "set DANGEROUSLY_DISABLE_HOST_CHECK=true&& craco start",
"old-start": "react-scripts start",
"lint": "eslint --fix --ext .js,.jsx,.tsx src",
"build": "craco build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"check-ts": "tsc --noEmit --checkJS false",
"tsc": "tsc --project tsconfig.build.json"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"dependencies": {
"@iobroker/json-config": "file:../../jsonConfig"
},
"proxy": "http://127.0.0.1:8081",
"plugins": [
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
"dependencies": {
"@iobroker/json-config": "file:../../jsonConfig"
},
"proxy": "http://127.0.0.1:8081",
"plugins": [
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
[
"@babel/plugin-proposal-class-properties",
{
"loose": true
}
]
],
"version": "6.16.0"
[
"@babel/plugin-proposal-class-properties",
{
"loose": true
}
]
]
}
2 changes: 1 addition & 1 deletion packages/dm-gui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/dm-gui-components",
"version": "6.16.0",
"version": "6.17.0",
"description": "ReactJS components to develop admin interface for ioBroker device manager.",
"author": {
"name": "Jey Cee",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsonConfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iobroker/json-config",
"description": "This package contains the ioBroker JSON config UI components",
"version": "6.16.0",
"version": "6.17.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 43a2461

Please sign in to comment.