Releases: domvwt/esparto
Releases · domvwt/esparto
v1.2.0
- Implicitly read markdown text files
v1.1.0
- New Layout classes
- Spacer: make an empty column within a Row
- PageBreak: enforce a page break in printed / PDF documents
- New Content class
- RawHTML: place raw HTML code in the page
- Updated Content classes
- DataFramePd: add new CSS style to minimise row height
- FigureMpl: SVG rendered plots are now responsive and horizontally centred
- New publishing features
- CSS stylesheet path can be passed to options.css_styles
- Jinja template path can be passed to options.jinja_template
v1.0.1
- Update dependencies.
- Fix SVG rendering in PDF.
- Update docs and examples.
v1.0.0
- Improve API.
- Responsive SVG plots.
- Update Jinja template to remove branding.
- Refactor codebase.
v0.2.5
- Fix linting errors.
- Add dataclasses dependency for Python < 3.7.
v0.2.4
- Fix bug corrupting document titles.
- Lazy load the content dependency dict.
- Remove unused code.
v0.2.3
- Make documents 'print friendly'.
- Output to PDF with weasyprint.
- Export matplotlib plots as SVG by default.
- Use
esparto.options
for configuring behaviour.
v0.2.2
- Fix notebook display for Colab.
v0.2.1
- Add Bootstrap dependencies for relevant content classes.
- Inherit FigureBokeh height from Bokeh object.
- Fix issues with in-notebook content rendering.