Skip to content

v3.3.1

Compare
Choose a tag to compare
@mskocik mskocik released this 13 Nov 14:41
· 404 commits to master since this release

New Features:

  • from now you can supply your own components instead of default one and rely on custom renderer, (#54)
  • make styling easier (#55)
  • create row is now outside dropdown items, ie. always visible. Useful when using creatable with fetch option

Fixes:

  • correct PageUp, PageDown behaviour, (#53)
  • fix keyboard navigation in virtual list
  • add creatablePrefix to custom-element
  • close button on selected items is now <button> instead of <a>