filestack / filestack-react

Official React component for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
MIT License
164 stars 40 forks source link

refactor - Remove webpack, reduce bundle size, bump react version, rewrite core component, split into multiple components #104

Closed jakubpeksa closed 3 years ago

jakubpeksa commented 3 years ago

refactor - Remove webpack, reduce bundle size, bump react version, rewrite core component, split into multiple components Completely rewrite project which implies

BREAKING CHANGE: We've removed source, file, action props, actionOptions is now called pickerOptions, we've splitted picker component into 3 different one

fix #103, fix #82, fix #77, fix #74