Skip to content

Commit 0ce888a

Browse files
authored
🚀 RELEASE: v2.0.0 (#98)
1 parent a0af17d commit 0ce888a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## 2.0.0 - 2021-01-24
4+
5+
♻️ Refactor to reduce JS/CSS payload size and improve accesibility:
6+
7+
* Removed semantic-ui assets
8+
* Removed unused 'sphinx_tabs_nowarn' sphinx option
9+
* JS/CSS assets are now copied across by sphinx when builing, rather than being copied by the extension
10+
* Changed tab HTML to use tab roles
11+
* Changed tab label colour, to increase contrast with background
12+
* Added ARIA labels for tabs and panels
13+
* Added tabindex atributes to allow users to focus and switch tabs using a keyboard
14+
* Added a margin below images inside tab content
15+
16+
✨ New features:
17+
18+
* Selecting an open tab now closes the tabs panel
19+
* The last selected group tab persists between pages (if the browser supports session storage)
20+
321
## 1.3.0 - 2020-09-08
422

523
♻️ Major refactor of tabs, group-tabs and code-tabs (thanks to [@foster999](https://github.com/foster999)):

sphinx_tabs/__init__.py

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

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

0 commit comments

Comments
 (0)