Breaking changes:
- add item here
New features:
- add item here
Bug fixes:
- add item here
Breaking changes:
- Drop support for Python 2.7, 3.5, 3.6.
New features:
- Add support for Python 3.11.
- Add Chinese translation.
- Add support for Python 3.5, 3.8, 3.9, 3.10.
New features:
- Register
z3c.autoinclude
entry point for automatic inclusion in plone. [maurits] - Add support for Python 3 [pbauer]
Bug fixes:
- Improved code quality. [maurits]
- Added translations for this package. Italian and Dutch available now. [ale-rt, fredvd, maurits]
- Drop support for Python 2.6.
- Compatible with z3c.form > 3.2.10, where radio and checkbox items property is a generator. [thomasdesvenain]
- Code moved to https://github.com/zopefoundation/z3c.formwidget.query [maurits]
- Get default value from IValue adapter. [vincentfretin]
- Remove :list from novalue radio box name to be the same behavior as z3c.form >= 2.6.0. [vincentfretin]
- Avoid test dependency on zope.app.testing. [hannosch]
- Remove unused dependency on zope.app.form. [hannosch]
- If one of the values to be displayed provides IRoleManager, then check for permission first. [frapell]
- Use an ordered list instead of a set to represent source items. [timo]
- Add an ignoreMissing parameter and widget subclasses to avoid errors when rendering missing values. [elro]
- Create changelog file. [dukebody]
- Respect the ignoreRequest parameter. [dukebody]
- ...
- ...