Skip to content

Releases: vega/voyager

v2.0.0-alpha.24

12 Jul 17:11
Compare
Choose a tag to compare

Updated Dependencies

  • Update Vega-Lite to 2.4.0

  • Update CompassQL to 0.20.2

  • Update Vega to 4.0.0

v2.0.0-alpha.23

12 May 04:39
Compare
Choose a tag to compare

New Features

  • Custom Encoding

  • Bookmark modal UX bug fix

Custom Encoding

  • Users can now customize encodings for a selected channel via the PropertyEditor tab-view component. Each tab represents an encoding property of a single view specification. Each tab contains several properties that can be customized (scale type, domain range, legend orient, etc).

  • Current customization supports positional (X, Y) and mark channels (shape, color, size)

v2.0.0-alpha.20

24 Apr 20:17
Compare
Choose a tag to compare
  • Add stack to ShelfFieldDef
  • Copy .scss files from /src to /build to allow external apps to reuse Voyager components

v2.0.0-alpha.19

18 Apr 01:31
Compare
Choose a tag to compare

New Features

  • Only allow property-editor pane to "remain" opened when fieldDef is defined.

  • Expose undo & redo methods in lib-voyager

VoyagerConfig Schema Changes

  • Refactor VoyagerConfig to have property wildcards with possible values enabled|disabled and property relatedViews with possible values initiallyCollapsed | initiallyShown | disabled

v2.0.0-alpha.18

10 Apr 07:29
Compare
Choose a tag to compare

New Feature

  • Allow related-views pane to be collapsed/expanded by default via VoyagerConfig

VoyagerConfig Schema Changes

  • Add RelatedViews enum with possible values disabled | initiallyCollapsed | initiallyShown
  • Consolidated ManualSpecificationOnly config value with RelatedViews enum value of disabled