Skip to content

v3.14.0

Compare
Choose a tag to compare
@tujoworker tujoworker released this 16 Apr 20:05
· 6906 commits to main since this release
28205bf

3.14.0 (2019-04-16)

Bug Fixes

  • #dropdown options list max-height issue on auto calc (7c658dd)
  • #dropdown show arrow even if we enable scrollable mode (dfc15e8)
  • fix #dropdown list position to be more relatable (1ab03cf)
  • fix issue where center #dropdown text vertically did not work on using .dnb-core-style (09dadb4)
  • html element spacing correction (be5bc3b)
  • make #dropdown alphabetic search more fail safe by using a try (c3b12b7)
  • make better #doprdown alphabetic search if there are several of the same chars (84bd7fd)
  • scrollTo / scrollTop issue (3669229)
  • switch the direction prop on #drodown (7965916)

Features

  • add direction prop to #dropdown so the dropdown can show the options opening from the top (b96b9e0)
  • auto size #dropdown options list as well as the diretion (9ffe8e0)
  • make #dropdown direction smart regarding the height + enhance search to find several of same (6945646)
  • make #dropdown scrollable (this changes the behavior of how to navigate with arrow keys, and select with enter or space) (f2d5e4d)