Skip to content

v0.14.62

Compare
Choose a tag to compare
@artf artf released this 03 Jun 00:44
· 3653 commits to dev since this release

Changed

  • Avoid the default form behavior on submit
  • Prefer target value first in Select trait
  • Remove traits information from component JSON
  • Update icon styles in layers and component name editing
  • Trigger component:add also on inner added components

Added

  • Added media option to blocks (for icons)
  • Added removeType method in DomComponents module

Fixed

  • Update sortMediaObject to sort CSS correctly also in the mobile first approach #1996
  • Fix regression with textable components
  • Render attributes for temporary components. Fixes #2010
  • Fix drag and drop from outside of the canvas
  • Avoid fetchFile in temporary image components
  • Fix unit change in Style manager #2028
  • Avoid errors on class status toggle. Closes #2035
  • Fix position of the toolbar when is outside of the canvas
  • Propagate the extension of new commands to old. #2054