v0.14
v0.14.1
Improvements
- Overriding baked defaults in
nuxt.config.ts
was not possible, fixed CopyComponentDescriptors
property was causing error when not set, fixedMenuPage
now accepts any component in header
v0.14.0
Features
- Beta features are available;
baked-recipe-admin
npm package is releasedUiLayer
is added toService
recipe, you can now configureLayoutDescriptors
andPageDescriptors
in featuresTheme
feature is now added withAdmin
implementation with below component schemas- Layouts:
DefaultLayout
- Pages:
DetailPage
,MenuPage
- Components:
CardLink
,Header
,None
,PageTitle
,SideMenu
,String
- Layouts:
Binding
feature is added with the defaultRest
implementation where all the rest api bindings are made for domain objects
Improvements
GeneratedFileDescriptor
now has optionalOutdir
property- All API conventions are migrated to be domain model conventions making it possible to access final api model in domain model builder
CodeGenerationLayer
now outputs the generated code next to the generated assembly to allow further investigation in case code is not generated as expectedCodeGenerationLayer
now skips compiling code if no changes in generated code are detected
Library Upgrades
NuGet Package | Old Version | New Version |
---|---|---|
Microsoft.AspNetCore.Mvc.NewtonsoftJson | 9.0.1 | 9.0.2 |
Microsoft.AspNetCore.Mvc.Testing | 9.0.1 | 9.0.2 |
Microsoft.CodeAnalysis.CSharp | 4.12.0 | 4.13.0 |
Microsoft.Data.Sqlite.Core | 9.0.1 | 9.0.2 |
Microsoft.Extensions.Caching.Abstraction | 9.0.1 | 9.0.2 |
Microsoft.Extensions.Configuration.Abstractions | 9.0.1 | 9.0.2 |
Microsoft.Extensions.Configuration.Binder | 9.0.1 | 9.0.2 |
Microsoft.Extensions.FileProviders.Abstractions | 9.0.1 | 9.0.2 |
Microsoft.Extensions.Logging.Abstractions | 9.0.1 | 9.0.2 |
Microsoft.Extensions.TimeProvider.Testing | 9.1.0 | 9.2.0 |
Microsoft.NET.Test.Sdk | 17.12.1 | 17.13.0 |
NHibernate.Extensions.Sqlite | 9.0.0 | 9.0.1 |
NUnitTestAdapter | 4.6.0 | 5.0.0 |
Npgsql | 9.0.2 | 9.0.3 |
Swashbuckle.AspNetCore | 7.2.0 | 7.3.1 |
Swashbuckle.AspNetCore.Annotations | 7.2.0 | 7.3.1 |
npm Package | Old Version | New Version |
---|---|---|
@nuxt/kit | new | 3.15.4 |
@nuxtjs/tailwindcss | new | 6.13.1 |
@primevue/themes | new | 4.2.5 |
primeicons | new | 7.0.0 |
primevue | new | 4.2.5 |