Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
boxed committed Apr 15, 2024
1 parent 949e17e commit 65fed00
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
---------

7.0.0 (2024-04-15)
~~~~~~~~~~~~~~~~~~

* `EditTable`s `EditColumn.edit` namespace is now called `field`. This is a breaking change. There was a namespace conflict between `Column.edit` and `EditColumn.edit`.

* `EditTable` and bulk editing and filtering now compose cleanly

* Changed default style to Bootstrap 5

* Allow styling of `EditTable`/`EditColumn`

* Nested forms respect if the parent form is non-editable

* SQL trace for N+1 problems will now print the last found query+traceback instead of the first. This should increase the odds of it showing something useful.

* Removed deprecated JavaScript functions

6.8.0 (2024-03-27)
~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 65fed00

Please sign in to comment.