You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Changelog
2
2
3
+
## v4.7.0
4
+
5
+
*20 oct 2021*
6
+
7
+
- Fixed issues with playing Video as a texture (#189)
8
+
- Added (semi private) getter for consumer to VideoPlayer plugin
9
+
- Added error handling (by firing an error to the consumer) when play() on the video tag returns an error (with a Promise wrapper fallback for older browsers)
10
+
- Added fix that allows periods to be used in a Router hash
Copy file name to clipboardExpand all lines: docs/changelog.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Changelog
2
2
3
+
## v4.7.0
4
+
5
+
*20 oct 2021*
6
+
7
+
- Fixed issues with playing Video as a texture (#189)
8
+
- Added (semi private) getter for consumer to VideoPlayer plugin
9
+
- Added error handling (by firing an error to the consumer) when play() on the video tag returns an error (with a Promise wrapper fallback for older browsers)
10
+
- Added fix that allows periods to be used in a Router hash
0 commit comments