Skip to content

11.0.0 RC3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Xon Xon released this 04 Aug 15:01
· 552 commits to main since this release
c341c58

⚠ BREAKING CHANGES

  • For select-one and select-multiple, the placeholder value is pulled from config.placeholderValue="..." or <select data-placeholder="..."> before attempting to extract a placeholder from the options list. #912 #567 #843

Bug Fixes (from 10.2.0)

  • Fix search did not trigger to copy&paste events #860 #174

Chore

  • Update defaults for classnames to be arrays instead of strings

Bug Fixes (from 11.0.0 RC1)

  • Fix noResults/noChoices classes could not be set to a list of classes
  • Fix failing to add an item would close the dropdown
  • Fix invalid css selectors being generated for configurable css class-names with multiple css classes for an element
  • Fix "Press Enter to add..." would not render if the dropdown had partially matching search results
  • Fix render limit would allow select-one to select multiple items