Skip to content

Latest commit

 

History

History
67 lines (34 loc) · 4.02 KB

File metadata and controls

67 lines (34 loc) · 4.02 KB

1.0.0-beta.10 (2020-07-15)

Bug Fixes

  • line-height and min-height in form-control-static css (c72e646)

1.0.0-beta.9 (2020-07-13)

1.0.0-beta.8 (2020-05-31)

Bug Fixes

  • assets error fixed when importing via relative path (b9dac29)

Features

  • show-validation-untouched prop added (cddf677)

Reverts

  • Revert "chore(release): 1.0.0" (ffe7196)

1.0.0-beta.6 (2020-05-16)

Bug Fixes

  • dist whitelist (48c0502)
  • export install function in src/index.js (e39f294)
  • field mixin null coalescing fixed (d37e67d)
  • fixed the warning related to moment locale (6bf31d4)
  • helpers (d4c77ca)
  • mixins added to files (f7bca9f)
  • reactivity in provide and inject (b383733)
  • umd build fix for $parent.schema (db766fb)

Features

  • builds for global window object (521cc40)
  • copied FieldFor changes in FieldForBrowser (0b81dd0)
  • customStyle and showValidationIndicators props added to FieldFor (b169f54)
  • different build for FieldFor to support dynamic imports in cli and static imports in browser via CDN (28a008e)
  • FormFor chaining with slot-scope added (8991a1e)
  • plugin added for installation (da68d72)
  • provider and injection and replaced $parent (ea0ce5c)
  • removed model property from form-for. model can be explicitly obtained from prototype of data when data's Class has a schema method. (8c14472)
  • SubFormFor removed, FormFor chaining logic added (c663ae1)
  • validation support for standalone field-fors, (34a32cd)

Performance Improvements

  • lazy loading to profile added in dropdown (8ba5f05)