We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d450e5 commit 5c9ee24Copy full SHA for 5c9ee24
HISTORY.rst
@@ -3,6 +3,17 @@
3
History
4
=======
5
6
+3.1.0
7
+=====
8
+
9
+* Fixed concatenation to update relative sourceMappingURL paths (#808). This
10
+ was effectively breaking pipeline usage on Django 4+.
11
+* Fixed the django-pipeline-error box that gets injected into HTML pages to
12
+ hard-code a text color in addition to a background color. This ensures that
13
+ the text is readable, even on pages that are rendered with light text colors.
14
+* Added filtering for the django-pipeline-error box to remove ANSI color codes,
15
+ which are included by some tools.
16
17
3.0.0
18
=====
19
0 commit comments