Skip to content

v2.0.0 release

Compare
Choose a tag to compare
@zoltantothcom zoltantothcom released this 19 Apr 14:31
· 121 commits to master since this release

v2.0.0

Added

  1. Ability to create the pseudo-select based on existing selects
  2. SUIT naming convention for CSS

Removed

  • [ BREAKING ] - ability to modify CSS classes through options
  • [ BREAKING ] - ability to set the pseudo-select opened through options (can be done with existing .open() method instead)
  • [ BREAKING ] - the hidden input to store the pseudo-select value (unnecessary with setting and using the value of original select element)