Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ Initial release!

- feat: Add support to skip confirmation.
- fix: Install setuptools and use python -m build in CD workflow.

## Version 0.1.6 (Oct 23, 2025)

---

- feat: Add loading states and comprehensive modal accessibility.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-modal-actions
version = 0.1.5
version = 0.1.6
description = A Django app for adding modal actions to the admin interface
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down