File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,14 @@ Pending
7
7
* Added protection against division by 0 in timer.js
8
8
* Auto-update History panel for JavaScript ``fetch `` requests.
9
9
* Support `HTMX boosting <https://htmx.org/docs/#boosting/ >`__ and
10
- re-rendering the toolbar after the DOM has been replaced. This reworks
11
- the JavaScript integration to put most event handlers on document.body.
12
- This means we'll have slightly slower performance, but it's easier
13
- to handle re-rendering the toolbar when the DOM has been replaced.
10
+ `Turbo <https://turbo.hotwired.dev/ >`__ pages.
11
+ * Simplify logic for ``Panel.enabled `` property by checking cookies earlier.
12
+ * Include panel scripts in content when ``RENDER_PANELS `` is set to True.
13
+ * Create one-time mouseup listener for each mousedown when dragging the
14
+ handle.
15
+ * Update package metadata to use Hatchling.
16
+ * Fix highlighting on history panel so odd rows are highlighted when
17
+ selected.
14
18
15
19
3.7.0 (2022-09-25)
16
20
------------------
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ fallbacks
8
8
flamegraph
9
9
flatpages
10
10
frontend
11
+ Hatchling
11
12
Hotwire
12
13
htmx
13
14
inlining
@@ -23,6 +24,8 @@ memcache
23
24
memcached
24
25
middleware
25
26
middlewares
27
+ mousedown
28
+ mouseup
26
29
multi
27
30
neo
28
31
paddings
You can’t perform that action at this time.
0 commit comments