Skip to content

Commit 4b415f7

Browse files
committed
🚀 RELEASE: v0.5.0
1 parent 5135ff2 commit 4b415f7

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## v0.5.0 - 2020-10-15
4+
5+
✨ NEW: Add `tabbed` directive, to create tab groups!
6+
See [this documentation section](https://sphinx-panels.readthedocs.io/en/latest/#tabbed-content).
7+
8+
♻️ REFACTOR: Move from CSS to SCSS:
9+
Under the hood, sphinx-panels now utilises CSS compiled from source SCSS,
10+
allowing for a better development environment.
11+
The CSS files are also "hashed", to ensure that documentation using sphinx-panels will not show
12+
old, cached CSS stylings after future updates to sphinx-panels.

sphinx_panels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from ._css import panels as css_panels
2424
from ._css import bootstrap as css_bootstrap
2525

26-
__version__ = "0.4.1"
26+
__version__ = "0.5.0"
2727

2828
LOGGER = getLogger(__name__)
2929

0 commit comments

Comments
 (0)