Releases: eclipse-basyx/basyx-aas-web-ui
Releases · eclipse-basyx/basyx-aas-web-ui
v2-260526
What's Changed
- Bump @thatopen/components from 3.4.3 to 3.4.5 in /aas-web-ui by @dependabot[bot] in #1227
- Bump eslint-plugin-vue from 10.9.0 to 10.9.1 in /aas-web-ui by @dependabot[bot] in #1229
- Bump @thatopen/ui-obc from 3.4.0 to 3.4.1 in /aas-web-ui by @dependabot[bot] in #1228
- Bump @thatopen/ui-obc from 3.4.1 to 3.4.2 in /aas-web-ui by @dependabot[bot] in #1234
- Bump @types/three from 0.184.0 to 0.184.1 in /aas-web-ui by @dependabot[bot] in #1233
- Bump @thatopen/ui from 3.4.0 to 3.4.1 in /aas-web-ui by @dependabot[bot] in #1232
- Bump vue from 3.5.33 to 3.5.34 in /aas-web-ui by @dependabot[bot] in #1231
- Updates Dependencies by @aaronzi in #1239
- Bump vuetify from 4.0.6 to 4.0.7 in /aas-web-ui by @dependabot[bot] in #1242
- Bump @playwright/test from 1.59.1 to 1.60.0 in /aas-web-ui by @dependabot[bot] in #1244
- Bump @types/node from 25.6.2 to 25.7.0 in /aas-web-ui by @dependabot[bot] in #1246
- Bump vite from 8.0.11 to 8.0.12 in /aas-web-ui by @dependabot[bot] in #1245
- Fixes QR code rendering problems by @aaronzi in #1250
- Fixes LinkedSegment Chart not showing by @aaronzi in #1251
- Bump vue-router from 5.0.6 to 5.0.7 in /aas-web-ui by @dependabot[bot] in #1253
- Bump vue-tsc from 3.2.8 to 3.2.9 in /aas-web-ui by @dependabot[bot] in #1252
- Removes AAS upload/delete button from AAS Viewer by @seicke in #1208
- Bump @types/node from 25.7.0 to 25.8.0 in /aas-web-ui by @dependabot[bot] in #1256
- Bump vite from 8.0.12 to 8.0.13 in /aas-web-ui by @dependabot[bot] in #1255
- Bump apexcharts from 5.11.0 to 5.12.0 in /aas-web-ui by @dependabot[bot] in #1260
- Bump @vitejs/plugin-vue from 6.0.6 to 6.0.7 in /aas-web-ui by @dependabot[bot] in #1257
- Bump @intellectronica/ruler from 0.3.40 to 0.3.41 in /aas-web-ui by @dependabot[bot] in #1258
- Bump eslint from 10.3.0 to 10.4.0 in /aas-web-ui by @dependabot[bot] in #1259
- Module visibility for specific routes by @seicke in #1254
- Makes infrastructure management available on mobile by @aaronzi in #1261
- Updates dependencies by @aaronzi in #1269
- Bump @types/node from 25.9.0 to 25.9.1 in /aas-web-ui by @dependabot[bot] in #1267
- Bump vue-tsc from 3.3.0 to 3.3.1 in /aas-web-ui by @dependabot[bot] in #1265
- Bump unplugin-vue-components from 32.0.0 to 32.1.0 in /aas-web-ui by @dependabot[bot] in #1266
- Bump @aas-core-works/aas-core3.1-typescript from 1.0.0 to 1.0.1 in /aas-web-ui by @dependabot[bot] in #1268
- Bump eslint-plugin-jsdoc from 62.9.0 to 63.0.0 in /aas-web-ui by @dependabot[bot] in #1275
- Bump vitest from 4.1.6 to 4.1.7 in /aas-web-ui by @dependabot[bot] in #1273
- Bump js-cookie from 3.0.5 to 3.0.7 in /aas-web-ui by @dependabot[bot] in #1276
- Bump npm-run-all2 from 9.0.0 to 9.0.1 in /aas-web-ui by @dependabot[bot] in #1278
- Bump apexcharts from 5.12.0 to 5.13.0 in /aas-web-ui by @dependabot[bot] in #1279
- Bump vite from 8.0.13 to 8.0.14 in /aas-web-ui by @dependabot[bot] in #1281
- Bump sass-embedded from 1.99.0 to 1.100.0 in /aas-web-ui by @dependabot[bot] in #1280
- Fixes title of
AASForm.vueby @seicke in #1277 - Improve GitHub workflows for improved security by @aaronzi in #1282
- Fix certificate identity regexp in Docker workflows by @aaronzi in #1284
- Bump the github-actions-workflows group with 3 updates by @dependabot[bot] in #1283
Full Changelog: v2-260505...v2-260526
v2-260505
New Features
- Submodel Plugin for Handover Documentation v2.0
- Predefined Concept Qualifiers in the AAS Editor
- Submodel Plugin for the Production Plan Submodel by the SFKL
- Cursor based pagination in the AAS List
- QR Code Scanner for Asset IDs
- Adds combined feature showcase example
Improvements
- Config option to to enable/disable client side registry and discovery integration
- Update to Vuetify 4
- Added Playwright for E2E testing
- Improved error handling in the clients
Bugfixes
- Fixes attachment handling when unpacking AASX files
- Fixes problem in client side registry integration
- Fixes inconsistencies in editing MultiLanguageProperties
- Fixes reactivity problem in the Bills of Materials Submodel Plugin
What's Changed
- Bump vue from 3.5.29 to 3.5.30 in /aas-web-ui by @dependabot[bot] in #1096
- Bump @types/node from 25.3.5 to 25.4.0 in /aas-web-ui by @dependabot[bot] in #1097
- Bump typescript-eslint from 8.56.1 to 8.57.0 in /aas-web-ui by @dependabot[bot] in #1098
- Adds Combined Example as feature showcase by @aaronzi in #1099
- Bump sass from 1.97.3 to 1.98.0 in /aas-web-ui by @dependabot[bot] in #1101
- HandoverDocumentation v2.0 Plugin Implementation by @Prajwala-Adiga in #1100
- Adds Improvements to handover documentation SMT Plugin by @aaronzi in #1102
- Extends the infrastructure config to include component integration flags by @aaronzi in #1104
- Bump vite from 7.3.1 to 8.0.0 in /aas-web-ui by @dependabot[bot] in #1106
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot[bot] in #1105
- Bump @vitejs/plugin-vue from 6.0.4 to 6.0.5 in /aas-web-ui by @dependabot[bot] in #1107
- Bump @types/node from 25.4.0 to 25.5.0 in /aas-web-ui by @dependabot[bot] in #1113
- Bump jsdom from 28.1.0 to 29.0.0 in /aas-web-ui by @dependabot[bot] in #1110
- Bump typescript-eslint from 8.57.0 to 8.57.1 in /aas-web-ui by @dependabot[bot] in #1114
- Bump vue-tsc from 3.2.5 to 3.2.6 in /aas-web-ui by @dependabot[bot] in #1116
- Predefined Qualifier by @seicke in #1103
- Fixes attachment handling in client side aasx handling by @aaronzi in #1118
- Bump apexcharts from 5.10.1 to 5.10.4 in /aas-web-ui by @dependabot[bot] in #1112
- Fixes prismjs problems by @aaronzi in #1119
- Bump vue-router from 5.0.3 to 5.0.4 in /aas-web-ui by @dependabot[bot] in #1120
- Bump vite from 8.0.0 to 8.0.1 in /aas-web-ui by @dependabot[bot] in #1121
- Bump jsdom from 29.0.0 to 29.0.1 in /aas-web-ui by @dependabot[bot] in #1125
- Bump @thatopen/ui from 3.3.3 to 3.3.4 in /aas-web-ui by @dependabot[bot] in #1124
- Bump vite from 8.0.1 to 8.0.2 in /aas-web-ui by @dependabot[bot] in #1128
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot[bot] in #1127
- Updates to Vuetify 4 by @aaronzi in #1130
- Bump eslint-plugin-jsdoc from 62.8.0 to 62.8.1 in /aas-web-ui by @dependabot[bot] in #1131
- Bump @thatopen/fragments from 3.3.6 to 3.3.7 in /aas-web-ui by @dependabot[bot] in #1132
- Bump @thatopen/ui from 3.3.4 to 3.3.5 in /aas-web-ui by @dependabot[bot] in #1134
- Bump vite from 8.0.2 to 8.0.3 in /aas-web-ui by @dependabot[bot] in #1133
- Updates vitest dependencies by @aaronzi in #1137
- Fixes problems in the AAS Editor by @aaronzi in #1138
- Updates TS and ESlint dependencies by @aaronzi in #1139
- Adds Production Plan Submodel Plugin by @aaronzi in #1140
- Bump pnpm/action-setup from 4 to 5 by @dependabot[bot] in #1141
- Bump @intellectronica/ruler from 0.3.37 to 0.3.38 in /aas-web-ui by @dependabot[bot] in #1142
- Fixes incorrect client side registry integration behavior by @aaronzi in #1146
- Bump eslint-config-vuetify from 4.4.0 to 4.5.0 in /aas-web-ui by @dependabot[bot] in #1148
- Bump eslint-plugin-jsdoc from 62.8.1 to 62.9.0 in /aas-web-ui by @dependabot[bot] in #1147
- Improves error and request handling by @aaronzi in #1149
- Fixes problem with multilanguage property editing in sme viewer by @aaronzi in #1150
- Bump vuetify from 4.0.4 to 4.0.5 in /aas-web-ui by @dependabot[bot] in #1151
- Bump sass-embedded from 1.98.0 to 1.99.0 in /aas-web-ui by @dependabot[bot] in #1152
- Bump unplugin-fonts from 1.4.0 to 2.0.0 in /aas-web-ui by @dependabot[bot] in #1157
- Bump vite from 8.0.3 to 8.0.5 in /aas-web-ui by @dependabot[bot] in #1156
- Bump eslint from 10.1.0 to 10.2.0 in /aas-web-ui by @dependabot[bot] in #1154
- Bump @types/node from 25.5.0 to 25.5.2 in /aas-web-ui by @dependabot[bot] in #1155
- Bump vue from 3.5.31 to 3.5.32 in /aas-web-ui by @dependabot[bot] in #1153
- Alignes tsconfig for TypeScript 7 support by @aaronzi in #1158
- Add Playwright integration tests and update NGINX configuration by @aaronzi in #1159
- Bump jsdom from 29.0.1 to 29.0.2 in /aas-web-ui by @dependabot[bot] in #1160
- Bump apexcharts from 5.10.4 to 5.10.5 in /aas-web-ui by @dependabot[bot] in #1161
- Updates to aasx-package-ts 0.1.5 by @aaronzi in #1163
- Updates to basyx-typescript-sdk v2.2.2 by @aaronzi in #1165
- Updates dependencies by @aaronzi in #1166
- Updates to basyx-typescript-sdk v2.2.3 by @aaronzi in #1167
- Bump @types/node from 25.5.2 to 25.6.0 in /aas-web-ui by @dependabot[bot] in #1171
- Bump apexcharts from 5.10.5 to 5.10.6 in /aas-web-ui by @dependabot[bot] in #1170
- Bump pnpm/action-setup from 5 to 6 by @dependabot[bot] in #1169
- Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #1168
- Resolves pnpm problems by @aaronzi in #1173
- Bump @vitejs/plugin-vue from 6.0.5 to 6.0.6 in /aas-web-ui by @dependabot[bot] in #1172
- Bump @thatopen/components from 3.4.0 to 3.4.1 in /aas-web-ui by @dependabot[bot] in #1175
- Bump @thatopen/components-front from 3.4.0 to 3.4.1 in /aas-web-ui by @dependabot[bot] in #1174
- Bump typescript from 6.0.2 to 6.0.3 in /aas-web-ui by @dependabot[bot] in #1177
- Bump three and @types/three in /aas-web-ui by @dependabot[bot] in #1176
- Adds cursor based pagination support to the AAS List by @aaronzi in #1181
- Extracts AAS list pagination functionality and add corresponding tests by @aaronzi in #1183
- Extracts status checks in AAS List by @aaronzi in #1184
- Adds vitest testTimeout by @seicke in #1185
- Bu...
v2-260309
Features
- Adds a demo module for visualizing the digital product passport (DPP)
- Adds File Explorer Submodel plugin
- Adds Entity, ReferenceElement, RelationshipElement, AnnotatedRelationshipElement, Qualifiers, EmbeddedDataSpecifications and derivedFrom to the AAS Editor
- Adds support for URL-based logo configuration (thanks to @FischerRene from Roche)
- Adds configuration support to define the start page of the BaSyx UI
- Adds support for nested routes in modules
- Adds Technical Data v2 Submodel plugin (thanks @Prajwala-Adiga for your first contribution)
- Adds client side AASX up- and download support
Improvements
- Removes mermaid
- Adds graphical editing capabilities to the Bill of Materials Submodel plugin
- Makes ifcPreview component usable in modules
- Adds AAS Editor form input validation through aas-core-works
verify() - Adds support for superpathes in the AAS Importer Module
Bugfixes
- Fixes token refresh handling on inactive infrastructures
- Fixes problem with CSV fetching in the Time Series Data Submodel plugin
- Fixes Reference jumping in SubmodelElementLists
- Fixes Problem with deleting optional idShorts in SubmodelElementLists
- Fixes reactivity issues in the Reference jump handling
What's Changed
- Adds Entity SME to editor and includes specificAssetIds attribute by @aaronzi in #990
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot[bot] in #988
- Bump @thatopen/ui from 3.2.4 to 3.3.1 in /aas-web-ui by @dependabot[bot] in #989
- Bump vue-tsc from 3.2.2 to 3.2.3 in /aas-web-ui by @dependabot[bot] in #991
- Bump @thatopen/ui from 3.3.1 to 3.3.2 in /aas-web-ui by @dependabot[bot] in #992
- Bump typescript-eslint from 8.53.1 to 8.54.0 in /aas-web-ui by @dependabot[bot] in #994
- Adds Reference Element and Relationship Element to Editor by @aaronzi in #993
- Adds new Viewer and Editor for Hierarchical Structure Submodel Template by @FriedJannik in #996
- Bump vue-tsc from 3.2.3 to 3.2.4 in /aas-web-ui by @dependabot[bot] in #995
- Fixes reactivity issue in BoM Plugin by @aaronzi in #1002
- Fixes resetting of form inputs in the BaSyx Editor by @aaronzi in #1003
- Updates ifc viewer dependencies by @aaronzi in #1004
- Bump vuetify from 3.11.7 to 3.11.8 in /aas-web-ui by @dependabot[bot] in #1007
- Removes mermaid as dependency by @aaronzi in #1009
- Bump @types/node from 25.0.10 to 25.1.0 in /aas-web-ui by @dependabot[bot] in #1008
- Bump @thatopen/fragments from 3.3.1 to 3.3.2 in /aas-web-ui by @dependabot[bot] in #1005
- Bump @vue-flow/core from 1.48.1 to 1.48.2 in /aas-web-ui by @dependabot[bot] in #1006
- Makes IfcPreview component usable in modules by @aaronzi in #1010
- Bump vue-router from 4.6.4 to 5.0.0 in /aas-web-ui by @dependabot[bot] in #1011
- Bump @thatopen/fragments from 3.3.2 to 3.3.3 in /aas-web-ui by @dependabot[bot] in #1012
- Bump @types/node from 25.1.0 to 25.2.0 in /aas-web-ui by @dependabot[bot] in #1013
- Add support for URLs as logo image source by @FischerRene in #904
- Bump vue-router from 5.0.0 to 5.0.1 in /aas-web-ui by @dependabot[bot] in #1014
- Bump jsdom from 27.4.0 to 28.0.0 in /aas-web-ui by @dependabot[bot] in #1017
- Bump vue-router from 5.0.1 to 5.0.2 in /aas-web-ui by @dependabot[bot] in #1016
- Bump @vitejs/plugin-vue from 6.0.3 to 6.0.4 in /aas-web-ui by @dependabot[bot] in #1015
- Adds File Explorer Submodel Plugin by @aaronzi in #1018
- Bump @types/node from 25.2.0 to 25.2.1 in /aas-web-ui by @dependabot[bot] in #1020
- Bump vue from 3.5.27 to 3.5.28 in /aas-web-ui by @dependabot[bot] in #1026
- Bump @aas-core-works/aas-core3.0-typescript from 1.0.4 to 1.0.5 in /aas-web-ui by @dependabot[bot] in #1022
- Simplify URL validation by @FischerRene in #1025
- Bump @types/node from 25.2.1 to 25.2.2 in /aas-web-ui by @dependabot[bot] in #1023
- Bump typescript-eslint from 8.54.0 to 8.55.0 in /aas-web-ui by @dependabot[bot] in #1027
- Improves infrastructure token refresh handling by @aaronzi in #1028
- Bump @types/node from 25.2.2 to 25.2.3 in /aas-web-ui by @dependabot[bot] in #1029
- Bump @eslint/js from 9.39.2 to 10.0.1 in /aas-web-ui by @dependabot[bot] in #1021
- Bump @types/prismjs from 1.26.5 to 1.26.6 in /aas-web-ui by @dependabot[bot] in #1030
- Adds feature to define the start page by @aaronzi in #1032
- Fixes problem with csv fetching in tsd plugin external segment by @aaronzi in #1033
- Fixes race condition on page reload with active security by @aaronzi in #1034
- Adds feature to support nested routes in modules by @aaronzi in #1035
- Bump jsdom from 28.0.0 to 28.1.0 in /aas-web-ui by @dependabot[bot] in #1039
- Bump apexcharts from 5.3.6 to 5.4.0 in /aas-web-ui by @dependabot[bot] in #1040
- Bump eslint-plugin-vue from 10.7.0 to 10.8.0 in /aas-web-ui by @dependabot[bot] in #1038
- Bump vue-eslint-parser from 10.2.0 to 10.4.0 in /aas-web-ui by @dependabot[bot] in #1037
- Adaptions for postinstall command on Windows systems by @seicke in #1041
- Adds small fix to the postinstall script by @aaronzi in #1042
- Bump typescript-eslint from 8.55.0 to 8.56.0 in /aas-web-ui by @dependabot[bot] in #1044
- Bump @thatopen/fragments from 3.3.3 to 3.3.4 in /aas-web-ui by @dependabot[bot] in #1045
- Bump @thatopen/components from 3.3.1 to 3.3.2 in /aas-web-ui by @dependabot[bot] in #1046
- Bump apexcharts from 5.4.0 to 5.6.0 in /aas-web-ui by @dependabot[bot] in #1047
- TechnicalData Submodel v2 visualization Implementation by @Prajwala-Adiga in #1048
- Bump @types/node from 25.2.3 to 25.3.0 in /aas-web-ui by @dependabot[bot] in #1050
- Bump three and @types/three in /aas-web-ui by @dependabot[bot] in #1051
- Adds client side AAS up- and download by @aaronzi in #1049
- Fixes problem with incorrect reference jumping in SMLs by @aaronzi in #1053
- Fixes reactivity and jump problems in references by @aaronzi in #1054
- Bump vue-router from 5.0.2 to 5.0.3 in /aas-web-ui by @dependabot[bot] in #1055
- Bump @thatopen/fragments from 3.3.4 to 3.3.5 in /aas-web-ui by @dependabot[bot] in #1056
- Bump vuetify from 3.11.8 to 3.12.0 in /aas-web-ui by @dependabot[bot] in #1058
- Bump vue-tsc from 3.2.4 to 3.2.5 in /aas-web-ui by @dependabot[bot] in #1059
- Bump three and @types/three in /aas-web-ui by @dependabot[bot] in #1057
- Improves AAS Importer to support superpathes by @aaronzi in #1060
- Adds AnnotatedRelatioshipElement to AAS Editor by @aaronzi in #1061
- Adds Editor Form Input Verification through AAS Core Works by @aaronzi in ...
v2-260122
Features
- Adds support to connect to multiple AAS infrastructures
- Adds support for all OIDC/OAuth2 compatible Identity Providers
- Adds YAML based preconfiguration of AAS Infrastructures
- Adds module for PCF calculate based on material shells
- Adds command palette
- Adds Plugin for Product Carbon Footprint Submodel Template v1.0
- Adds context menu entry to instantiate AAS
- Adds Keycloak feature control
Improvements
- Makes main menu navigation tab-based
- Adds shortcuts for quick actions
- Improves navigation visuals in the top and bottom bar
- Improvements to CAD viewer
- Adds version info to settings
- Removes import of compiler macros
defineEmitsanddefineProps - Makes AASX upload and download also correctly work when registries are not used
- Replaces lodash by vanilla JS/TS functions
Bug Fixes
- Fixes for the company data portal
- Hides AAS URL when Endpoint Config is Disabled
- Fixes Problem with logout not working
- Fixed a bug, where it was only possible to delete submodels from a registry OR a repository
- Fixes problems with SubmodelElementLists
- Fixes problem with file url recognition
What's Changed
- Fixes Company Data Portal by @FriedJannik in #765
- Edits Navigation to be Tab Based for better overview by @FriedJannik in #766
- Bump vite from 7.1.7 to 7.1.9 in /aas-web-ui by @dependabot[bot] in #768
- Bump vuetify from 3.10.3 to 3.10.4 in /aas-web-ui by @dependabot[bot] in #764
- Bump @types/node from 24.6.1 to 24.6.2 in /aas-web-ui by @dependabot[bot] in #767
- Hiding of tabs in MainMenu by @seicke in #769
- Bump eslint from 9.36.0 to 9.37.0 in /aas-web-ui by @dependabot[bot] in #771
- Bump vue-tsc from 3.1.0 to 3.1.1 in /aas-web-ui by @dependabot[bot] in #773
- Bump typescript-eslint from 8.45.0 to 8.46.0 in /aas-web-ui by @dependabot[bot] in #774
- Bump @types/node from 24.6.2 to 24.7.0 in /aas-web-ui by @dependabot[bot] in #775
- Bump vuetify from 3.10.4 to 3.10.5 in /aas-web-ui by @dependabot[bot] in #776
- Bump @types/node from 24.7.0 to 24.7.1 in /aas-web-ui by @dependabot[bot] in #777
- Bump keycloak-js from 26.2.0 to 26.2.1 in /aas-web-ui by @dependabot[bot] in #778
- Hides AAS URL when Endpoint Config is Disabled by @FriedJannik in #779
- Bump @types/node from 24.7.1 to 24.7.2 in /aas-web-ui by @dependabot[bot] in #781
- Bump @types/leaflet from 1.9.20 to 1.9.21 in /aas-web-ui by @dependabot[bot] in #780
- Bump vue3-apexcharts from 1.8.0 to 1.9.0 in /aas-web-ui by @dependabot[bot] in #782
- Bump typescript-eslint from 8.46.0 to 8.46.1 in /aas-web-ui by @dependabot[bot] in #783
- Bump vite from 7.1.9 to 7.1.10 in /aas-web-ui by @dependabot[bot] in #784
- Bump vue-router from 4.5.1 to 4.6.0 in /aas-web-ui by @dependabot[bot] in #785
- Bump vue-router from 4.6.0 to 4.6.2 in /aas-web-ui by @dependabot[bot] in #788
- Bump eslint-plugin-vue from 10.5.0 to 10.5.1 in /aas-web-ui by @dependabot[bot] in #787
- Bump @types/md5 from 2.3.5 to 2.3.6 in /aas-web-ui by @dependabot[bot] in #789
- Bump vue-router from 4.6.2 to 4.6.3 in /aas-web-ui by @dependabot[bot] in #790
- Bump @types/node from 24.7.2 to 24.8.0 in /aas-web-ui by @dependabot[bot] in #791
- Improvement of CAD preview by @seicke in #786
- Version/Snapshot by @seicke in #770
- Bump unplugin-vue-components from 29.1.0 to 30.0.0 in /aas-web-ui by @dependabot[bot] in #795
- Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #797
- Bump @types/node from 24.8.0 to 24.8.1 in /aas-web-ui by @dependabot[bot] in #796
- Bump eslint from 9.37.0 to 9.38.0 in /aas-web-ui by @dependabot[bot] in #798
- Bump jsdom from 27.0.0 to 27.0.1 in /aas-web-ui by @dependabot[bot] in #799
- Bump vite from 7.1.10 to 7.1.11 in /aas-web-ui by @dependabot[bot] in #803
- Bump @types/node from 24.8.1 to 24.9.1 in /aas-web-ui by @dependabot[bot] in #804
- Bump @aas-core-works/aas-core3.0-typescript from 1.0.3 to 1.0.4 in /aas-web-ui by @dependabot[bot] in #806
- Bump vuetify from 3.10.5 to 3.10.6 in /aas-web-ui by @dependabot[bot] in #805
- Bump vue3-apexcharts from 1.9.0 to 1.10.0 in /aas-web-ui by @dependabot[bot] in #801
- Bump typescript-eslint from 8.46.1 to 8.46.2 in /aas-web-ui by @dependabot[bot] in #802
- Bump vuetify from 3.10.6 to 3.10.7 in /aas-web-ui by @dependabot[bot] in #807
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot[bot] in #808
- Bump vite from 7.1.11 to 7.1.12 in /aas-web-ui by @dependabot[bot] in #810
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot[bot] in #809
- Bump @thatopen/ui from 3.1.4 to 3.2.0 in /aas-web-ui by @dependabot[bot] in #811
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #814
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot[bot] in #813
- Bump vue-tsc from 3.1.1 to 3.1.2 in /aas-web-ui by @dependabot[bot] in #815
- Bump @types/qrcode from 1.5.5 to 1.5.6 in /aas-web-ui by @dependabot[bot] in #812
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot[bot] in #818
- Bump mermaid from 11.12.0 to 11.12.1 in /aas-web-ui by @dependabot[bot] in #819
- Bump @types/node from 24.9.1 to 24.9.2 in /aas-web-ui by @dependabot[bot] in #821
- Updates P. I40 logo to IDTA Logo by @aaronzi in #822
- Bump vuetify from 3.10.7 to 3.10.8 in /aas-web-ui by @dependabot[bot] in #824
- Fixes Problem with logout not working by @aaronzi in #825
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot[bot] in #823
- Removes import of compiler macros
defineEmitsanddefinePropsby @seicke in #826 - Bump jsdom from 27.0.1 to 27.1.0 in /aas-web-ui by @dependabot[bot] in #829
- Bump sass from 1.93.2 to 1.93.3 in /aas-web-ui by @dependabot[bot] in #830
- Bump three and @types/three in /aas-web-ui by @dependabot[bot] in #831
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot[bot] in #828
- Bump @eslint/js from 9.38.0 to 9.39.0 in /aas-web-ui by @dependabot[bot] in #827
- Fixed a bug, where it was only possible to delete submodels from a registry OR a repository by @hofermo in #832
- Bump eslint from 9.38.0 to 9.39.1 in /aas-web-ui by @dependabot[bot] in #836
- Bump @types/node from 24.9.2 to 24.10.0 in /aas-web-ui by @dependabot[bot] in #835
- Bump vue-tsc from 3.1.2 to 3.1.3 in /aas-web-ui by @dependabot[bot] in #833
- Bump typescript-eslint from 8.46.2 to 8.46.3 in /aas-web-ui by @dependabot[bot] in https://gith...
v2-251001
Features
- Adds Module for trying out the AAS Query Language
- Adds module for company data portal
Improvements
- Finalizes update of all components to Vue 3 composition API
- Removal of deprecated dashboard components/functions
- Improve Time Series Data Plugin to support JSON payloads
- Allows deletion of AAS and Submodels when registries are not used
- Allow logout when preconfigured authentication is enabled
Bug fixes
- Fixes logo not showing when navigating to a module
- Fixes AAS delete dialog not closing after successful deletion
What's Changed
- Bump @types/node from 24.5.0 to 24.5.1 in /aas-web-ui by @dependabot[bot] in #721
- Bump @types/uuid from 10.0.0 to 11.0.0 in /aas-web-ui by @dependabot[bot] in #719
- Bump vuetify from 3.10.0 to 3.10.1 in /aas-web-ui by @dependabot[bot] in #718
- Bump vuetify from 3.10.1 to 3.10.2 in /aas-web-ui by @dependabot[bot] in #723
- Bump @types/node from 24.5.1 to 24.5.2 in /aas-web-ui by @dependabot[bot] in #724
- Bump @thatopen/ui from 3.1.1 to 3.1.3 in /aas-web-ui by @dependabot[bot] in #720
- Bump vite from 7.1.5 to 7.1.6 in /aas-web-ui by @dependabot[bot] in #725
- Bump @thatopen/ui from 3.1.3 to 3.1.4 in /aas-web-ui by @dependabot[bot] in #726
- Bump mermaid from 11.11.0 to 11.12.0 in /aas-web-ui by @dependabot[bot] in #727
- Adds module for the query language by @aaronzi in #709
- Converts MultiLanguageProperty to Composition API by @aaronzi in #731
- Fixes logo path in app navigation component by @seicke in #730
- Removes remaining Dashboard components by @aaronzi in #732
- Updates HTWFuehrungskomponente to composition API by @aaronzi in #733
- Updates remaining components to composition API by @aaronzi in #734
- Bump eslint from 9.35.0 to 9.36.0 in /aas-web-ui by @dependabot[bot] in #737
- Bump sass from 1.92.1 to 1.93.0 in /aas-web-ui by @dependabot[bot] in #738
- Bump unplugin-vue-components from 29.0.0 to 29.1.0 in /aas-web-ui by @dependabot[bot] in #735
- Bump vite from 7.1.6 to 7.1.7 in /aas-web-ui by @dependabot[bot] in #741
- Bump vue-tsc from 3.0.7 to 3.0.8 in /aas-web-ui by @dependabot[bot] in #740
- Bump eslint-plugin-vue from 10.4.0 to 10.5.0 in /aas-web-ui by @dependabot[bot] in #739
- Bump sass from 1.93.0 to 1.93.1 in /aas-web-ui by @dependabot[bot] in #743
- Company Data Portal Module by @FriedJannik in #744
- Bump typescript-eslint from 8.44.0 to 8.44.1 in /aas-web-ui by @dependabot[bot] in #742
- Usage and fix of AAS download dialog by @seicke in #749
- Bump unplugin-auto-import from 20.1.0 to 20.2.0 in /aas-web-ui by @dependabot[bot] in #748
- Bump sass from 1.93.1 to 1.93.2 in /aas-web-ui by @dependabot[bot] in #747
- Bump vuetify from 3.10.2 to 3.10.3 in /aas-web-ui by @dependabot[bot] in #751
- Bump vue from 3.5.21 to 3.5.22 in /aas-web-ui by @dependabot[bot] in #750
- Bump vue-tsc from 3.0.8 to 3.1.0 in /aas-web-ui by @dependabot[bot] in #756
- Bump cross-env from 10.0.0 to 10.1.0 in /aas-web-ui by @dependabot[bot] in #757
- Bump @types/node from 24.5.2 to 24.6.0 in /aas-web-ui by @dependabot[bot] in #758
- Bump typescript-eslint from 8.44.1 to 8.45.0 in /aas-web-ui by @dependabot[bot] in #759
- Bump typescript from 5.9.2 to 5.9.3 in /aas-web-ui by @dependabot[bot] in #761
- Bump @types/node from 24.6.0 to 24.6.1 in /aas-web-ui by @dependabot[bot] in #762
- Fixes logout for preconf Keycloak auth by @seicke in #728
- Bugfix/timeseries by @AIMENandresperez in #753
- Removes remaining Time Series Data Dashboard code by @aaronzi in #763
- Add support for deletion of AAS & Submodels only stored in Repositories by @hofermo in #760
New Contributors
- @AIMENandresperez made their first contribution in #753
- @hofermo made their first contribution in #760
Full Changelog: v2-250916...v2-251001
v2-250916
What's Changed
- Adds missing divider in AssetInformation component by @seicke in #667
- Bump vue from 3.5.18 to 3.5.19 in /aas-web-ui by @dependabot[bot] in #668
- Bump apexcharts from 5.3.3 to 5.3.4 in /aas-web-ui by @dependabot[bot] in #669
- Bump mermaid from 11.10.0 to 11.10.1 in /aas-web-ui by @dependabot[bot] in #672
- Bump eslint from 9.33.0 to 9.34.0 in /aas-web-ui by @dependabot[bot] in #670
- Fix jumping for SME Entity by @seicke in #673
- Fixes file preview in AssetInformation and in the editor by @aaronzi in #674
- Adds padding to timeline of CarbonFootprint Visu by @seicke in #675
- Bump vue from 3.5.19 to 3.5.20 in /aas-web-ui by @dependabot[bot] in #677
- Bump sass from 1.90.0 to 1.91.0 in /aas-web-ui by @dependabot[bot] in #678
- Bump vuetify from 3.9.5 to 3.9.6 in /aas-web-ui by @dependabot[bot] in #679
- Bump typescript-eslint from 8.40.0 to 8.41.0 in /aas-web-ui by @dependabot[bot] in #676
- Enhances Download AAS Window by @FriedJannik in #680
- Adds Submodel Selection for Delete Dialog by @FriedJannik in #681
- Bump unplugin-auto-import from 20.0.0 to 20.1.0 in /aas-web-ui by @dependabot[bot] in #682
- (Standalone) Submodel Viewer/Editor by @seicke in #557
- Adds JSON insert to editor by @aaronzi in #683
- Adds editor option copy as JSON by @aaronzi in #684
- Copy/Paste feature for Submodels/SubmodelElements by @aaronzi in #685
- Updates CADPreview component to composition API by @seicke in #686
- Bump vite from 7.1.3 to 7.1.4 in /aas-web-ui by @dependabot[bot] in #687
- Bump vue from 3.5.20 to 3.5.21 in /aas-web-ui by @dependabot[bot] in #688
- Bump sass from 1.91.0 to 1.92.0 in /aas-web-ui by @dependabot[bot] in #689
- Bump typescript-eslint from 8.41.0 to 8.42.0 in /aas-web-ui by @dependabot[bot] in #690
- Bump three and @types/three in /aas-web-ui by @dependabot[bot] in #691
- Bump @types/node from 24.3.0 to 24.3.1 in /aas-web-ui by @dependabot[bot] in #694
- Bump vuetify from 3.9.6 to 3.9.7 in /aas-web-ui by @dependabot[bot] in #693
- Bump mermaid from 11.10.1 to 11.11.0 in /aas-web-ui by @dependabot[bot] in #695
- Bump sass from 1.92.0 to 1.92.1 in /aas-web-ui by @dependabot[bot] in #700
- Bump uuid from 11.1.0 to 12.0.0 in /aas-web-ui by @dependabot[bot] in #697
- Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #698
- Bump eslint from 9.34.0 to 9.35.0 in /aas-web-ui by @dependabot[bot] in #699
- Bump apexcharts from 5.3.4 to 5.3.5 in /aas-web-ui by @dependabot[bot] in #701
- Bump uuid from 12.0.0 to 13.0.0 in /aas-web-ui by @dependabot[bot] in #705
- Bump vite from 7.1.4 to 7.1.5 in /aas-web-ui by @dependabot[bot] in #703
- Bump typescript-eslint from 8.42.0 to 8.43.0 in /aas-web-ui by @dependabot[bot] in #704
- Bump vuetify from 3.9.7 to 3.10.0 in /aas-web-ui by @dependabot[bot] in #707
- Hides "Identification (ID)" for SMCs, SMLs and Entities by @seicke in #708
- Fixes problem with editing submodel kind by @aaronzi in #710
- Bump @types/node from 24.3.1 to 24.4.0 in /aas-web-ui by @dependabot[bot] in #713
- Bump mime from 4.0.7 to 4.1.0 in /aas-web-ui by @dependabot[bot] in #711
- Bump jsdom from 26.1.0 to 27.0.0 in /aas-web-ui by @dependabot[bot] in #712
- Bump vue-tsc from 3.0.6 to 3.0.7 in /aas-web-ui by @dependabot[bot] in #714
- Bump @types/node from 24.4.0 to 24.5.0 in /aas-web-ui by @dependabot[bot] in #716
- Bump typescript-eslint from 8.43.0 to 8.44.0 in /aas-web-ui by @dependabot[bot] in #715
- Features & Fixes for SM Viewer/Editor by @seicke in #696
- Fixes default value for SM_VIEWER_EDITOR in entrypoint.sh by @seicke in #717
Full Changelog: v2-250821...v2-250916
v2-250821
BaSyx AAS Web UI Release v2-250821
This release brings a multitude of cool new features. Here are just a few of them. For more, see What's Changed further down
- IFC viewer plugin (AAS <-> BIM)
- Preview for XML and JSON files in File and Blob SubmodelElements
- Added QR code for GlobalAssetIds
- New component for the visualization of Qualifiers
- Added help buttons in the editor
- Search field for finding SubmodelElements
General improvements
- Improved file upload handling and transfer of content types
- Improved file handling implementation overall
- Updated JSON array plugin to Composition API
- Updated Time Series Data components to Composition API
- Implemented reload feature for operations
- Added input validation for property values
What's Changed
- Update the json array plugin to composition api by @aaronzi in #540
- Adds xml preview component by @aaronzi in #541
- Adds preview component for json files by @aaronzi in #542
- Fixes for ConceptDescriptions by @seicke in #546
- Fixes transfer of content type for uploaded file by @seicke in #547
- Bump @types/lodash from 4.17.17 to 4.17.18 in /aas-web-ui by @dependabot[bot] in #544
- Bump vue from 3.5.16 to 3.5.17 in /aas-web-ui by @dependabot[bot] in #545
- Bump vuetify from 3.8.9 to 3.8.10 in /aas-web-ui by @dependabot[bot] in #543
- Removes query params when logging out by @aaronzi in #549
- Bump mermaid from 11.6.0 to 11.7.0 in /aas-web-ui by @dependabot[bot] in #551
- Bump prettier from 3.5.3 to 3.6.0 in /aas-web-ui by @dependabot[bot] in #555
- Bump vue-eslint-parser from 10.1.3 to 10.1.4 in /aas-web-ui by @dependabot[bot] in #554
- Bump typescript-eslint from 8.34.1 to 8.35.0 in /aas-web-ui by @dependabot[bot] in #553
- Fixes problem with file uploads by @aaronzi in #558
- Bump vuetify from 3.8.10 to 3.8.11 in /aas-web-ui by @dependabot[bot] in #561
- Bump @types/node from 24.0.3 to 24.0.4 in /aas-web-ui by @dependabot[bot] in #559
- Bump @vitejs/plugin-vue from 5.2.4 to 6.0.0 in /aas-web-ui by @dependabot[bot] in #560
- Bump @types/leaflet from 1.9.18 to 1.9.19 in /aas-web-ui by @dependabot[bot] in #562
- Bump prettier from 3.6.0 to 3.6.1 in /aas-web-ui by @dependabot[bot] in #564
- Bump eslint-plugin-prettier from 5.5.0 to 5.5.1 in /aas-web-ui by @dependabot[bot] in #563
- Bump @types/lodash from 4.17.18 to 4.17.19 in /aas-web-ui by @dependabot[bot] in #565
- Fixes File Upload implementations by @aaronzi in #567
- Bump vite from 6.3.5 to 7.0.0 in /aas-web-ui by @dependabot[bot] in #566
- Updates prerelease workflow to include git commit sha in image tag by @aaronzi in #568
- Adds QR code for globalAssetId by @seicke in #552
- Bump @types/node from 24.0.4 to 24.0.7 in /aas-web-ui by @dependabot[bot] in #571
- Bump eslint from 9.29.0 to 9.30.0 in /aas-web-ui by @dependabot[bot] in #572
- Bump prettier from 3.6.1 to 3.6.2 in /aas-web-ui by @dependabot[bot] in #569
- Bump unplugin-vue-components from 28.7.0 to 28.8.0 in /aas-web-ui by @dependabot[bot] in #570
- Bump @types/node from 24.0.7 to 24.0.8 in /aas-web-ui by @dependabot[bot] in #575
- Bump typescript-eslint from 8.35.0 to 8.35.1 in /aas-web-ui by @dependabot[bot] in #576
- Bump three from 0.177.0 to 0.178.0 in /aas-web-ui by @dependabot[bot] in #574
- Fixes problem with redirect URL after logout by @aaronzi in #577
- Bump @types/lodash from 4.17.19 to 4.17.20 in /aas-web-ui by @dependabot[bot] in #579
- Bump @types/node from 24.0.8 to 24.0.10 in /aas-web-ui by @dependabot[bot] in #580
- Bump eslint from 9.30.0 to 9.30.1 in /aas-web-ui by @dependabot[bot] in #581
- Bump @types/three from 0.177.0 to 0.178.0 in /aas-web-ui by @dependabot[bot] in #578
- Bump vue-tsc from 2.2.10 to 3.0.1 in /aas-web-ui by @dependabot[bot] in #584
- Bump eslint-plugin-vue from 10.2.0 to 10.3.0 in /aas-web-ui by @dependabot[bot] in #583
- Bump vuetify from 3.8.11 to 3.8.12 in /aas-web-ui by @dependabot[bot] in #585
- Bump vue-eslint-parser from 10.1.4 to 10.2.0 in /aas-web-ui by @dependabot[bot] in #586
- Bump mermaid from 11.7.0 to 11.8.0 in /aas-web-ui by @dependabot[bot] in #588
- Bump vite from 7.0.0 to 7.0.2 in /aas-web-ui by @dependabot[bot] in #590
- Bump mermaid from 11.8.0 to 11.8.1 in /aas-web-ui by @dependabot[bot] in #591
- Bump typescript-eslint from 8.35.1 to 8.36.0 in /aas-web-ui by @dependabot[bot] in #592
- Bump @types/node from 24.0.10 to 24.0.12 in /aas-web-ui by @dependabot[bot] in #594
- Bump vite from 7.0.2 to 7.0.3 in /aas-web-ui by @dependabot[bot] in #595
- Bump vuetify from 3.8.12 to 3.9.0 in /aas-web-ui by @dependabot[bot] in #597
- Bump @types/leaflet from 1.9.19 to 1.9.20 in /aas-web-ui by @dependabot[bot] in #596
- Bump @types/node from 24.0.12 to 24.0.14 in /aas-web-ui by @dependabot[bot] in #604
- Bump vite from 7.0.3 to 7.0.4 in /aas-web-ui by @dependabot[bot] in #601
- Bump @types/three from 0.178.0 to 0.178.1 in /aas-web-ui by @dependabot[bot] in #599
- Bump eslint from 9.30.1 to 9.31.0 in /aas-web-ui by @dependabot[bot] in #602
- Bump typescript-eslint from 8.36.0 to 8.37.0 in /aas-web-ui by @dependabot[bot] in #606
- Bump vue-tsc from 3.0.1 to 3.0.2 in /aas-web-ui by @dependabot[bot] in #610
- Bump mermaid from 11.8.1 to 11.9.0 in /aas-web-ui by @dependabot[bot] in #605
- Bump vite from 7.0.4 to 7.0.5 in /aas-web-ui by @dependabot[bot] in #609
- Bump vuetify from 3.9.0 to 3.9.1 in /aas-web-ui by @dependabot[bot] in #608
- Bump apexcharts from 4.7.0 to 5.2.0 in /aas-web-ui by @dependabot[bot] in #598
- Fixes problems related to the update to Vuetify version 3.9 by @aaronzi in #611
- Updates Time Series Data components to composition API by @aaronzi in #612
- Bump vue-tsc from 3.0.2 to 3.0.3 in /aas-web-ui by @dependabot[bot] in #613
- Bump @types/node from 24.0.14 to 24.0.15 in /aas-web-ui by @dependabot[bot] in #616
- Bump eslint-config-prettier from 10.1.5 to 10.1.8 in /aas-web-ui by @dependabot[bot] in #614
- Bump eslint-plugin-prettier from 5.5.1 to 5.5.3 in /aas-web-ui by @dependabot[bot] in #615
- Bump apexcharts from 5.2.0 to 5.3.1 in /aas-web-ui by @dependabot[bot] in #619
- Bump vue from 3.5.17 to 3.5.18 in /aas-web-ui by @dependabot[bot] in #620
- Bump typescript-eslint from 8.37.0 to 8.38.0 in /aas-web-ui by @dependabot[bot] in #621
- Bump @types/node from 24.0.15...
v2-250618
What's Changed
- Adds Editor for Range Elements by @aaronzi in #426
- Adds editing to File SMEs by @aaronzi in #428
- Bump vite from 6.3.0 to 6.3.1 in /aas-web-ui by @dependabot in #427
- Bump vite from 6.3.1 to 6.3.2 in /aas-web-ui by @dependabot in #430
- Bump eslint from 9.24.0 to 9.25.0 in /aas-web-ui by @dependabot in #429
- Bump typescript-eslint from 8.30.1 to 8.31.0 in /aas-web-ui by @dependabot in #435
- Bump sass from 1.86.3 to 1.87.0 in /aas-web-ui by @dependabot in #436
- Bump apexcharts from 4.5.0 to 4.6.0 in /aas-web-ui by @dependabot in #434
- Bump eslint from 9.25.0 to 9.25.1 in /aas-web-ui by @dependabot in #432
- Adds Blob SME to Editor by @aaronzi in #437
- Bump vue-tsc from 2.2.8 to 2.2.10 in /aas-web-ui by @dependabot in #440
- Adds editing capabilities for SML by @aaronzi in #438
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot in #439
- Bump three from 0.175.0 to 0.176.0 in /aas-web-ui by @dependabot in #441
- Bump vite from 6.3.2 to 6.3.3 in /aas-web-ui by @dependabot in #445
- Bump apexcharts from 4.6.0 to 4.7.0 in /aas-web-ui by @dependabot in #442
- Bump @types/node from 22.14.1 to 22.15.0 in /aas-web-ui by @dependabot in #444
- Bump @types/three from 0.175.0 to 0.176.0 in /aas-web-ui by @dependabot in #443
- Bump @types/node from 22.15.0 to 22.15.2 in /aas-web-ui by @dependabot in #447
- Bump vue-router from 4.5.0 to 4.5.1 in /aas-web-ui by @dependabot in #448
- Bump @types/node from 22.15.2 to 22.15.3 in /aas-web-ui by @dependabot in #451
- Bump eslint-plugin-vue from 10.0.0 to 10.0.1 in /aas-web-ui by @dependabot in #449
- Bump typescript-eslint from 8.31.0 to 8.31.1 in /aas-web-ui by @dependabot in #450
- Bump vuetify from 3.8.2 to 3.8.3 in /aas-web-ui by @dependabot in #452
- Bump vite from 6.3.3 to 6.3.4 in /aas-web-ui by @dependabot in #455
- Fixes bug where submodel kind could not be updated by @aaronzi in #456
- Bump keycloak-js from 26.1.5 to 26.2.0 in /aas-web-ui by @dependabot in #453
- Bump eslint-plugin-vue from 10.0.1 to 10.1.0 in /aas-web-ui by @dependabot in #454
- Bump eslint from 9.25.1 to 9.26.0 in /aas-web-ui by @dependabot in #458
- Bump eslint-plugin-prettier from 5.2.6 to 5.3.1 in /aas-web-ui by @dependabot in #457
- Bump @types/node from 22.15.3 to 22.15.9 in /aas-web-ui by @dependabot in #464
- Bump vite from 6.3.4 to 6.3.5 in /aas-web-ui by @dependabot in #461
- Bump @types/node from 22.15.9 to 22.15.14 in /aas-web-ui by @dependabot in #466
- Bump eslint-plugin-prettier from 5.3.1 to 5.4.0 in /aas-web-ui by @dependabot in #462
- Bump typescript-eslint from 8.31.1 to 8.32.0 in /aas-web-ui by @dependabot in #463
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot in #460
- Bump unplugin-auto-import from 19.1.2 to 19.2.0 in /aas-web-ui by @dependabot in #465
- Bump @types/node from 22.15.14 to 22.15.15 in /aas-web-ui by @dependabot in #469
- Bump vuetify from 3.8.3 to 3.8.4 in /aas-web-ui by @dependabot in #470
- Bump eslint-config-prettier from 10.1.2 to 10.1.3 in /aas-web-ui by @dependabot in #468
- Bump @types/node from 22.15.15 to 22.15.17 in /aas-web-ui by @dependabot in #472
- Bump sass from 1.87.0 to 1.88.0 in /aas-web-ui by @dependabot in #473
- Bump @vitejs/plugin-vue from 5.2.3 to 5.2.4 in /aas-web-ui by @dependabot in #474
- Bump eslint-config-prettier from 10.1.3 to 10.1.5 in /aas-web-ui by @dependabot in #475
- Bump typescript-eslint from 8.32.0 to 8.32.1 in /aas-web-ui by @dependabot in #477
- Bump vuetify from 3.8.4 to 3.8.5 in /aas-web-ui by @dependabot in #481
- Bump sass from 1.88.0 to 1.89.0 in /aas-web-ui by @dependabot in #483
- Bump @types/node from 22.15.17 to 22.15.18 in /aas-web-ui by @dependabot in #482
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot in #488
- Bump @eslint/js from 9.26.0 to 9.27.0 in /aas-web-ui by @dependabot in #487
- Bump @types/node from 22.15.18 to 22.15.29 in /aas-web-ui by @dependabot in #501
- Bump @types/lodash from 4.17.16 to 4.17.17 in /aas-web-ui by @dependabot in #494
- Bump unplugin-auto-import from 19.2.0 to 19.3.0 in /aas-web-ui by @dependabot in #503
- Bump vuetify from 3.8.5 to 3.8.7 in /aas-web-ui by @dependabot in #493
- Bump eslint from 9.26.0 to 9.28.0 in /aas-web-ui by @dependabot in #500
- Bump eslint-plugin-prettier from 5.4.0 to 5.4.1 in /aas-web-ui by @dependabot in #502
- Bump vue from 3.5.13 to 3.5.16 in /aas-web-ui by @dependabot in #497
- Adapts Request Handling Error by @FriedJannik in #476
- Bump typescript-eslint from 8.32.1 to 8.33.1 in /aas-web-ui by @dependabot in #504
- Bump @types/leaflet from 1.9.17 to 1.9.18 in /aas-web-ui by @dependabot in #506
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot in #507
- Bump three and @types/three in /aas-web-ui by @dependabot in #508
- Submodel Template Indicator by @seicke in #509
- Bump unplugin-vue-components from 28.5.0 to 28.7.0 in /aas-web-ui by @dependabot in #505
- Bump vuetify from 3.8.7 to 3.8.8 in /aas-web-ui by @dependabot in #511
- Bump pinia from 3.0.2 to 3.0.3 in /aas-web-ui by @dependabot in #510
- Bump sass from 1.89.0 to 1.89.1 in /aas-web-ui by @dependabot in #512
- Bump @types/node from 22.15.29 to 22.15.30 in /aas-web-ui by @dependabot in #514
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot in #515
- Bump eslint-plugin-vue from 10.1.0 to 10.2.0 in /aas-web-ui by @dependabot in #517
- Bump typescript-eslint from 8.33.1 to 8.34.0 in /aas-web-ui by @dependabot in #518
- Bump sass from 1.89.1 to 1.89.2 in /aas-web-ui by @dependabot in #519
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot in #520
- Bump @types/node from 22.15.30 to 24.0.0 in /aas-web-ui by @dependabot in #521
- Bump vuetify from 3.8.8 to 3.8.9 in /aas-web-ui by @dependabot in #523
- Bump @typ...
v2-250417
What's Changed
- Bump vite from 6.1.0 to 6.2.1 in /aas-web-ui by @dependabot in #357
- Bump sass from 1.85.0 to 1.85.1 in /aas-web-ui by @dependabot in #358
- Bump eslint-config-prettier from 10.0.1 to 10.1.1 in /aas-web-ui by @dependabot in #355
- Bump @types/lodash from 4.17.14 to 4.17.16 in /aas-web-ui by @dependabot in #356
- Fixes loading of AASList for AAS without idShort by @seicke in #360
- Adds feature to AAS upload to ignore duplicates by @aaronzi in #361
- Fixes for visualizations (Nameplate v2/v3 and ContactInformations) by @seicke in #362
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot in #364
- Bump prettier from 3.5.0 to 3.5.3 in /aas-web-ui by @dependabot in #367
- Bump unplugin-vue-components from 28.1.0 to 28.4.1 in /aas-web-ui by @dependabot in #366
- Bump vue-tsc from 2.2.2 to 2.2.8 in /aas-web-ui by @dependabot in #365
- Join of Element Details and Visualization by @seicke in #353
- Fix download AASX by @seicke in #372
- Fixes minor problem with copy to clipboard button by @seicke in #369
- Visualization for SMT CarbonFootprint by @seicke in #363
- Fixes fetching CDs in setData of SMHandling by @seicke in #381
- Adapts router links
toin main menu by @seicke in #379 - Bump vite from 6.2.1 to 6.2.2 in /aas-web-ui by @dependabot in #375
- Bump vite-plugin-vuetify from 2.0.4 to 2.1.0 in /aas-web-ui by @dependabot in #374
- Version information for AASList/SubmodelList by @seicke in #373
- Bump mermaid from 11.4.1 to 11.5.0 in /aas-web-ui by @dependabot in #376
- Bump i18n-iso-countries from 7.13.0 to 7.14.0 in /aas-web-ui by @dependabot in #377
- Transfers further components to composition API by @seicke in #368
- Bump typescript from 5.5.4 to 5.7.3 in /aas-web-ui by @dependabot in #248
- Chore: Update dependencies by @aaronzi in #385
- Bump vite from 6.2.3 to 6.2.4 in /aas-web-ui by @dependabot in #386
- Bump sass from 1.86.0 to 1.86.1 in /aas-web-ui by @dependabot in #388
- Bump typescript-eslint from 8.28.0 to 8.29.0 in /aas-web-ui by @dependabot in #387
- Bump vitest, @vitest/coverage-istanbul and @vitest/ui in /aas-web-ui by @dependabot in #389
- Bump eslint-plugin-prettier from 5.2.5 to 5.2.6 in /aas-web-ui by @dependabot in #393
- Bump @types/node from 22.13.14 to 22.14.0 in /aas-web-ui by @dependabot in #395
- Bump sass from 1.86.1 to 1.86.3 in /aas-web-ui by @dependabot in #397
- Bump vue-eslint-parser from 10.1.1 to 10.1.2 in /aas-web-ui by @dependabot in #396
- Bump vuetify from 3.7.19 to 3.8.0 in /aas-web-ui by @dependabot in #391
- Bump vite from 6.2.4 to 6.2.5 in /aas-web-ui by @dependabot in #400
- Bump eslint from 9.23.0 to 9.24.0 in /aas-web-ui by @dependabot in #402
- Bump vite-plugin-vuetify from 2.1.0 to 2.1.1 in /aas-web-ui by @dependabot in #404
- Bump vue-eslint-parser from 10.1.2 to 10.1.3 in /aas-web-ui by @dependabot in #403
- Adds Add/Edit Property to AAS Editor by @FriedJannik in #405
- Bump typescript from 5.8.2 to 5.8.3 in /aas-web-ui by @dependabot in #409
- Bump vuetify from 3.8.0 to 3.8.1 in /aas-web-ui by @dependabot in #406
- Bump mime from 4.0.6 to 4.0.7 in /aas-web-ui by @dependabot in #407
- Bump typescript-eslint from 8.29.0 to 8.29.1 in /aas-web-ui by @dependabot in #408
- Bump pinia from 3.0.1 to 3.0.2 in /aas-web-ui by @dependabot in #410
- Bump vite from 6.2.5 to 6.2.6 in /aas-web-ui by @dependabot in #411
- Bump eslint-config-prettier from 10.1.1 to 10.1.2 in /aas-web-ui by @dependabot in #412
- Adds Edit/Add SubmodelElemetCollection by @FriedJannik in #413
- Bump @types/node from 22.14.0 to 22.14.1 in /aas-web-ui by @dependabot in #414
- Bump jsdom from 26.0.0 to 26.1.0 in /aas-web-ui by @dependabot in #415
- Bump keycloak-js from 26.1.4 to 26.1.5 in /aas-web-ui by @dependabot in #416
- Implements editing for MultiLanguageProperties by @aaronzi in #418
- Fixes Problem with logo on changed base path by @aaronzi in #419
- Bump typescript-eslint from 8.29.1 to 8.30.1 in /aas-web-ui by @dependabot in #420
- Bump unplugin-vue-components from 28.4.1 to 28.5.0 in /aas-web-ui by @dependabot in #421
- QoL changes for Add/Edit Property/SMC by @FriedJannik in #417
- Bump vite from 6.2.6 to 6.3.0 in /aas-web-ui by @dependabot in #424
- Bump vuetify from 3.8.1 to 3.8.2 in /aas-web-ui by @dependabot in #425
- Adds add Button on hover in edit mode by @FriedJannik in #422
New Contributors
- @FriedJannik made their first contribution in #405
Full Changelog: v2-250305...v2-250417
v2-250305
Download from Docker Hub
Download this release from Docker Hub.
The release tag is v2-250305 and can be pulled by executing
docker pull eclipsebasyx/aas-gui:v2-250305New Features
- Web UI Modules to build your own applications into the BaSyx Web UI
- Editing of Shells
- Editing of Submodels
- Support for basic authentication
- Auto-login feature for Keycloak
- Major Menu overhaul
- Plugin for Nameplate v3
- The web UI is now usable without the registries if wanted
- Fallback for the thumbnail to the product image of the technical data Submodel
- Many new helper functions to make it easier to work with AAS Data
- Possibility to resolve aasID, submodelID and globalAssetID as query params from the address bar
What's Changed
- Bump keycloak-js from 25.0.4 to 26.0.7 in /aas-web-ui by @dependabot in #134
- Refactors project to use auto component importing by @aaronzi in #173
- Makes roboto font a local dependency by @aaronzi in #174
- Refactors loading of env variables in production by @aaronzi in #177
- ReferableUtils by @seicke in #175
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #178
- Bump vite from 6.0.3 to 6.0.5 in /aas-web-ui by @dependabot in #179
- Bump @eslint/js from 9.16.0 to 9.17.0 in /aas-web-ui by @dependabot in #180
- Bump unplugin-auto-import from 0.17.8 to 0.19.0 in /aas-web-ui by @dependabot in #182
- Bump unplugin-vue-components from 0.27.5 to 0.28.0 in /aas-web-ui by @dependabot in #181
- Removes description tooltip in GenericDataTableView by @seicke in #193
- Adds functionality to create/update AAS and env variable to enable/disable AAS Editor by @aaronzi in #183
- Bump vue-tsc from 2.1.10 to 2.2.0 in /aas-web-ui by @dependabot in #190
- Bump eslint from 9.16.0 to 9.17.0 in /aas-web-ui by @dependabot in #189
- Bump apexcharts from 4.1.0 to 4.3.0 in /aas-web-ui by @dependabot in #188
- Bump typescript-eslint from 8.18.0 to 8.18.2 in /aas-web-ui by @dependabot in #191
- Adds allow editing env variable to entrypoint script by @aaronzi in #194
- Fix for SMClients by @seicke in #192
- Fix
SingleAasRedirectfor pages to stay by @seicke in #187 - Github ticket template by @seicke in #161
<v-empty-state>for all columns by @seicke in #185- AAS download for activated
singleAasfeature by @seicke in #196 - Removes unnecessary v-divider from AASListDetails (fix for PR #196) by @seicke in #198
- Consider editMode (AAS Editor) for SubmodelElementView by @seicke in #205
- Show description of SMEs in GenericDataVisu by @seicke in #204
- Bump @types/lodash from 4.17.13 to 4.17.14 in /aas-web-ui by @dependabot in #203
- Bump typescript-eslint from 8.18.2 to 8.19.0 in /aas-web-ui by @dependabot in #200
- Bump sass from 1.83.0 to 1.83.1 in /aas-web-ui by @dependabot in #201
- Bump vite from 6.0.5 to 6.0.7 in /aas-web-ui by @dependabot in #202
- Deletes CollectionWrapper component by @seicke in #207
- Fixes title of AASTreeview/SubmodelList by @seicke in #206
- Adds eslint ts rule to warn on missing return types by @aaronzi in #211
- Fixes components.d.ts (caused by PR #206) by @seicke in #212
- Fixes title of AASTreeview/SubmodeList for AAS with missing displayName and idShort by @seicke in #213
- Adds support for basic auth by @aaronzi in #214
- Adapts title of AASTreeview/Submodellist by @seicke in #216
- AAS Editor: Dispatching of new resp. edited selected AAS by @seicke in #217
- Fixes clearForm() of AAS dialog (AAS Editor) by @seicke in #218
- Adds env variable to enable/disable AAS upload by @seicke in #215
- Adapts eslint config for no-console warning by @seicke in #220
- Shows error on no-console when running yarn build by @aaronzi in #221
- Preserve query parameter for switching between AAS Viewer/Editor and Submodel Viewer by @seicke in #199
- Adds env variable to preconfigure prefix for generating AAS/SM/Global Asset ID by @seicke in #222
- Avoiding AASStore actions within Clients by @seicke in #226
- Cleanup AASStore by @seicke in #227
- Harmonization of router.push() calls by @seicke in #228
- Cleanup AASStore, #2 by @seicke in #230
- Routing for ComponentVisualization by @seicke in #236
- Adapt file name of SM Visualizations by @seicke in #237
- Bump typescript-eslint from 8.19.0 to 8.19.1 in /aas-web-ui by @dependabot in #244
- Bump @eslint/js from 9.17.0 to 9.18.0 in /aas-web-ui by @dependabot in #246
- Bump three and @types/three in /aas-web-ui by @dependabot in #247
- Bump unplugin-auto-import from 0.19.0 to 19.0.0 in /aas-web-ui by @dependabot in #245
- Updates TODO comments by @seicke in #250
- Usage of nameToDisplay() (instead of idShort) in SMT Plugin HierarchicalStructures by @seicke in #239
- ClipboardUtil composable by @seicke in #241
- Display
idShortwithinIdentificationElement.vueby @seicke in #240 - Base64 encoding and decoding by @seicke in #243
- AutoSync feature for AASListDetails by @seicke in #234
- Improves handling of ENV variable EDITOR_ID_PREFIX by @seicke in #253
- Adds Submodel Form component by @aaronzi in #231
- Adds feature to extend the Web UI by 3rd party modules by @aaronzi in #255
- Fix for connecting endpoints by @seicke in #257
- Separates the SME v-card from the CDs by @seicke in #249
- Resolving/Redirecting ID query parameter by @seicke in #242
- Bump iso-639-1 from 3.1.3 to 3.1.4 in /aas-web-ui by @dependabot in #259
- Bump eslint-config-prettier from 9.1.0 to 10.0.1 in /aas-web-ui by @dependabot in #261
- Bump @types/leaflet from 1.9.15 to 1.9.16 in /aas-web-ui by @dependabot in #262
- Bump keycloak-js from 26.0.7 to 26.1.0 in /aas-web-ui by @dependabot in #260
- Removes (column) titles in
singleAasMode by @seicke in #254 - Add option for AAS registration by @wiresio in #252
- Adds TODO comments "Transfer to composition API" by @seicke in #263
- MainMenu adaptions by @seicke in #258
- Bum...