Skip to content

Metro 4.3.5

Compare
Choose a tag to compare
@olton olton released this 14 Jan 10:38
· 3499 commits to master since this release

4.3.5

M4Q
  • M4Q: upd to 1.0.5
  • M4Q Events: fix firing events, Metro 4 issue #1476
  • M4Q Events: optimize method trigger, now this is a synonym of fire
Metro 4
  • Tag input: change trigger defining
  • Tag input: add clear button with attributes clearButton, clsClearButton, clearButtonIcon
  • Tag input: add attributes clsComponent, clsInput
  • Tag input: add event onClear
  • List: add attribute data-sort-initial to sorts on create component, issue #1475
  • Tag input: add attribute data-static and static mode for data-static='true' or if present attribute readonly
  • Tag input: add method toggleStatic([true|false])
  • Select: fix clearing select-input, issue #1477
  • Calendar picker: fix closing calendar when user click on overlay, issue #1478
  • Select: fix styles for input-large, input-small classes
  • Tag input: change keyup to keydown for tag trigger event
  • Tag input: add event onTagTrigger
  • Tag input: add removing last tag on current value is empty end user press Backspace, you can disable it with attribute data-backspace='false'
  • Draggable: add attribute data-timeout for set timeout before creating component
  • Components: creating components can be deferred with attribute data-[componentName]-deferred=[ms]. Example: <div data-role='draggable' data-draggable-deferred='2000'>...</div>
  • Counter: add attribute data-start-on-viewport. If attribute value is true, counter started after element showed in viewport. You can combine this with data-timeout
  • Select: fix bug with data-filter='false'
  • File: fix method clear for mode dropzone
  • Select: add mode button