2
0

v0.15.0.rst 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. v0.15.0 release notes
  2. =====================
  3. New features
  4. ------------
  5. * NEW Stream Forms for doing advanced multi-step forms with conditional logic!
  6. See :doc:`/features/page_types/stream_forms`.
  7. * NEW optional environment specifier banners! See CODERED_BANNER settings in
  8. :doc:`/reference/django_settings`.
  9. * NEW documentation for built-in page types! See :doc:`/features/page_types/index`.
  10. * NEW tutorial! See :doc:`/getting_started/tutorial01`.
  11. * Upgraded Wagtail to version 2.5. Now supports Django versions 2.0, 2.1, and 2.2.
  12. Supports Python versions 3.4, 3.5, 3.6, and 3.7.
  13. Bug fixes
  14. ---------
  15. None
  16. Maintenance
  17. -----------
  18. * Upgraded jQuery to version 3.4.
  19. * Upgraded pickadate.js (fallback to native HTML5 date/time inputs) to version 3.6.
  20. * Internally switched to Sass for more modular development and debugging.
  21. * Now provides minified version of ``codered-front.css`` (``codered-front.min.css``).
  22. * Added licensing information to JavaScript files, and now supports LibreJS.
  23. * Added unit tests for improved quality control. See :doc:`/contributing/index`.
  24. See :doc:`/contributing/index`.
  25. * Added continuous integration pipelines for improved quality control.
  26. * Minor code cleanups.
  27. Upgrade considerations
  28. ----------------------
  29. * You will need to run ``python manage.py makemigrations website`` and ``python manage.py migrate`` after upgrading.
  30. * Static css/js files have been moved. If you are referencing them manually in your
  31. templates, please update accordingly:
  32. * ``css/codered-front.css`` -> ``coderedcms/css/codered-front[.min].css``
  33. * ``js/codered-front.js`` -> ``coderedcms/js/codered-front.js``
  34. Thank You
  35. ---------
  36. Special thank you to our new `contributors <https://github.com/coderedcorp/coderedcms/graphs/contributors>`_
  37. and to everyone who joined us at PyCon US 2019 sprints.