v0.18.1.rst 620 B

1234567891011121314151617181920
  1. v0.18.1 release notes
  2. =====================
  3. Bug fixes
  4. ---------
  5. * Custom CSS class and Custom ID set in StreamField blocks should now render
  6. correctly in HTML.
  7. * Fix new flake8 code quality warning.
  8. Upgrade considerations
  9. ----------------------
  10. Many built-in HTML templates have changed, in order to reference the correct
  11. block attribute (``self.settings.custom_id``) versus the incorrect
  12. (``self.settings.custom_css_id`` or variations of that). If you are overring or
  13. have copied any built-in HTML templates, please double check that you may need
  14. to manually fix this bug in some of your own templates as well.