v0.16
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 |