v1.0.0
David-Desmaisons
released this
28 Oct 22:42
·
587 commits
to master
since this release
Neutronium.Core
- Massive performance improvement on updates from C# on both large data and frequent updates scenario.
- Support of
byte
andsbyte
types. - Conversion of dictionary with key string to javascript object.
- Support dynamic objects conversion: both
ExpandoObject
and inheritors ofDynamicObject
. - Support to Bindable attribute.
- Introduction of
ICommand<T>
,ISimpleCommand<T>
andICommandWithoutParameter
as well as correspondingRelayCommand
to better control command argument type. See here for full details
Neutronium.WPF
- Support of pack-uri allowing usage of
resource
type file to be used as HTML, CSS and javascript files thanks to lhyqy5. Documentation here.
Neutronium.JavascriptFramework.Vue
- Upgrade to Vue.js v2.5.2
- Upgrade to Vue devtools v3.1.3
- Possibility to set Vue instance options (useful for using
vue-router
orvue-i18n
for example) see here. - Performance improvement on update from C#
Tooling
- Compatible with neutronium-vue vue-cli version 4.0.0
Migrating to version 1.0.0
- If you need to upgrade from v.0.6.0, see here the guidelines
Bug Fix:
- Correction of reentrance bug on update from javascript causing none update in some edge cases.
Complete doc here