v0.16

v0.16.4

Library Upgrades

NuGet PackageOld VersionNew Version
Microsoft.AspNetCore.Authentication.JwtBearer9.0.49.0.5
Microsoft.AspNetCore.Mvc.NewtonsoftJson9.0.49.0.5
Microsoft.AspNetCore.Mvc.Testing9.0.49.0.5
Microsoft.CodeAnalysis.CSharp4.14.34.14.4
Microsoft.Data.Sqlite.Core9.0.49.0.5
Microsoft.Extensions.Caching.Abstractions9.0.49.0.5
Microsoft.Extensions.Configuration.Abstractions9.0.49.0.5
Microsoft.Extensions.Configuration.Binder9.0.49.0.5
Microsoft.Extensions.FileProviders.Abstractions9.0.49.0.5
Microsoft.Extensions.Logging.Abstractions9.0.59.0.5
Microsoft.Extensions.TimeProvider.Testing9.4.09.5.0
System.IdentityModel.Tokens.Jwt8.8.08.10.0
npm PackageOld VersionNew Version
@primeuix/themes1.0.31.1.1
eslint9.24.09.26.0
primevue4.3.34.3.4
sass1.86.31.89.0
vitest3.1.13.1.3
vue-tsc2.2.42.2.10

v0.16.3

Improvements

  • ReportContext was throwing error for null 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 rendering
    • DefaultLayout provides article overflow option in UI context
    • overflow is added to ReportPageTab to automatically enable article overflow when tab is selected
    • fullScreen is moved from ReportPageTabContent to ReportPageTab to manage both fullScreen and overflow together
    • ReportPage 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, fixed
  • DataTable now has virtualScrollerOptions 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 in CSV format

v0.16.0

Features

  • Beta features are available in baked-recipe-admin;
    • Message component is with icon and severity support
    • Number 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 the defaultSelfManaged parameter.
  • Changed breadcrumb last item from <span> to link.
  • Removed DeclaredOnly binding flag from properties.
  • ConditionalComponent was renamed to Conditional and moved under the namespace Baked.Theme.Admin.
  • String component now has max length property, which will truncate the text ending with ellipsis and show full text with a tooltip
  • IReportContext, now allows nulls in parameter dictionary.
  • New ToBase64Url and FromBase64Url extensions added.
  • showUnhandled flag is added to exception handling, and enabled by default in staging environment
  • DataTable component now has footer support
  • DataTable component now has scrollable toggle

Library Upgrades

NuGet PackageOld VersionNew Version
Microsoft.AspNetCore.Authentication.JwtBearer9.0.39.0.4
Microsoft.AspNetCore.Mvc.NewtonsoftJson9.0.39.0.4
Microsoft.AspNetCore.Mvc.Testing9.0.39.0.4
Microsoft.Data.Sqlite.Core9.0.39.0.4
Microsoft.Extensions.Caching.Abstractions9.0.39.0.4
Microsoft.Extensions.Configuration.Abstractions9.0.39.0.4
Microsoft.Extensions.Configuration.Binder9.0.39.0.4
Microsoft.Extensions.FileProviders.Abstractions9.0.39.0.4
Microsoft.Extensions.Logging.Abstractions9.0.39.0.4
Microsoft.Extensions.TimeProvider.Testing9.3.09.4.0
MySql.Data9.2.09.3.0
Oracle.ManagedDataAccess.Core23.7.023.8.0
Swashbuckle.AspNetCore8.1.08.1.1
Swashbuckle.AspNetCore.Annotations8.1.08.1.1
System.IdentityModel.Tokens.Jwt8.7.08.8.0
npm PackageOld VersionNew Version
@nuxt/devtools2.3.22.4.0
@nuxt/eslint-config1.2.01.3.0
@nuxt/kit3.16.13.16.2
@nuxt/schema3.16.13.16.2
@primeuix/themes1.0.01.0.3
eslint9.23.09.24.0
nuxt3.16.13.16.2
sass1.86.01.86.3
typescript5.8.25.8.3
vitest3.0.73.1.1