Skip to content

DesignGuide v2.2.0

Compare
Choose a tag to compare
@payex-dev payex-dev released this 24 May 09:43

Changelog

[2.2.0] - 2019-05-23

Added

  • Added new init functionality. You can now pass an ID init one specific component.
  • Added return values to init. It now returns an object, array of objects or null.
  • Added javascript documentation to getting-started section.
  • Added component specific documentation about functions.
  • Added open and close by ID to actionlist object
  • Added close by ID to alert object
  • Added open and close by ID to datepicker object
  • Added open and close by ID to nav object
  • Added open and close by ID to tabs object
  • Added open and close by ID to topbar object
  • Added option to disable the listener resposible for closing the sheet on clicking outside (data-require-action).

Removed

  • Dialog can no longer be closed by clicking outside of it or pressing the ESC key.