All Versions
99
Latest Version
Avg Release Cycle
24 days
Latest Release
532 days ago

Changelog History
Page 1

  • v0.22.1 Changes

    October 13, 2022
    • Fix KeyError raised by django-rangefilter.
    • ๐Ÿ’… [css] Add django-rangefilter style optimizations.
    • [css] Fix list-filter dropdown vertical margins.
    • ๐Ÿ’… [css] Fix calendar prev/next arrows style.
  • v0.22.0 Changes

    October 12, 2022
    • ๐ŸŒ Add CI checks for migrations and translations. #184 (by @merwok in #186)
    • ๐Ÿšš Add option for list filter quick remove. #181 (by @merwok in #183)
    • [css] Fix left/right scrolling broken with django-import-export. #165
    • [html] Fix duplicated welcome message. #185
  • v0.21.0 Changes

    October 06, 2022
    • 0๏ธโƒฃ Add language chooser control option (default select, minimal select). #136
    • Add option to make active list filters more visible. #174 (by @merwok in #178)
    • ๐Ÿ‘ Add support for collapsible fieldsets that start expanded. #173 (by @merwok in #177)
    • [js] Fix modal window not closing on save with django >= 4.0. #169
    • ๐Ÿ’… [css] Move language-chooser style to its own CSS file.
    • [css] Fix sticky list filter scrolling. #175
    • [css] Fix paginator missing border-top on mobile.
  • v0.20.0 Changes

    August 25, 2022
    • Add django-streamfield compatibility.
  • v0.19.2 Changes

    August 04, 2022
    • Fix hashlib compatibility with FIPS enabled systems. #167 (by @jonlev1n in #168)
  • v0.19.1 Changes

    May 14, 2022
    • ๐Ÿ›  [css] Fixed dashboard alignment when recent-actions are not visible.
  • v0.19.0 Changes

    March 08, 2022
    • Converted dynamic inline CSS to external static CSS using CSS variables. #157 #93 (thanks to @Mustafa-Abu-Ghazy)
  • v0.18.7 Changes

    February 24, 2022
    • ๐Ÿšš Removed public disclosures of the lib's version. #154 (thanks to @mintyPT)
    • Reformatted code with Black.
  • v0.18.6 Changes

    February 04, 2022
    • ๐Ÿ’… Added polish (pl) localization by paduszyk. #152
    • ๐Ÿ›  Fixed login logo max-width and title color.
  • v0.18.5 Changes

    January 21, 2022
    • Added portuguese brazil (pt_BR) localization by leandromsd. #149
    • ๐Ÿ›  Fixed body scroll reset to top when opening related modal. #150