Neutronium v1.2.0 Release Notes

Release Date: 2018-01-07 // about 6 years ago
  • โšก๏ธ Big update: now supporting 64 bits builds!

    Neutronium.Core

    • Fix bug on export Vm with string containing a single quote
    • Better export of command to js objects when exporting to cjson

    - Improved event OnFirstLoad with args

    ๐Ÿ’ป Neutronium.WebBrowser.ChromiumFx

    - Support x64 builds. See here

    Neutronium.WPF

    - Correcting maximized problem on Chromeless window

    Neutronium.JavascriptFramework.Vue

    • Update version to vue.js 2.5.13
    • Added RunTimeOnly flag to only load vue-runtime (helpful to improve performance when using neutronium-vue)

    Gotchas

    ๐Ÿ— When buildin solution

    • ๐Ÿ— Make sure to disable projects flag "Prefer 32-bit" (Properties>Build).
    • ๐Ÿ‘‰ Make sure that all the projects of the solution have the same platform value. Supported values: 'x86', 'x64' or 'Any CPU'

    Migration Guide

    Here