1.4.1
manuel-mauky
released this
24 Nov 13:04
·
373 commits
to stable
since this release
This release contains some bugfixes:
- [#335] ViewModels were not injected when Guice AOP interceptors were used. Thx to @archislav for reporting and helping to find the issue.
- [#311] exceptions were silently catched when `DelegateCommand' was used in synchronous mode.
- [#319] the injection behaviour between
JavaView
andFxmlView
was inconsistent when no generic ViewModel type was defined. In case ofJavaView
now an exception is thrown to match the behaviour ofFxmlView
s.