Skip to content

Releases: acrodata/visual-component-api

v0.11.0

07 Jun 10:48

Choose a tag to compare

Features

  • re-design VisualInteraction

v0.10.1

06 Jun 14:00

Choose a tag to compare

Bug Fixes

  • fix filters type of VisualInteraction

v0.10.0

06 Jun 01:43

Choose a tag to compare

Features

- filters?: VisualDataFilter[];
+ filters?: VisualDataSourceFilter[];

v0.9.0

25 Sep 15:09

Choose a tag to compare

Features

  • move the @acrodata/gui to peerDependencies

v0.8.2

09 Sep 14:21

Choose a tag to compare

Bug Fixes

  • fix getOptionsFromConfig for undefined options

v0.8.1

09 Sep 12:59

Choose a tag to compare

  • revert to add getOptionsFromConfig

v0.8.0

09 Sep 12:52

Choose a tag to compare

Features

  • update @acrodata/gui to 2.6
  • remove getOptionsFromConfig and use getModelFromConfig instead

v0.7.2

11 May 08:20

Choose a tag to compare

  • add markForCheck method

v0.7.1

25 Apr 14:12

Choose a tag to compare

  • revert data and responseData type

v0.7.0

11 Apr 10:30

Choose a tag to compare

Features

  • add VisualConfigs interface
  • add mergeObject and improve updateOptions
  • improve requestData