|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [v3.6.5](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.2...v3.6.5) |
| 3 | +## [v3.6.6](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.15...v3.6.6) |
4 | 4 |
|
5 | 5 | #### Fixes |
6 | 6 |
|
7 | 7 | - fix: allowed user to override BottomSheetBackdrop style ([`#448`](https://github.com/gorhom/react-native-bottom-sheet/pull/448)). |
8 | 8 |
|
| 9 | +## [v4.0.0-alpha.15](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.14...v4.0.0-alpha.15) - 2021-06-26 |
| 10 | + |
| 11 | +## [v4.0.0-alpha.14](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) - 2021-06-26 |
| 12 | + |
| 13 | +#### Fixes |
| 14 | + |
| 15 | +- fix: refactored snap points reaction to handle keyboard state ([`#497`](https://github.com/gorhom/react-native-bottom-sheet/pull/497)). |
| 16 | + |
| 17 | +## [v4.0.0-alpha.13](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.12...v4.0.0-alpha.13) - 2021-06-15 |
| 18 | + |
| 19 | +#### Fixes |
| 20 | + |
| 21 | +- fix: prevent animation to same position ([9636f84](https://github.com/gorhom/react-native-bottom-sheet/commit/9636f847d53ff99d801753254876722050cc3e13)). |
| 22 | + |
| 23 | +## [v4.0.0-alpha.12](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.11...v4.0.0-alpha.12) - 2021-06-12 |
| 24 | + |
| 25 | +#### Features |
| 26 | + |
| 27 | +- feat: added detached bottom sheet ([`#487`](https://github.com/gorhom/react-native-bottom-sheet/pull/487)). |
| 28 | + |
| 29 | +#### Improvements |
| 30 | + |
| 31 | +- chore: updated portal dependency ([70d72ec](https://github.com/gorhom/react-native-bottom-sheet/commit/70d72ecff5c78c397dbfc47bbff94b52237efab8)). |
| 32 | + |
| 33 | +#### Documentations |
| 34 | + |
| 35 | +- docs: updated detached prop description ([9d4779b](https://github.com/gorhom/react-native-bottom-sheet/commit/9d4779b57f60bba7f895f7609e759e0eb0b2640a)). |
| 36 | + |
| 37 | +## [v4.0.0-alpha.11](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.10...v4.0.0-alpha.11) - 2021-06-06 |
| 38 | + |
| 39 | +## [v4.0.0-alpha.10](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.9...v4.0.0-alpha.10) - 2021-06-06 |
| 40 | + |
| 41 | +#### Features |
| 42 | + |
| 43 | +- feat: added pull to refresh implementaion ([016a01f](https://github.com/gorhom/react-native-bottom-sheet/commit/016a01f3705c83c9903a3e28c875e7b90424a128)). |
| 44 | +- feat: introduced more stable handling for dynamic snap points ([3edb2d1](https://github.com/gorhom/react-native-bottom-sheet/commit/3edb2d1f9a9a8b1ba2e04803cd12306e4353199b)). |
| 45 | + |
| 46 | +#### Fixes |
| 47 | + |
| 48 | +- fix: dismiss keyboard when sheet position change on Android ([8f34990](https://github.com/gorhom/react-native-bottom-sheet/commit/8f34990436f8cc8c1ec1c545488d77db5845166c)). |
| 49 | + |
| 50 | +## [v4.0.0-alpha.9](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.8...v4.0.0-alpha.9) - 2021-06-03 |
| 51 | + |
| 52 | +#### Features |
| 53 | + |
| 54 | +- feat: added keyboard input mode for android ([069c4b6](https://github.com/gorhom/react-native-bottom-sheet/commit/069c4b6742630dc5fa7d4763a5c4dc6bfec439cc)). |
| 55 | + |
| 56 | +#### Improvements |
| 57 | + |
| 58 | +- chore: export useBottomSheetInternal, added animatedPosition and animatedIndex to useBottomSheet ([fb3df59](https://github.com/gorhom/react-native-bottom-sheet/commit/fb3df595c0bf5bcc63ca29e8e2609929de63e595)). |
| 59 | + |
| 60 | +## [v4.0.0-alpha.8](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) - 2021-06-02 |
| 61 | + |
| 62 | +#### Improvements |
| 63 | + |
| 64 | +- chore: minor refactor ([`#473`](https://github.com/gorhom/react-native-bottom-sheet/pull/473)). |
| 65 | +- chore: minor simplifications ([`#467`](https://github.com/gorhom/react-native-bottom-sheet/pull/467)). |
| 66 | + |
| 67 | +#### Fixes |
| 68 | + |
| 69 | +- fix: updated typings for sectionlist to mirror rn core types ([`#475`](https://github.com/gorhom/react-native-bottom-sheet/pull/475)). |
| 70 | +- fix: prevent animated content height value from getting below zero ([d9b417f](https://github.com/gorhom/react-native-bottom-sheet/commit/d9b417f703ceb69a959b0ce59600e53d75560d1e)). |
| 71 | +- fix: updated BottomSheetContainer measuring on android ([d0e5227](https://github.com/gorhom/react-native-bottom-sheet/commit/d0e52270076617242010b08f73fe09ab8ede69d1)). |
| 72 | + |
| 73 | +## [v4.0.0-alpha.7](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) - 2021-05-30 |
| 74 | + |
| 75 | +#### Features |
| 76 | + |
| 77 | +- feat: allow handle to drag sheet without effecting the scrollable ([580b763](https://github.com/gorhom/react-native-bottom-sheet/commit/580b7632e656403b0797c4e969a35d30f0ec5cb3)). |
| 78 | + |
| 79 | +## [v4.0.0-alpha.6](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) - 2021-05-28 |
| 80 | + |
| 81 | +#### Fixes |
| 82 | + |
| 83 | +- fix: scrollble container style crash ([a4b9b93](https://github.com/gorhom/react-native-bottom-sheet/commit/a4b9b933268a670fbf6dd1198de61d899abde738)). |
| 84 | + |
| 85 | +## [v4.0.0-alpha.5](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) - 2021-05-27 |
| 86 | + |
| 87 | +#### Features |
| 88 | + |
| 89 | +- feat: added pre-integrated VirtualizedList component ([2d4d69d](https://github.com/gorhom/react-native-bottom-sheet/commit/2d4d69d8881a3cbe452f5e46157e2b9702528206)). |
| 90 | + |
| 91 | +#### Fixes |
| 92 | + |
| 93 | +- fix: updated keyboard height in container calculation ([2599f6c](https://github.com/gorhom/react-native-bottom-sheet/commit/2599f6cf46af0f95812e34670de5a7cae5d44fd9)). |
| 94 | +- fix: re-snap to current position when snap points get updated ([bb8e202](https://github.com/gorhom/react-native-bottom-sheet/commit/bb8e202af05dc6beeb108cfa1680401374ac58ad)). |
| 95 | +- fix: handle initial closed sheet ([4bc40d9](https://github.com/gorhom/react-native-bottom-sheet/commit/4bc40d93da05dcff664ce939a9944416b9e91359)). |
| 96 | + |
| 97 | +## [v4.0.0-alpha.4](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) - 2021-05-25 |
| 98 | + |
| 99 | +#### Features |
| 100 | + |
| 101 | +- feat: added footer component ([`#457`](https://github.com/gorhom/react-native-bottom-sheet/pull/457)). |
| 102 | + |
| 103 | +## [v4.0.0-alpha.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) - 2021-05-23 |
| 104 | + |
| 105 | +#### Improvements |
| 106 | + |
| 107 | +- refactor: removed deprecated props ([`#452`](https://github.com/gorhom/react-native-bottom-sheet/pull/452)). |
| 108 | + |
| 109 | +#### Fixes |
| 110 | + |
| 111 | +- fix: on mount flicker on fixed sheet ([48c4988](https://github.com/gorhom/react-native-bottom-sheet/commit/48c49888b95dc88abf320d4d7590f43806e0bd59)). |
| 112 | +- fix: prevented animatedSnapPoints reaction from running randomly ([bf4e461](https://github.com/gorhom/react-native-bottom-sheet/commit/bf4e461e2cb9b5cb90a7de105637fc43d3947525)). |
| 113 | + |
9 | 114 | ## [v4.0.0-alpha.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) - 2021-05-23 |
10 | 115 |
|
11 | 116 | #### Improvements |
|
18 | 123 |
|
19 | 124 | - feat: added snap to position ([`#443`](https://github.com/gorhom/react-native-bottom-sheet/pull/443)). |
20 | 125 |
|
21 | | -## [v4.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.6.4...v4.0.0-alpha.0) - 2021-05-16 |
| 126 | +## [v4.0.0-alpha.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.6.5...v4.0.0-alpha.0) - 2021-05-16 |
22 | 127 |
|
23 | 128 | #### Features |
24 | 129 |
|
|
29 | 134 | - refactor: create one generic scrollable component ([`#442`](https://github.com/gorhom/react-native-bottom-sheet/pull/442)). |
30 | 135 | - refactor: converted all internal state/memoized variables to reanimated shared values. ([`#430`](https://github.com/gorhom/react-native-bottom-sheet/pull/430)). |
31 | 136 | - chore: updated dependencies ([7d2a947](https://github.com/gorhom/react-native-bottom-sheet/commit/7d2a9473a95c3e245e90932715406b62e81e6a63)). |
32 | | -- chore: enable hermes on ios example ([5a6730b](https://github.com/gorhom/react-native-bottom-sheet/commit/5a6730b94730d948d98a34b9ae0bf069946c58cb)). |
33 | 137 | - chore: patch react-native-gesture-handler for android ([26a0d64](https://github.com/gorhom/react-native-bottom-sheet/commit/26a0d64a062a441b2f96b3f04c48a039cee6684a)). |
34 | | -- chore: updated react-native in example to fix xcode 12.5 ([b5a6c65](https://github.com/gorhom/react-native-bottom-sheet/commit/b5a6c659e2fd4a8ead5857d3f22c55c47f4fd82e)). |
35 | 138 |
|
36 | 139 | #### Fixes |
37 | 140 |
|
38 | 141 | - fix: sheet positioning on modals ([ee573e9](https://github.com/gorhom/react-native-bottom-sheet/commit/ee573e9463836301d9736c3e5d86b2b363f9fb14)). |
39 | 142 | - fix: prevent animatedPosition from becoming undefined ([400d7b9](https://github.com/gorhom/react-native-bottom-sheet/commit/400d7b93caa0a46f678db2978e7e5f95cc87ee99)). |
40 | 143 |
|
| 144 | +## [v3.6.5](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.6.4...v3.6.5) - 2021-05-23 |
| 145 | + |
| 146 | +#### Improvements |
| 147 | + |
| 148 | +- chore: enable hermes on ios example ([5a6730b](https://github.com/gorhom/react-native-bottom-sheet/commit/5a6730b94730d948d98a34b9ae0bf069946c58cb)). |
| 149 | +- chore: updated react-native in example to fix xcode 12.5 ([b5a6c65](https://github.com/gorhom/react-native-bottom-sheet/commit/b5a6c659e2fd4a8ead5857d3f22c55c47f4fd82e)). |
| 150 | + |
| 151 | +#### Fixes |
| 152 | + |
| 153 | +- fix: allowed user to override BottomSheetBackdrop style ([`#448`](https://github.com/gorhom/react-native-bottom-sheet/pull/448)). |
| 154 | + |
41 | 155 | ## [v3.6.4](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.6.3...v3.6.4) - 2021-04-24 |
42 | 156 |
|
43 | 157 | #### Improvements |
|
0 commit comments