Skip to content

0.5.0

Compare
Choose a tag to compare
@nzbin nzbin released this 06 May 14:45
· 50 commits to main since this release

Features

  • convert to self-closing tags
  • form control components are available
<gui-field-group [config]="{name:'Text'}">
  <gui-input-text [config]="{...}" />
</gui-field-group>

<gui-field-group [config]="{name:'Select'}">
  <gui-select [config]="{options:[...]}" />
</gui-field-group>

https://github.com/acrodata/gui/blob/main/projects/dev-app/src/app/controls/controls.component.html

Bug Fixes

  • image-select: fix appended element for dropdown panel
  • inline-group: fix field label without config name