Skip to content

Latest commit

History

History
437 lines (249 loc) 路 23.8 KB

CHANGELOG.md

File metadata and controls

437 lines (249 loc) 路 23.8 KB

Changelog

Fixes

  • fix: allowed user to override BottomSheetBackdrop style (#448).

v4.0.0-alpha.15 - 2021-06-26

v4.0.0-alpha.14 - 2021-06-26

Fixes

  • fix: refactored snap points reaction to handle keyboard state (#497).

v4.0.0-alpha.13 - 2021-06-15

Fixes

  • fix: prevent animation to same position (9636f84).

v4.0.0-alpha.12 - 2021-06-12

Features

  • feat: added detached bottom sheet (#487).

Improvements

  • chore: updated portal dependency (70d72ec).

Documentations

  • docs: updated detached prop description (9d4779b).

v4.0.0-alpha.11 - 2021-06-06

v4.0.0-alpha.10 - 2021-06-06

Features

  • feat: added pull to refresh implementaion (016a01f).
  • feat: introduced more stable handling for dynamic snap points (3edb2d1).

Fixes

  • fix: dismiss keyboard when sheet position change on Android (8f34990).

v4.0.0-alpha.9 - 2021-06-03

Features

  • feat: added keyboard input mode for android (069c4b6).

Improvements

  • chore: export useBottomSheetInternal, added animatedPosition and animatedIndex to useBottomSheet (fb3df59).

v4.0.0-alpha.8 - 2021-06-02

Improvements

  • chore: minor refactor (#473).
  • chore: minor simplifications (#467).

Fixes

  • fix: updated typings for sectionlist to mirror rn core types (#475).
  • fix: prevent animated content height value from getting below zero (d9b417f).
  • fix: updated BottomSheetContainer measuring on android (d0e5227).

v4.0.0-alpha.7 - 2021-05-30

Features

  • feat: allow handle to drag sheet without effecting the scrollable (580b763).

v4.0.0-alpha.6 - 2021-05-28

Fixes

  • fix: scrollble container style crash (a4b9b93).

v4.0.0-alpha.5 - 2021-05-27

Features

  • feat: added pre-integrated VirtualizedList component (2d4d69d).

Fixes

  • fix: updated keyboard height in container calculation (2599f6c).
  • fix: re-snap to current position when snap points get updated (bb8e202).
  • fix: handle initial closed sheet (4bc40d9).

v4.0.0-alpha.4 - 2021-05-25

Features

  • feat: added footer component (#457).

v4.0.0-alpha.3 - 2021-05-23

Improvements

  • refactor: removed deprecated props (#452).

Fixes

  • fix: on mount flicker on fixed sheet (48c4988).
  • fix: prevented animatedSnapPoints reaction from running randomly (bf4e461).

v4.0.0-alpha.2 - 2021-05-23

Improvements

  • refactor: updated handling animated heights (#451).

v4.0.0-alpha.1 - 2021-05-16

Features

  • feat: added snap to position (#443).

v4.0.0-alpha.0 - 2021-05-16

Features

  • feat: added enable pan down to close (#437).

Improvements

  • refactor: create one generic scrollable component (#442).
  • refactor: converted all internal state/memoized variables to reanimated shared values. (#430).
  • chore: updated dependencies (7d2a947).
  • chore: patch react-native-gesture-handler for android (26a0d64).

Fixes

  • fix: sheet positioning on modals (ee573e9).
  • fix: prevent animatedPosition from becoming undefined (400d7b9).

v3.6.5 - 2021-05-23

Improvements

  • chore: enable hermes on ios example (5a6730b).
  • chore: updated react-native in example to fix xcode 12.5 (b5a6c65).

Fixes

  • fix: allowed user to override BottomSheetBackdrop style (#448).

v3.6.4 - 2021-04-24

Improvements

  • refactor: remove deep equal checker (#395).
  • chore: refactored examples (7c6d9f3).

v3.6.3 - 2021-04-07

Improvements

  • chore: added shadow example (#390).

Fixes

  • fix: prevent sheet from being stuck on close (#389).
  • fix: prevent backdrop from blocking touchability (#391) (d3a5c12).

v3.6.2 - 2021-03-30

Fixes

  • fix: backdrop random appearance (#378).
  • fix: updated gesture props to be optional (#380).

v3.6.1 - 2021-03-29

Fixes

  • fix: prevent sheet from stucking on close state (63a1891).

v3.6.0 - 2021-03-28

Features

  • feat: added keyboard handling (#334).

v3.5.1 - 2021-03-27

Fixes

  • fix: crash when last snap point get removed (31311f9).

v3.5.0 - 2021-03-27

Features

  • feat: support new prop for BottomSheetBackdrop, "pressBehavior" (#361).

Improvements

  • chore: updated example theming (#369).

Fixes

  • fix: animateToPoint callback dependencies (468f920).

v3.4.1 - 2021-03-15

Improvements

  • chore: updated react-native to 64 and enable builds on M1 chip (#345).

Fixes

  • fix: improve modal dismissing (#346).

v3.4.0 - 2021-03-07

Features

  • feat: allow modify animation configs (#333).

v3.3.3 - 2021-03-04

Improvements

  • chore: updated reanimated to v2 stable (35d172c).
  • chore: updated map example (8bb7ca9).

Fixes

  • fix: bottom sheet container layout measuring (1c348bf).

v3.3.2 - 2021-03-04

Improvements

  • chore: update dependencies (e204d97).
  • chore: export bottom sheet props type (849e9f4).
  • refactor: added display name for components (36a76f6).

Fixes

  • fix: unmounting modals with navigation (#315).

v3.3.1 - 2021-02-10

Improvements

  • chore: added reanimated rc3 patch (aea1bdf).

Fixes

  • fix: stabilise animated callback node variables (#256).

v3.3.0 - 2021-02-08

Features

  • feat: updated reanimated to rc3 (#268).

Fixes

  • fix: prevent crash when resizing container height on Android (#253).
  • fix: prevent default backdrop from blocking ui behind (#246).

v3.2.1 - 2021-01-21

Fixes

  • fix: fixed sheet visibility when handle provided null (#223).
  • fix: allow backdrop style prop to override internal style (#211).

v3.2.0 - 2021-01-16

Features

  • feat: added style prop (#189).

Improvements

  • chore: updated reanimated to rc2 (#200).
  • chore: added no console eslint rule (7d03829).

Fixes

  • fix: removed rounding on evaluating position (#201).

v3.1.1 - 2021-01-12

Fixes

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

v3.1.0 - 2021-01-09

Improvements

  • chore: updated useInteractivePanGestureHandler (#174).

Fixes

  • fix: exp easing flickers on android (#175).
  • fix: removed rounding up from useNormalizedSnapPoints hook. (#169).

v3.0.2-alpha.3 - 2021-01-07

Improvements

  • refactor: remove getNode from scrollables (#166).
  • refactor: handle & background layers (#165).
  • refactor: removed ContentWrapper from BottomSheet (#156).

Fixes

  • fix: fixed shouldMeasureHandleHeight evaluation (#157).

v3.0.2-alpha.2 - 2021-01-06

Improvements

  • chore: changed the default easing function to cubic (#151).

Fixes

  • fix: apply additional panGH props to handle's gesture handler (#152).
  • fix: fixed animated reaction for animated callback nodes (#150).

v3.0.2-alpha.1 - 2021-01-05

Features

  • feat: added more gesture handler props (#148).
  • feat: added a prop to control flashing scrollable on expand (#146).

Improvements

  • refactor: updated overScrollMode to be come overridable (#145).

v3.0.2-alpha.0 - 2021-01-03

Features

  • 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: enable postinstall on example to patch react-native-tab-view (e4db114).

Fixes

  • fix: prevent scrollable glitches (#142).
  • fix: remove jumping on Android while starting scrolling (#141).
  • fix: fixed interaction glitch (#135).

v3.0.1 - 2020-12-23

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).

v3.0.0 - 2020-12-21

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).
  • docs: updated readme file (befae85).
  • docs: updated readme file (5d42f33).

v3.0.0-alpha.0 - 2020-11-27

Improvements

  • chore: install and configure lint-staged (#80).
  • chore: updated reanimated to v2 alpha9 (#69).
  • chore: added close state into animated position (#39).
  • refactor: rewrite code base to use reanimated v2 (6f36e9c).
  • chore: updated react-native to 63.2 (0f09886).
  • chore: updated reanimated to 2 alpha 6 (a4b385c).
  • chore: integrate Reanimated v2 in example project (ab83595).
  • chore: updated examples (fa6fbda).
  • chore: updated dependencies (4af6851).
  • chore: comment out flipper (33392a3).
  • chore: updated reanimated to v2.rc0 (f44c6eb).
  • chore: updated pref component (300a8b0).
  • chore: updated redash (c71c2d2).
  • chore: added renimated babel plugin (5a594ad).
  • refactor: update childern type & fix animation state import (7dc12a6).
  • chore: remove unused debugs logs on example (4de6c8d).
  • chore: re-enabled flipper for android (16fbb5c).

Fixes

  • fix: return flipper back to make example working (#70).
  • fix: fixed native projects to allow release builds (516db83).

Documentations

  • docs: updated documents (9b1e927).