Skip to content

Releases: ktsn/birdseye

v0.9.3

08 Nov 08:43
Compare
Choose a tag to compare

Bug Fixes

  • fix the issue that a prop sometimes become empty (0dddec4)

v0.9.1

10 Feb 08:36
Compare
Choose a tag to compare

Bug Fixes

  • initial data should be applied to component with @vue/composition-api (74d913b)

v0.9.0

14 Dec 11:32
Compare
Choose a tag to compare

Features

  • support components created with composition api (#692) (26c1ee3)

v0.8.0

17 Sep 03:36
Compare
Choose a tag to compare

Features

  • snapshot: expose mouse and keyboard helpers in the page context from puppeteer (#560) (428afe3)

    With these helpers, you can emulate more detailed interaction during snapshot process. e.g. triggering :active style.
    See the example code from a test case of the Birdseye snapshot plugin.

v0.7.0

09 Sep 15:42
Compare
Choose a tag to compare

Features

  • snapshot: allow specifying capture target via the argument of capture function (#544) (3b8dd7e)

v0.6.1

09 Sep 15:14
Compare
Choose a tag to compare

Bug Fixes

  • snapshot: avoid error when specifying more than one capture (#543) (c78bdb1)
  • snapshot: make sure to capture when both skip and capture is specified (#542) (a384149)

v0.6.0

09 Sep 14:20
Compare
Choose a tag to compare

Features

v0.5.0

09 Sep 11:53
Compare
Choose a tag to compare

Features

  • snapshot: add capture option (#539) (4866aee)

    You can manipulate catalog components before taking snapshots. It is useful when you want to capture the hover style of your component, for example. See the docs for details.

v0.4.1

14 May 06:31
Compare
Choose a tag to compare

Features

v0.4.0

24 Apr 12:16
Compare
Choose a tag to compare

New Features

  • allow tweak snapshot behavior via catalog options (#353) (42ccea6), closes #353

BREAKING CHANGES

  • Users have to explicitly specify snapshotPlugin on birdseye app initialization.