mirror of
https://github.com/checkly/headless-recorder.git
synced 2021-07-28 02:03:42 +03:00
chore: update changelog and remove unused permission
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -18,16 +18,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- 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`
|
||||
- Improve selector generation giving relevance to `ID` and `data-attributes` [#64](https://github.com/checkly/headless-recorder/issues/64)
|
||||
- General bug fixing
|
||||
- Improve code reusability and events management
|
||||
|
||||
### Removed
|
||||
- Screenshots context menu
|
||||
- Events recording list
|
||||
|
||||
<br>
|
||||
|
||||
## [0.8.2] - 2020-12-15
|
||||
|
||||
### Changed
|
||||
- Specify custom key for input record [#111](https://github.com/checkly/headless-recorder/pulls/111)
|
||||
- Fix input escaping [#119](https://github.com/checkly/headless-recorder/pulls/119)
|
||||
@@ -4,6 +4,7 @@
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service build --mode development --watch",
|
||||
"build": "vue-cli-service build",
|
||||
"test": "npm run test:unit",
|
||||
"test:unit": "vue-cli-service test:unit __tests__/.*.spec.js",
|
||||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
"activeTab",
|
||||
"cookies",
|
||||
"contextMenus",
|
||||
"management",
|
||||
"*://*/"
|
||||
],
|
||||
"icons" : {
|
||||
|
||||
Reference in New Issue
Block a user