Skip to content

13.11.0

Choose a tag to compare

@sneridagh sneridagh released this 18 Aug 20:38
· 3840 commits to main since this release
f4980f3

Feature

  • Add select utils normalizerValue, add state to the basic select field forcing it to be fully controlled @sneridagh

Bugfix

  • Improve consistency of TokenWidget's use of the choice labels as "values" instead of internal uids assigned by react-select. @tiberiuichim
  • Solve glitch in async loading options in AsyncSelect components @sneridagh

Internal

  • Add tests for Select component, document the use cases propely @sneridagh
  • Upgrade AsyncSelect to a version compatible with react-select v4 @sneridagh
  • Upgrade to latest react-select @sneridagh

Internal