This repository has been archived by the owner on Feb 18, 2020. It is now read-only.
Releases: acolangelo/jPanelMenu
Releases · acolangelo/jPanelMenu
v1.4.1
v1.4.0
November 11th, 2014
- Added
panel
option. - Added
clone
option. - 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-panel
to be positioned statically. - Updated background handling so that all properties are transferred to the
.jPanelMenu-panel
appropriately. - 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.
v1.3.0
February 4th, 2013
- Added
closeOnContentClick
option.
v1.2.0
v1.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.
v1.1.0
December 7th, 2012
- Added directional control. Panel can now slide left or right.
- Removed unnecessary trigger check condition. (Thanks to James Wilson!)
v1.0.0
November 4th, 2012
- First release of jPanelMenu.