Skip to content

Commit

Permalink
Merge branch 'master' into formatting-03-09
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox authored Apr 12, 2024
2 parents 2f033e9 + 1137731 commit e368b11
Show file tree
Hide file tree
Showing 33 changed files with 1,829 additions and 1,226 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,44 @@
## 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.15.1 (2024-03-04)
* (foxriver76) fixed problem with saving array values in custom config
* (foxriver76) fixed issue on deleting objects
* (foxriver76) make UI update of controller and admin more verbose

## 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.15.0 (2024-03-01)
* (foxriver76) harmonized the links to adapter documentation (and fallback to english if no explicit doc for sys language provided)
* (bluefox) added possibility to delete whole adapter from instance tab if only one instance left
* (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.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.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

## 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.13.21 (2024-02-15)
* (foxriver76) do not crash when using the dropdown on multi edit custom settings

Expand Down
30 changes: 11 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,29 +89,21 @@ The icons may not be reused in other projects without the proper flaticon licens
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
* (foxriver76) added a new tab to the installation wizard which recommends common adapters

### 6.15.2 (2024-03-07)
* (foxriver76) fixed cron dialog
### 6.17.3 (2024-04-11)
* (foxriver76) fixed npm adapter installation

### 6.15.1 (2024-03-04)
* (foxriver76) fixed problem with saving array values in custom config
* (foxriver76) fixed issue on deleting objects
* (foxriver76) make UI update of controller and admin more verbose
### 6.17.2 (2024-04-08)
* (foxriver76) avoid crash case if user has no permission to write objects

### 6.15.0 (2024-03-01)
* (foxriver76) harmonized the links to adapter documentation (and fallback to english if no explicit doc for sys language provided)
* (bluefox) added possibility to delete whole adapter from instance tab if only one instance left
* (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.17.1 (2024-04-06)
* (bluefox) support of includes in JSONConfig files

### 6.14.1 (2024-02-20)
* (foxriver76) align items better when adapter tab is used in row mode
### 6.16.0 (2024-03-26)
* (foxriver76) added a new tab to the installation wizard which recommends common adapters
* (bluefox) applied newest adapter-react-v5 changes and types

### 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
### 6.15.2 (2024-03-07)
* (foxriver76) fixed cron dialog

## 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.15.2",
"version": "6.17.3",
"packages": [
"packages/*"
],
Expand Down
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,51 +14,51 @@
"@alcalzone/release-script-plugin-iobroker": "^3.7.0",
"@alcalzone/release-script-plugin-lerna": "^3.7.0",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.23.9",
"@babel/preset-flow": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/plugin-syntax-jsx": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-flow": "^7.24.1",
"@babel/preset-react": "^7.24.1",
"@craco/craco": "^7.1.0",
"@dilesoft/vite-plugin-federation-dynamic": "^1.1.9",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@fnando/sparkline": "^0.3.10",
"@honkhonk/vite-plugin-svgr": "^1.1.0",
"@iobroker/adapter-react-v5": "^4.9.10",
"@iobroker/adapter-react-v5": "^4.13.4",
"@iobroker/admin-component-easy-access": "^0.3.2",
"@iobroker/dm-utils": "^0.1.9",
"@iobroker/legacy-testing": "^1.0.9",
"@iobroker/socket-client": "^2.3.13",
"@iobroker/testing": "^4.1.0",
"@iobroker/socket-client": "^2.4.3",
"@iobroker/testing": "^4.1.1",
"@iobroker/types": "^5.0.20-alpha.0-20240308-3bbff415",
"@mui/icons-material": "^5.15.10",
"@mui/lab": "5.0.0-alpha.165",
"@mui/icons-material": "^5.15.14",
"@mui/lab": "5.0.0-alpha.169",
"@mui/material": "5.14.14",
"@mui/styles": "5.15.11",
"@mui/x-data-grid": "^6.19.5",
"@mui/x-date-pickers": "^6.19.4",
"@mui/styles": "5.14.14",
"@mui/x-data-grid": "^6.19.8",
"@mui/x-date-pickers": "^6.19.8",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@react-leaflet/core": "^2.1.0",
"@sentry/browser": "^7.102.0",
"@sentry/integrations": "^7.102.0",
"@sentry/browser": "^7.109.0",
"@sentry/integrations": "^7.109.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"@tsconfig/node16": "^16.1.1",
"@tsconfig/node16": "^16.1.3",
"@types/crypto-js": "^4.2.2",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"babel": "^6.23.0",
"babel-plugin-inline-json-import": "^0.3.2",
"buffer": "^6.0.3",
"chai": "^4.3.10",
"chai": "^4.4.1",
"colorette": "^2.0.20",
"copy-to-clipboard": "^3.3.3",
"craco-babel-loader": "^1.0.4",
Expand All @@ -69,7 +69,7 @@
"date-fns": "^2.30.0",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
Expand All @@ -79,7 +79,7 @@
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
Expand All @@ -94,14 +94,14 @@
"leaflet-geosearch": "^3.11.1",
"lerna": "^8.1.2",
"lodash": "^4.17.21",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"moment": "^2.30.1",
"ol": "^9.0.0",
"ol": "^9.1.0",
"prettier": "^3.2.5",
"prop-types": "^15.8.1",
"puppeteer": "^22.1.0",
"puppeteer": "^22.6.1",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-ace": "^11.0.1",
"react-color": "^2.19.3",
"react-cropper": "^2.3.3",
"react-dnd": "^16.0.1",
Expand All @@ -112,7 +112,7 @@
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^5.0.1",
"react-inlinesvg": "^4.1.1",
"react-inlinesvg": "^4.1.3",
"react-leaflet": "^4.2.1",
"react-markdown": "^9.0.1",
"react-monaco-editor": "^0.55.0",
Expand All @@ -123,7 +123,7 @@
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"scripts": {
"build": "npm run clean && lerna run build",
Expand Down
Loading

0 comments on commit e368b11

Please sign in to comment.