Skip to content

Releases: kroxiksut/django-scroll-to-top

v0.3.0

Choose a tag to compare

@kroxiksut kroxiksut released this 02 Jul 07:05

Release v0.3.0

See the changelog for the full list of changes in this release.

v0.2.0

Choose a tag to compare

@kroxiksut kroxiksut released this 28 Jun 12:52

Added

  • Documented limits for uploaded SVG icons: up to 100 KB per file, 128 elements,
    8 levels of nesting, and 20,000 characters of path data per shape. Bigger files
    are rejected instead of being trimmed.
  • Extra configuration warnings: when a profile points at a site that no longer
    exists, or is turned on but has nothing published yet.
  • Security scanning in CI (code analysis and pull-request dependency review).
  • Minor PyPI page improvements (release-notes link, OS-independent marker).

Changed

  • Expanded the tested Django matrix to 4.2 LTS, 5.0, 5.1, 5.2 LTS, and 6.0, so
    every supported version is both installable and covered by CI.
  • Softer, more accurate accessibility wording (designed to meet WCAG 2.2 AA; a
    full independent audit is still planned).
  • Friendlier README quick start: install, migrate, add one tag — the admin is
    optional.

Fixed

  • Not all admin labels were marked as translatable, so some always showed in
    English regardless of the active language (uploaded-icon details and the
    created/updated timestamps). They are now translatable and translated to
    Russian, and the Russian catalog has been refreshed.

v0.1.0

Choose a tag to compare

@kroxiksut kroxiksut released this 27 Jun 13:35

Initial public release (beta) of django-scroll-to-top.

A reusable Django app that renders one accessible, configurable scroll-to-top control on site pages and in the standard Django Admin.

See the project README and CHANGELOG for the full feature set and release context.