-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add `hotkeys` parameter (#21) - Add `customDomain` parameter - Migrate to functionnal component
- Loading branch information
1 parent
5a25943
commit d35e598
Showing
9 changed files
with
1,584 additions
and
10,678 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.