View Source Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1-2-1-2024-10-09
1.2.1 (2024-10-09)
bug-fixes
Bug Fixes
- revert presigned url generation, use post instead (4d27087)
1-2-0-2024-10-08
1.2.0 (2024-10-08)
features
Features
1-1-2-2024-04-26
1.1.2 (2024-04-26)
bug-fixes-1
Bug Fixes
1-1-1-2024-01-24
1.1.1 (2024-01-24)
bug-fixes-2
Bug Fixes
1-1-0-2023-10-09
1.1.0 (2023-10-09)
features-1
Features
1-0-2-2023-09-18
1.0.2 (2023-09-18)
bug-fixes-3
Bug Fixes
1-0-1-2023-05-01
1.0.1 (2023-05-01)
bug-fixes-4
Bug Fixes
1-0-0-2023-03-29
1.0.0 (2023-03-29)
breaking-changes
⚠ BREAKING CHANGES
- refactor to be imgix optional (#28)
features-2
Features
0-8-1-2022-05-13
[0.8.1] - 2022-05-13
changes
Changes
- Bump Erlang / AWS / Elixir dependencies
0-8-0-2021-10-04
[0.8.0] - 2021-10-04
changes-1
Changes
- Bump
ex_teal
to>= 0.16
0-7-0-2020-07-22
[0.7.0] - 2020-07-22
adds
Adds
- Imgix Array Field
0-6-0-2020-01-21
[0.6.0] - 2020-01-21
breaking-changes-1
Breaking Changes
- Bump
ex_teal
to 0.7.0
0-5-0-2019-12-03
[0.5.0] - 2019-12-03
breaking-changes-2
Breaking Changes
Plugin module renamed to ExTealDirectUpload.Plugin
. In
lib/{your_web_app}/ex_teal/manifest.ex
change the name of the direct upload
plugin from ExTealDirectUpload.new(%{})
to
ExTealDirectUpload.Plugin.new(%{})
in the plugins/0
function.
adds-1
Adds
- Direct Upload now supports different
acl
policies for objects stored on S3 - File Forms now include a remove button
- Direct Upload can now generate presigned urls for private S3 Objects.
0-4-0-2019-10-21
[0.4.0] - 2019-10-21
changed
Changed
- Updated
ex_teal
to~> 0.4
fixed
Fixed
- Fixed compatibility with
ex_teal ~> 0.4
0-3-2019-07-18
[0.3.] - 2019-07-18
changed-1
Changed
- Added JS Components
- Updated
ex_teal
to0.3