Skip to content

TypeSript support

Choose a tag to compare

@ukrbublik ukrbublik released this 08 Dec 20:46
· 544 commits to master since this release
013f2e0
  • Added TypeScript support (examples uses TS, sandbox uses JS)
  • Updated Babel, Webpack
  • For field widget slightly changed format of formatValue() and sqlFormatValue() functions - argument rightFieldDef is now last one
  • Added defaultValue in field config
  • All fieldSettings will be now passed to widget props
  • listValues and allowCustomValues moved inside fieldSettings

See:

TODO:

  • Probably it worth adding comments in index.d.ts also.