DataFormsJS v4.2.2 Release Notes

Release Date: 2020-07-13 // almost 4 years ago
    • js/react/jsxLoader.js
      • Added jsxLoader.globalNamespaces and improved jsxLoader.addBabelPolyfills() so that global namespaces can be defined more with less code and so that more modules are handled automatically. This is being added for a new demo with React-Toastify at https://awesome-web-react.js.org/ which will be published after the new release.
      • Added Object.values and Array.prototype.findIndex to jsxLoader.polyfillUrl.
      • Updated 'jsxLoader.babelUrl' from version 7.8.4 to version 7.10.4. New URL: https://unpkg.com/@babel/[email protected]/babel.js
    • ➕ Added config file for ESLint .eslintrc.js and added eslint as a dev dependency in package.json
      • All code is valid based on defined rules so no changes to framework code were needed.