Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency bootstrap-select to v1.13.18 #1379

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bootstrap-select (source) 1.13.6 -> 1.13.18 age adoption passing confidence

Release Notes

snapappointments/bootstrap-select (bootstrap-select)

v1.13.18

Compare Source

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

v1.13.17

Compare Source

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

v1.13.16

Compare Source

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

v1.13.15

Compare Source

Bug Fixes
  • #​2430: hasOwnProperty error with jQuery 3.5.0
  • #​2439: error setting bootstrapKeydown if Bootstrap not yet loaded

v1.13.14

Compare Source

Bug Fixes
  • #​2436: TypeError: Cannot read property 'content' of undefined
  • #​2437: If a select has the title attribute set (and is not a multiple select), selecting an option doesn't update the value in the button
Translations

v1.13.13

Compare Source

Bug Fixes
  • #​2339: data-size="false" not working
  • #​2337: calling deselectAll/selectAll immediately after page load throws error
  • #​2320: Dropup becomes a dropdown upon search
  • #​2308: Keyboard control over Bootstrap Dropdown components stops working
  • #​2272: Class bs-placeholder is no longer set on "default" values in 1.13.10
  • #​2352: "Deselect All" doesn't consistently work with virtual scroll

v1.13.12

Compare Source

Bug Fixes
  • #​2176: allow was-validated class to work on select elements without selectpicker class
  • #​2321: CTRL + F5 not working while dropdown is open
  • #​2308: Keyboard control over Bootstrap Dropdown components stops working
  • #​2275: Bug: Event duplication on refresh
  • #​2273: "precompiled bootstrap" link is broken in README
Improvements
  • #​2243: change liveSearch input type from "text" to "search"

v1.13.11

Compare Source

Bug Fixes
  • #​2263: Selecting non-existent option throws error in v1.13.10
  • #​2266: Desired width of dropdown menu breaks after resizing window
  • #​2285: bootstrap-select throws javascript error with jquery slim
  • #​2289: Multiple ticks in optgroup with data-max-options defined as "1"
  • #​2326: In IE11, options aren't visible when moving to bottom via "up" arrow key if select has an optgroup

v1.13.10

Compare Source

Bug Fixes
  • #​1219: Keyboard navigation not working when searching and virtualScroll is false
  • #​2109: elements with .form-control class don't adjust height properly since Bootstrap 4.1.3
  • #​2126: showTick option not working as expected
  • #​2153: Screen reader doesn't read elements in expanded list (NVDA and JAWS)
  • #​2251: A standard select with a selected option doesn't scroll to the selected option if inside an optgroup
  • #​2253: hideDisabled and selectedTextFormat: count not working correctly if disabled options are selected
  • #​2256: selected option styling is not updated if .selectpicker('val', x) is called while dropdown menu is open
  • #​2258: menu size doesn't update when virtualScroll is disabled while the menu is open

v1.13.9

Compare Source

Bug Fixes
  • #​2022: selected class is not removed properly when virtualScroll is disabled and choosing options at the bottom of the select
  • #​2106: setting BootstrapVersion option still shows console warning
  • #​2126: setting show-tick class doesn't work
  • #​2232: Every 'refresh' appends a new span.check-mark
  • #​2233: server-side error: HTMLSelectElement is not defined
  • #​2234: position bootstrap-select behind input field
  • #​2235: Mobile native menu not accessible
  • #​2236: JS errors are thrown when using bootstrap select on js-generated select (after calling destroy())
  • #​2239: Setting styleBase and empty style result in exception
  • #​2244: val() method fires changed.bs.select, but the select's previousValue is not passed through
  • #​2245: some default Bootstrap 4 styles are not being set when using BootstrapVersion
  • #​2248: width: fit in IE collapses button with text overflowing

v1.13.8

Compare Source

Bug Fixes
  • #​1969: Does not work with form-inline from bootstrap
  • #​2229: The height of menu is calculated incorrectly with extra css
  • #​2231: Sanitizer error on large single selects without virtualScroll and one option selected

v1.13.7

Compare Source

Bug Fixes
  • #​2046: val() method incorrectly fires a native change event
  • #​2109: The height of the select doesn't auto-size with multi-line options
  • #​2213: button height wrong if using an older doctype
  • #​2220: js folder missing in bower_components/bootstrap-select/dist
  • #​2221: style option can no longer include multiple styles
  • #​2224: auto width (data-width="auto") not working
  • #​2226: Selecting option by typing is not working correctly


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/bootstrap-select-1.x branch 3 times, most recently from 51d30fc to 8b2fc0f Compare August 29, 2024 13:37
@renovate renovate bot force-pushed the renovate/bootstrap-select-1.x branch 6 times, most recently from afe756e to a190669 Compare September 5, 2024 08:28
@renovate renovate bot force-pushed the renovate/bootstrap-select-1.x branch 4 times, most recently from a1e5772 to 490df61 Compare September 12, 2024 14:08
@renovate renovate bot force-pushed the renovate/bootstrap-select-1.x branch 6 times, most recently from 62697dc to 76adf42 Compare September 27, 2024 15:37
@renovate renovate bot force-pushed the renovate/bootstrap-select-1.x branch 5 times, most recently from 7ef89e1 to 8917fd8 Compare October 14, 2024 08:52
@renovate renovate bot force-pushed the renovate/bootstrap-select-1.x branch from 8917fd8 to 0d24427 Compare October 15, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants