- Remove dependency on CMFPlone (use plone.base). In images vocab use utility instead of import. isort/black (pure) and pyupgrade --py37-plus`. Remove traces of six. Bump version to 5.0. [jensens] (72)
4.3.0
------------------
New features:
- Add new ``StaticCatalogVocabulary`` class providing a simplified mechanism for creating queryable content vocabularies. Allows use of e.g. AJAXSelectWidget for fields that store Relations or UUIDs. (66)
4.2.2
------------------
Bug fixes:
- Change vocabulary tokens to use ``base64.urlsafe_b64encode()``. No newlines and safe to use as an xml attribute. See `community post <https://community.plone.org/t/tags-subject-field-mangling-long-terms/13067>`_. [flipmcf] (64)