Releases: valerymelou/django-active-link
Releases · valerymelou/django-active-link
Release 0.3.0
0.3.0 (2025-11-13)
Breaking changes
-
Dropped support for the following Django versions: 4.0, 4.1, 5.0
-
Added support for the following Django versions: 5.1, 5.2
-
Dropped support for the following Python versions: 3.8, 3.9
-
Added support for the following Python versions: 3.13, 3.14
Minor changes
- Fixed a bug where multiple active_link tags would trigger each other, even when they had different kwargs (like pk).
What's Changed
- Add tests for 404 pages with active_link template tag by @Copilot in #133
- Update pre-commit hooks to newest version by @Frodothedwarf in #135
- fix: Explicit kwargs should take precedence over resolver_kwargs by @mnitchie in #134
- Make package ready for new release by @Frodothedwarf in #136
New Contributors
Full Changelog: v0.2.2...v0.3.0
Release 0.2.2
0.2.2 (2024-07-08)
+++++++++++++++++
Minor changes
- Matches more views
- Code improvements
Important change
- Test coverage dropped to 99.07% from 100%. This is already scheduled to be fixed.
What's Changed
- Fixed to work with 404 pages by @drworm in #130
- Release 0.2.2 by @Frodothedwarf in #132
New Contributors
Full Changelog: v0.2.1...v0.2.2
Release 0.2.1
What's Changed
- Release 0.2.1 by @Frodothedwarf in #129
Important changes
- inactive_class renamed to css_inactive_class.
Full Changelog: v0.2.0...v0.2.1