File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,14 @@ Pending
77* Added protection against division by 0 in timer.js
88* Auto-update History panel for JavaScript ``fetch `` requests.
99* 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.
1418
15193.7.0 (2022-09-25)
1620------------------
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ fallbacks
88flamegraph
99flatpages
1010frontend
11+ Hatchling
1112Hotwire
1213htmx
1314inlining
@@ -23,6 +24,8 @@ memcache
2324memcached
2425middleware
2526middlewares
27+ mousedown
28+ mouseup
2629multi
2730neo
2831paddings
You can’t perform that action at this time.
0 commit comments