Releases: steve-taylor/viz
Releases · steve-taylor/viz
v3.0.1
What's Changed
- Bump log4js from 6.3.0 to 6.4.0 by @dependabot in #21
- Bump hosted-git-info from 2.8.5 to 2.8.9 by @dependabot in #14
- Bump cached-path-relative from 1.0.2 to 1.1.0 by @dependabot in #22
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #23
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #24
- Bump async from 2.6.3 to 2.6.4 by @dependabot in #25
- Update all other dependencies to the latest version
Full Changelog: v3.0.0...v3.0.1
v3.0.1-alpha.2
v3.0.1-alpha.1
What's Changed
- Bump log4js from 6.3.0 to 6.4.0 by @dependabot in #21
- Bump hosted-git-info from 2.8.5 to 2.8.9 by @dependabot in #14
- Bump cached-path-relative from 1.0.2 to 1.1.0 by @dependabot in #22
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #23
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #24
- Bump async from 2.6.3 to 2.6.4 by @dependabot in #25
- Update all other dependencies to the latest
Full Changelog: v2.1.0...v3.0.1-alpha.1
Click and hover actions
Export puppeteer's click and hover functions.
Type definitions and config changes
- Type definitions for TypeScript
- Configurable Babel settings
- Optional sourcemaps
- Optional viewport scale factor
- Automatic Chrome path discovery
Breaking changes:
- Tests must now import
describe,beforeEach,afterEach,testandit. - Babel configuration must be overridden in the config file to support React.
Fix watchify dependency
v2.0.0-alpha.9 2.0.0-alpha.9
Fix the test compiler
This release finally fixes the test compiler and adds some additional config items.
Fix viz compiler
v2.0.0-alpha.7 2.0.0-alpha.7
Test compiler fixes
Add TypeScript support to the tests compiler.
TypeScript fixes
Add Babel presets to support TypeScript.