DataFormsJS v3.5.0 Release Notes

Release Date: 2020-01-16 // over 4 years ago
    • ➕ Added ability to use js/controls/json-data.js with Vue
    • 👌 Improvements for Vue with the main framework app file js/DataFormsJS.js
      • app.refreshPlugins() - Plugins do not call the onRendered() function until $nextTick() of the Active Vue Model
      • app.updateView() - Better support for Framework JavaScript Controls by calling app.loadAllJsControls() in $nextTick() after the Vue Model is initially updated.
    • DataFormsJS Namespace for React Components js/react/es6/DataFormsJS.js - Added the LeafletMap Component
    • Edge case bug fix to prevent app.loadJsControl() from calling control.onLoad() while it is still loading