Skip to content

Commit 8dbe210

Browse files
Merge pull request #25 from apivideo/v1.1.0
v1.1.0
2 parents 5a25943 + 1c9fd20 commit 8dbe210

11 files changed

+1699
-10762
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
with:
1111
node-version: 16
1212
- run: npm install --no-save
13-
- run: npm test
13+
- run: npm run build

.vscode/settings.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"editor.formatOnSaveMode": "file",
3+
"editor.formatOnSave": true,
4+
"editor.codeActionsOnSave": {
5+
"source.organizeImports": "explicit"
6+
},
7+
"[javascript]": {
8+
"editor.defaultFormatter": "esbenp.prettier-vscode"
9+
},
10+
"[typescript]": {
11+
"editor.defaultFormatter": "esbenp.prettier-vscode"
12+
}
13+
}

CHANGELOG.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,44 @@
11
# Changelog
2+
23
All changes to this project will be documented in this file.
34

5+
## [1.1.0] - 2024-06-19
6+
7+
- Add `hotkeys` parameter
8+
- Add `customDomain` parameter
9+
- Migrate to functionnal component
10+
411
## [1.0.4] - 2023-12-13
12+
513
- Add experimental features
614

715
## [1.0.3] - 2023-06-12
16+
817
- Add ads support
918

1019
## [1.0.2] - 2023-02-15
20+
1121
- Add `privateSession` attribute
1222

1323
## [1.0.1] - 2022-06-23
24+
1425
- Add `videoStyleObjectFit` and `videoStyleTransform` attributes
1526

1627
## [0.1.3] - 2022-04-27
28+
1729
- Add requestFullscreen(), exitFullscreen(), requestPictureInPicture() and exitPictureInPicture()
18-
30+
1931
## [0.1.2] - 2022-04-25
32+
2033
- Update README
2134
- Minor fixes
2235
- Add some first unit tests
2336

2437
## [0.1.1] - 2022-04-21
38+
2539
- Add README
2640
- Fix minor bugs
2741

2842
## [0.1.0] - 2022-04-20
29-
- First alpha version
43+
44+
- First alpha version

README.md

+114-83
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)