File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
21
## 1.3.0 - 2020-09-08
4
22
5
23
♻️ Major refactor of tabs, group-tabs and code-tabs (thanks to [ @foster999 ] ( https://github.com/foster999 ) ):
Original file line number Diff line number Diff line change 1
- __version__ = "1.3 .0"
1
+ __version__ = "2.0 .0"
2
2
3
3
__import__ ("pkg_resources" ).declare_namespace (__name__ )
You can’t perform that action at this time.
0 commit comments