- Translations moved to plone.app.locales in plone domain. [staeff]
1.0.12
-------------------
- Remove unnecessary test setup. [timo]
- Fix HTML entities in browse button title [gaudenz]
- Implement __len__ for PathSource [gaudenz]
- Add missing test dependency declaration. [MatthewWilkes]
1.0.11
-------------------
- Add support for providing defaults to contenttrees. This wasn't reliable previously as only defaults that were found by the initial query were rendered. Now SourceBinders take an optional default or defaultFactory argument, in the same format as schema.Choice. [MatthewWilkes]
1.0.10
-------------------
- Render CSS as link, no css-import. This allows cooking with other link rendered css and gives better asynchronous download behavior. [thet]
- Add support for navigating into objects with spaces in their ids [MatthewWilkes]
1.0.9
------------------
* Implement ``renderForValue`` on ``ContentTreeBase`` in order to make single valued relation fields work. [rnixx]