Release candidate of Elemental2 and JsInterop-base.

205 views
Skip to first unread message

Julien Dramaix

unread,
Dec 14, 2017, 5:57:09 PM12/14/17
to google-web-tool...@googlegroups.com
Hi,

I've released the first release candidate of Elemental2 and jsinterop-base today.

As usual, elemental2 is split into small jar files:

Jar file

artifact-id

GWT module

elemental2-core.jar

elemental2-core

elemental2.core.Core

elemental2-promise.jar

elemental2-promise

elemental2.promise.Promise

elemental2-dom.jar

elemental2-dom

elemental2.dom.Dom

elemental2-svg.jar

elemental2-svg

elemental2.svg.Svg

elemental2-webgl.jar

elemental2-webgl

elemental2.webgl.WebGl

elemental2-media.jar

elemental2-media

elemental2.media.Media

elemental2-indexeddb.jar

elemental2-indexeddb

elemental2.indexeddb.IndexedDb

elemental2-webstorage.jar

elemental2-webstorage

elemental2.webstorage.WebStorage

You can try them by downloading the jar files or adding Maven dependencies:

<dependency>

  <groupId>com.google.elemental2</groupId>

  <artifactId>${artifact-id}</artifactId>
  <version>1.0.0-RC1</version>
</dependency>

Then inherit the right gwt module in your gwt.xml file.


For JsInterop-base, you can try it by downloading the jar file or use the following Maven dependency:

 

<dependency>

  <groupId>com.google.jsinterop</groupId>
  <artifactId>base</artifactId>
  <version>1.0.0-RC1</version>
</dependency>

Don’t hesitate to report any bugs, issues, concerns you have on the elemental2 github bug tracker or the jsinterop-base github tracker.


-Julien



Reply all
Reply to author
Forward
0 new messages