All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.0 (2023-12-12)
- Dependency Upgraded packages to the latest possible version while maintaining backward compatibility.
4.0.1 (2021-09-08)
4.0.0 (2020-12-16)
-
whole project: We've removed source, file, action props, actionOptions is now called pickerOptions, we've splitted picker component into 3 different one
-
whole project: - Remove webpack, reduce bundle size, bump version, rewrite all (be2a01a), closes #103 #82 #77 #74
3.2.1 (2020-07-29)
3.2.0 (2020-07-29)
- 🎸 add typescript type definitions (f7a4e80)
3.1.0 (2019-07-29)
3.0.1 (2019-06-28)
- Update demo dependencies
3.0.0 (2019-06-03)
- [BREAKING CHANGE] Refactor a structure of component props
- Add posibility to display picker immediately after component was mounted
- Update filestack-js to 3.x.x
- Update readme
2.0.6 (2019-05-06)
- Update filestack-js to 2.1.0
2.0.5 (2019-04-18)
- Update filestack-js to 2.0.7
2.0.4 (2019-04-15)
- Fix demo page
- Update filestack-js to 2.0.6
2.0.3 (2019-04-12)
- Update filestack-js to 2.0.5
- Added a new preload option (According to the #42)
- Updated most of the dependencies to the newest version including filestack-js lib.
- Update readme, add new demo
- Updated to support filestack-js 1.0 and React 16.0 as peer dependencies.
- Officially changed name to filestack-react
- Added LICENSE and CHANGELOG files.
- Added CONTRIBUTING to set the rules of making changes to the package.
- Updated
react
,react-dom
andprop-types
to the latest versions to remove
Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them.