Skip to content

Releases: executablebooks/sphinx-panels

v0.6.0

03 Jun 21:35
4a310eb
Compare
Choose a tag to compare
🚀 RELEASE: v0.6.0 (#64)

v0.5.2

12 Oct 19:00
4c48211
Compare
Choose a tag to compare

v0.5.1

22 Sep 15:55
Compare
Choose a tag to compare

v0.5.0

15 Sep 06:32
Compare
Choose a tag to compare

Allow space in link-button references

30 Jun 01:16
ab8f159
Compare
Choose a tag to compare

Add new components

19 May 05:25
f9975d8
Compare
Choose a tag to compare
  • Fix CSS for default themes (like alabaster)
  • Add icons
  • Add badges

Override `.btn:visited` CSS

15 May 10:55
305a414
Compare
Choose a tag to compare
Override `.btn:visited` CSS (#13)

This is set if using the parent RTD theme and was overriding any colors set by the bootstrap classes

Add `link-button` directive

15 May 10:10
d6f2370
Compare
Choose a tag to compare
Add `link-button` directive (#12)

Create clickable buttons, referencing URLs or References

Improve option syntax

10 May 09:09
d5efa89
Compare
Choose a tag to compare
Improve option syntax (#10)

The panel level options now use the same format as normal options, e.g. card `+= shadow` to `:card: + shadow`, whereby a `+` at the start indicates additive behaviour.

Also, the delimiters are now configured as regexes, for greater flexibility, and the default panel delimiter has been changed back from `...` to `---`.

Major Revamp

04 May 18:26
b8d6b36
Compare
Choose a tag to compare

More closely utilises the bootstrap CSS classes, and expands functionality to headers, footers and top/bottom images