Releases: Genymobile/genymotion-device-web-player
Releases · Genymobile/genymotion-device-web-player
Release v4.1.5
What's Changed
- Always translate home widget btn into meta+enter #110
- Update the example to use the latest apis for fetching recipes and accessing instances #111
- Empty recipes list when the token field is blur #112
Changelog: v4.1.4...v4.1.5
Release v4.1.4
What's Changed
Adding a comment to minified files with their own version.
Changelog: v4.1.2...v4.1.4
Release v4.1.3
Release 4.1.3
Release v4.1.2
Release v4.1.1
What's Changed
- Adding some settings to example app (./example/index.html)
- Fixed bug when third party app uglify plugin
Full Changelog: v4.1.0...v4.1.1
Release v4.1.0
Breaking Change
- The structure of the object for keymapping configuration has changed. See the README.
What's Changed
- Added an example folder with a small project which demonstrates how to use the player
- Fixed somes bug
Full Changelog: v4.0.2...v4.1.0
Release v4.0.2
What's Changed
- Added an index.d.ts description file to type API exposed functions (thank to @OoDeLally )
- Added closure on 'onConnectionClosed' in order to access the right variable
- API disconnect call now inner destroy method
Full Changelog: v4.0.1...v4.0.2
Release v4.0.1
- Adding trackEvent feature
- Adding dependencies for subscribe to store
- fix : activate keymapping when player template is 'renderer_no_toolbar'
Release v4.0.0
Breaking Changes
- The object added to the
window
object has been renamed (fromindex
togenyDeviceWebPlayer
).
const { DeviceRendererFactory } = window.index;
needs to be changed to:
const { DeviceRendererFactory } = window.genyDeviceWebPlayer;
- Instantiating
DeviceRendererFactory
now returns an object containing categorized APIs.
Features
- KeyMapping Plugin: Used to bind keyboard inputs to various touch events.
- The new
DeviceRendererFactory
now returns an object with functions to manage the player (e.g., mute, unmute, etc.).
If you have any more corrections or adjustments you'd like to make, feel free to let me know!
Release v3.2.2
Release 3.2.2