- Added possibility to use z3c.form's ContentProviders [gbastien, jfroche, gotcha]
0.7.2
------------------
- Add a macro and slot to the ploneform-render-widget templates so it's possible to override the widget rendering without changing the markup surrounding it. [davisagli]
- Restored support for contents without acquisition chain [keul]
0.7.1
------------------
- Overrode ObjectSubForm for IObject field in order to provide get_closest_content method. Now it is possible to guess the closest content from a Multiwidget subform. [gborelli]
- Added utils.closest_content from plone.formwidget.contenttree.utils [gborelli]
- Primarily use form name for 'kssattr-formname' form attribute. [vipod]
- Rename the 'fieldset.current' hidden input to 'fieldset' for consistency with Archetypes. [davisagli]
0.7.0
------------------
- Support inline validation without depending on KSS. [davisagli]
- Fix a case where the widget broke if its form's content was a dict. [davisagli]
0.6.1
------------------
- Fix the single checkbox widget to cope with widgets with a __call__ method. [davisagli]
0.6.0
------------------
- Remove hard-coded &x25a0; (box) markers from required labels to match changes made in sunburst/public.css and archetypes. Fixes double required markers in Plone 4.2rc1.
- Pull form help inside label tag and make it a span rather than a div. The purpose is to improve accessibility by making the semantic connection between label and help. Related to http://dev.plone.org/ticket/7212
- Use ViewPageTemplateFile from zope.browserpage. [hannosch]