You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,20 @@
1
1
# Change Log
2
2
3
+
## 3.2.0 - 2021-06-11
4
+
5
+
### Fixed
6
+
7
+
* 🐛 Added default value for `exports` in JavaScript. Removes error that `exports` is not defined on page
8
+
9
+
### Added
10
+
11
+
* 👌 Use of [`sphinx` HTML assets policy](https://github.com/sphinx-doc/sphinx/issues/9115) to decide whether include assets
12
+
3
13
## 3.1.0 - 2021-06-11
4
14
5
15
### Added
6
16
7
-
* 👌 Added mew sphinx config `sphinx_tabs_disable_css_loading` option to disable css from loading
17
+
* 👌 Added new sphinx config `sphinx_tabs_disable_css_loading` option to disable css from loading
0 commit comments