Improved
0.1.0-beta.10
- Compiled with grunt-sass v2.0.0 (was v1.2.1).
- Merged pull request #54 by @odahcam (and fixed it:
:first-child/:not(:first-child)/:last-childfor.select2-container--bootstrapwon’t play nice in our case; we have to take the original<select>element (with.select2-hidden-accessibleapplied) into account): Select2’s border-radii now are correctly styled in Bootstrap’s “Input Groups” without the need for helper classes (.select2-bootstrap-append,.select2-bootstrap-prepend). - Fixed #63: "Cursor position of multiselect in RTL state is in incorrect position"
- Fixed #20: "Select2 inside inline form does not fall back to
display: blockwhen resizing window to 'extra small'" - Added new Sass/Less variable
$s2bs-btn-default-color/@s2bs-btn-default-color– defaults to Bootstrap’s$btn-default-color/@btn-default-color. - Docs: Updated AnchorJS to v3.2.2 (was v3.2.1).
- Docs: Fixed layout for mobile devices (add
meta name="viewport" content="width=device-width, initial-scale=1"). - package.json: Fixed
license-related npm 2.x “SPDX” warning: for npm 2.x and according to https://docs.npmjs.com/files/package.json#license. - package.json: Added
bugs.