Releases: executablebooks/sphinx-panels
Releases · executablebooks/sphinx-panels
v0.6.0
v0.5.2
See CHANGELOG.md
v0.5.1
See CHANGELOG.md
v0.5.0
See CHANGELOG.md
Allow space in link-button references
v0.4.1 bump version
Add new components
- Fix CSS for default themes (like alabaster)
- Add icons
- Add badges
Override `.btn:visited` CSS
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
Add `link-button` directive (#12) Create clickable buttons, referencing URLs or References
Improve option syntax
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
More closely utilises the bootstrap CSS classes, and expands functionality to headers, footers and top/bottom images