Skip to content

Commit 0fa2635

Browse files
committed
chore: update Version
1 parent f5b92a9 commit 0fa2635

File tree

6 files changed

+58
-42
lines changed

6 files changed

+58
-42
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
This file documents any relevant changes.
44

5+
## [4.13.1] 2025-12-05
6+
- fix: Column scaling now works correctly.
7+
- fix: Emailbone focus in Recordbones now behaves as expected.
8+
- fix: Edits now display an error when an entry cannot be loaded.
9+
- fix: `categoryDefault` override handling is now more stable.
10+
- fix: Users with insufficient access rights are now handled more gracefully.
11+
- feat: Recordbones without a `categoryDefaultname` parameter now fall back to the format string as the default category name.
12+
13+
514
## [4.13.0] 2025-11-14
615
- feat: `recordbones` and `relationalbones` can now use a `categoryDefaultname` parameter to override the default category; format strings are supported.
716
- feat: Format strings for `recordbones` no longer need to start with `dest.`
@@ -13,7 +22,6 @@ This file documents any relevant changes.
1322
- fix: Column resizing in the `ListHandler` now works correctly.
1423

1524

16-
1725
## [4.12.1] 2025-11-06
1826
- fix: Editforms now working again
1927

admin/package-lock.json

Lines changed: 31 additions & 24 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.13.0",
3+
"version": "4.13.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.5.0",
17-
"@viur/vue-utils": "^3.3.0",
16+
"@viur/vue-components": "^2.5.1",
17+
"@viur/vue-utils": "^3.3.1",
1818
"ckeditor5": "^45.2.0",
1919
"pinia": "^2.3.0",
2020
"pinia-plugin-persistedstate": "~4.2.0",

package-lock.json

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

0 commit comments

Comments
 (0)