Skip to content

Releases: acrodata/visual-component-api

v0.11.0

Choose a tag to compare

@nzbin nzbin released this 07 Jun 10:48

Features

  • re-design VisualInteraction

v0.10.1

Choose a tag to compare

@nzbin nzbin released this 06 Jun 14:00

Bug Fixes

  • fix filters type of VisualInteraction

v0.10.0

Choose a tag to compare

@nzbin nzbin released this 06 Jun 01:43

Features

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

v0.9.0

Choose a tag to compare

@nzbin nzbin released this 25 Sep 15:09

Features

  • move the @acrodata/gui to peerDependencies

v0.8.2

Choose a tag to compare

@nzbin nzbin released this 09 Sep 14:21

Bug Fixes

  • fix getOptionsFromConfig for undefined options

v0.8.1

Choose a tag to compare

@nzbin nzbin released this 09 Sep 12:59
  • revert to add getOptionsFromConfig

v0.8.0

Choose a tag to compare

@nzbin nzbin released this 09 Sep 12:52

Features

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

v0.7.2

Choose a tag to compare

@nzbin nzbin released this 11 May 08:20
  • add markForCheck method

v0.7.1

Choose a tag to compare

@nzbin nzbin released this 25 Apr 14:12
  • revert data and responseData type

v0.7.0

Choose a tag to compare

@nzbin nzbin released this 11 Apr 10:30

Features

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