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

Releases: acolangelo/jPanelMenu

v1.4.1

11 Nov 23:52
Compare
Choose a tag to compare

November 11th, 2014

  • Added touchend listeners for better touch support.

v1.4.0

11 Nov 22:54
Compare
Choose a tag to compare

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

11 Nov 22:54
Compare
Choose a tag to compare

February 4th, 2013

v1.2.0

11 Nov 22:54
Compare
Choose a tag to compare

February 3rd, 2013

v1.1.1

11 Nov 22:54
Compare
Choose a tag to compare

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

11 Nov 22:54
Compare
Choose a tag to compare

December 7th, 2012

v1.0.0

11 Nov 22:54
Compare
Choose a tag to compare

November 4th, 2012

  • First release of jPanelMenu.