Releases: vega/voyager
Releases · vega/voyager
v2.0.0-alpha.24
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
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
- Add stack to ShelfFieldDef
- Copy .scss files from /src to /build to allow external apps to reuse Voyager components
v2.0.0-alpha.19
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 propertyrelatedViews
with possible valuesinitiallyCollapsed | initiallyShown | disabled
v2.0.0-alpha.18
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 withRelatedViews
enum value ofdisabled