Skip to content

6.3.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 20:24
· 179 commits to main since this release
72625a6
  • Added Vuetify 4 compatibility to coalesce-vue-vuetify3.
  • Added support for EF Core 10 JSON-mapped complex type properties (ComplexProperty, ComplexCollection) on entity models. These properties are now fully serializable to/from the client, and direct mutations on the TypeScript side (including collection pushes and nested property assignments) correctly mark the ViewModel dirty.
  • Fix: Don't suggest COA1001 for ambiguous ItemResult<bool> usages.