You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v4.0.0 (#112)
- New Features
- Command line tools for printing default Jinja and CSS files
- Fixes
- Config YAML now read with safe loader
- Deprecations
- Removed CDN theme links
- Dependencies
- Image content now supported without PIL
v3.0.0 (#90)
- API
- Page now accepts `max_width` and `output_options` arguments
- Content classes no longer accept `width` or `height` arguments
- New Features
- Output rendering options can now be configured at page level
- Additional markdown features recognised
- Fixes
- JavaScript is now placed at end of page so HTML is loaded first
- Page Style
- Removed unnecessary indentation
- Tables now render in minimal, clean style
- Improvements to sizing and centring of plots
- Cleaned up unnecessary HTML and CSS
- Majority of CSS attributes moved to `esparto.css`
- Dependencies
- Pillow is now optional
- BeautifulSoup4 is now required
- Upper version limits removed from all
- Other
- Type hints implemented with ~100% coverage
1.3.0 (#56)
- New Layout class
- Card: Bordered container for grouping content
- Updated Content class
- FigureMpl: SVG rendered plots now flex up to 150% of original size
- Other
- Defined string and repr representations for current settings
- Updated CSS so maintain distance from header if main title is not defined
- Updated content adaptor to allow other Layout objects as valid children for Column