- Updated UiModalComponent and fixed animation state issues with window.setTimeout().
- Updated UiModalComponent, UiModalPluginConfirm and UiModalPluginPrompt event prefix.
- Updated UiModalTemplate with more rendering options.
- Fixed tabFocusLock for hidden modals.
- Added display control via animator.vis option, default true, fixes focusable hidden elements.
- Improved sass module default values.
- Fix sass module path dependencies.
- Update template default icons.
- Update button and label classes in all templates.
- 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.
- Fixed UiModalComponent.bindOpeners() modal iteration variable for matching modal to opener.
- Fixed UiModalPluginPrompt.focus_on_shown invalid method call.
- Initial prototype.