Skip to content

0.19.0

Choose a tag to compare

@oli-dev0 oli-dev0 released this 30 Jul 21:37
· 11 commits to main since this release

This release makes Django admin forms and change-form controls more consistent in Vanta Admin.

Added

  • Added Vanta-styled file inputs with visible selected filenames and accessible status updates.
  • Added Vanta styling for content-editor order controls when projects use them.

Changed

  • Improved custom selects when new inline rows are added.
  • Made the change-form Close action return to the previous admin page when browser history is available.
  • Extended Vanta button styling to common button elements and file-input controls.

Fixed

  • Kept required fields working when new inline rows are added.
  • Styled inline form errors more clearly.

Impact

  • File uploads, inline editing, and change-form navigation feel more consistent with the rest of the Vanta theme.
  • Existing Django admin models, permissions, URLs, and server-side behavior remain unchanged.