Skip to content

Releases: acrodata/gui

v0.3.0

15 Apr 08:46
Compare
Choose a tag to compare

Features

  • add showIf to control the visibility of the field
{
  ...
  "showIf": {
    "conditions": [
      ["path", "operator", "value"],
      ...
    ],
    "logicalType": "$or"
  }
}

👉 https://acrodata.github.io/gui/conditions

v0.2.5

05 Feb 09:57
Compare
Choose a tag to compare

Bug Fixes

  • fix peer dependency @angular/form undefined (#1)

v0.2.4

31 Dec 14:40
Compare
Choose a tag to compare
  • multiple: improve styles for some controls (tabs, fill, textarea)
  • uploader: add the missing style for focus state

v0.2.3

15 Nov 16:07
Compare
Choose a tag to compare

Bug Fixes

  • button-toggle: fix checked color when coexists with mat-button-toggle

v0.2.2

15 Nov 14:19
Compare
Choose a tag to compare

Bug Fixes

  • button-toggle: fix Regexp for detecting image url

v0.2.1

14 Nov 14:31
Compare
Choose a tag to compare

Bug Fixes

  • image-select: fix disabled attr and placeholder attr
  • file-uploader: fix input[type=file] on safari and placeholder attr
  • slider: fix placeholder attr

v0.2.0

13 Nov 13:11
Compare
Choose a tag to compare

Features

  • form: add modelChange event
  • menu: use flat appearance
  • button-toggle: use flat appearance

Bug Fixes

  • number: fix RTL issue
  • switch: fix vertical align
  • slider: fix control size and hint position
  • fill: fix toggle icon vertical align

v0.1.0

30 Oct 13:34
Compare
Choose a tag to compare

Features

  • JSON powered config
  • Uses Angular Material as basic UI library
  • Easy to understand config and model
  • Built on top of Angular Reactive Forms