Skip to content

Commit f3cf8a9

Browse files
committed
�� RELEASE: v3.2.0
1 parent 7f2146a commit f3cf8a9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# Change Log
22

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+
313
## 3.1.0 - 2021-06-11
414

515
### Added
616

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
818

919
## 3.0.0 - 2021-05-10
1020

sphinx_tabs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "3.1.0"
1+
__version__ = "3.2.0"
22

33
__import__("pkg_resources").declare_namespace(__name__)

0 commit comments

Comments
 (0)