Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Aug 24, 2020
1 parent a7ebf3e commit 19a5c75
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [0.3.0](https://github.com/nknapp/addons-storyshots-selenium/compare/v0.2.0...v0.3.0) (2020-08-24)

### Bug Fixes

- allow 10 pixel failures in tests
([5a24e4d](https://github.com/nknapp/addons-storyshots-selenium/commit/5a24e4d92973ec578843ac62bed6e7069f655177))
- close selenium sessions after tests
([a7ebf3e](https://github.com/nknapp/addons-storyshots-selenium/commit/a7ebf3ed0d427b93729fa7f8e0a027a439b776d1))
- laxer comparison
([c2b6c19](https://github.com/nknapp/addons-storyshots-selenium/commit/c2b6c19dd0f84a62a0b5a61d85588380364d7aab))
- remove scrollbar from main-window
([1da59a5](https://github.com/nknapp/addons-storyshots-selenium/commit/1da59a5f883b94b393c2e80b257321270eef683f))

### Features

- add option to ignore stories
([8c08d1a](https://github.com/nknapp/addons-storyshots-selenium/commit/8c08d1afa2866ee1572db0a3c937b2dfaa562665))

# [0.2.0](https://github.com/nknapp/addons-storyshots-selenium/compare/v0.1.0...v0.2.0) (2020-08-22)

# 0.1.0 (2020-08-09)
Expand Down
2 changes: 1 addition & 1 deletion apidocs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ String of the form "1000x800"
### `Const` sectionDebug

**sectionDebug**: _SectionDebug_ =
createSectionDebug(createDebug("addon-storyshots-selenium:index-trace"))
createSectionDebug(createDebug("addon-storyshots-selenium:index"))

_Defined in
[src/index.ts:18](https://github.com/nknapp/addons-storyshots-selenium/blob/master/src/index.ts#L18)_
Expand Down
17 changes: 14 additions & 3 deletions apidocs/interfaces/storyparameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,24 @@

### Properties

- [sizes](storyparameters.md#sizes)
- [ignore](storyparameters.md#optional-ignore)
- [sizes](storyparameters.md#optional-sizes)

## Properties

### sizes
### `Optional` ignore

**sizes**: _[WidthXHeightString](../README.md#widthxheightstring)[]_
**ignore**? : _boolean_

_Defined in
[src/types.ts:121](https://github.com/nknapp/addons-storyshots-selenium/blob/master/src/types.ts#L121)_

---

### `Optional` sizes

**sizes**? :
_[WidthXHeightString](../README.md#widthxheightstring)[]_

_Defined in
[src/types.ts:122](https://github.com/nknapp/addons-storyshots-selenium/blob/master/src/types.ts#L122)_
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knappi/addon-storyshots-selenium",
"version": "0.2.0",
"version": "0.3.0",
"description": "Compare screenshots of your storybook with multiple browsers and multiple screen sizes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 19a5c75

Please sign in to comment.