Skip to content

v0.12.37

Compare
Choose a tag to compare
@artf artf released this 16 Nov 21:02
· 4815 commits to dev since this release

Notable Changes

  • avoidInlineStyle option
    Usually when you update the style of the component this changes the element's style attribute. Unfortunately, inline styling doesn't allow use of media queries (@media) or pseudo selectors (eg. :hover). When avoidInlineStyle is true all styles are inserted inside css rules
  • New Keymaps module
  • Avoid component:add event propagation with temporary adds
  • Fix Layer Manager items visibility #530
  • Enable component title editing by double-clicking on layer name