Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-05-21 | 1.1 kB | |
Version 0.5.12 - Browserify and Preparation.tar.gz | 2019-05-21 | 92.7 kB | |
Version 0.5.12 - Browserify and Preparation.zip | 2019-05-21 | 136.6 kB | |
Totals: 3 Items | 230.4 kB | 0 |
Version 0.5.12 - Beta
- Info: This is the first version, which drops IE 9 support!
- Add: Support for module exporting, tested with browserify.
- Add: New german linguistic rules for
ä
,ö
,ü
andß
. - Add: The new
browser
package variable pointing tojs/tail.select-full.js
. - Update: Using
classList
to add / remove / check class names. - Update: Using
Object.assign
only to merge / clone object properties. - Rename: The internal
tailSelect
variable has been renamed intoselect
. - Rename: The internal
tailOptions
variable has been renamed intooptions
. - Remove: Support for Internet Explorer 9.
- Bugfix: Add correct file to the
main
bower variable. - Bugfix: Add correct file to the
jsdelivr
package variable.
Changes in ES6 Version
- Add: Missing
searchDisabled
default option within the storage. - Update: Use internal
select
(formertailSelect
) variable as constant. - Update: Use internal
options
(formertailOptions
) variable as constant. - Update: Use global
w
andd
variables as constants.