@finema/finework-layer 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.8](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.7...1.0.8) (2026-03-10)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* exclude 'NEWSLETTER' source type from avatar display in Notifications ([9731272](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/97312721f11e95e9b59e7dc5aeec3e88f8e8d481))
|
|
8
|
+
|
|
9
|
+
## [1.0.7](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.6...1.0.7) (2026-03-06)
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* correct casing for eFactoring route in PortalApp.vue ([3751d1a](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/3751d1a8cc833e2a03cf27715c3770bbffb98181))
|
|
14
|
+
|
|
3
15
|
## [1.0.6](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.5...1.0.6) (2026-03-06)
|
|
4
16
|
|
|
5
17
|
### Bug Fixes
|
|
@@ -393,12 +393,11 @@ const financeApps = computed(() => [
|
|
|
393
393
|
logo: '/admin/efactoring.png',
|
|
394
394
|
label: 'eFactoring',
|
|
395
395
|
description: 'การเบิกเงินหมุนเวียนกับธนาคาร',
|
|
396
|
-
to: routes.
|
|
396
|
+
to: routes.eFactoring.dashboard.to,
|
|
397
397
|
status: StatusPortal.ACTIVE,
|
|
398
398
|
},
|
|
399
399
|
]
|
|
400
400
|
: []),
|
|
401
|
-
|
|
402
401
|
...(auth.hasPermission(UserModule.SETTING, Permission.SUPER)
|
|
403
402
|
? [
|
|
404
403
|
{
|