Skip to content

v1.1.4

Compare
Choose a tag to compare
@shentao shentao released this 04 Oct 22:02
· 539 commits to master since this release

Fix

New

  • #119 customLabel now works on primitive options

Technically it’s not a breaking change but...

If you start seeing [object Object] instead of labels read this:
Previously (for objects list) if label prop was not present, the label calculating method was using option.label as a fallback for creating labels. This is no longer true. This behavior was not documented. If your options are objects, make sure you pass the correct label prop as stated in the docs!