lion/packages/form-core/CHANGELOG.md
github-actions[bot] 56c396d81d Version Packages
2020-08-17 14:36:28 +00:00

4.7 KiB

Change Log

0.4.2

Patch Changes

  • dd021e43: Groups need a valid formattedValue representing the value of it's form elements
  • 07c598fd: Form should be able to access formattedValue of children

0.4.1

Patch Changes

  • fb236975: Add index.d.ts file so that its types can be used across lion. Add package root index.js to TSC build config exclude filter to prevent TSC from erroring on already existing type definition files.

0.4.0

Minor Changes

  • 3c61fd29: Add types to form-core, for everything except form-group, choice-group and validate. Also added index.d.ts (re-)export files to git so that interdependent packages can use their types locally.

Patch Changes

  • Updated dependencies [3c61fd29]
  • Updated dependencies [09d96759]
  • Updated dependencies [9ecab4d5]
    • @lion/core@0.9.0
    • @lion/localize@0.14.0

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.3.1 (2020-07-28)

Bug Fixes

  • resolve registrationComplete via microtask to be sync (6b8daef)

0.3.0 (2020-07-27)

Features

  • synchronous form registration system (8698f73)

0.2.6 (2020-07-16)

Bug Fixes

  • form-core: remove possible untrusted input value callback (e06196d)

0.2.5 (2020-07-13)

Note: Version bump only for package @lion/form-core

0.2.4 (2020-07-09)

Note: Version bump only for package @lion/form-core

0.2.3 (2020-07-09)

Bug Fixes

  • formgroup: wait for formElements to register (780383d)

0.2.2 (2020-07-09)

Bug Fixes

  • select-rich: instantiation after first update (184898c)

0.2.1 (2020-07-07)

Note: Version bump only for package @lion/form-core

0.2.0 (2020-07-06)

Features

  • choice-input: add rendering of help-text (5cd36ca)

0.1.6 (2020-06-18)

Note: Version bump only for package @lion/form-core

0.1.5 (2020-06-10)

Note: Version bump only for package @lion/form-core

0.1.4 (2020-06-09)

Bug Fixes

  • form-core: on reset the submitted values becomes false (#753) (d86cfc5)

0.1.3 (2020-06-08)

Note: Version bump only for package @lion/form-core

0.1.2 (2020-06-08)

Note: Version bump only for package @lion/form-core

0.1.1 (2020-06-03)

Bug Fixes

  • field: remove validation toggled disable (e24f2ef)
  • remove all stories folders from npm (1e04d06)

0.1.0 (2020-05-29)

Features

  • merge field/validate/choice-input/form-group into @lion/form-core (6170374)