Monday, November 11, 2019

[ANN] (Unofficial) Elemental2 2.27 release

Elemental2 provides type-checked access to browser APIs for Java
code. This is done by using closure extern files and generating
JsTypes, which are part of the new JsInterop specification that
is implemented in both GWT and J2CL.

https://github.com/google/elemental2

This is an unofficial release to Maven Central under a different groupId.
Please don't bug the original authors. Versions are released on demand.

It should be noted that this version DOES NOT work with GWT 2.8.2 and requires
either a SNAPSHOT version or the unofficial GWT 2.8.2-v20191108 release.

API Changes relative to Elemental2 version 2.26

elemental2-core:
  API Differences: https://jsinterop.github.io/api-diff/?key=elemental2-core&old=2.26&new=2.27
  - 79 non breaking changes.
  - 198 potentially breaking changes.
  - 62 breaking changes.
elemental2-dom:
  API Differences: https://jsinterop.github.io/api-diff/?key=elemental2-dom&old=2.26&new=2.27
  - 61 non breaking changes.
  - 84 potentially breaking changes.
  - 108 breaking changes.
elemental2-indexeddb:
  API Differences: https://jsinterop.github.io/api-diff/?key=elemental2-indexeddb&old=2.26&new=2.27
  - 61 non breaking changes.
  - 86 potentially breaking changes.
  - 60 breaking changes.
elemental2-media:
  API Differences: https://jsinterop.github.io/api-diff/?key=elemental2-media&old=2.26&new=2.27
  - 5 non breaking changes.
  - 13 potentially breaking changes.
  - 7 breaking changes.
elemental2-svg:
  API Differences: https://jsinterop.github.io/api-diff/?key=elemental2-svg&old=2.26&new=2.27
  - 3 non breaking changes.
  - 2 breaking changes.
elemental2-webgl:
  API Differences: https://jsinterop.github.io/api-diff/?key=elemental2-webgl&old=2.26&new=2.27
  - 31 non breaking changes.
  - 18 potentially breaking changes.
  - 30 breaking changes.
elemental2-webassembly:
  API Differences: https://jsinterop.github.io/api-diff/?key=elemental2-webassembly&old=2.26&new=2.27
  - 3 potentially breaking changes.

The complete set of Elemental2 API differences is available at

  https://jsinterop.github.io/api-diff/?key=elemental2&old=2.26&new=2.27

The Maven dependencies can be added to your pom.xml via

    <dependency>
      <groupId>org.realityforge.com.google.elemental2</groupId>
      <artifactId>${artifact-id}</artifactId>
      <version>2.27</version>
    </dependency>

where artifact-id is one of

* elemental2-core
* elemental2-dom
* elemental2-promise
* elemental2-indexeddb
* elemental2-svg
* elemental2-webgl
* elemental2-media
* elemental2-webstorage
* elemental2-webassembly

Hope this helps,

Peter Donald

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CACiKNc52POh5zvCXX767TcnCkRXh_b2n6vKnRYq-6UWdSyU0ng%40mail.gmail.com.

No comments:

Post a Comment