WARNING: **New major upstream release (backwards incompatible!).**
* Remove the deprecated ``dropzone.load()`` method. * Added more options to customize messages. * Drop Python 2 support. * Add an ``id`` parameter for ``dropzone.style()`` to support customize unique styles for multiple dropzones in one page (`53 <https://github.com/helloflask/flask-dropzone/pull/53>`_). * Upgrade Dropzone.js to 5.9.3 version.
1.6.0
----- released date: 2021/5/1
* Add a ``id`` parameter for ``dropzone.create()`` and ``dropzone.config()`` to support customize element id and putting multiple dropzones in one page.
1.5.4
----- released date: 2019/8/4
* Fix CSRF protect bug when in form (`29 <https://github.com/helloflask/flask-dropzone/issues/29>`_).
1.5.3
----- released date: 2018/8/24
* Built-in resources behaviour will not based on ``FLASK_ENV``. * Add support to pass configuration variable directly with ``dropzone.config()``, see documentation for more details.
1.5.2
----- released date: 2018/8/7
* Add a proper documentation. * Fix KeyError Exception if ENV isn't defined.
1.5.1
----- released date: 2018/7/21
* Change CDN provider to jsDelivr. * Built-in resources will be used when ``FLASK_ENV`` set to ``development``.