Skip to content

Changelog

Mark Kevin Baldemor edited this page Jul 20, 2018 · 12 revisions

Version 2.1

  • Service Worker JSInteroped support
  • TBroyer Updates
  • GWT 2.8.2

Version 2.0.1

  • FileReader added Events (onabort, onerror, onload, onloadstart, onloadend, onprogress;

Version 2.0

  • Official Release

Version 2.0-rc7

  • Added FileJscore objects for File Handling feature.
  • Added MediaTrackConstraints JsInterop class to easily setup resolution.
  • Refactor WEBRTC files to /media for better packaging.
  • Added method stop() on MediaStreamTrack to stop the current streaming track.
  • Applied Promise for getUserMedia() as new API suggested for NEW Implementation.
  • Added FrameRate and aspectRatio as additional API for the camera.
  • Improve the Events to allow for creating a new Event.
  • Use gwt.dom.client.Element.

Version 2.0-rc6

  • Upgrade GWT Version to 2.8.1
  • Implement '_data' method. (Thanks @BenDol )
  • Fix issues with the Offset object. (Thanks @BenDol )
  • Add missing 'css' method. (Thanks @BenDol )
  • Upgrade Java version from 1.7 to 1.8

Version 2.0-rc5 (Sync version from 1.0 to 2.0)

  • Proper handling of user.agent property on new GWT 2.8.0 configuration
  • Version change - from 1.0 - 2.0 (Sync all GMD Versions)

Version 1.0-rc4

Version 1.0-rc3

  • Update gwt-maven-plugin version to 2.8.0

Version 1.0-rc2

  • License removal

Version 1.0-rc1

  • Release Candidate for GMD JQuery 1.0. Contains all JS core and JQuery interfaces.