Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

3.12.0

Compare
Choose a tag to compare
@kevinparkerson kevinparkerson released this 10 Nov 21:15
· 782 commits to master since this release

Minor Feature & Bugfix Release 3.12.0 (2015-11-10)

Some additional features along with bugfixes and documentation improvements.
Full Changelog

Features

  • Added capacity to set dropdown auto-flip target to window via data-target=window [dropdown auto-flip] - #1603
  • Added better keypress support for search, replacing double enter with esc key listener [search] - #1598
  • Added refreshFolder method, which clears folder children from the DOM and recalls the dataSource [tree] - #1591

Bugfixes

  • Fixed issue preventing target from functioning in auto-flip dropdown menu if parent had overflow [dropdown auto-flip] - #1602
  • Fixed issues with search double-enter keypress [search] - #1598
  • Fixed issue where repeater deletes value of search field at the second enter keypress [repeater] - #1244
  • Fixed issue where repeater had horizontal overflow with broken borders when scrolled [repeater] - #1590

Documentation

  • Added refreshFolder method & refreshedFolder event documentation [tree] - #1593