Replies: 4 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
|
As a summary for contributors: |
Beta Was this translation helpful? Give feedback.
-
|
@gkdn @jDramaix Breaking changes are never good, but if it's a condition for moving forward, I'm in. |
Beta Was this translation helpful? Give feedback.
-
|
How many new artifacts are you planning to add? Would it make sense to keep one top level artifact that depends on all the new ones and provides a gwt.xml file that inherits all the new modules? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Elemental2 Contributors and Users,
We're considering a refactor of Elemental2 to create more granular targets by moving some externs files out of
elemental2-dom. The goal is to separate APIs that can be used in any JavaScript runtime environment (likeNode.js) from those specific to the browser.We're keen to hear your thoughts on this proposal, so please share your feedback.
Impact on Users
This change will affect the target/jar and Java package where certain APIs are defined.
For example, users currently depend on
elemental2-domto access the console API, available under theelemental2.domJava package. If we move the console API to its ownelemental2-consolelibrary, users will need to:elemental2-console.jarto their project dependencies.elemental2.consoleJava package.Beta Was this translation helpful? Give feedback.
All reactions