Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

40 lines (32 loc) · 1.42 KB

Changelog

0.7.0

  • Updated UiModalComponent and fixed animation state issues with window.setTimeout().
  • Updated UiModalComponent, UiModalPluginConfirm and UiModalPluginPrompt event prefix.
  • Updated UiModalTemplate with more rendering options.

0.6.3

  • Fixed tabFocusLock for hidden modals.
  • Added display control via animator.vis option, default true, fixes focusable hidden elements.
  • Improved sass module default values.

0.6.2

  • Fix sass module path dependencies.
  • Update template default icons.

0.6.1

  • Update button and label classes in all templates.

0.6.0

  • Added javascript template class definition with defaults and options.
  • Added html template markup with replacement notes.
  • Added twig template markup with options and variants.
  • Added blade template markup and options.
  • Added sass module for usage with the @use syntax.
  • Added sass module usage example.
  • Added css precompiled default module for inclusion.
  • Added minimal scss styles and markup to docs.
  • Added more code docs for better autocompletion.
  • Fixed some wrong code docs information.
  • Changed UiModalComponent.bindOpeners argument order and moved 2nd argument modalIdGetter to last.

0.5.2

  • Fixed UiModalComponent.bindOpeners() modal iteration variable for matching modal to opener.

0.5.1

  • Fixed UiModalPluginPrompt.focus_on_shown invalid method call.

0.5.0

  • Initial prototype.