Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @gorhom/bottom-sheet to v5 #306

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

smartway-bot[bot]
Copy link

@smartway-bot smartway-bot bot commented Oct 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@gorhom/bottom-sheet (source) ^4.4.5 -> ^5.0.0 age adoption passing confidence

Release Notes

gorhom/react-native-bottom-sheet (@​gorhom/bottom-sheet)

v5.0.6

Compare Source

Bug Fixes

v5.0.5

Compare Source

Bug Fixes

v5.0.4

Compare Source

Bug Fixes

v5.0.3

Compare Source

Bug Fixes
  • added children type to containerComponent prop type (#​1971)(by @​Nodonisko) (203e52f)
  • dynamic sizing with detached static views (b72e275)
  • fixed dynamic scrollables content size with footer in place (ace0da7)
  • updated reduce motion handling, to respeact user setting and allow overriding (1ef05c7)

v5.0.2

Compare Source

Bug Fixes

v5.0.1

Compare Source

Bug Fixes
  • removed redundant dependency (3ffc7f7)

v5.0.0

Compare Source

Features
Bug Fixes
  • (#​1119): fixed race condition between onmount and keyboard animations (a1ec74d)
Chores And Housekeeping

v4.6.4: Release 4.6.4

Compare Source

Bug Fixes

v4.6.3: Release 4.6.3

Compare Source

Bug Fixes

v4.6.2: Release 4.6.2

Compare Source

Bug Fixes

v4.6.1: Release 4.6.1

Compare Source

Bug Fixes
  • added footer height to content height when using dynamic sizing (#​1725) (1fdab02)

v4.6.0: Release 4.6.0

Compare Source

Bug Fixes
Features

v4.5.1: Release 4.5.1

Compare Source

Fixes
Chores And Housekeeping
  • update dev dependencies (fef9925)
  • updated detached modal example (55c9857)
  • updated snap points normalisation hook deps (9564467)

v4.5.0: Release 4.5.0

Compare Source

This release introduces the new dynamic sizing api, allowing users measure their content and set the bottom sheet size accordingly. This feature works on static views and scrollables ( ScrollView, FlatList ... )

dynamic-sizing.mp4

Setting this prop to true, will result in adding a new snap point to the provided snap points and will be sorted accordingly, and this might effect the indexing, for example, if provided snap points are [100, 1000], and the content size is 500 then the final snap points will be [100, 500, 1000].

New Features
Fixes

v4.4.8: Release 4.4.8

Compare Source

Fixes
Chores And Housekeeping

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@smartway-bot smartway-bot bot added the dependencies Pull requests that update a dependency file label Oct 20, 2024
@smartway-bot smartway-bot bot changed the title fix(deps): update dependency @gorhom/bottom-sheet to v5 fix(deps): update dependency @gorhom/bottom-sheet to v5 - autoclosed Dec 8, 2024
@smartway-bot smartway-bot bot closed this Dec 8, 2024
@smartway-bot smartway-bot bot deleted the renovate/gorhom-bottom-sheet-5.x branch December 8, 2024 19:03
@smartway-bot smartway-bot bot changed the title fix(deps): update dependency @gorhom/bottom-sheet to v5 - autoclosed fix(deps): update dependency @gorhom/bottom-sheet to v5 Dec 8, 2024
@smartway-bot smartway-bot bot reopened this Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants