DataFormsJS v3.6.2 Release Notes

Release Date: 2020-02-25 // about 4 years ago
    • jsxLoader.js
      • Added support for Shorthand React.Fragment Syntax <>
      • Switched Babel Standalone from Version 6 to Version 7.8.4
      • Switched eval code syntax to use new Function('"use strict";' + jsxLoader.evalCode)(); instead of eval(jsxLoader.evalCode);
      • Load additional Polyfills from polyfill.io service and added jsxLoader.addAdditionalPolyfills() function.
      • Added additional Unit Tests