Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [v0.1.11](https://github.com/livebook-dev/vega_lite/tree/v0.1.11) (2024-11-14)
### Changed
- Deprecated `VegaLite.Export` and `VegaLite.Viewer` functions in favour of [`vega_lite_convert`](https://github.com/livebook-dev/vega_lite_convert) ([#82](https://github.com/livebook-dev/vega_lite/pull/82))
## [v0.1.10](https://github.com/livebook-dev/vega_lite/tree/v0.1.10) (2024-10-19)
### Changed
- Updated vega packages versions in the HTML export ([#79](https://github.com/livebook-dev/vega_lite/pull/79))
## [v0.1.9](https://github.com/livebook-dev/vega_lite/tree/v0.1.9) (2024-04-10)
### Removed
- `VegaLite.Data` specialized plots
### Fixed
- Prevent deprecation warnings from exporting an invalid image binary ([#77](https://github.com/livebook-dev/vega_lite/pull/77))
## [v0.1.8](https://github.com/livebook-dev/vega_lite/tree/v0.1.8) (2023-08-19)
### Added
- Data module ([#49](https://github.com/livebook-dev/vega_lite/pull/49))
## [v0.1.7](https://github.com/livebook-dev/vega_lite/tree/v0.1.7) (2023-03-27)
### Added
- Option to configure npm prefix ([#36](https://github.com/livebook-dev/vega_lite/pull/36))
### Fixed
- Export compatibility with Node.js 19 ([#44](https://github.com/livebook-dev/vega_lite/pull/44))
## [v0.1.6](https://github.com/livebook-dev/vega_lite/tree/v0.1.6) (2022-08-04)
### Fixed
- Support for structs in data entries
- Unexpected conversion of data keys to camel case
## [v0.1.5](https://github.com/livebook-dev/vega_lite/tree/v0.1.5) (2022-06-17)
### Fixed
- Channel validation to allow `url` ([#32](https://github.com/livebook-dev/vega_lite/pull/32))
## [v0.1.4](https://github.com/livebook-dev/vega_lite/tree/v0.1.4) (2022-04-27)
### Added
- `:only` option to `data_from_values/3` to include a subset of fields in the specification ([#29](https://github.com/livebook-dev/vega_lite/pull/29))
### Changed
- `data_from_values/3` to accept any tabular data ([#29](https://github.com/livebook-dev/vega_lite/pull/29))
### Deprecated
- `data_from_series/3` in favour of the new `data_from_values/3` ([#29](https://github.com/livebook-dev/vega_lite/pull/29))
### Fixed
- Fixed the svg, png and pdf exports to work on Windows ([#28](https://github.com/livebook-dev/vega_lite/pull/28))
## [v0.1.3](https://github.com/livebook-dev/vega_lite/tree/v0.1.3) (2022-01-21)
### Added
- Support for the `:x_offset` and `:y_offset` encoding channels ([#25](https://github.com/livebook-dev/vega_lite/pull/25))
## [v0.1.2](https://github.com/livebook-dev/vega_lite/tree/v0.1.2) (2021-09-20)
### Added
- Support for specifying datasets ([#17](https://github.com/livebook-dev/vega_lite/pull/17))
## [v0.1.1](https://github.com/livebook-dev/vega_lite/tree/v0.1.1) (2021-09-15)
### Added
- Support for encoding channels with arrays ([#15](https://github.com/livebook-dev/vega_lite/pull/15))
## [v0.1.0](https://github.com/livebook-dev/vega_lite/tree/v0.1.0) (2021-05-24)
Initial release.