Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Releases: Tanuel/TmDropdown

TmDropdown v0.6.1 - Safari Bugfix

29 Jun 09:45
Compare
Choose a tag to compare

This minor update contains an important bugfix so dropdowns work in safari again!

TmDropdown v0.6.0 - Keyboard Navigation!

27 Jun 18:39
Compare
Choose a tag to compare

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!

24 Jun 22:25
Compare
Choose a tag to compare

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

23 Jun 18:49
Compare
Choose a tag to compare

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

21 Jun 17:10
Compare
Choose a tag to compare

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

20 Jun 21:14
Compare
Choose a tag to compare

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

14 Jun 21:51
Compare
Choose a tag to compare

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

08 Jun 18:14
Compare
Choose a tag to compare

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

07 Jun 17:14
Compare
Choose a tag to compare
Pre-release

First official Release

with some tiny fixes as well