Skip to content

v1.0-beta-4

Pre-release
Pre-release

Choose a tag to compare

@adrienbaron adrienbaron released this 18 Nov 14:46
· 417 commits to develop since this release

4th beta release of Vue GWT 🎉

This release brings a lot of changes:

  • Refactor in Maven modules (Closes #8)
  • Uses Elemental2 and JsInterop base instead of relying on custom implementations
  • Drop use of GWT resources and only use a single GWT 2.x generator for templates
  • Update to Vue.js 2.5.5 (Closes #6)

It also brings some fixes:

  • Fix issues with Collection and Map observation (Closes #9)
  • VueGwtPanel is renamed to VueGwtWidget and now behaves correctly when removed (Closes #7)
  • The name of a Component is taken into account when importing it in another Component (Closes #10)
  • JsProperty of type array doesn't work #12
  • Components with static render functions don't compile #11

To update your project from beta-2 please refer to our update guide.
We tried to put all changes that were necessary but breaking in a single release.
In the future release will try to keep breaking changes to a minimum.