Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-07-08 | 3.4 kB | |
Version 0.5.13 - Many Fixes and new Less.tar.gz | 2019-07-08 | 299.1 kB | |
Version 0.5.13 - Many Fixes and new Less.zip | 2019-07-08 | 428.8 kB | |
Totals: 3 Items | 731.3 kB | 0 |
Version 0.5.13 - Beta
- Add: The new public method
.value()
to get the current selected option value(s). - Add: Allow to change the minimum search length with the new
searchMinLength
option.- Thanks to #60.
- Add: A new public
.applyLinguisticRules()
method on the options class.- Thanks to #63.
- Update: A new search function, configurable with
searchConfig
.- Thanks to #63.
- Update: Using window on the main factory function (required for Webpack / VueJS).
- Update: The internal helper methods
cHAS()
,cADD()
andcREM()
. - Bugfix: The helper method
clone()
use an IE-unsupported function calledObject.assign
. - Update: The translations
actionAll
andactionNone
has been removed completely. - Update: Select the latest added option on single select fields.
- Bugfix: The
.scrollBy()
function isn't available in IE10+.- Thanks to #56.
- Bugfix: Up-Arrow doesn't work when last option is disabled.
- Thanks to #66.
- Bugfix: Adding a selected option doesn't work.
- Bugfix: Escaping bad characters for search RegExp.
Less / CSS Changes
- Add: A new node.js script to compile the Less files.
- Add: Minified Stylesheets and Source Maps (for both types).
- Update: The complete Less stylesheet structure.
- Update: A few design changes on all designs.
- Update: Each single CSS color scheme contains now the complete styles instead of "imports".
- Update: The
dropdown-actions
container has been moved over the search field. - Update: The
All
andNone
buttons are only visible on hover of the respective optgroup. - Update: Change the color of selected items.
- Update: Bootstrap* - Change table-structured label into
display: inline-block;
s. - Update: Bootstrap2 - The new
funky
(Pink) andmystery
(Purple) bootstrap2 color schemes. - Update: Bootstrap3 - Line-Through on disabled options.
- Update: Bootstrap4 - The new
default
(White) and the movedsecondary
(Grey) schemes. - Update: Bootstrap4 - The new color schemes
funky
.myster
,indigo
,teal
andorange
. - Remove: All obsolete (not required)
-o-
and-moz-
vendor-prefixed CSS properties. - Bugfix: Flickering outline on focus (Google Chrome).
- Thanks to #51.
- Bugfix: Too long values destroy label.
- Thanks to #51.
- Bugfix: Enabled user selection on the select elements.
- Thanks to #51.