File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
8
18
9
19
## 3.0.0 - 2021-05-10
10
20
Original file line number Diff line number Diff line change 1
- __version__ = "3.1 .0"
1
+ __version__ = "3.2 .0"
2
2
3
3
__import__ ("pkg_resources" ).declare_namespace (__name__ )
You can’t perform that action at this time.
0 commit comments