Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 6.3.0
- 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.

Expand Down
2 changes: 1 addition & 1 deletion docs/stacks/vue/vue2-to-vue3.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you're new to Vue entirely, check out the rest of Vue docs and [pick your lea

## Coalesce Upgrade Steps

The changes specific to Coalesce when migrating from Vue2 to Vue3 are pretty minimal. Most of your work will be in following the [Vue 3 Migration Guide](https://v3-migration.vuejs.org/) and the [Vuetify 3 Migration Guide](https://vuetifyjs.com/en/getting-started/upgrade-guide/).
The changes specific to Coalesce when migrating from Vue2 to Vue3 are pretty minimal. Most of your work will be in following the [Vue 3 Migration Guide](https://v3-migration.vuejs.org/) and the [Vuetify 3 Migration Guide](https://v3.vuetifyjs.com/en/getting-started/upgrade-guide/).

The table below contains the Coalesce-specific changes when migrating to Vue 3. However, the easiest migration path may be to disregard the table below and instead, [instantiate the Coalesce Vue template](/stacks/vue/getting-started.md#creating-a-project) or [look at it on GitHub](https://github.com/IntelliTect/Coalesce.Vue.Template/tree/master/content/Coalesce.Starter.Vue.Web) and compare individual files between your project and the template side by side and ingest the changes that you observe.

Expand Down
31 changes: 29 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading