This release adds support for version 2024.3 of the APL specification. Please also see APL Core Library for changes: apl-core-library CHANGELOG
- Add support for text selection
- Add support for accessibility labels
- Add support for bulleted lists
- Add support for performance metrics
- Add support for pause and resume
- Update webpack to 5 and typescript to 4
- Bug fixes
This release adds support for version 2024.2 of the APL specification. Please also see APL Core Library for changes: apl-core-library CHANGELOG
- New interface APLViewhostWASM and DocumentHandle
- Add support for Host Component
- Add IEmbeddedDocumentFactory to fetch embedded document from runtime
- Migrate to new core text measurement method
- Migrate to core PackageManager interface to support ImportPackage command
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 support for Log command
- Add support for runtime to override the package loading method
- 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
- Add support for conditional import
- Add support for auto sizing
- Add support gradient as Frame background
- 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 sources now allow request headers
- Additional disallow flags
- Bug fixes
- Audio player fix with AudioNode and AudioContext
- Pager highlight
- Video player release
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
- Bug fixes
This release adds support for version 1.7 of the APL specification. Please also see APL Core Library for changes: apl-core-library CHANGELOG
- Right to left layout support (see APL Core Library changes)
- E2E Encryption extension
- Performance improvements for MultiChildScrollable
- Enable Audio Player to change volume
- No longer override sans-serif to be amazon-ember-display
- Updated reported APL version to 1.7
- Other bug fixes