Skip to content

Latest commit

 

History

History
136 lines (65 loc) · 7.14 KB

CHANGELOG.md

File metadata and controls

136 lines (65 loc) · 7.14 KB

Changelog

1.8.1 (2024-09-26)

Bug Fixes

  • remove hillshade from taranaki screenshot test BM-1054 (#420) (3e5b01a)

1.8.0 (2024-08-11)

Features

  • Remove bearing and pitch for default tests. (#416) (99b800e)
  • Remove some 3d map tests to shorten screenshot running time. (#419) (670e858)
  • Update the PR template (#417) (9979552)

1.7.0 (2024-07-11)

Features

  • Allow to import customized test file into the screenshots (#415) (e02fc95)
  • Update the terrain source id to the new one. (#413) (1b7fe14)

1.6.0 (2024-06-10)

Features

  • tests: Add more tests for elevation 3d map. (#411) (65ba46f)

1.5.0 (2023-03-08)

Features

  • Set Default timeout for the whole transaction, remove the wait once map-loaded. (#209) (94201b8)

1.4.1 (2023-03-07)

Bug Fixes

1.4.0 (2023-03-07)

Features

  • Stop error out and still take screenshot when failure or timeout, add waiting timeout for networkidle. (#200) (6a0119f)

1.3.0 (2023-01-17)

Features

  • deps: bump @chunkd/fs from 8.5.1 to 10.0.2 (#99) (0fdf267)
  • deps: bump pino from 8.4.2 to 8.8.0 (#127) (bfcb0a3)
  • deps: bump playwright from 1.25.1 to 1.29.2 (#147) (1e53695)
  • deps: bump pretty-json-log from 1.1.2 to 1.3.0 (#43) (78671f5)

Bug Fixes

1.2.0 (2022-08-28)

Features

  • deps: bump pino from 8.4.0 to 8.4.2 (#11) (069b7ea)
  • take two screen shots at a time (3030356)

1.1.1 (2022-08-28)

Bug Fixes

  • docker should use same package manager as the repo (63f5af0)

1.1.0 (2022-08-28)

Features

  • deps: bump @chunkd/fs from 8.4.0 to 8.5.1 (#16) (61c0a37)
  • deps: bump playwright from 1.25.0 to 1.25.1 (#19) (6a7daff)

1.0.2 (2022-08-12)

Bug Fixes

  • correct location of package/repo (dd45f5c)

1.0.1 (2022-08-12)

Bug Fixes

1.0.0 (2022-08-12)

Features

  • add screenshot cli (a67c7b3)
  • only publish containers on release (8c36047)

0.0.2 (2022-08-11)

⚠ BREAKING CHANGES

  • this switches from commonjs to ESM modules

Features

Bug Fixes

  • get typescript to compile into esm (cff197b)

Continuous Integration

  • switch to release-please for release automation (c5ad62d)