v0.16
v0.16.4
Library Upgrades
NuGet Package | Old Version | New Version |
---|---|---|
Microsoft.AspNetCore.Authentication.JwtBearer | 9.0.4 | 9.0.5 |
Microsoft.AspNetCore.Mvc.NewtonsoftJson | 9.0.4 | 9.0.5 |
Microsoft.AspNetCore.Mvc.Testing | 9.0.4 | 9.0.5 |
Microsoft.CodeAnalysis.CSharp | 4.14.3 | 4.14.4 |
Microsoft.Data.Sqlite.Core | 9.0.4 | 9.0.5 |
Microsoft.Extensions.Caching.Abstractions | 9.0.4 | 9.0.5 |
Microsoft.Extensions.Configuration.Abstractions | 9.0.4 | 9.0.5 |
Microsoft.Extensions.Configuration.Binder | 9.0.4 | 9.0.5 |
Microsoft.Extensions.FileProviders.Abstractions | 9.0.4 | 9.0.5 |
Microsoft.Extensions.Logging.Abstractions | 9.0.5 | 9.0.5 |
Microsoft.Extensions.TimeProvider.Testing | 9.4.0 | 9.5.0 |
System.IdentityModel.Tokens.Jwt | 8.8.0 | 8.10.0 |
npm Package | Old Version | New Version |
---|---|---|
@primeuix/themes | 1.0.3 | 1.1.1 |
eslint | 9.24.0 | 9.26.0 |
primevue | 4.3.3 | 4.3.4 |
sass | 1.86.3 | 1.89.0 |
vitest | 3.1.1 | 3.1.3 |
vue-tsc | 2.2.4 | 2.2.10 |
v0.16.3
Improvements
ReportContext
was throwing error fornull
query parameters, fixed.- UI components now have context aware css marker classes to enable customization
PageTitle
had a margin issue when description is mutline, fixed
v0.16.2
Improvements
ReportPage
now offers a better full-screen renderingDefaultLayout
provides article overflow option in UI contextoverflow
is added toReportPageTab
to automatically enable article overflow when tab is selectedfullScreen
is moved fromReportPageTabContent
toReportPageTab
to manage bothfullScreen
andoverflow
togetherReportPage
was rendering only first tab content when a tab is full-screen, now it renders all contents
DefaultLayout
overflow was not hidden causing unintended scrolls, fixedDataTable
now hasvirtualScrollerOptions
property for increasing performance when handling large amount of data
v0.16.1
Improvements
500
responses from running backend were causing retry instead of redirecting to error page, fixed.- Menu sections have bigger fonts with more contrast for better readability
- Filter input now gains focus automatically to filter menus without making an extra click
DataTable
component now provides exporting its data inCSV
format
v0.16.0
Features
- Beta features are available in
baked-recipe-admin
;Message
component is with icon and severity supportNumber
component is introduced to display numbers in formatted with tooltips
Improvements
- The
QueryParameter
component now supports subcomponents that manage its own default value. It can be managed with thedefaultSelfManaged
parameter. - Changed breadcrumb last item from
<span>
tolink
. - Removed
DeclaredOnly
binding flag from properties. ConditionalComponent
was renamed toConditional
and moved under the namespaceBaked.Theme.Admin
.String
component now has max length property, which will truncate the text ending with ellipsis and show full text with a tooltipIReportContext
, now allows nulls in parameter dictionary.- New
ToBase64Url
andFromBase64Url
extensions added. showUnhandled
flag is added to exception handling, and enabled by default in staging environmentDataTable
component now has footer supportDataTable
component now has scrollable toggle
Library Upgrades
NuGet Package | Old Version | New Version |
---|---|---|
Microsoft.AspNetCore.Authentication.JwtBearer | 9.0.3 | 9.0.4 |
Microsoft.AspNetCore.Mvc.NewtonsoftJson | 9.0.3 | 9.0.4 |
Microsoft.AspNetCore.Mvc.Testing | 9.0.3 | 9.0.4 |
Microsoft.Data.Sqlite.Core | 9.0.3 | 9.0.4 |
Microsoft.Extensions.Caching.Abstractions | 9.0.3 | 9.0.4 |
Microsoft.Extensions.Configuration.Abstractions | 9.0.3 | 9.0.4 |
Microsoft.Extensions.Configuration.Binder | 9.0.3 | 9.0.4 |
Microsoft.Extensions.FileProviders.Abstractions | 9.0.3 | 9.0.4 |
Microsoft.Extensions.Logging.Abstractions | 9.0.3 | 9.0.4 |
Microsoft.Extensions.TimeProvider.Testing | 9.3.0 | 9.4.0 |
MySql.Data | 9.2.0 | 9.3.0 |
Oracle.ManagedDataAccess.Core | 23.7.0 | 23.8.0 |
Swashbuckle.AspNetCore | 8.1.0 | 8.1.1 |
Swashbuckle.AspNetCore.Annotations | 8.1.0 | 8.1.1 |
System.IdentityModel.Tokens.Jwt | 8.7.0 | 8.8.0 |
npm Package | Old Version | New Version |
---|---|---|
@nuxt/devtools | 2.3.2 | 2.4.0 |
@nuxt/eslint-config | 1.2.0 | 1.3.0 |
@nuxt/kit | 3.16.1 | 3.16.2 |
@nuxt/schema | 3.16.1 | 3.16.2 |
@primeuix/themes | 1.0.0 | 1.0.3 |
eslint | 9.23.0 | 9.24.0 |
nuxt | 3.16.1 | 3.16.2 |
sass | 1.86.0 | 1.86.3 |
typescript | 5.8.2 | 5.8.3 |
vitest | 3.0.7 | 3.1.1 |