Skip to content

Commit

Permalink
v5.13.0 (#2659)
Browse files Browse the repository at this point in the history
* chore: Update version numbers.
* chore: Update dependencies.
* docs: v5.13 updates.
* feat: Update schema and typings.
* feat: add typings for view initialization and parsing with AST
* test: Add logger test to dataflow.
* docs: Logger docs and typings corrections (#2664)
* chore: fix typo in comment
* docs: add docs for view.logger
* fix: correct padding type
* feat: add view.logger typings, make typings stricter, correct logger.level type
* docs: document the logger view initializer parameter
* test: Add logger test to dataflow.
* feat: Add logger View constructor option typing.
* chore: Update dataflow evaluate logging.
* fix: Include domainMid that exceeds domain min/max. (#2656)
* chore: Update dependencies, including vega-datasets.
* docs: Update locale and view docs.
* docs: Update flight-passengers example with new data.
* fix: Add missing error log level typings
* fix: Treat empty string as null in aggregates and statistics.
Co-authored-by: Dominik Moritz <domoritz@gmail.com>
  • Loading branch information
jheer committed Jun 2, 2020
1 parent faba8a8 commit 62565bb
Show file tree
Hide file tree
Showing 47 changed files with 53,776 additions and 1,296 deletions.
3 changes: 2 additions & 1 deletion docs/_data/versions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
vega__latest: '5.12.3'
vega__latest: '5.13.0'
schema: '5'
vega: '5'
interpreter: '1'
vega-lite: '4'
vega-embed: '6'
d3: '5'
Expand Down

0 comments on commit 62565bb

Please sign in to comment.