3.0.0
- Date field accepts data-attributes.
- Add dropzone.
- Add bootstrap confirm dialog instead of native ugly js.
- Remove elements don't reload page, also don't mess with cache.
Migration intstructions from 2.6.x to 3.x
*fileModels now inherit fromAdminpanel::Image- Whitelisted is changed from
*files_attributes: [...]to*file_ids: [] - Merge all
adminpanel_*filesinto a new table called:adminpanel_images, with attrbitues: file_size: stringcontent_type: stringmodel_id: integer(this is the foreign_key)model_type: stringfile:stringtype: string- and created and updated_at