Release 9.0.0
9.0.0 (2022-07-17)
Features
- Webpack Module Federation: Dispatch the event patternslib_mf--loaded when all remotes have been initialized. (9c86483)
Bug Fixes
-
pat modal: Trigger
pat-modal-ready
event only once. (ddb7c5d)For pat-modal instances on anchor elements where pat-inject is involved the
eventpat-modal-ready
was triggered twice. This is now fixed and the event
is only triggered after the modal was inserted. -
pat tooltip: Fix problem with misaligned tooltip arrow with remote content. (4656100)
-
pat tooltip: Initialize Patterns directly after getting content. (e601fd8)This fixes a problem where onMount was initializing Patterns before get_content returned and inserted the content.