Skip to content

Releases: fabiocaccamo/django-colorfield

0.3.2

05 Aug 12:50
Compare
Choose a tag to compare
  • Used load event instead of window.onload callback.

0.3.1

22 Dec 21:19
Compare
Choose a tag to compare
  • Updated jscolor to 2.1.1 version. #57
  • Fixed self invoking anonymous function expression.

0.3.0

22 Dec 21:19
Compare
Choose a tag to compare
  • Fixed default, blank and null attrs support. #53 #54
  • Fixed jscolor not working on inlines added dynamically (only when extra=0)

0.2.2

22 Dec 21:20
Compare
Choose a tag to compare
  • Fixed colopicker not working on inlines added dynamically (only when jquery is loaded by the browser after colorfield). #52

0.2.1

22 Dec 21:20
Compare
Choose a tag to compare
  • Fixed colopicker not working on inlines added dynamically.
  • Fixed failed lookup for key [class]. #7

0.2.0

22 Dec 21:20
Compare
Choose a tag to compare
  • Fixed whole inline model required. #7
  • Fixed README.md missing in package. #46
  • Refactored ColorField and ColorWidget. #39, #43
  • Updated jscolor version to 2.0.5.
  • Bumped min django version to 1.7.
  • Added test suite (not tests) with tox and travis.

0.1.13: Fixed rendering issue when value is not set and required=False

22 Dec 21:21
Compare
Choose a tag to compare
  • Use not minified jscolor when DEBUG=true
  • Fix rendering when value is None
  • Use {required: false} js color option when the form field is not required. This forces to stop using the {hash: true} option for jscolor. To make this change retrocompatible, anchor is appended at the Widget level.