Releases: Tanuel/TmDropdown
TmDropdown v0.6.1 - Safari Bugfix
TmDropdown v0.6.0 - Keyboard Navigation!
You can now Navigate through the selects with your keyboard!
Use arrow keys, escape, enter or tab!
Also, the documentation has been improved and a minified version for classes exists now.
The keyboard navigation will be improved in the future.
TmDropdown v0.5.0 - Multiple Select Support!
Multiple Selects are now supported! :)
Also, you can download this project via NPM now! pre-built files are contained in the dist folder
TmDropdown v0.4.2 - Bugfixes
This release contains only bugfixes and slight internal changes, including fixes for closure compiler.
Also, disabled options can not longer be selected.
TmDropdown v0.4.1 - Bugfixes
Bugfix for FireFox
This release fixes an important bug which caused FireFox to display an empty dropdown.
Other stuff contains updates to info files like package.json and restructuring of gruntfile.js.
The Prototype version which is created by firefox might not function properly in all browsers.
TmDropdown v0.4.0 - Now with callbacks
Callbacks and Reworks
New Callbacks:
This release adds a whole bunch of callbacks, like onRendered or onOpen. Refer to the documentation for all options.
Reworked the Option List HTML Element:
Reworked the way that the dropdowns work: now they will be positioned fixed in the body element.
This change was important so that the dropdowns are visible if the select element was placed inside a container that had the css style property of overflow:hidden.
Other stuff:
The Dropdown now closes when any outside element gets scrolled to mimic the behaviour of native select dropdowns.
you can prevent this by setting the closeOnScroll
option to false
TmDropdown v0.3.2 - new Features
New Features (and improvements)
New Stuff:
- The Dropdown will now open to the top if it overlaps the window to the bottom
- The Option list will now scroll to the selected option (if exists)
- Added a prototype version to the binaries for backwards compatibility (using google closure compiler)
Improvements:
- Sass/scss code improved
- Also the documentation got extended and now also lists all available options!
TmDropdown v0.3.1
New features, improvements and bugfixes
look at the documentation
new stuff
+added options
+added global close listener to window blur event to close the dropdown
+added support for empty selects (no options)
+added global config
improvements and fixes
~improved jQuery integration
~moved global close listener from document.body to document.documentElement
~improved documentation
This release is not tagged as pre-release, since it can already be used in production, tho bugs can happen.
Minor update: TmDropdown v0.2.1
First official Release
with some tiny fixes as well