Skip to content

Robustness improvements

Compare
Choose a tag to compare
@sir-dunxalot sir-dunxalot released this 31 Dec 14:02
· 524 commits to master since this release
  • #124 - Check if tooltip/popover component is destroyed before trying to set properties on it
  • #149 - lazy-render-wrapper will now get the correct $target element, which may be different when using <x>-on-component, <x>-on-element, and when target="some-id"
  • #149 - Renamed entryInteractionEvents to _lazyRenderEvents
  • #149 - Added targetEventNameSpace to keep the code DRY
  • #149 - willDestroyElement also references $target to clean up event handlers
  • #149 - Added an empty <div> to some-component, which adds extra robustness for -on-component tests while maintaining the same UI in the dummy site
  • #149 - Added render-events-test.js