Skip to content

Releases: valerymelou/django-active-link

Release 0.3.0

13 Nov 07:09
a3291c9

Choose a tag to compare

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

  • @Copilot made their first contribution in #133
  • @mnitchie made their first contribution in #134

Full Changelog: v0.2.2...v0.3.0

Release 0.2.2

08 Jul 09:07
23d9530

Choose a tag to compare

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

New Contributors

Full Changelog: v0.2.1...v0.2.2

Release 0.2.1

08 Jun 11:05
b6a284e

Choose a tag to compare

What's Changed

Important changes

  • inactive_class renamed to css_inactive_class.

Full Changelog: v0.2.0...v0.2.1