- Nothing changed yet.
- Add support for Python 3.6 up to 3.9 and PyPy3.
- Drop support for Python 3.4 and 3.5.
- Adapt to
deform >= 2.0.11
.
- Depend on deform 2.0.3.
- Add mapping for
select2
.
- Use the typeahead bundled with deform instead of
js.typeahead
as the latter fails on Python 2.6.
- Depend on deform 2.0a2 (Bootstrap 3). THIS IS NOT BACKWARD COMPATIBLE AND WILL BREAK WITH OLDER DEFORMS!
- Resolve
modernizr
dependency with js.modernizr; this was introduced in deform-0.9.6.
- Add
deform_basic
to the available resource groupings. Using this includes just the basic CSS and JavaScript, without the 'beautify' CSS. [davidjb]
- No changes.
- Fix a bug that caused requirements not to be loaded on ValidationFailure (thanks icemac!).
- Include
js.jquery_form
dependency in setup.py (thanks icemac!).
- Make all items in resource_mapping a list, so that third party packages (e.g. kotti_tinymce) can append resources.
- Add an includme for easy using in Pyramid projects.
- Change patching to only patch deform.form.Form instead of individual widgets.
- Add
auto_need
method for automatically including Fanstatic resources for a given Deform form instance. - Add
patch_deform
function for automagically including Fanstatic resources. This feature will vanish when deform gets a FormRender event which we can subscribe to.
- Make the CSS resources available separately as well as combined with the JS resource.
- Initial release.