We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2146a commit f3cf8a9Copy full SHA for f3cf8a9
CHANGELOG.md
@@ -1,10 +1,20 @@
1
# Change Log
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
13
## 3.1.0 - 2021-06-11
14
15
### Added
16
-* 👌 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
18
19
## 3.0.0 - 2021-05-10
20
sphinx_tabs/__init__.py
@@ -1,3 +1,3 @@
-__version__ = "3.1.0"
+__version__ = "3.2.0"
__import__("pkg_resources").declare_namespace(__name__)
0 commit comments