[ANN] (Unofficial) Elemental2 2.23 release

2019-04-23 Thread Peter Donald
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 both implemented in 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.

Unfortunately 2.22 was released with a patch incorrectly applied that led
to DomGlobal.location and Window.location being incorrectly typed. This
subsequent release just removes the incorrect patch to fix the types.

API Changes relative to Elemental2 version 2.22

elemental2-dom:
  API Differences:
https://jsinterop.github.io/api-diff/?key=elemental2-dom&title=Elemental2&old=2.22&new=2.23
  - 1 non breaking changes.
  - 2 breaking changes.

The complete set of Elemental2 API differences is available at


https://jsinterop.github.io/api-diff/?key=elemental2&title=Elemental2&old=2.22&new=2.23

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


  org.realityforge.com.google.elemental2
  ${artifact-id}
  2.23


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+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


[ANN] (Unofficial) Elemental2 2.22 release

2019-04-23 Thread Peter Donald
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 both implemented in 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.

This release uses a different version schema which is essentially
2.[BuildNumber] at the request of a few who found the old schema
distasteful.

The API diff reports are also generated statically and stored on a GitHub
pages site so that they are always available.

API Changes relative to Elemental2 version 1.0.0-b21-6a027d2

elemental2-dom:
  API Differences:
https://jsinterop.github.io/api-diff/?key=elemental2-dom&title=Elemental2&old=1.0.0-b21-6a027d2&new=2.22
  - 52 non breaking changes.
  - 53 potentially breaking changes.
  - 23 breaking changes.
elemental2-webgl:
  API Differences:
https://jsinterop.github.io/api-diff/?key=elemental2-webgl&title=Elemental2&old=1.0.0-b21-6a027d2&new=2.22
  - 297 potentially breaking changes.

The complete set of Elemental2 API differences is available at


https://jsinterop.github.io/api-diff/?key=elemental2&title=Elemental2&old=1.0.0-b21-6a027d2&new=2.22

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


  org.realityforge.com.google.elemental2
  ${artifact-id}
  2.22


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+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.