Skip to content

v0.16.30

Compare
Choose a tag to compare
@artf artf released this 06 Dec 18:23
· 2771 commits to dev since this release

Added

  • Added Catalan language #3105
  • Allow to pass el prop to Buttons from Panels module
  • New getRules(selector) method added in CssComposer module
  • Added and improved destroy method in all modules, in order to fix general memory leaks
  • Added limitlessMax and limitlessMin props to InputNumber in order to allow showing calculated values from components #3147
  • Added keydown event to handle up and down arrows in InputNumber #3158
  • Added contains method to Component
  • Started Symbol implementation (for now, only private APIs)

Changed

  • Codemirror version upgrade #3106
  • Improve number trait #3132
  • Replaced node-sass with dart-sass #3148
  • Apply avoidDefaults option also to Selectors in toJSON method

Fixed

  • Clone properly the component with its related styles #3093
  • Fix unbind of keymaps #2758
  • Fix RTE update in text components #3069
  • Fix update of properties on setTarget in StyleManager #3081
  • Fix hover state in Layers #3065
  • Prevent frame scroll on the first component drag #3134
  • Parse single textnode as component #3034
  • Prevent losing component id on undo/redo