You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
816 B

0.3.11 2018-09-27
- RichTextBase has no longer StyleMixin as default.
0.3.10 2018-09-24
- add render_as_html shortcut
- render_as_text can take css selector (requires lxml)
0.3.9 2018-09-20
- Slugify style slug in StyleMixin
0.3.8 2018-09-14
- SectionBase: use downgrading slug field
7 years ago
0.3.7 2018-09-05
- shortcuts.render_page_as_text now takes context_data
0.3.5 2018-08-28
- install templates
- FootnoteBase as FilesystemTemplateRendererPlugin.
0.3.4 2018-08-24
- prepared_richtext, get_prepared_richtext API.
0.3.3 2018-08-23
- No default template_name_prefix for FilesystemTemplateRendererPlugin
- New plugin class hierarchy:
BasePlugin->StringRendererPlugin,
BasePlugin->TemplateRendererPlugin->FilesystemTemplateRendererPlugin
- Bug fixes
0.3.2 2018-08-20
- made SectionBase plugin filesystem based.