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

Latest commit

 

History

History
52 lines (32 loc) · 1.92 KB

changelog.md

File metadata and controls

52 lines (32 loc) · 1.92 KB

#1.4.1

###November 11th, 2014

  • [ADDED] touchend listeners for better touch support.

#1.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.

#1.3.0

###February 4th, 2013

#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

#1.0.0

###November 4th, 2012

  • First release of jPanelMenu.