Skip to content

Commit

Permalink
Merge f34515d into 8e57e2b
Browse files Browse the repository at this point in the history
  • Loading branch information
sznowicki committed Feb 12, 2019
2 parents 8e57e2b + f34515d commit 010f690
Show file tree
Hide file tree
Showing 13 changed files with 9,670 additions and 29 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ package-lock.json
# dotenv environment variables file
.env

package-lock.json
frontend/config.json
extension/config.json
.idea/
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]
### Changed

## [2.0.0] - 2019-02-11
### Changed
- **Braking change** - Migrated extension to PWA@^6.1.
- Updated readme with domain whitelisting information

## [1.0.1] - 2018-10-02
### Fixed
- On iOS there is a workaround executed that makes the <video> element always being rendered on top of the Cliplister container. It's needed since Cliplister doesn't render its own controls on iOS, but the container which usually contains them is rendered on top of the <video> element which makes the natives controls not reachable for user. It happens however only starting from second render of the page containing Cliplister video.
Expand All @@ -19,6 +24,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- First, simple implementation that shows the video player before the product description.


[Unreleased]: https://github.com/shopgate/ext-cliplister/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/shopgate/ext-cliplister/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/shopgate/ext-cliplister/compare/v1.0.1...v2.0.0
[1.0.1]: https://github.com/shopgate/ext-cliplister/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/shopgate/ext-cliplister/compare/v0.0.1...v1.0.0
4 changes: 2 additions & 2 deletions extension-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "2.0.0",
"id": "@shopgate/cliplister",
"components": [
{
Expand Down Expand Up @@ -35,4 +35,4 @@
}
}
}
}
}

0 comments on commit 010f690

Please sign in to comment.