Releases: codn/adminpanel
Releases · codn/adminpanel
3.4.3
Fix travis and add some missing validations
3.4.2
Support Rails 5.1
3.4.1
Pages implementation
Fix an issue with accordion scroll
3.3.4
bump version
3.3.0
Rails 5 support.
3.2.1
- Add trix editor attachments with
uploader => :mounted_images_namemore information on http://codn.github.io/adminpanel/module/wysiwyg-attachments.html
3.1.0
Add trix support instead wysihtml5
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
2.6.0
- Renamed image field
Upgrading from >= 2.5.4, file_field should be chaged to image_field and non_image_field to file_field to avoid confusion.
2.5.5
- Add Facebook
share_pictureto let devs choose a thumbnail.