Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
- Add `hotkeys` parameter (#21)
- Add `customDomain` parameter
- Migrate to functionnal component
  • Loading branch information
olivierapivideo committed Jun 19, 2024
1 parent 5a25943 commit 1c9fd20
Show file tree
Hide file tree
Showing 11 changed files with 1,699 additions and 10,762 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
with:
node-version: 16
- run: npm install --no-save
- run: npm test
- run: npm run build
13 changes: 13 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"editor.formatOnSaveMode": "file",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,44 @@
# Changelog

All changes to this project will be documented in this file.

## [1.1.0] - 2024-06-19

- Add `hotkeys` parameter
- Add `customDomain` parameter
- Migrate to functionnal component

## [1.0.4] - 2023-12-13

- Add experimental features

## [1.0.3] - 2023-06-12

- Add ads support

## [1.0.2] - 2023-02-15

- Add `privateSession` attribute

## [1.0.1] - 2022-06-23

- Add `videoStyleObjectFit` and `videoStyleTransform` attributes

## [0.1.3] - 2022-04-27

- Add requestFullscreen(), exitFullscreen(), requestPictureInPicture() and exitPictureInPicture()

## [0.1.2] - 2022-04-25

- Update README
- Minor fixes
- Add some first unit tests

## [0.1.1] - 2022-04-21

- Add README
- Fix minor bugs

## [0.1.0] - 2022-04-20
- First alpha version

- First alpha version
197 changes: 114 additions & 83 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 1c9fd20

Please sign in to comment.