Skip to content

1.0.4

Choose a tag to compare

@glasserc glasserc released this 31 Jul 14:20
· 1338 commits to main since this release
aadbbe9

Compatibility

  • Remove setimmediate, rely on babel-plugin-transform-runtime instead
  • Use modern methods from core-js
  • Revert "Fixes #206: Load platform specific polyfills in the playground. (#207)"
  • Add babel transform runtime. (Fixes #798.)
  • Use babel-preset-env over deprecated es2015

Bug fixes

  • Listen to FileReader errors (#986)
  • Now supporting yearsRange for customizing years in alt-date widgets. Close #898 (#917)
  • Fixed issue where form validation errors stay on the page after user fixed the causes (#844)

Dependency upgrades

  • Upgrade html dependency using npm audit fix --force
  • Avoid deprecated --compilers mocha flag
  • Upgrade mocha to remove outdated growl dep
  • Unlock npm version (#947)

Documentation

  • Readme edits (#942)
  • Add a FAQ entry regarding collapsible form groups (#924)
  • Fix typo in readme (#903)