diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..797be0c8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,38 @@ +# Changelog +All notable changes to this project will be documented in this file. + +## [Unreleased] +- Update documentation +- Add changelog file + +## [1.2.0] - 2019-07-31 +### Added +- `openAnimationConfig` / `closeAnimationConfig` to control the animations by [@WrathChaos](https://github.com/WrathChaos). +- `modalHeight` to set a specific height to the modal by [@WrathChaos](https://github.com/WrathChaos). + +### Changed +- _BREAKING_ `style` props renamed to `modalStyle` +- _BREAKING_ `height` props renamed to `snapPoint` +- Create utils file to make internal source lighter + +## [1.1.1] - 2019-06-21 +### Added +- More gif examples for all behaviors possible + +### Changed +- Move hardwareBackPress to open and close animation functions + +## [1.1.0] - 2019-06-20 +### Added +- Add `alwaysOpen` props, to keep the modal always open on the bottom of the screen +- Bump `js-yaml` package because of security warning + +[Unreleased]: https://github.com/jeremybarbet/react-native-modalize/compare/1.2.0...HEAD + +## [1.0.0] - 2019-06-06 +### Changed +- Improve documentation +- Refactor all examples, and make it easier to use them +- Move examples from React.class to stateless function +- Null check on component passed to Modalize +- Bump packages from source code and examples