Skip to content

2.3.4

Compare
Choose a tag to compare
@tomcru tomcru released this 14 Sep 20:56
· 30 commits to main since this release

🌟 Help spread the word about Holy Loader by starring the repo or posting on Twitter about the release.

Highlights

  • We've added the ignoreSearchParams prop. When set to true, HolyLoader will no longer respond to changes in URL search parameters.

This is especially helpful if search parameters are used to update your UI without reloading content. For example, changing a parameter from ?query=frost to ?query=frostpunk will not trigger the progress bar when ignoreSearchParams is enabled.

<HolyLoader ignoreSearchParams />

Full Changelog: 2.3.1...2.3.4