Skip to content

v0.11.0

Compare
Choose a tag to compare
@wxsms wxsms released this 12 Oct 03:17
· 1810 commits to dev since this release

Add:

  • TimePicker
  • ProgressBar
  • Update DatePicker: allow user input and date formatting
  • #2 Typeahead: click to show dropdown
  • Typeahead: add param to config whether open on focus or not. remove click trigger. async-delay rename to debounce.
  • #1 Tooltip & Popover enhancement
  • #6 Tabs new function: rightside
  • #4 Modal enhancement
  • #8 Improve hover-focus trigger
  • #10 Consistent API

Fix:

  • #5 Fix Dropdown & Typeahead compatibility
  • Fix dropdown on IE not closing
  • #13 Always show tooltip if is focus, even mouseleave tooltip
  • #12 TimePicker can scroll / click the arrow to change number, when readonly
  • #15 Typeahead: Fix key.toLowerCase is not a function