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

v1.4.0

Compare
Choose a tag to compare
@acolangelo acolangelo released this 11 Nov 22:54
· 8 commits to master since this release

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.