Skip to content

v1.2.1

Compare
Choose a tag to compare
@Yegorich555 Yegorich555 released this 24 Sep 10:13
· 35 commits to master since this release

New Features


Fixes & Improvements


  • Form
    • Added skip-validation (by default) for readonly/disabled/hidden controls. BREAKING: changed enum SubmitActions & FormElement.$defaults.submitActions
  • SelectManyControl. Fixed behavior for sorting (drag/drop) when item moved between lines
  • PopupElement.
    • Reduced opacity for tooltip background 0.8 => 0.9
    • Fixed Typescript shows error on children inside wup-popup
  • CircleElement
    • Set minWidth: 100px & minHeight: 50px to avoid init size 0 for some cases
    • Add defined color for tooltip function item.tooltip = (itemResult, popup) => console.warn(itemResult.color)
    • Handled case with custom label: so <wup-circle><strong>Custom label</strong></wup-circle> works in a proper way now
    • Extended default colors to 8 items
    • Added auto definition for half-size (radar-charts without whole circle) based on $options.from & $options.to
  • helpers