|
@@ -1,11 +1,224 @@
|
|
|
+# v1.13.5 (2018-12-11)
|
|
|
+### Bug Fixes
|
|
|
+- [#2160]: Selects with a title option throw an error in the render function
|
|
|
+
|
|
|
+[#2160]: https://github.com/snapappointments/bootstrap-select/issues/2160
|
|
|
+
|
|
|
+-------------------
|
|
|
+
|
|
|
+# v1.13.4 (2018-12-11)
|
|
|
+
|
|
|
+### 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
|
|
|
+
|
|
|
+[#767]: https://github.com/snapappointments/bootstrap-select/issues/767
|
|
|
+[#1876]: https://github.com/snapappointments/bootstrap-select/issues/1876
|
|
|
+[#2026]: https://github.com/snapappointments/bootstrap-select/issues/2026
|
|
|
+[#1710]: https://github.com/snapappointments/bootstrap-select/issues/1710
|
|
|
+[#1943]: https://github.com/snapappointments/bootstrap-select/issues/1943
|
|
|
+[#2034]: https://github.com/snapappointments/bootstrap-select/issues/2034
|
|
|
+[#2082]: https://github.com/snapappointments/bootstrap-select/issues/2082
|
|
|
+[#2105]: https://github.com/snapappointments/bootstrap-select/issues/2105
|
|
|
+[#2118]: https://github.com/snapappointments/bootstrap-select/issues/2118
|
|
|
+[#2140]: https://github.com/snapappointments/bootstrap-select/issues/2140
|
|
|
+[#2151]: https://github.com/snapappointments/bootstrap-select/issues/2151
|
|
|
+[#2125]: https://github.com/snapappointments/bootstrap-select/issues/2125
|
|
|
+
|
|
|
+[#1910]: https://github.com/snapappointments/bootstrap-select/pull/1910
|
|
|
+[#1926]: https://github.com/snapappointments/bootstrap-select/pull/1926
|
|
|
+[#2120]: https://github.com/snapappointments/bootstrap-select/pull/2120
|
|
|
+[#2121]: https://github.com/snapappointments/bootstrap-select/pull/2121
|
|
|
+[#2152]: https://github.com/snapappointments/bootstrap-select/pull/2152
|
|
|
+
|
|
|
+-------------------
|
|
|
+
|
|
|
+# v1.13.3 (2018-10-15)
|
|
|
+
|
|
|
+### Bug Fixes
|
|
|
+- [#1425]: Don't render checkMark (tickIcon) if showTick is false or the select is not multiple
|
|
|
+- [#1828]: Select not working on mobile
|
|
|
+- [#2045]: 'auto' width not working
|
|
|
+- [#2086]: Cannot read property 'display' of undefined
|
|
|
+- [#2092]: Cannot read property 'className' of undefined
|
|
|
+- [#2101]: Extra tick mark when using livesearch in Bootstrap 4
|
|
|
+
|
|
|
+[#1425]: https://github.com/snapappointments/bootstrap-select/issues/1425
|
|
|
+[#1828]: https://github.com/snapappointments/bootstrap-select/issues/1828
|
|
|
+[#2045]: https://github.com/snapappointments/bootstrap-select/issues/2045
|
|
|
+[#2086]: https://github.com/snapappointments/bootstrap-select/issues/2086
|
|
|
+[#2092]: https://github.com/snapappointments/bootstrap-select/issues/2092
|
|
|
+[#2101]: https://github.com/snapappointments/bootstrap-select/issues/2101
|
|
|
+
|
|
|
+-------------------
|
|
|
+
|
|
|
+# v1.13.2 (2018-08-27)
|
|
|
+
|
|
|
+### Bug Fixes
|
|
|
+- [#1999]: selected styling removed from previous option in a multiselect
|
|
|
+- [#2024]: Arrow down key doesn't scroll the view to the top when virtualScroll is disabled
|
|
|
+- [#2027]: data-max-options="1" not removing selected class
|
|
|
+- [#2029]: LiveSearch and "Select All" selects too many options
|
|
|
+- [#2033]: Dividers broken on bootstrap 4
|
|
|
+- [#2035]: Selectbox with live search throwing error when UP/DOWN key is pressed
|
|
|
+- [#2038]: Select / Deselect All buttons are modifying disabled options
|
|
|
+- [#2044]: When data-container is set, first click resets scroll position
|
|
|
+- [#2045]: 'auto' width not working
|
|
|
+- [#2047]: Optgroup labels are escaped
|
|
|
+- [#2058]: Menu hight is not properly calculated when using data-size and styling the options' height
|
|
|
+- [#2079]: Subtext is difficult to read on active options
|
|
|
+
|
|
|
+### New Features
|
|
|
+- [#1972]: add option to manually specify Bootstrap's version
|
|
|
+- [#2036]: Add support for Bootstrap dropdown's display property added in v4.1.0
|
|
|
+
|
|
|
+[#1999]: https://github.com/snapappointments/bootstrap-select/issues/1999
|
|
|
+[#2024]: https://github.com/snapappointments/bootstrap-select/issues/2024
|
|
|
+[#2027]: https://github.com/snapappointments/bootstrap-select/issues/2027
|
|
|
+[#2029]: https://github.com/snapappointments/bootstrap-select/issues/2029
|
|
|
+[#2033]: https://github.com/snapappointments/bootstrap-select/issues/2033
|
|
|
+[#2035]: https://github.com/snapappointments/bootstrap-select/issues/2035
|
|
|
+[#2038]: https://github.com/snapappointments/bootstrap-select/issues/2038
|
|
|
+[#2044]: https://github.com/snapappointments/bootstrap-select/issues/2044
|
|
|
+[#2045]: https://github.com/snapappointments/bootstrap-select/issues/2045
|
|
|
+[#2047]: https://github.com/snapappointments/bootstrap-select/issues/2047
|
|
|
+[#2058]: https://github.com/snapappointments/bootstrap-select/issues/2058
|
|
|
+[#2079]: https://github.com/snapappointments/bootstrap-select/issues/2079
|
|
|
+[#1972]: https://github.com/snapappointments/bootstrap-select/issues/1972
|
|
|
+[#2036]: https://github.com/snapappointments/bootstrap-select/issues/2036
|
|
|
+
|
|
|
+-------------------
|
|
|
+
|
|
|
+# v1.13.1 (2018-04-23)
|
|
|
+
|
|
|
+### Bug Fixes
|
|
|
+- [#2076]: HTML content in the subtext get escaped in 1.13.0
|
|
|
+- [#2073]: Error retrieving Bootstrap version
|
|
|
+- [#2073]: Bower description is too long
|
|
|
+- [#2071]: noneSelectedText not working
|
|
|
+
|
|
|
+[#2076]: https://github.com/snapappointments/bootstrap-select/issues/2076
|
|
|
+[#2073]: https://github.com/snapappointments/bootstrap-select/issues/2073
|
|
|
+[#2073]: https://github.com/snapappointments/bootstrap-select/issues/2073
|
|
|
+[#2071]: https://github.com/snapappointments/bootstrap-select/issues/2071
|
|
|
+
|
|
|
+-------------------
|
|
|
+
|
|
|
+# v1.13.0 (2018-04-19)
|
|
|
+
|
|
|
+### Bug Fixes
|
|
|
+- [#2060]: form control sizing classes not working
|
|
|
+- fix sass variable syntax
|
|
|
+- [#2062]: popper error when bootstrap-select is in a navbar
|
|
|
+- [#1913]: ` ` causing formatting errors on MacOS
|
|
|
+- [#2061]: unnecessary caret code with Bootstrap 4
|
|
|
+- [#2065]: .empty() method is not working
|
|
|
+- [#2063]: New-lines in options cause formatting issues with title attribute (if multiple options selected)
|
|
|
+- [#2064]: Purely numeric `data-subtext` breaks live search
|
|
|
+- [#2066]: Button padding when using data-width="fit" is incorrect
|
|
|
+- [#2067]: input group addons not displaying properly
|
|
|
+- [#2077]: selectAll performance in Edge is abysmal
|
|
|
+- [#2074]: show-menu-arrow not displaying properly
|
|
|
+- [#2068]: Bootstrap 4 validation pseudo classes not being applied properly when new options are appended dynamically
|
|
|
+- [#2070]: popover-title is not popover-header in Bootstrap 4
|
|
|
+- [#2075]: liveSearch with data-content not working
|
|
|
+- [#2072]: Button text breaks to the next line when using form-control as styleBase (Bootstrap 4)
|
|
|
+- [#2069]: Placeholder text is unreadable on darker buttons (btn-primary, btn-success, etc.)
|
|
|
+- [#1691]: XSS vulnerability in option title
|
|
|
+
|
|
|
+### New Features
|
|
|
+- [#1404], [#1697]: changed.bs.select now passes through previousValue as the third parameter (instead of the previous value of the option, which was redundant). This is the value of the select prior to being changed.
|
|
|
+- update jQuery range to make v1.9.1 the minimum (and exclude version 4)
|
|
|
+
|
|
|
+[#2060]: https://github.com/snapappointments/bootstrap-select/issues/2060
|
|
|
+[#2062]: https://github.com/snapappointments/bootstrap-select/issues/2062
|
|
|
+[#1913]: https://github.com/snapappointments/bootstrap-select/issues/1913
|
|
|
+[#2061]: https://github.com/snapappointments/bootstrap-select/issues/2061
|
|
|
+[#2065]: https://github.com/snapappointments/bootstrap-select/issues/2065
|
|
|
+[#2063]: https://github.com/snapappointments/bootstrap-select/issues/2063
|
|
|
+[#2064]: https://github.com/snapappointments/bootstrap-select/issues/2064
|
|
|
+[#2066]: https://github.com/snapappointments/bootstrap-select/issues/2066
|
|
|
+[#2067]: https://github.com/snapappointments/bootstrap-select/issues/2067
|
|
|
+[#2077]: https://github.com/snapappointments/bootstrap-select/issues/2077
|
|
|
+[#2074]: https://github.com/snapappointments/bootstrap-select/issues/2074
|
|
|
+[#2068]: https://github.com/snapappointments/bootstrap-select/issues/2068
|
|
|
+[#2070]: https://github.com/snapappointments/bootstrap-select/issues/2070
|
|
|
+[#2075]: https://github.com/snapappointments/bootstrap-select/issues/2075
|
|
|
+[#2072]: https://github.com/snapappointments/bootstrap-select/issues/2072
|
|
|
+[#2069]: https://github.com/snapappointments/bootstrap-select/issues/2069
|
|
|
+[#1691]: https://github.com/snapappointments/bootstrap-select/issues/1691
|
|
|
+[#1404]: https://github.com/snapappointments/bootstrap-select/issues/1404
|
|
|
+[#1697]: https://github.com/snapappointments/bootstrap-select/issues/1697
|
|
|
+
|
|
|
+-------------------
|
|
|
+
|
|
|
+# v1.13.0-beta (2018-02-12)
|
|
|
+
|
|
|
+### Bug Fixes
|
|
|
+- [#1034]: Issue with long option inside input-group
|
|
|
+
|
|
|
+### New Features
|
|
|
+- [#1135]: Support Bootstrap 4 (via auto-detection)
|
|
|
+- virtualization is now optional via `virtualScroll`. Can be set to false, true, or an integer to only use virtualization if the select has more than the specified number of options. Defaults to 600.
|
|
|
+- update docs to support MkDocs v0.17.0
|
|
|
+
|
|
|
+[#1034]: https://github.com/snapappointments/bootstrap-select/issues/1034
|
|
|
+[#1135]: https://github.com/snapappointments/bootstrap-select/issues/1135
|
|
|
+
|
|
|
+-------------------
|
|
|
+
|
|
|
+# v1.13.0-alpha (2017-07-28)
|
|
|
+
|
|
|
+### Bug Fixes
|
|
|
+- [#1303]: val() method doesn't fire changed.bs.select
|
|
|
+- [#1383]: Croatian locale is not cro_CRO. Renamed to hr_HR
|
|
|
+- [#1395]: title option position not correct when adding options dynamically
|
|
|
+- [#1398]: trigger setSize on refresh event
|
|
|
+- [#1674]: Fix li tags inside option being treated as options
|
|
|
+- [#1692]: Live Search Box Not Cleared After Selection
|
|
|
+
|
|
|
+### New Features
|
|
|
+- [#710]: focus on selectpicker triggers focus on actual select, allowing for event listeners
|
|
|
+- [#1110]: 'active' class is only applied when liveSearch is on
|
|
|
+- [#1229]: Large lists and virtualization
|
|
|
+- [#1687]: Improve init performance
|
|
|
+
|
|
|
+[#1303]: https://github.com/snapappointments/bootstrap-select/issues/1303
|
|
|
+[#1383]: https://github.com/snapappointments/bootstrap-select/issues/1383
|
|
|
+[#1395]: https://github.com/snapappointments/bootstrap-select/issues/1395
|
|
|
+[#1398]: https://github.com/snapappointments/bootstrap-select/issues/1398
|
|
|
+[#1674]: https://github.com/snapappointments/bootstrap-select/issues/1674
|
|
|
+[#1692]: https://github.com/snapappointments/bootstrap-select/issues/1692
|
|
|
+[#710]: https://github.com/snapappointments/bootstrap-select/issues/710
|
|
|
+[#1110]: https://github.com/snapappointments/bootstrap-select/issues/1110
|
|
|
+[#1229]: https://github.com/snapappointments/bootstrap-select/issues/1229
|
|
|
+[#1687]: https://github.com/snapappointments/bootstrap-select/issues/1687
|
|
|
+
|
|
|
+-------------------
|
|
|
+
|
|
|
# v1.12.4 (2017-07-19)
|
|
|
|
|
|
### Bug Fixes
|
|
|
- [#1286]: Event creation throws illegal constructor error on stock Android Browser < 5.0
|
|
|
- [#1764]: Bootstrap-select steals focus on form.checkValidity
|
|
|
|
|
|
-[#1286]: https://github.com/silviomoreto/bootstrap-select/issues/1286
|
|
|
-[#1764]: https://github.com/silviomoreto/bootstrap-select/issues/1764
|
|
|
+[#1286]: https://github.com/snapappointments/bootstrap-select/issues/1286
|
|
|
+[#1764]: https://github.com/snapappointments/bootstrap-select/issues/1764
|
|
|
|
|
|
-------------------
|
|
|
|
|
@@ -20,10 +233,10 @@
|
|
|
### New Features
|
|
|
- Add/update various translations
|
|
|
|
|
|
-[#1529]: https://github.com/silviomoreto/bootstrap-select/issues/1529
|
|
|
-[#1604]: https://github.com/silviomoreto/bootstrap-select/pull/1604
|
|
|
-[#1630]: https://github.com/silviomoreto/bootstrap-select/issues/1630
|
|
|
-[#1631]: https://github.com/silviomoreto/bootstrap-select/pull/1631
|
|
|
+[#1529]: https://github.com/snapappointments/bootstrap-select/issues/1529
|
|
|
+[#1604]: https://github.com/snapappointments/bootstrap-select/pull/1604
|
|
|
+[#1630]: https://github.com/snapappointments/bootstrap-select/issues/1630
|
|
|
+[#1631]: https://github.com/snapappointments/bootstrap-select/pull/1631
|
|
|
|
|
|
-------------------
|
|
|
|
|
@@ -34,9 +247,9 @@
|
|
|
* [#1570]: properly adjust size when inside form-group-sm or form-group-lg
|
|
|
* [#1590]: menu height calculated improperly when using liveSearch and input has custom height
|
|
|
|
|
|
-[#1563]: https://github.com/silviomoreto/bootstrap-select/issues/1563
|
|
|
-[#1570]: https://github.com/silviomoreto/bootstrap-select/issues/1570
|
|
|
-[#1590]: https://github.com/silviomoreto/bootstrap-select/issues/1590
|
|
|
+[#1563]: https://github.com/snapappointments/bootstrap-select/issues/1563
|
|
|
+[#1570]: https://github.com/snapappointments/bootstrap-select/issues/1570
|
|
|
+[#1590]: https://github.com/snapappointments/bootstrap-select/issues/1590
|
|
|
|
|
|
-------------------
|
|
|
|
|
@@ -45,8 +258,8 @@
|
|
|
### Bug Fixes
|
|
|
* [#1167], [#1366]: using a method before initializing bootstrap-select throws an error
|
|
|
|
|
|
-[#1167]: https://github.com/silviomoreto/bootstrap-select/issues/1167
|
|
|
-[#1366]: https://github.com/silviomoreto/bootstrap-select/issues/1366
|
|
|
+[#1167]: https://github.com/snapappointments/bootstrap-select/issues/1167
|
|
|
+[#1366]: https://github.com/snapappointments/bootstrap-select/issues/1366
|
|
|
|
|
|
-------------------
|
|
|
|
|
@@ -70,20 +283,20 @@
|
|
|
* [#1440]: allow HTML in placeholder title for non-multiple selects
|
|
|
* [#1555]: Use default with SCSS variables
|
|
|
|
|
|
-[#1220]: https://github.com/silviomoreto/bootstrap-select/issues/1220
|
|
|
-[#1275]: https://github.com/silviomoreto/bootstrap-select/issues/1275
|
|
|
-[#1348]: https://github.com/silviomoreto/bootstrap-select/issues/1348
|
|
|
-[#1506]: https://github.com/silviomoreto/bootstrap-select/issues/1506
|
|
|
-[#1509]: https://github.com/silviomoreto/bootstrap-select/issues/1509
|
|
|
-[#1477]: https://github.com/silviomoreto/bootstrap-select/issues/1477
|
|
|
-[#1489]: https://github.com/silviomoreto/bootstrap-select/issues/1489
|
|
|
-[#1533]: https://github.com/silviomoreto/bootstrap-select/issues/1533
|
|
|
-[#1531]: https://github.com/silviomoreto/bootstrap-select/issues/1531
|
|
|
-[#1503]: https://github.com/silviomoreto/bootstrap-select/issues/1503
|
|
|
-[#1516]: https://github.com/silviomoreto/bootstrap-select/issues/1516
|
|
|
-[#1440]: https://github.com/silviomoreto/bootstrap-select/issues/1440
|
|
|
-[#1553]: https://github.com/silviomoreto/bootstrap-select/issues/1553
|
|
|
-[#1555]: https://github.com/silviomoreto/bootstrap-select/issues/1555
|
|
|
+[#1220]: https://github.com/snapappointments/bootstrap-select/issues/1220
|
|
|
+[#1275]: https://github.com/snapappointments/bootstrap-select/issues/1275
|
|
|
+[#1348]: https://github.com/snapappointments/bootstrap-select/issues/1348
|
|
|
+[#1506]: https://github.com/snapappointments/bootstrap-select/issues/1506
|
|
|
+[#1509]: https://github.com/snapappointments/bootstrap-select/issues/1509
|
|
|
+[#1477]: https://github.com/snapappointments/bootstrap-select/issues/1477
|
|
|
+[#1489]: https://github.com/snapappointments/bootstrap-select/issues/1489
|
|
|
+[#1533]: https://github.com/snapappointments/bootstrap-select/issues/1533
|
|
|
+[#1531]: https://github.com/snapappointments/bootstrap-select/issues/1531
|
|
|
+[#1503]: https://github.com/snapappointments/bootstrap-select/issues/1503
|
|
|
+[#1516]: https://github.com/snapappointments/bootstrap-select/issues/1516
|
|
|
+[#1440]: https://github.com/snapappointments/bootstrap-select/issues/1440
|
|
|
+[#1553]: https://github.com/snapappointments/bootstrap-select/issues/1553
|
|
|
+[#1555]: https://github.com/snapappointments/bootstrap-select/issues/1555
|
|
|
|
|
|
-------------------
|
|
|
|
|
@@ -101,9 +314,9 @@
|
|
|
* [#1484]: Change events fire twice on IE8
|
|
|
* [#1489]: hide.bs.select and hidden.bs.select events not fired when "Esc" key pressed with live search enabled
|
|
|
|
|
|
-[#1475]: https://github.com/silviomoreto/bootstrap-select/issues/1475
|
|
|
-[#1484]: https://github.com/silviomoreto/bootstrap-select/issues/1484
|
|
|
-[#1489]: https://github.com/silviomoreto/bootstrap-select/issues/1489
|
|
|
+[#1475]: https://github.com/snapappointments/bootstrap-select/issues/1475
|
|
|
+[#1484]: https://github.com/snapappointments/bootstrap-select/issues/1484
|
|
|
+[#1489]: https://github.com/snapappointments/bootstrap-select/issues/1489
|
|
|
|
|
|
-------------------
|
|
|
|
|
@@ -130,27 +343,27 @@
|
|
|
* [58ed408]: support using a string for maxOptionsText
|
|
|
* [#541]: ARIA - Accessibility
|
|
|
|
|
|
-[#1291]: https://github.com/silviomoreto/bootstrap-select/issues/1291
|
|
|
-[#1284]: https://github.com/silviomoreto/bootstrap-select/issues/1284
|
|
|
-[#1245]: https://github.com/silviomoreto/bootstrap-select/issues/1245
|
|
|
-[#1257]: https://github.com/silviomoreto/bootstrap-select/issues/1257
|
|
|
-[#1310]: https://github.com/silviomoreto/bootstrap-select/issues/1310
|
|
|
-[#1346]: https://github.com/silviomoreto/bootstrap-select/issues/1346
|
|
|
-[#1338]: https://github.com/silviomoreto/bootstrap-select/issues/1338
|
|
|
-[#1373]: https://github.com/silviomoreto/bootstrap-select/issues/1373
|
|
|
-[#1363]: https://github.com/silviomoreto/bootstrap-select/issues/1363
|
|
|
-[#1422]: https://github.com/silviomoreto/bootstrap-select/issues/1422
|
|
|
-[#1451]: https://github.com/silviomoreto/bootstrap-select/issues/1451
|
|
|
-[#1465]: https://github.com/silviomoreto/bootstrap-select/issues/1465
|
|
|
-[#1459]: https://github.com/silviomoreto/bootstrap-select/issues/1459
|
|
|
-[#1139]: https://github.com/silviomoreto/bootstrap-select/issues/1139
|
|
|
-[#1290]: https://github.com/silviomoreto/bootstrap-select/issues/1290
|
|
|
-[#1127]: https://github.com/silviomoreto/bootstrap-select/issues/1127
|
|
|
-[#1016]: https://github.com/silviomoreto/bootstrap-select/issues/1016
|
|
|
-[#1160]: https://github.com/silviomoreto/bootstrap-select/issues/1160
|
|
|
-[#1269]: https://github.com/silviomoreto/bootstrap-select/issues/1269
|
|
|
-[58ed408]: https://github.com/silviomoreto/bootstrap-select/commit/58ed4085019526141be07beeada37788dfe2d316
|
|
|
-[#541]: https://github.com/silviomoreto/bootstrap-select/issues/541
|
|
|
+[#1291]: https://github.com/snapappointments/bootstrap-select/issues/1291
|
|
|
+[#1284]: https://github.com/snapappointments/bootstrap-select/issues/1284
|
|
|
+[#1245]: https://github.com/snapappointments/bootstrap-select/issues/1245
|
|
|
+[#1257]: https://github.com/snapappointments/bootstrap-select/issues/1257
|
|
|
+[#1310]: https://github.com/snapappointments/bootstrap-select/issues/1310
|
|
|
+[#1346]: https://github.com/snapappointments/bootstrap-select/issues/1346
|
|
|
+[#1338]: https://github.com/snapappointments/bootstrap-select/issues/1338
|
|
|
+[#1373]: https://github.com/snapappointments/bootstrap-select/issues/1373
|
|
|
+[#1363]: https://github.com/snapappointments/bootstrap-select/issues/1363
|
|
|
+[#1422]: https://github.com/snapappointments/bootstrap-select/issues/1422
|
|
|
+[#1451]: https://github.com/snapappointments/bootstrap-select/issues/1451
|
|
|
+[#1465]: https://github.com/snapappointments/bootstrap-select/issues/1465
|
|
|
+[#1459]: https://github.com/snapappointments/bootstrap-select/issues/1459
|
|
|
+[#1139]: https://github.com/snapappointments/bootstrap-select/issues/1139
|
|
|
+[#1290]: https://github.com/snapappointments/bootstrap-select/issues/1290
|
|
|
+[#1127]: https://github.com/snapappointments/bootstrap-select/issues/1127
|
|
|
+[#1016]: https://github.com/snapappointments/bootstrap-select/issues/1016
|
|
|
+[#1160]: https://github.com/snapappointments/bootstrap-select/issues/1160
|
|
|
+[#1269]: https://github.com/snapappointments/bootstrap-select/issues/1269
|
|
|
+[58ed408]: https://github.com/snapappointments/bootstrap-select/commit/58ed4085019526141be07beeada37788dfe2d316
|
|
|
+[#541]: https://github.com/snapappointments/bootstrap-select/issues/541
|
|
|
|
|
|
-------------------
|
|
|
|
|
@@ -168,12 +381,12 @@
|
|
|
|
|
|
Add Lithuanian translations.
|
|
|
|
|
|
-[#1268]: https://github.com/silviomoreto/bootstrap-select/issues/1268
|
|
|
-[#1273]: https://github.com/silviomoreto/bootstrap-select/issues/1273
|
|
|
-[#1295]: https://github.com/silviomoreto/bootstrap-select/issues/1295
|
|
|
-[#950]: https://github.com/silviomoreto/bootstrap-select/issues/950
|
|
|
-[#1272]: https://github.com/silviomoreto/bootstrap-select/issues/1272
|
|
|
-[#1284]: https://github.com/silviomoreto/bootstrap-select/issues/1284
|
|
|
+[#1268]: https://github.com/snapappointments/bootstrap-select/issues/1268
|
|
|
+[#1273]: https://github.com/snapappointments/bootstrap-select/issues/1273
|
|
|
+[#1295]: https://github.com/snapappointments/bootstrap-select/issues/1295
|
|
|
+[#950]: https://github.com/snapappointments/bootstrap-select/issues/950
|
|
|
+[#1272]: https://github.com/snapappointments/bootstrap-select/issues/1272
|
|
|
+[#1284]: https://github.com/snapappointments/bootstrap-select/issues/1284
|
|
|
|
|
|
-------------------
|
|
|
|
|
@@ -185,8 +398,8 @@ Add Lithuanian translations.
|
|
|
|
|
|
Add new translations.
|
|
|
|
|
|
-[#1250]: https://github.com/silviomoreto/bootstrap-select/issues/1250
|
|
|
-[#1230]: https://github.com/silviomoreto/bootstrap-select/issues/1230
|
|
|
+[#1250]: https://github.com/snapappointments/bootstrap-select/issues/1250
|
|
|
+[#1230]: https://github.com/snapappointments/bootstrap-select/issues/1230
|
|
|
|
|
|
-------------------
|
|
|
|
|
@@ -195,4 +408,4 @@ Add new translations.
|
|
|
### Bug fixes
|
|
|
* Fix [#1235] - issue with selects that had `form-control` class
|
|
|
|
|
|
-[#1235]: https://github.com/silviomoreto/bootstrap-select/issues/1235
|
|
|
+[#1235]: https://github.com/snapappointments/bootstrap-select/issues/1235
|