- 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.