- Autocomplete widget: extract URL from javascript. [jone]
1.16.0
-------------------
- Add image upload widget support (archetypes and dexterity). [jone]
1.15.0
-------------------
- Parse XML responses with XML parser instead of HTML parser. New methods for parsing the response: ``parse_as_html``, ``parse_as_xml`` and ``parse``. [jone]
- Add browser properties ``contenttype``, ``mimetype`` and ``encoding``. [jone]
1.14.6
-------------------
- Use ``cssselect`` in favor of ``lxml.cssselect``. This allows us to use ``lxml >= 3``. [jone]
- Added tests for z3c date fields. [phgross]
1.14.5
-------------------
- AutocompleteWidget: Drop query string from base URL when building query URL. [lgraf]
1.14.4
-------------------
- Widgets: test for sequence widget after testing for autocomplete widgets. Some widgets match both, autocomplete and sequence widgets. In this case we want to have the autocomplete widget. [jone]