- Fixed the initialization of filestack client v3
- Added js callback function onCancel, onUploadDone, onFileUploadProgress, onUploadDone, onFileUploadFinished, onFileUploadFailed, onFileUploadStarted
- Update filestack gem version to 2.9.3
- Update filestack gem version to 2.9.2
- Update filestack gem version to 2.9.1
- Update "Dummy" App with examples
- Support for uploading multiple files
- Update filestack-ruby version
- Add filestack_image_url application helper method
- Fix the issue with the constants autoloaded initialization
- Add options to image_tag
- Add cname to filestack js URL
- Updated sqlite3 version in Gemfile
- Add link of available transformations in README
- Remove filestack-js version validation
- Moved filestack_js_url to configuration to not valid it on every page load
- Improve choosing filestack-js version
- Update "dummy" application - add callbacks
- Add callbacks to pickerOptions in version v3
- Fix issue with creating security (policy and signature) per request
- Fix issue with security in v3
- Update link to Github Issues
- Fix gem version
- Update filestack-ruby gem to ver. 2.6.0
- Fixed the issue with not loaded lib module
- Update Filestack Picker to ver. 1.x.x and add version configuration
- Fixed typo in exception message
- Update filestack-ruby gem to ver. 2.5.0
- Update filestack-ruby gem to ver. 2.4.0
- Add CNAME parameter
- Update Filestack::Ruby dependency to latest version to address namespacing issue
- Update to use v3 of Filestack File Picker
- Add filestack_picker_element as a general uploading button
- Various additions and removals surrounding the aforementioned elements
- Move repository to Filestack organisation.
- Rename gem to filestack-rails.
- Add support for Ruby 2.3.0 and 2.4.1.
- Remove support for Ruby 1.9.3 and Ruby 2.0.0.
- Add helper support for Rails 5 Fixes #153.
- Include handle when generating secure urls Fixes #116. This ensures that all policies and signatures are unique.
- Support for
language
dialog option. - Add support for compress argument.
- Fix data-fp-services and data-fp-suggestedFilename options for filepicker_save_link.
- Support for
crop_first
anfilepicker_image_url
.
- Properly-released version 1.5.0 and 1.5.1. This version uses the API V2 you can see more about the migration here. Since dialog V2 was completely rebuilt from the ground up, custom css files from v1 will not work correctly with it. See here.
- Update
filepicker_image_url
to merge query params into current url params if they exist
- Update
filepicker_js_include_tag
to use the V2 api
- Declare FilepickerRails::Tag as a private module
- Add option for max number of files
- Add store_container option to filepicker_field
- Add open_to option to filepicker_field
- Add filepicker_field_tag helper method
- Move from end-of-life multi_json to json
- Adds filepicker_save_link
- Adds support to Rails 4.2
- filepicker_image_tag now works with policies
- update to RSpec 3
- Do not modify original url when using cdn
- Add option to use a CDN
- Add option for max file size
- Add option to rotate image
- Running specs on rails 3.2.x and 4.0
- Only append convert? when is needed
- Add license to gemspec
- Improved README with a bit more documentation for onchange callback
- Moved to a rails engine
- Add specs <3
- Add to Travis CI
- Create CHANGELOG
- Create CONTRIBUTING
- Add versioning, issue, contributing and credits sections on README
- Add rubygems badge
- Add codeclimate badge
- Add coveralls badge
- Support rails 4
The changelog began with version 1.0.0 so any changes prior to that can be seen by checking the tagged releases and reading git commit messages.