Replies: 4 comments 3 replies
-
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.
-
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-dom
to access the console API, available under theelemental2.dom
Java package. If we move the console API to its ownelemental2-console
library, users will need to:elemental2-console.jar
to their project dependencies.elemental2.console
Java package.Beta Was this translation helpful? Give feedback.
All reactions