Skip to content

Latest commit

 

History

History
118 lines (70 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

118 lines (70 loc) · 2.61 KB

Changelog

All notable changes to this project will be documented in this file.

[1.3.6] - 2019-12-28

Changed

  • Use timing function onAnimateClose

[1.3.5] - 2019-12-27

Changed

  • Revert bouncing translate

[1.3.4] - 2019-12-26

Changed

  • Better spring/timing props
  • Mask for empty space with bounce

[1.3.3] - 2019-12-20

Changed

  • Fix bouncing on opening animation
  • Clean examples from unused functions

[1.3.2] - 2019-12-20

Added

  • New argument to the close method to reset to initial position alwaysOpen modal (close('alwaysOpen'))

Changed

  • Fix glitchy issue onAnimateOpen cause by extrapolate: clamp and spring animation

[1.3.1] - 2019-12-19

Changed

  • Remove uppercase from options.ts file

[1.3.0] - 2019-12-19

Added

  • Dev tools (prettier, commitlint)

Changed

  • BREAKING Move to name import (before) import Modalize from 'react-native-modalize' -> (after) import { Modalize } from 'react-native-modalize'
  • Fix overlay press to dismiss by @Esirei
  • Fix initial state when using alwaysOpen by @benjaminreid
  • Change renovate to keep all changes in same PR
  • Update packages
  • Update examples
  • Rename source files

[1.2.2] - 2019-10-13

Changed

  • Fix flickering issue with adjustToContentHeight by @charpeni
  • Add renovate to keep packages up-to-date
  • Upgrade dependencies

[1.2.1] - 2019-08-02

Changed

  • Fix issue with hasAbsoluteStyle util
  • Fix flickering on swipe gesture
  • Update documentation
  • Add changelog file

[1.2.0] - 2019-07-31

Added

  • openAnimationConfig / closeAnimationConfig to control the animations by @WrathChaos.
  • modalHeight to set a specific height to the modal by @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

[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