Skip to content

Commit 506e69f

Browse files
committed
πŸš€ RELEASE: v2.1.0
1 parent 0f3cbbe commit 506e69f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

β€ŽCHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 2.1.0 - 2021-03-10
4+
5+
### Fixed
6+
7+
* πŸ› Tabs with nested content becoming hidden on click
8+
9+
### Improved
10+
11+
* πŸ‘Œ Added new sphinx config option `sphinx_tabs_disable_tab_closing` to allow new tab closing functionality to be disabled globally (better backwards compatibility with sphinx-tabs<2)
12+
313

414
## 2.0.1 - 2021-02-07
515

β€Žsphinx_tabs/__init__.py

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

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

0 commit comments

Comments
Β (0)