- Replace deprecated use of
allow_non_node_children
bychild_constraints
. [rnix]
- Modernize JavaScript setup.
- Add
i18n_messages_src
,upload_template_src
anddownload_template_src
attributes toFileUploadTile
. - Add optional
download_url
to file data dict. - Remove
thumbnailUrl
from file data dict.
Breaking Changes
- Rename
url
toview_url
in file data dict. - Rename
deleteUrl
todelete_url
in file data dict. - Rename
deleteType
todelete_type
in file data dict.
- Fileupload actions optionally work from contextmenu. [rnix]
- Move button toolbar into dedicated tile for customization. [rnix]
- Reduce included files and plugins of jquery fileupload to required ones. [rnix]
- Update jquery fileupload to version 10.32.0. [rnix]
- Rename deprecated
allow_non_node_childs
toallow_non_node_children
in tests and documentation. [rnix]
- Initial pypi release [rnix]
- Python 3 compatibility. [rnix]
- Convert doctests to unittests. [rnix]
- Use
cone.app.main_hook
decorator. [rnix] - Move resource registration to main hook. [rnix]
- Upgrade to
cone.app
1.0b1. [rnix]
- Code organization. [rnix]
- Make it work [rnix]