Skip to content

0.1.11 Element infrastructure absorption completed

Compare
Choose a tag to compare
@werrolf werrolf released this 16 Mar 23:20
· 399 commits to master since this release
fe1c366
  • Add automatic widget constructor name calculation (deprecated in Mapbender; bf99d55)
  • Add Italian translation PR#10

BaseElement has now absorbed all configuration processing and type and name auto-inflection duties previously assumed to be performed by Mapbender's HTMLElement. Its parent class has been changed from HTMLElement to the basic abstract Mapbender Element.

Potential BC impact

If your BaseElement child class happens to rely on jsSrc or css configuration evaluation, be advised that you will have to reimplement these yourself. The upstream HTMLElement is no longer supporting these values either.

See Mapbender UPGRADING.md for instructions on what to do.