bootstrap-select v1.14.0-beta3 Release Notes

Release Date: 2021-04-20 // almost 3 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿšš #2634 Remove IE hacks in CSS
    • ๐Ÿšš #2669 Remove deprecated sass division with slash character
    • ๐Ÿšš #2627 Remove "mobile-device" class on destroy
    • #2616 Fix line ending in Latvian file
    • #2600 Fix optgroup
    • ๐Ÿ‘ #2367 Support selectedTextFormat of count > 0
    • ๐Ÿ›  #2585 Fixes two TypeError exceptions when up/down arrow pressed
    • ๐Ÿ›  Fix Cannot read property 'position' of undefined error
    • ๐Ÿ›  Fix Cannot read property 'index' of undefined error
    • ๐Ÿ›  Fix several overflow bugs
    • #2659 Fix broken Ajax search
    • #2593 Fix maxOptions bugs

    i18n

    • #2625 Add turkmen language
    • โšก๏ธ #2621 Update deselectAllText turkish translation

    ๐Ÿ†• New features

    • #2305 Add new CDN: PageCDN
    • ๐Ÿ‘Œ Support passing in a boolean more argument as an additional argument to the source.data/source.search callback functions

    Dev

    • โœ‚ remove bootstrap 3 test page
    • ๐Ÿ‘Œ improve test pages js code
    • โฌ†๏ธ #2680 upgrade npm dependencies and lockfile format
    • ๐Ÿšš #2617 remove dist folder from source tracking
    • โž• add actions for linting code and publishing on npm
    • ๐Ÿ‘• #2678 Add missing semi-colons and enforce it with eslint
    • ๐Ÿšš #2683 Remove polyfills and IE related code

    This project is now mainly maintained by @NicolasCARPi.


Previous changes from v1.14.0-beta2

  • ๐Ÿ†• New Features

    • ๐Ÿ‘ #2505: Support Bootstrap 5

    ๐Ÿ› Bug Fixes

    • ๐ŸŽ #2576: use vanilla JS selector to get first option (performance)
    • #2578: Fix allowClear so that it triggers change events