Skip to content

Latest commit

 

History

History
172 lines (65 loc) · 7.37 KB

CHANGELOG.md

File metadata and controls

172 lines (65 loc) · 7.37 KB

Changelog

This file was generated using @jscutlery/semver.

0.9.2 (2024-05-16)

0.9.1 (2024-01-04)

Bug Fixes

  • validation: wrong condition for required field (#99) (3f19afc)

0.9.0 (2023-12-20)

Features

  • meta: add option to display mandatory field hint (#98) (e15dbf8)

0.8.4 (2022-03-28)

0.8.3 (2022-02-28)

Bug Fixes

  • libs/form-context: make selectors safer (#61) (39fc91c)

0.8.2 (2022-02-21)

0.8.1 (2022-02-18)

0.8.0 (2022-02-17)

Features

  • libs/validation-rule-list: remove components and class (#48) (bbe8360)

0.7.1 (2022-02-13)

0.7.0 (2022-02-09)

Features

  • libs/form-builder: remove previous button and actions wrapper (#42) (84cb1db)

0.6.1 (2022-01-28)

Bug Fixes

0.6.0 (2022-01-28)

Features

  • libs/form-builder: add form props (#41) (36c6154)

0.5.1 (2022-01-28)

0.5.0 (2022-01-24)

Features

  • libs/form-builder: add conditional fields (#36) (d45f3fb)
  • libs/form-context: create context api wrapper (#39) (0cc8db2)

0.4.1 (2022-01-12)

Bug Fixes

  • apps/docsite: code blocks colorization (#33) (f52f8c0)

0.4.0 (2022-01-11)

Bug Fixes

  • apps/docsite: fix base url (#29) (2a37147)
  • libs/form-builder: use the right field rules (#32) (6b6335d)

Features

  • apps/docsite: use bedrock colors (#30) (d8cf132)
  • libs/form-builder: export inner components classnames (#31) (0c09ada)

0.3.0 (2022-01-11)

Features

  • form-builder/validation: allow async validation (#26) (9f7e11b)

0.2.1 (2022-01-06)

Bug Fixes

  • dependencies: remove a few vulnerabilities (#23) (a11cebf)

0.2.0 (2022-01-05)

Features

  • validation-rule-list: move getValidationRulesHint (#21) (a443366)

0.1.0 (2022-01-05)

Bug Fixes

  • project/release: add nx sha1 (7900124)
  • project/release: multiline command chaining (f2c60b7)
  • project/tslib: bump tslib (b2e91b9)

Features

  • apps/demo: bootstrap simple demo app (#4) (fc0d59a)
  • apps/examples: add material ui demo (#9) (fb24754)
  • lib/form-builder: setup librarry (59abf96)
  • lib/redux: add vanilla redux lib (#1) (2fb6651)
  • libs/form-builder: add previous field and improve validation (#14) (48254ee)
  • libs/validation-rule-list: externalize lib (#5) (029881b)
  • utils/schema: add a schema generator (#12) (b39c237)