Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 22 Nov 15:11
1efd169

Minor Changes

  • #53 2000545 Thanks @RuslanZavacky! - Improve how we handle onClick for navigation. Now when adding event listener to click event:

    document
      .querySelector('[data-internal-links]')
      .addEventListener('click', (event) =>
        falcon.navigation.onClick(event, '_self', 'internal'),
      );

    we'll call preventDefault correctly and won't throw error in the console.