Skip to content

Commit cbb7aea

Browse files
committed
release: update to version 4.14.1
Implement several important bug fixes and dependency updates. Fix issues related to custom actions, password reset display, and font sizes for module info headlines in the admin interface. Remove unnecessary access requirement in the ‘user-view’ section. Upgrade `logics-js` to 0.4.1 for improved functionality and reliability. Update `@viur/vue-components` and `@viur/vue-utils` dependencies to new patch versions to maintain compatibility and security.
1 parent a82ba4a commit cbb7aea

File tree

6 files changed

+95
-70
lines changed

6 files changed

+95
-70
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This file documents any relevant changes.
44

5+
## [4.14.1] 2026-01-23
6+
- fix: When custom actions are enabled via configuration, additionalEvalData is now merged over the skel selection.
7+
- chore: update logicsjs to 0.4.1
8+
- fix: Moduleinfo headlines now use the correct font size.
9+
- fix: Administation `user-view` access is not nessesary anymore.
10+
- fix: Password reset form is now correctly displayed.
11+
512
## [4.14.0] 2026-01-16
613
- feat: added multilanguage support.
714
- fix: Detaisdrawer styling

admin/package-lock.json

Lines changed: 47 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin",
3-
"version": "4.14.0",
3+
"version": "4.14.1",
44
"private": true,
55
"type": "module",
66
"description": "A ViUR Admin Interface",
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@ckeditor/ckeditor5-vue": "^7.3.0",
1515
"@viur/shoelace": "^1.0.12-v2.20.1",
16-
"@viur/vue-components": "^2.6.1",
17-
"@viur/vue-utils": "^3.3.3",
16+
"@viur/vue-components": "^2.6.2",
17+
"@viur/vue-utils": "^3.3.4",
1818
"ckeditor5": "^45.2.0",
1919
"pinia": "^2.3.0",
2020
"pinia-plugin-persistedstate": "~4.2.0",

0 commit comments

Comments
 (0)