Skip to content

Super Fields and Nested by Default

Compare
Choose a tag to compare
@knownasilya knownasilya released this 22 Oct 14:03
· 351 commits to master since this release

Breaking Changes

  • nested has been removed as an option. All fields support nesting by default (see #74).

Features

  • fields has been overhauled to accept an object (see #78) with the following form:

    • label - optional, defaults to the value of value
    • value - required, Can be a string, or a function that receives the row as a param, see the README.
    • default - optional, overrides the defaultValue option.

    It can also just be a string, which is the value.