Skip to content

Latest commit

 

History

History
139 lines (90 loc) · 3.52 KB

CHANGELOG.md

File metadata and controls

139 lines (90 loc) · 3.52 KB

Changelog

3.1.0 (August 4, 2017)

  • Update Filestack::Ruby dependency to latest version to address namespacing issue

3.0.0 (July 24, 2017)

  • 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

2.2.0 (April, 05, 2017)

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

2.1.0 (October, 07, 2015)

2.0.0 (July, 15, 2015)

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

1.5.1 (July, 8, 2015) yanked due to mis-release

bug fixes

  • Update filepicker_image_url to merge query params into current url params if they exist

1.5.0 (June, 10, 2015) yanked due to mis-release

features

  • Update filepicker_js_include_tag to use the V2 api

improvements

  • Declare FilepickerRails::Tag as a private module

1.4.0 (May, 7, 2015)

⚠️ ⚠️ ⚠️ This is the last version that uses the API V1. :warning: :warning: :warning:

features

  • 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

improvements

  • Move from end-of-life multi_json to json

1.3.0 (December 31, 2014)

features

  • Adds filepicker_save_link

improvements

  • Adds support to Rails 4.2

1.2.0 (August 23, 2014)

features

  • filepicker_image_tag now works with policies

improvements

  • update to RSpec 3

bug fixes

  • Do not modify original url when using cdn

1.1.0 (March 30, 2014)

features

  • Add option to use a CDN
  • Add option for max file size
  • Add option to rotate image

improvements

  • Running specs on rails 3.2.x and 4.0
  • Only append convert? when is needed

misc

  • Add license to gemspec
  • Improved README with a bit more documentation for onchange callback

1.0.0 (September 20, 2013)

features

improvements

  • 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

bug fixes

  • Support rails 4

Previous

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.