Re: [ANN] (Unofficial) Elemental2 2.26 release

2019-10-26 Thread Peter Donald
Not at this stage. I had planned on doing so and may in the near future ...
but I was hoping an official GWT 2.9 release would become available
soonish. If not I will figure out a way of releasing unofficial versions
based off master.

On Sun, Oct 27, 2019 at 2:17 AM foal  wrote:

> Hi,
>
> Do you have a rebranded release on GWT 2.9 too?
>
> Best,
> Stas
>
> On Thursday, October 17, 2019 at 4:02:53 AM UTC+2, Peter Donald wrote:
>>
>> Unfortunately, 2.26 is not compatible with GWT 2.8.2 - we were testing
>> with a later version of GWT and I did not pick this up before I sent the
>> mail. Sorry about that!
>>
>> 2.26 will be compatible with GWT 2.9 when/if that gets out.
>>
>> On Thu, Oct 17, 2019 at 12:08 PM Hristo Stoyanov 
>> wrote:
>>
>>> Peter,
>>> Getting this error with Elemental 2.26 and GWT 2.8.2:
>>>
>>> elemental2_version=2.26
>>> jsinterop_base_version=1.0.0-b2-e6d791f
>>> jsinterop_version=1.0.2-p1
>>>
>>> ...
>>>
>>> Compiling module com.recres.web.MainDev
>>>Tracing compile failure path for type 'elemental2.core.JsArray'
>>>   [ERROR] Errors in 
>>> 'jar:file:/C:/g/caches/modules-2/files-2.1/org.realityforge.com.google.elemental2/elemental2-core/2.26/1c407ef9a7e45ecc39be56283e9fe8d677060257/elemental2-core-2.26.jar!/elemental2/core/JsArray.java'
>>>  [ERROR] Line 3: The type javaemul.internal.ArrayStamper is not 
>>> visible
>>>  [ERROR] Line 258: ArrayStamper cannot be resolved
>>>[ERROR] Aborting compile due to errors in some input files
>>>
>>>
>>> Downgrading to 2.25 fixes the issue. Any clue?
>>>
>>> On Sunday, August 25, 2019 at 5:25:29 PM UTC-7, Peter Donald wrote:

 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.

 API Changes relative to Elemental2 version 2.25

 elemental2-core:
   API Differences:
 https://jsinterop.github.io/api-diff/?key=elemental2-core&old=2.25&new=2.26
   - 1 non breaking changes.
   - 3 potentially breaking changes.
   - 1 breaking changes.
 elemental2-dom:
   API Differences:
 https://jsinterop.github.io/api-diff/?key=elemental2-dom&old=2.25&new=2.26
   - 33 non breaking changes.
   - 65 potentially breaking changes.
   - 30 breaking changes.

 The complete set of Elemental2 API differences is available at


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

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

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

 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 view this discussion on the web visit
>>> https://groups.google.com/d/msgid/google-web-toolkit/88772e13-7233-4257-9cd7-2aa15c7b959f%40googlegroups.com
>>> 
>>> .
>>>
>>
>>
>> --
>> Cheers,
>>
>> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/13c6b848-207a-4735-915c-b0477393a667%40googlegroups.com
> 
> .
>


-- 
Cheers,

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CACiKNc4auhWM27NuaQQPsunOwzBKZ-vJDH-yLAzY1D377bJh1w%40mail.gmail.com.


Re: [ANN] (Unofficial) Elemental2 2.26 release

2019-10-26 Thread foal
Hi,

Do you have a rebranded release on GWT 2.9 too?

Best,
Stas 

On Thursday, October 17, 2019 at 4:02:53 AM UTC+2, Peter Donald wrote:
>
> Unfortunately, 2.26 is not compatible with GWT 2.8.2 - we were testing 
> with a later version of GWT and I did not pick this up before I sent the 
> mail. Sorry about that!
>
> 2.26 will be compatible with GWT 2.9 when/if that gets out.
>
> On Thu, Oct 17, 2019 at 12:08 PM Hristo Stoyanov  > wrote:
>
>> Peter,
>> Getting this error with Elemental 2.26 and GWT 2.8.2:
>>
>> elemental2_version=2.26
>> jsinterop_base_version=1.0.0-b2-e6d791f
>> jsinterop_version=1.0.2-p1
>>
>> ...
>>
>> Compiling module com.recres.web.MainDev
>>Tracing compile failure path for type 'elemental2.core.JsArray'
>>   [ERROR] Errors in 
>> 'jar:file:/C:/g/caches/modules-2/files-2.1/org.realityforge.com.google.elemental2/elemental2-core/2.26/1c407ef9a7e45ecc39be56283e9fe8d677060257/elemental2-core-2.26.jar!/elemental2/core/JsArray.java'
>>  [ERROR] Line 3: The type javaemul.internal.ArrayStamper is not 
>> visible
>>  [ERROR] Line 258: ArrayStamper cannot be resolved
>>[ERROR] Aborting compile due to errors in some input files
>>
>>
>> Downgrading to 2.25 fixes the issue. Any clue?
>>
>> On Sunday, August 25, 2019 at 5:25:29 PM UTC-7, Peter Donald wrote:
>>>
>>> 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.
>>>
>>> API Changes relative to Elemental2 version 2.25
>>>
>>> elemental2-core:
>>>   API Differences: 
>>> https://jsinterop.github.io/api-diff/?key=elemental2-core&old=2.25&new=2.26
>>>   - 1 non breaking changes.
>>>   - 3 potentially breaking changes.
>>>   - 1 breaking changes.
>>> elemental2-dom:
>>>   API Differences: 
>>> https://jsinterop.github.io/api-diff/?key=elemental2-dom&old=2.25&new=2.26
>>>   - 33 non breaking changes.
>>>   - 65 potentially breaking changes.
>>>   - 30 breaking changes.
>>>
>>> The complete set of Elemental2 API differences is available at
>>>
>>>   https://jsinterop.github.io/api-diff/?key=elemental2&old=2.25&new=2.26
>>>
>>> The Maven dependencies can be added to your pom.xml via
>>>
>>> 
>>>   org.realityforge.com.google.elemental2
>>>   ${artifact-id}
>>>   2.26
>>> 
>>>
>>> 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 view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-web-toolkit/88772e13-7233-4257-9cd7-2aa15c7b959f%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> Cheers,
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/13c6b848-207a-4735-915c-b0477393a667%40googlegroups.com.


Re: [ANN] (Unofficial) Elemental2 2.26 release

2019-10-17 Thread Hristo Stoyanov
Rob, Peter, thanks for clarifying and looking into this!

On Wednesday, October 16, 2019 at 7:02:53 PM UTC-7, Peter Donald wrote:
>
> Unfortunately, 2.26 is not compatible with GWT 2.8.2 - we were testing 
> with a later version of GWT and I did not pick this up before I sent the 
> mail. Sorry about that!
>
> 2.26 will be compatible with GWT 2.9 when/if that gets out.
>
> On Thu, Oct 17, 2019 at 12:08 PM Hristo Stoyanov  > wrote:
>
>> Peter,
>> Getting this error with Elemental 2.26 and GWT 2.8.2:
>>
>> elemental2_version=2.26
>> jsinterop_base_version=1.0.0-b2-e6d791f
>> jsinterop_version=1.0.2-p1
>>
>> ...
>>
>> Compiling module com.recres.web.MainDev
>>Tracing compile failure path for type 'elemental2.core.JsArray'
>>   [ERROR] Errors in 
>> 'jar:file:/C:/g/caches/modules-2/files-2.1/org.realityforge.com.google.elemental2/elemental2-core/2.26/1c407ef9a7e45ecc39be56283e9fe8d677060257/elemental2-core-2.26.jar!/elemental2/core/JsArray.java'
>>  [ERROR] Line 3: The type javaemul.internal.ArrayStamper is not 
>> visible
>>  [ERROR] Line 258: ArrayStamper cannot be resolved
>>[ERROR] Aborting compile due to errors in some input files
>>
>>
>> Downgrading to 2.25 fixes the issue. Any clue?
>>
>> On Sunday, August 25, 2019 at 5:25:29 PM UTC-7, Peter Donald wrote:
>>>
>>> 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.
>>>
>>> API Changes relative to Elemental2 version 2.25
>>>
>>> elemental2-core:
>>>   API Differences: 
>>> https://jsinterop.github.io/api-diff/?key=elemental2-core&old=2.25&new=2.26
>>>   - 1 non breaking changes.
>>>   - 3 potentially breaking changes.
>>>   - 1 breaking changes.
>>> elemental2-dom:
>>>   API Differences: 
>>> https://jsinterop.github.io/api-diff/?key=elemental2-dom&old=2.25&new=2.26
>>>   - 33 non breaking changes.
>>>   - 65 potentially breaking changes.
>>>   - 30 breaking changes.
>>>
>>> The complete set of Elemental2 API differences is available at
>>>
>>>   https://jsinterop.github.io/api-diff/?key=elemental2&old=2.25&new=2.26
>>>
>>> The Maven dependencies can be added to your pom.xml via
>>>
>>> 
>>>   org.realityforge.com.google.elemental2
>>>   ${artifact-id}
>>>   2.26
>>> 
>>>
>>> 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
>>>
>> -- 
>>
> -- 
> Cheers,
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/76ddfcb4-309d-4750-a511-7ac273edb4d8%40googlegroups.com.


Re: [ANN] (Unofficial) Elemental2 2.26 release

2019-10-16 Thread Rob Newton
OK I was wrong.  I thought I was using 2.26, but I am using other maven 
dependencies (elemento) which depend on 1.0.0-RC1, and that is having 
precedence over 2.26.

On Thursday, October 17, 2019 at 12:49:27 PM UTC+11, Rob Newton wrote:
>
> Hristo,
>
> I am using realityforge's elemental2 version 2.26 with GWT 2.8.2 and it is 
> fine.
>
> I understand what you would use jsinterop_base_version for (the 
> jsinterop-base artifact version), but what are you using jsinterop_version 
> for?  1.0.2-p1 looks too recent, and will require GWT 2.9 when it comes out.
>
> -Rob
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/0dbc7ee1-6442-4893-9fa1-39c34ce22fbb%40googlegroups.com.


Re: [ANN] (Unofficial) Elemental2 2.26 release

2019-10-16 Thread Peter Donald
Unfortunately, 2.26 is not compatible with GWT 2.8.2 - we were testing with
a later version of GWT and I did not pick this up before I sent the mail.
Sorry about that!

2.26 will be compatible with GWT 2.9 when/if that gets out.

On Thu, Oct 17, 2019 at 12:08 PM Hristo Stoyanov 
wrote:

> Peter,
> Getting this error with Elemental 2.26 and GWT 2.8.2:
>
> elemental2_version=2.26
> jsinterop_base_version=1.0.0-b2-e6d791f
> jsinterop_version=1.0.2-p1
>
> ...
>
> Compiling module com.recres.web.MainDev
>Tracing compile failure path for type 'elemental2.core.JsArray'
>   [ERROR] Errors in 
> 'jar:file:/C:/g/caches/modules-2/files-2.1/org.realityforge.com.google.elemental2/elemental2-core/2.26/1c407ef9a7e45ecc39be56283e9fe8d677060257/elemental2-core-2.26.jar!/elemental2/core/JsArray.java'
>  [ERROR] Line 3: The type javaemul.internal.ArrayStamper is not 
> visible
>  [ERROR] Line 258: ArrayStamper cannot be resolved
>[ERROR] Aborting compile due to errors in some input files
>
>
> Downgrading to 2.25 fixes the issue. Any clue?
>
> On Sunday, August 25, 2019 at 5:25:29 PM UTC-7, Peter Donald wrote:
>>
>> 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.
>>
>> API Changes relative to Elemental2 version 2.25
>>
>> elemental2-core:
>>   API Differences:
>> https://jsinterop.github.io/api-diff/?key=elemental2-core&old=2.25&new=2.26
>>   - 1 non breaking changes.
>>   - 3 potentially breaking changes.
>>   - 1 breaking changes.
>> elemental2-dom:
>>   API Differences:
>> https://jsinterop.github.io/api-diff/?key=elemental2-dom&old=2.25&new=2.26
>>   - 33 non breaking changes.
>>   - 65 potentially breaking changes.
>>   - 30 breaking changes.
>>
>> The complete set of Elemental2 API differences is available at
>>
>>   https://jsinterop.github.io/api-diff/?key=elemental2&old=2.25&new=2.26
>>
>> The Maven dependencies can be added to your pom.xml via
>>
>> 
>>   org.realityforge.com.google.elemental2
>>   ${artifact-id}
>>   2.26
>> 
>>
>> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/88772e13-7233-4257-9cd7-2aa15c7b959f%40googlegroups.com
> 
> .
>


-- 
Cheers,

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CACiKNc5d7VbNLvqHnhsPEqPR8FDvOs9EiscaNR9KYr60%3DDq4rQ%40mail.gmail.com.


Re: [ANN] (Unofficial) Elemental2 2.26 release

2019-10-16 Thread Rob Newton

Hristo,

I am using realityforge's elemental2 version 2.26 with GWT 2.8.2 and it is 
fine.

I understand what you would use jsinterop_base_version for (the 
jsinterop-base artifact version), but what are you using jsinterop_version 
for?  1.0.2-p1 looks too recent, and will require GWT 2.9 when it comes out.

-Rob

On Thursday, October 17, 2019 at 12:07:38 PM UTC+11, Hristo Stoyanov wrote:
>
> Peter,
> Getting this error with Elemental 2.26 and GWT 2.8.2:
>
> elemental2_version=2.26
> jsinterop_base_version=1.0.0-b2-e6d791f
> jsinterop_version=1.0.2-p1
>
> ...
>
> Compiling module com.recres.web.MainDev
>Tracing compile failure path for type 'elemental2.core.JsArray'
>   [ERROR] Errors in 
> 'jar:file:/C:/g/caches/modules-2/files-2.1/org.realityforge.com.google.elemental2/elemental2-core/2.26/1c407ef9a7e45ecc39be56283e9fe8d677060257/elemental2-core-2.26.jar!/elemental2/core/JsArray.java'
>  [ERROR] Line 3: The type javaemul.internal.ArrayStamper is not 
> visible
>  [ERROR] Line 258: ArrayStamper cannot be resolved
>[ERROR] Aborting compile due to errors in some input files
>
>
> Downgrading to 2.25 fixes the issue. Any clue?
>
> On Sunday, August 25, 2019 at 5:25:29 PM UTC-7, Peter Donald wrote:
>>
>> 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.
>>
>> API Changes relative to Elemental2 version 2.25
>>
>> elemental2-core:
>>   API Differences: 
>> https://jsinterop.github.io/api-diff/?key=elemental2-core&old=2.25&new=2.26
>>   - 1 non breaking changes.
>>   - 3 potentially breaking changes.
>>   - 1 breaking changes.
>> elemental2-dom:
>>   API Differences: 
>> https://jsinterop.github.io/api-diff/?key=elemental2-dom&old=2.25&new=2.26
>>   - 33 non breaking changes.
>>   - 65 potentially breaking changes.
>>   - 30 breaking changes.
>>
>> The complete set of Elemental2 API differences is available at
>>
>>   https://jsinterop.github.io/api-diff/?key=elemental2&old=2.25&new=2.26
>>
>> The Maven dependencies can be added to your pom.xml via
>>
>> 
>>   org.realityforge.com.google.elemental2
>>   ${artifact-id}
>>   2.26
>> 
>>
>> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/2ab3805b-18a9-437f-90ed-935187f82514%40googlegroups.com.


Re: [ANN] (Unofficial) Elemental2 2.26 release

2019-10-16 Thread Hristo Stoyanov
Peter,
Getting this error with Elemental 2.26 and GWT 2.8.2:

elemental2_version=2.26
jsinterop_base_version=1.0.0-b2-e6d791f
jsinterop_version=1.0.2-p1

...

Compiling module com.recres.web.MainDev
   Tracing compile failure path for type 'elemental2.core.JsArray'
  [ERROR] Errors in 
'jar:file:/C:/g/caches/modules-2/files-2.1/org.realityforge.com.google.elemental2/elemental2-core/2.26/1c407ef9a7e45ecc39be56283e9fe8d677060257/elemental2-core-2.26.jar!/elemental2/core/JsArray.java'
 [ERROR] Line 3: The type javaemul.internal.ArrayStamper is not visible
 [ERROR] Line 258: ArrayStamper cannot be resolved
   [ERROR] Aborting compile due to errors in some input files


Downgrading to 2.25 fixes the issue. Any clue?

On Sunday, August 25, 2019 at 5:25:29 PM UTC-7, Peter Donald wrote:
>
> 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.
>
> API Changes relative to Elemental2 version 2.25
>
> elemental2-core:
>   API Differences: 
> https://jsinterop.github.io/api-diff/?key=elemental2-core&old=2.25&new=2.26
>   - 1 non breaking changes.
>   - 3 potentially breaking changes.
>   - 1 breaking changes.
> elemental2-dom:
>   API Differences: 
> https://jsinterop.github.io/api-diff/?key=elemental2-dom&old=2.25&new=2.26
>   - 33 non breaking changes.
>   - 65 potentially breaking changes.
>   - 30 breaking changes.
>
> The complete set of Elemental2 API differences is available at
>
>   https://jsinterop.github.io/api-diff/?key=elemental2&old=2.25&new=2.26
>
> The Maven dependencies can be added to your pom.xml via
>
> 
>   org.realityforge.com.google.elemental2
>   ${artifact-id}
>   2.26
> 
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/88772e13-7233-4257-9cd7-2aa15c7b959f%40googlegroups.com.


[ANN] (Unofficial) Elemental2 2.26 release

2019-08-25 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 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.

API Changes relative to Elemental2 version 2.25

elemental2-core:
  API Differences:
https://jsinterop.github.io/api-diff/?key=elemental2-core&old=2.25&new=2.26
  - 1 non breaking changes.
  - 3 potentially breaking changes.
  - 1 breaking changes.
elemental2-dom:
  API Differences:
https://jsinterop.github.io/api-diff/?key=elemental2-dom&old=2.25&new=2.26
  - 33 non breaking changes.
  - 65 potentially breaking changes.
  - 30 breaking changes.

The complete set of Elemental2 API differences is available at

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

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


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


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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CACiKNc6MoqCO3_5ch32Z2ivE12LDxfuq0PSKCNsjawP8nRaeAw%40mail.gmail.com.