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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog for apl-viewhost-web
2
2
3
+
## [2022.1]
4
+
5
+
This release adds support for version 2022.1 of the APL specification. Please also see APL Core Library for changes: [apl-core-library CHANGELOG](https://github.com/alexa/apl-core-library/blob/master/CHANGELOG.md)
6
+
7
+
### Added
8
+
9
+
- Added muted property to video component
10
+
- Exposed scrollCommandDuration
11
+
12
+
### Changed
13
+
14
+
- Improved support for HLS video
15
+
- Scale factor can be specified independently per renderer
16
+
- Changed clipping behaviour for documents using APL <= 1.5 for backwards compatibility
17
+
- Bug fixes
18
+
3
19
## [1.9.0]
4
20
5
21
This release adds support for version 1.9 of the APL specification. Please also see APL Core Library for changes: [apl-core-library CHANGELOG](https://github.com/alexa/apl-core-library/blob/master/CHANGELOG.md)
0 commit comments