Skip to content

Latest commit

 

History

History
162 lines (107 loc) · 8.63 KB

CHANGELOG.md

File metadata and controls

162 lines (107 loc) · 8.63 KB

Changelog

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

[1.3.7] - not release yet

Bug Fixes

  • reverse to put default as default :D (4f004d2)
  • add missing props to the docs (88f86cc)
  • add docs (7ec0bb2)
  • rework initial open/close states (534dc69)
  • take out modalPosition logic out of onPositionChange props check (a478ef1)
  • take props from the function directly (9680403)
  • hardware back button press handler (#148) (7e1cbf0)
  • only trigger positive values (6e19ee8)
  • remove back press listener on unmount (#137) (eafb8ee), closes #111
  • enable scroll when keyboard is toggle (c7a7dbe)
  • make sure we don't enable scroll by mistake (716f5ab)
  • avoid events to be trigger twice (#130) (9413350)
  • disable scroll when using adjustToContentHeight (5550f3f)
  • disable scroll with alwaysOpen props on init (990cba7)
  • flash drag panHandler (faa670c)
  • pan gesture enabled on ios too (5fb661f)
  • added-typescript-definition (eb1b448)
  • format docs (#131) (f7e53cc)
  • minor changes (5801692)
  • scrollto method for flatlist and sectionlist (#126) (038a5ab)
  • typo/clean (447352f)
  • with animated typing for childrens (cb13b06)
  • minor changes (6a02268)

Features

Reverts

  • Revert "fix: flash drag panHandler" (a505648)

[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