v0.14.0.rst 1.2 KB

123456789101112131415161718192021222324252627282930
  1. v0.14.0 release notes
  2. =====================
  3. New features
  4. ------------
  5. * NEW page preview block enables selecting a single page anywhere in the streamfield
  6. and rendering a preview of that page using various templates including a Bootstrap
  7. card and an HTML form for FormPage types.
  8. * NEW classifiers enable custom category/group functionality for pages. Create custom
  9. classifiers and orderable terms within each classifier. Then assign classifier terms
  10. to pages to enable filtering by specific classifier terms.
  11. * The current page in a navbar or dropdown is highlighted using the ``active`` CSS class.
  12. * The default streamfield on pages, resusable content snippets, footers, carousels, and modals
  13. now includes more blocks including the "Latest pages" and "Page preview" blocks.
  14. Maintenance
  15. -----------
  16. * New projects created with ``coderedcms start`` include a ``.gitignore`` file that ignores
  17. editor files (VS Code, emacs, vim, sublime, pycharm, etc.) files by default.
  18. Upgrade considerations
  19. ----------------------
  20. * You will need to run ``python manage.py makemigrations website`` and ``python manage.py migrate`` after upgrading.
  21. * Some blocks within coderedcms/blocks/content_blocks.py have been moved to coderedcms/blocks/html_blocks.py.