Skip to content

Releases: gorhom/react-native-bottom-sheet

Release 2.0.4

16 Jan 12:28
Compare
Choose a tag to compare

Improvements

  • chore: added no console eslint rule (#199).

Release 3.1.1

12 Jan 19:46
Compare
Choose a tag to compare

Fixes

  • fix: fixed over-drag implementation (#186).

Release 2.0.3

11 Jan 21:43
Compare
Choose a tag to compare

Improvements

  • refactor: updated bottom sheet layers (#176).

Fixes

  • fix: prevent rounding up normalised snap points (#177).

Documentations

  • docs: updated modal hooks docs (#172).
  • docs: updated snapPoints description example (#164).
  • docs: updated documentation website (50a91e6).

Release 3.1.0

09 Jan 16:14
Compare
Choose a tag to compare

Features

  • feat: added more gesture handler props (#148).
  • feat: added a prop to control flashing scrollable on expand (#146).
  • feat: add third party gestures integration (#143).
  • feat: added stack behavior to bottom sheet modal (#140).
  • feat: added over drag support (#139).
  • feat: added over scroll and bouncing support (#137).

Improvements

  • chore: updated useInteractivePanGestureHandler (#174).
  • refactor: remove getNode from scrollables (#166).
  • refactor: handle & background layers (#165).
  • refactor: removed ContentWrapper from BottomSheet (#156).
  • chore: changed the default easing function to cubic (#151).
  • refactor: updated overScrollMode to be come overridable (#145).
  • chore: enable postinstall on example to patch react-native-tab-view (e4db114).

Fixes

  • fix: fixed shouldMeasureHandleHeight evaluation (#157).
  • fix: exp easing flickers on android (#175).
  • fix: removed rounding up from useNormalizedSnapPoints hook. (#169).
  • fix: apply additional panGH props to handle's gesture handler (#152).
  • fix: fixed animated reaction for animated callback nodes (#150).
  • fix: prevent scrollable glitches (#142).
  • fix: remove jumping on Android while starting scrolling (#141).
  • fix: fixed interaction glitch (#135).

Release 2.0.2

06 Jan 20:47
Compare
Choose a tag to compare

Improvements

  • chore: updated auto-changelog configs (b374a07).

Fixes

  • fix: fixed shouldMeasureHandleHeight evaluation (#158).

Release 3.0.1

22 Dec 23:07
Compare
Choose a tag to compare

Improvements

  • chore: updated map exmaple (d26ab34).
  • chore: fixed map example on android (4bbfff7).
  • chore: updated auto-changelog configs (200b8f3).
  • chore: updated reanimated dependency (769f9e6).

Fixes

  • fix: stablise animateToPoint worklet callback (4e15615).

Documentations

  • docs: updated readme file (c8f8a7e).

Release 2.0.1

22 Dec 15:49
Compare
Choose a tag to compare

Improvements

  • chore: updated auto-changelog configs (b09910b).
  • chore: fix types on ContactList example (ebfad4c).

Fixes

  • fix: fixed backdropComponent typing (4af7d5c).

Documentations

  • docs: updated website & readme (216432a).

Release 3.0.0

21 Dec 14:05
Compare
Choose a tag to compare

Features

  • feat: added onAnimate callback (#127).
  • feat: added bottom sheet modal (#125).
  • feat: add backdrop handling (#124).
  • feat: allow control panning gestures (#123).
  • feat: support dynamic snap points (#122).
  • feat: added animateOnMount prop (#121).

Improvements

  • chore: updated auto-changelog config (#128).
  • chore: updated dependencies (dcd1250).

Fixes

  • fix: updated default backdrop handling (#126).

Documentations

  • docs: deleted old documentaion files (1ff89c9).
  • docs: updated root readme file (d15bb61).

Release 2.0.0

16 Dec 21:15
Compare
Choose a tag to compare

Features

  • feat: add accessibility support (#117).
  • feat: added default backdrop (#109).
  • feat: added onAnimate callback (#91).
  • feat: allow control panning gestures (#88).
  • feat: allow dynamic snap points (#81).
  • feat: added animateOnMount prop (#78).

Improvements

  • chore: updated @gorhom/portal (#114).
  • chore: refactored modal to become a declarative component (#108).
  • chore: updated handling container height for modals (#102).
  • chore: did major refactor and code cleanup (#101).
  • chore: updated dependencies (#100).
  • chore: updated props naming (#89).
  • chore: added useReactiveValue/s (#65).
  • chore: re-enable flipper (1af2a55).
  • chore: updated auto-changelog template (d78f220).
  • chore: remove debugging logs (9a6a342).
  • chore: updated default background & handle styling (783642b).
  • chore: remove debugger view (f1dda70).
  • chore: adjust v1 to v2 release (9ab44a3).

Fixes

  • fix: initial mounting flicker (#115).
  • fix: dynamic snap points on modals (#113).
  • fix: fixed animatedIndex interpolate node to handle one snap point (#92).
  • fix: initial snap points when it is 100% (#105) (b6b972a).

Documentations

  • docs: added documentation website (#90).
  • docs: updated readme file (185f7a6).
  • docs: updated readme file (0bc1a47).
  • docs: fixed navigator example link (by @grifotv) (fd82d9f).

Release 2.0.0-alpha.7

14 Dec 23:06
Compare
Choose a tag to compare
Release 2.0.0-alpha.7 Pre-release
Pre-release
  • chore: updated @gorhom/portal #114
  • fix: dynamic snap points on modals #113
  • feat: added default backdrop #109
  • chore: refactored modal to become a declarative component #108
  • chore: updated handling container height for modals #102
  • chore: did major refactor and code cleanup #101
  • chore: updated dependencies #100
  • fix: fixed animatedIndex interpolate node to handle one snap point #92
  • feat: added onAnimate callback #91
  • chore: updated props naming #89
  • feat: allow control panning gestures #88
  • feat: allow dynamic snap points #81
  • feat: added animateOnMount prop #78
  • chore: added useReactiveValue/s #65
  • chore: remove debugging logs 9a6a342
  • docs: updated readme file 185f7a6
  • fix: initial snap points when it is 100% (#105) b6b972a
  • chore: updated default background & handle styling 783642b
  • chore: remove debugger view f1dda70
  • docs: updated readme file 0bc1a47
  • chore: adjust v1 to v2 release 9ab44a3
  • docs: fixed navigator example link (by @grifotv) fd82d9f