Skip to content

Latest commit

 

History

History
131 lines (57 loc) · 4.01 KB

CHANGELOG.md

File metadata and controls

131 lines (57 loc) · 4.01 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.8 (2019-05-21)

Bug Fixes

  • component: handle falsy conditionals (eddea87)

0.1.7 (2018-10-31)

0.1.7-alpha.1 (2018-10-27)

0.1.7-alpha.0 (2018-10-27)

0.1.6 (2018-08-11)

Bug Fixes

  • getSchemaFromConfig: ignoreFields now works for required fields (74bf63a)

0.1.5 (2018-06-08)

Bug Fixes

  • forms/utils: flattenSchemaProperties() broken for >1 depth form jsonSchema (3fcff2e)
  • readme: typo (e8c8b5f)

0.1.4 (2018-06-07)

0.1.3 (2018-06-07)

Features

  • component: add transformErrors props (e858b84)

0.1.2 (2018-06-06)

Features

  • component: introduce onChange() prop (affac0e)

0.1.1 (2018-06-05)

Features

  • component: add registerWidget() static method to add widgets as overrides (e454513)

0.1.0 (2018-06-05)

Bug Fixes

  • cli: remove unnecessary print (51aef54)
  • lib: TypeScript errors resulting in invalid JS generation (f900272)

0.1.0-2 (2018-06-05)

Bug Fixes

0.1.0-1 (2018-06-04)

Bug Fixes

Features

0.1.0-0 (2018-06-04)

Features

  • cli: generate mutation names typing (8e85c4f)
  • lib: expose configure() main helper (35668c0)
  • lib: introduce conditionals ! (514e032)
  • lib: working storybook ! (43ac1f0)