Skip to content

Releases: idea2app/MobX-RESTful-table

v2.0.0

03 Sep 19:31
Compare
Choose a tag to compare

What's Changed

  • [fix] File Uploader's value setting & other detail bugs by @TechQuery in #10
  • [optimize] MobX 6 & React 18 compatibility by @TechQuery in #11
  • [migrate] replace built-in Form component with MobX-React-helper's by @TechQuery in #12
  • [fix] Type detecting of File Preview component by @TechQuery in #14
  • [add] Range Input component by @TechQuery in #15
  • [migrate] upgrade to ES Decorator stage-3 & Husky 9 by @TechQuery in #16
  • [add] LGPL 3.0 license, NPM provenance, GitHub repository settings & PR badges by @TechQuery in #17

Full Changelog

v1.0.0...v2.0.0

v1.0.0

03 Sep 19:27
Compare
Choose a tag to compare

What's Changed

  • [add] Operation column for Edit, Delete & Check by @TechQuery in #1
  • [add] Scroll Boundary & List components by @TechQuery in #2
  • [refactor] render Column & Field based on "type" property by @TechQuery in #3
  • [add] File Picker component by @TechQuery in #4
  • [optimize] Pager component supports SSR by @TechQuery in #5
  • [add] Image Preview & Badge Input components by @TechQuery in #6
  • [add] Form & File Uploader components by @TechQuery in #7
  • [refactor] transform Scroll List from Abstract Class to Class Component by @TechQuery in #9

Full Changelog

v0.3.0...v1.0.0