This solves a major problem with multiple themes and theme switching outlined in #86. In 2.5.0, this would produce duplicate .js
files, but in 2.6.0 this should no longer be happening, which should allow the development of multiple themes, for example if your site needs a dark theme and a light theme to switch between.
What's Changed
- Allow omitting JS resources on templatetag call by @jchristgit in #94
New Contributors
- @jchristgit made their first contribution in #94
Full Changelog: v2.5.0...v2.6.0