Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Releases: checkly/headless-recorder

v1.1.0

20 Aug 17:00
Compare
Choose a tag to compare

Added

  • Shortcut to toggle overlay: ctrl+k
  • Shortcut for full page screenshot: ctrl+shift+F
  • Shortcut for element screenshot: ctrl+shift+E

Fixed

  • Select default tab when copying code from overlay

1.0.0-beta

02 Jul 02:27
Compare
Choose a tag to compare

[1.0.0] - 2021-07-08

Added

  • New visual identity by @nucro.
  • In page overlay to handle recording and take screenshots
  • Visual feedback when taking screenshots
  • New code structure organized in modules and services
  • Dark mode support
  • Migrate to Vue 3 and dependencies update
  • Migrate CSS to Tailwind (except for Overlay components)
  • Selector preview while recording
  • Restart button while recording
  • Allow run scripts directly on Checkly 🦝
  • First draft of Vuex shared store

Changed

  • Make Playwright default tab
  • Use non-async wrap as default
  • Full page screenshots use fullPage property
  • Replace clipped screenshots with element screenshots
  • Improve selector generation giving relevance to ID and data-attributes
  • General bug fixing
  • Improve code reusability and events management

Removed

  • Screenshots context menu
  • Events recording list

1.0.0-alpha

28 Jun 03:43
a88f7b0
Compare
Choose a tag to compare
build(deps): bump handlebars from 4.7.3 to 4.7.7 (#136)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.3 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.3...v4.7.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.8.2

15 Dec 16:19
dc5db96
Compare
Choose a tag to compare

[0.8.2] - 2020-12-15

Changed

  • Specify custom key for input record #111
  • Fix input escaping #119

v0.8.1

02 Oct 12:57
992ad3c
Compare
Choose a tag to compare
  • [bug] Allow access iframes from different domain #107
  • [bug] Fix playwright select method #104

v0.8.0

05 Sep 13:55
Compare
Choose a tag to compare

This release introduces Playwright support!

v0.7.2

10 Mar 12:01
Compare
Choose a tag to compare

This release is cosmetic. Just some textual updates

v0.7.1

30 Jul 12:07
Compare
Choose a tag to compare
  • [closed] data-* not useful without looping through parent elements #52

v0.7.0

04 Jul 10:52
Compare
Choose a tag to compare
  • [feature] add basic events tracking #57
  • [feature] Record screenshots #56

v0.6.0

31 May 09:26
Compare
Choose a tag to compare
  • [enhancement] selector should always prefer ID tags over classes #32