Releases: lqez/django-summernote
Releases · lqez/django-summernote
0.8.19.0
Thank you to all contributors and users of django-summernote.
-
#405: Set X-Frame-Options setting on a per-view basis (@czlee)
-
#396: HTML escaping (@campfireman)
-
Bump Summernote to 0.8.19
-
Drop support for Python 2
-
Drop support for outdated Django versions
And also thanks to @ulgens, @ncampuzano, @aathikahamed, and other contributors.
0.8.11.6
0.8.11.5
- Fix crispy-forms issue with SummernoteInplaceWidget (@wuuuduu)
- Security fixes and CustomUserPassesTestMixin in SummernoteUploadAttachment view (@wuuuduu)
- Update Travis / Tox settings for the latest Django and Python versions (@lqez)
- Add test targets for Django 3.0+ (@lqez)
- Replace test runner with pytest (@lqez)
0.8.11.4
0.8.11.1
0.8.11.0
- Update Summernote to 0.8.11
- Fix import behaviour (thanks to Jorge Klemm)
- Fix
onBlurCodeview
to use Summernote callback - Remove warning by removing regex at path() (thanks to Ant Somers)
- Add Django 2.0 usage on README (thanks to Ant Somers)
- Make test suite pass on Django master branch (thanks to Claude Paroz)
- Fix widget rendering repeatly (thanks to Andrew Cordery)
0.8.10.0
0.8.8.8
0.8.8.7
0.8.8.6
- Remove duplicated codes into a mixin
- Add a sample model for testing admin page manually
- Add .flake8 setting
- Rename summer_note to summernote
- Changing the language loading to be synchronous
- View import path fix
- Change class-based view from function-based view
- Add
summernote_fields
to control which fields will use summernote in admin. - Fix SummernoteInplaceWidget full screen not work bug.
- Update latest summernote options for
__summernote_options__
- Fixes ResizeSensor.js: TypeError: window.getComputedStyle(...) is null
Thank you all contributors!