This release adds support for version 2024.1 of the APL specification. Please also see APL Core Library for changes: apl-core-library CHANGELOG
- Add Log Command
- Bug fixes
This release adds support for version 2023.3 of the APL specification. Please also see APL Core Library for changes: apl-core-library CHANGELOG
- Support Alexaext extensions
- Support gradient as Frame background
- Support conditional imports
- Exported caption control class cueControl for APL videos
- Changed default font to sans-serif to meet the APL Spec
- Bug fixes
This release adds support for version 2023.2 of the APL specification. Please also see APL Core Library for changes: apl-core-library CHANGELOG
- Add support for the seekTo ControlMedia command
- Remove usage of APL Core Library's deprecated getTheme API
- Bug fixes
This release adds support for version 2023.1 of the APL specification. Please also see APL Core Library for changes: apl-core-library CHANGELOG
- SRT support for APL Video textTrack
- Support for new Porter-Duff blend modes
- Bug fixes
This release adds support for version 2022.2 of the APL specification. Please also see APL Core Library for changes: apl-core-library CHANGELOG
- Support continued command execution during APL document re-inflation
- Bug fixes
- Bug fixes
This release adds support for version 2022.1 of the APL specification. Please also see APL Core Library for changes: apl-core-library CHANGELOG
- Added muted property to video component
- Exposed scrollCommandDuration
- Improved support for HLS video
- Scale factor can be specified independently per renderer
- Changed clipping behaviour for documents using APL <= 1.5 for backwards compatibility
- Bug fixes
This release adds support for version 1.9 of the APL specification. Please also see APL Core Library for changes: apl-core-library CHANGELOG
- Image/VectorGraphics auth headers
- Disallow flags for video, edit text, and dialog
- Custom environment properties
- Minor bug fixes
This release adds support for version 1.8 of the APL specification. Please also see APL Core Library for changes: apl-core-library CHANGELOG
- Image/VectorGraphics onLoad and onFail handlers
- Video onTrackReady and onTrackFail handlers
- DisplayState and onDisplayStateChange handler
- Images are now being retrieved through fetch API -- CORS is now enforced
This release adds support for version 1.7 of the APL specification.
- E2E Encryption extension
- Updated reported APL version to 1.7
- Other bug fixes