File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,12 @@ Change log
7
7
* Fixed a regression where the JavaScript code crashed with an invalid
8
8
CSS selector when searching for an element to replace.
9
9
* Replaced remaining images with CSS.
10
- * Continued refactoring the frontend code for simplicity, continued
11
- removing unused CSS.
10
+ * Continued refactoring the HTML and CSS code for simplicity, continued
11
+ improving the use of semantic HTML.
12
+ * Stopped caring about prehistoric browsers for good. Started splitting
13
+ up the JavaScript code to take advantage of
14
+ JavaScript modules.
15
+ * Continued removing unused CSS.
12
16
* Started running Selenium tests on Travis CI.
13
17
* Added a system check which prevents using django-debug-toolbar without
14
18
any enabled panels.
@@ -18,6 +22,10 @@ Change log
18
22
exist via :class: `StaticFilesPanel <debug_toolbar.panels.staticfiles.StaticFilesPanel> `
19
23
* Introduced `prettier <https://prettier.io/ >`__ to format the frontend
20
24
code.
25
+ * Started accessing history views using GET requests since they do not
26
+ change state on the server.
27
+ * Fixed a bug where unsuccessful requests (e.g. network errors) were
28
+ silently ignored.
21
29
22
30
23
31
3.1 (2020-09-21)
You can’t perform that action at this time.
0 commit comments