Bump bootstrap-select from 1.13.1 to 1.13.6 in /Other/AngularBoilerplate/angular
Bumps bootstrap-select from 1.13.1 to 1.13.6.
Release notes
Sourced from bootstrap-select's releases.
v1.13.6
Bug Fixes
- #1321: remove extra files from bower release
- #1665: performance improvements
- #1832: use
onandtriggerevent handlers instead ofclickandchangeshorthand- #2078: Elements in an input group below a selectpicker have a higher z-index, causing them to appear above the opened menu
- #2150: Live search discards the first typed character
- #2163: Cannot read property 'top' of undefined (ensure container exists)
- #2166: Sub options display separately instead of as 1 list
- #2187: move bulk of logic into a setTimeout for faster page load
- #2189: Empty select refresh error "Cannot read property 'classList' of undefined"
- #2198: "Cannot read property '0' of undefined" when dropupAuto is false and the select is at the bottom of the page
- #2199: Escaped tags parsed as non-escaped in title and data-content
- #2202: always update menu size after updates to live search
- #2206: Map file for minified js version does not work correctly
- #2210: An extra divider is added if an optgroup is the last visible element and there are hidden options after it
- #2217: The bottom divider of an optgroup disappears when searching and one of the options in the optgroup is hidden
Security
- #2199: Fixed an XSS vulnerability with data-content, data-subtext, and title options. Implemented a new HTML sanitizer for data-content.
Compare this release with the previous one.
v1.13.5
Bug Fixes
- #2160: Selects with a title option throw an error in the render function
v1.13.4
Bug Fixes
- #1710: When listening for keydown event on .bs-searchbox, ensure it is a child of .bootstrap-select
- #1943: Option dropdownAlignRight auto doesn't work
- #2034: Uncaught TypeError: Cannot read property '0' of undefined
- #2082: button vertical alignment
- #2105: Dynamically added picker causes resize JS error
- #2118: Memory leak: getPlacement resize & scroll
- #2140: data-hidden broken in v1.13.0
- #2151: This plugins broken when the version of IE below 10
Documentation
- #2125: add styleBase option to documentation
New Features
- #767, #1876, #2026: Improve/expand liveSearchNormalize
- #2120, #2121, #2152 - replace JSHint with ESLint (clean up code)
- #1910: Amharic locale
- #1926: Latvian locale
Compare this release with the previous one.
v1.13.3
Changelog
Sourced from bootstrap-select's changelog.
v1.13.18 (2020-06-26)
Bug Fixes
- #1342: Bootstrap select doesn't send field data on form submit (set form attribute on select element to fix)
- #2402: In Internet Explorer, with liveSearchPlaceholder enabled, can't select option while searchBox is focused. Also, selected option doesn't get scrolled to when opening menu
- #2464: title attribute does not work in 1.13.17 (Safari)
- #2469: Shift-Tab key not working in 1.13.17
- #2474: With multiple selects, cannot select options with keyboard after using mouse to select options
- #2483: Dropdown with unselectable index 0 will not scroll to top on arrow_down with last index selected
- #2491: remove placeholder/title option when destroying selectpicker
#1342: snapappointments/bootstrap-select#1342 #2402: snapappointments/bootstrap-select#2402 #2464: snapappointments/bootstrap-select#2464 #2469: snapappointments/bootstrap-select#2469 #2474: snapappointments/bootstrap-select#2474 #2483: snapappointments/bootstrap-select#2483 #2491: snapappointments/bootstrap-select#2491
v1.13.17 (2020-05-07)
Bug Fixes
- #478: tab key skips selectpicker inputs on Mac (Safari)
- #1023: if title/placeholder enabled, select value changes when pressing back in browser
- #1828: selectpicker('mobile') not working on iOS
- #2448: Incorrect dropdown style when Bootstrap 4 version is not auto detected since 1.13.13
#478: snapappointments/bootstrap-select#478 #1023: snapappointments/bootstrap-select#1023 #1828: snapappointments/bootstrap-select#1828 #2448: snapappointments/bootstrap-select#2448
v1.13.16 (2020-04-24)
Bug Fixes
- #2380: Specifying a Title and OptGroups creates a redundant divider
- #2381: Tick/check mark rendering in Firefox
- #2391: setStyle fails if newElement.parentNode is a document fragment
- #2393: liHeight does not consider custom option content when computing li height
- #2442: Using a class in optgroup results in an error on refresh in chrome
- #2445: Problem with refresh and selected item
- #2446: Bootstrap select property dataApiKeydownHandler error
#2380: snapappointments/bootstrap-select#2380 #2381: snapappointments/bootstrap-select#2381 #2391: snapappointments/bootstrap-select#2391 #2393: snapappointments/bootstrap-select#2393 #2442: snapappointments/bootstrap-select#2442 #2445: snapappointments/bootstrap-select#2445
Commits
728c4c6release v1.13.67e23313fix version detection prefix for CDN1f9b6a3fix license linkef9cc20switch to jsDelivr as default CDN recommendation due to issues with CDNJS not...f60ed01update changelogf6867acremove extra files from bower release (#1321)715457aadd silvio's ads back to examples page62af45aupdate changelog1b503b9include information about sanitizer in docs21c7ccdbuild js- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.