DataFormsJS v5.14.0 Release Notes

Release Date: 2022-11-28 // over 1 year ago

Previous changes from v5.13.1

    • ⚡️ Update Code Comments on React Component <JsonData>
      • Previously @license was included in the main comment which resulted in Vite including about 5 kB (uncompressed) and about 1.5 kB of extra code on the build process.
      • Comments were updated so that they are not included on build resulting in smaller files.
    • ⚡️ Update Framework, React, and Web Components for Date/Time formatting:
      • Update for en-US to use format {date} {time} instead of {date}, {time} because most people in the US (and software programs) do not use the comma while Chrome uses the comma.