- Sync fork with the upstream
mume
library - Upgrade vega to 5.21.0, vega-lite to 5.1.1, vega-embed to 6.19.1 and vega-loader to 4.4.1
- Upgrade some auxiliary dependencies and make a few small refactors
- Fix apache arrow loader
- Upgrade
vega-lite
from v4 to v5 - Change how
vega
,vega-embed
,vega-lite
,vega-loader
,loader-arrow
andapache-arrow
are embedded. The versions are no longer pinned. To upgrade to the latest version in the curren semver major band, all you need is to reinstall the extension.
- Upgrade vega to 5.19.1
- Upgrade
immer
to 8.0.1 to mitigate CVE-2020-28477
- Upgrade vega to 5.18.0, vega-embed to 6.15.0, apache-arrow to 2.0.0 and vega-loader-arrow to 0.0.9
- Upgrade vega to 5.17.0, vega-lite to 4.17.0 and vega-embed to 6.12.2
- Upgrade vega to 5.15.0 and vega-lite to 4.15.0
- Fix caching issue (gicentre/litvis#47)
- Bump dependencies
- Sync this fork with the upstream project
- Upgrade vega to 5.14.0 and vega-embed to 6.11.1, fix CDN vega versions
- Upgrade vega-lite to 4.14.1 and vega-embed to 6.10.0
- Upgrade vega to 5.13.0, vega-lite to 4.13.1 and vega-embed to 6.9.0
- Upgrade vega to 5.10.1, vega-lite to 4.10.2 and vega-embed to 6.5.2
- Upgrade vega-lite to 4.8.1 and vega-embed to 6.5.1
- Upgrade vega to 5.10.0, vega-lite to 4.5.1, vega-embed to 6.3.2 and apache-arrow to 0.16.0
- Upgrade vega-lite to 4.3.1
- Upgrade vega to 5.9.1, vega-lite to 4.1.1 and vega-embed to 6.2.2
- Upgrade vega to 5.9.0, vega-lite to 4.0.0 and vega-embed to 6.2.1
- Upgrade vega-lite to 4.0.0-beta.11, fix outdated vega versions in CDN links (affects interactive mode only)
- Fix compatibility with Atom 1.41
- Update apache-arrow to 0.15.0, vega to 5.7.3, vega-lite to 4.0.0-beta.10 and vega-embed to 6.0.0
- Upgrade vega to 5.7.0, vega-lite to 4.0.0-beta.8, vega-embed to 5.1.3 and vega-loader-arrow to 0.14.1
- Sync with upstream package to resolve various issues in the latest versions of editors (#1)
- Upgrade vega to 5.4.0 and vega-embed to 4.2.0
- Support apache-arrow files in vega specs (gicentre/litvis#31)
- Fix incorrect parsing of keys in elm string representation (gicentre/litvis#29 (comment))
- Upgrade vega to 5.3.5 and vega-lite to 3.2.1
- [elm-string-representation] Allow any strings in keys except
" = "
- Upgrade vega to 5.3.2, vega-lite to 3.0.2 and vega-embed to 4.0.0
- Use JSDelivr as lib CDN instead of CloudFlare
- Downgrade vega from 5.3.0 to 5.1.0 to avoid
Error: Cycle detected in dataflow graph
- New command: Markdown Preview Enhanced with Litvis: Clear Cache (useful when need to upgrade Elm dependencies or when cache is corrupt)
- Fix a number of regressions in Elm output parsing and URL fetching
- Improve error handling in a couple of edge cases
- Upgrade vega to 5.3.0
- Upgrade vega to 5.0.0, vega-lite to 3.0.0-rc14 and vega-embed to 4.0.0-rc1 (gicentre/mume-with-litvis#11bc9651)
- Add ability to highlight lines of code (gicentre/litvis#9, shd101wyy/mume#100, mume-with-litvis#5074ca39)
-
Upgrade vega to 4.4.0, vega-lite to 3.0.0-rc10 and vega-embed to 3.26.1 (gicentre/mume-with-litvis#429dcf63)
-
Fix a few minor bugs (gicentre/litvis#11, gicentre/litvis#12, gicentre/litvis#13, gicentre/litvis#14, gicentre/litvis#15, gicentre/litvis#16, gicentre/litvis#17)
- Implement markdown output from litvis blocks (gicentre/litvis#10)
- Switch to Elm 0.19. Elm 0.18 users please use version 0.9.0 of this atom package (
apm install [email protected]
) - Upgrade vega to 4.3.0, vega-lite to 3.0.0-rc6 and vega-embed to 3.20.0
- Upgrade vega to 4.2.0, Vega-Lite to 3.0.0-rc3 and vega-embed to 3.18.2
- Improve parsing of narrative schemas, support label aliases and fix rules
- Suggest installing dependencies of
linter-ui-default
too to reduce the number of clicks by user
- Use
atom-package-deps
to prompt about installinglinter-ui-default
- Merge from upstream to use better config defaults
- Fix path detection for elm binaries
- Use a local copy of
elm
to avoid its setup via npm - use an OS-specific temp directory (
echo $TMPDIR
) instead of hard-coded/tmp/literate-elm
- Upgrade
vega
to3.3.1
,vega-lite
to2.4.0
andvega-embed
to3.7.2
(shd101wyy/mume#65).