#1.4.1
###November 11th, 2014
- [ADDED]
touchendlisteners for better touch support.
#1.4.0
###November 11th, 2014
- [ADDED]
paneloption. - [ADDED]
cloneoption. - [ADDED]
setPosition( )API method. - [REMOVED] Support for fixed positioning within the panel. CSS transforms and fixed positioning do not get along well, per the spec. If fixed positioning is needed, use the legacy build in the jPanelMenu repository.
- [UPDATED]
.jPanelMenu-panelto be positioned statically. - [UPDATED] Background handling so that all properties are transferred to the
.jPanelMenu-panelappropriately. - [UPDATED] Key press preventers to include typing within a
<select>field. - [FIXED] Event propagation up to the document.
- [FIXED] An issue causing links under the menu button to be triggered inadvertently.
- [FIXED] An issue with loop styles and the Ember.js framework.
#1.3.0
###February 4th, 2013
- [ADDED]
closeOnContentClickoption.
#1.2.0
###February 3rd, 2013
#1.1.1
###February 3rd, 2013
- [FIXED] A conflict between keyboard shortcuts and text inputs. (Thanks to stoeffel.)
- Renamed JavaScript resources to be more friendly for future development.
#1.1.0
###December 7th, 2012
- [ADDED] Directional control. Panel can now slide left or right.
- [REMOVED] Unnecessary trigger check condition. (Thanks to James Wilson!)
#1.0.0
###November 4th, 2012
- First release of jPanelMenu.