Skip to content

Releases: Genymobile/genymotion-device-web-player

Release v4.1.5

08 Nov 11:24
Compare
Choose a tag to compare

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

20 Sep 11:17
Compare
Choose a tag to compare

What's Changed

Adding a comment to minified files with their own version.

Changelog: v4.1.2...v4.1.4

Release v4.1.3

19 Sep 14:05
Compare
Choose a tag to compare
Release 4.1.3

Release v4.1.2

13 Sep 07:55
Compare
Choose a tag to compare

What's Changed

adding static get name() to plugins class

Changelog: v4.1.1...v4.1.2

Release v4.1.1

10 Sep 12:23
Compare
Choose a tag to compare

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

03 Sep 07:37
Compare
Choose a tag to compare

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

06 Aug 14:30
Compare
Choose a tag to compare

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

26 Jul 13:20
Compare
Choose a tag to compare
  • Adding trackEvent feature
  • Adding dependencies for subscribe to store
  • fix : activate keymapping when player template is 'renderer_no_toolbar'

Release v4.0.0

25 Jul 14:01
Compare
Choose a tag to compare

Breaking Changes

  • The object added to the window object has been renamed (from index to genyDeviceWebPlayer).
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

27 Mar 14:55
Compare
Choose a tag to compare
Release 3.2.2