DataFormsJS v3.5.4 Release Notes

Release Date: 2020-02-20 // about 4 years ago
    • 💻 DataFormsJS - Added pollyfill check and support if Promise.prototype.finally is missing. This was found to affect the UC Browser.
    • JsonData Component
      • Added support for missing isLoaded elements so that JsonData can be used to ping the server without displaying data. For example <JsonData url="https://www.dataformsjs.com/data/geonames/countries" />
      • Update for onViewUpdated event so that is called on the initial loading state before data is fetched. Previously it was only called after data has downloaded or if there was an error downloading data.
      • Added Error Handling for custom onViewUpdated events. The prevents issues from display data when an error occurs in third-party or app code.
    • 👌 Improved Support for Preact when using React Components
      • React Components ES5 Build Version will detect if preact is being used instead of React and work automatically
      • InputFilter will detect if preact is being used as an alias in a web page for React and then use onInput instead of onChange