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

Update dependency react-native-paper to v3 #27

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 22, 2019

This PR contains the following updates:

Package Type Update Change
react-native-paper (source) dependencies major 2.0.1 -> 3.2.1

Release Notes

callstack/react-native-paper

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Bug Fixes
  • fix label behavior when TextInput is in error state (#​1429) (a069062)
  • fix initial label position when value is set on RN 0.61 (#​1441) (a33d999)
  • fix initializing label state when defaultValue is given (2f25bfa)
  • make sure only one version of the library is imported (5c1cc8e), closes #​1432
Features

v3.1.1

Compare Source

Bug Fixes
  • don't disable interactions on the scene (9b67a88)
  • tweak modal animation to match default android animations (#​1428) (d53582e)

v3.1.0

Compare Source

Bug Fixes
Features
  • add an option to disable animation in bottom navigation (#​1426) (ee81d6b)

v3.0.0

Compare Source

We're excited to release the new version of React Native Paper, after more than 6 months of work, thanks to 45 contributors who made 152 commits.

Upgrading

This release includes several breaking changes so please see our migration guide for tips on upgrading.

Highlights

🎣 useTheme hook: We now export an useTheme hook, thanks to @​jshearer
💅 Dark Theme colors: Dark mode follows official material design guidelines, thanks to @​pan-pawel
Typescript: Library is migrated to typescript, thanks to @​wojteg1337
🚀 Icons: We now support custom Icon component, thanks to @​jaysbytes and @​Trancever
✍🏽 Text Input: Many improvements and bug fixes, thanks to @​jbinda
🌍 Menu: Improved accessibility and web platform support, thanks to @​satya164
⌛️ Animations: Users can control animations duration via theme.animation.scale prop, thanks to @​Trancever

v2.16.0

Compare Source

Bug Fixes
Features

v2.15.2

Compare Source

Bug Fixes

v2.15.1

Compare Source

Bug Fixes

v2.15.0

Compare Source

Bug Fixes
Features

v2.14.0

Compare Source

Bug Fixes
Features
  • add titleStyle and descriptionStyle props to List.Item (#​911) (30fed6f)
  • expose new prop to add custom color in Chip component (#​729) (4a28c3e)

v2.13.0

Compare Source

Bug Fixes
Features

v2.12.0

Compare Source

Bug Fixes
  • fix typescript types (Avatar, ProgressBar) (#​842) (75e7c52)
  • fix visiblity prop in SNackbar and Modal (f7d370f)
  • makes FAB not pressable when initialy not visible (#​858) (ade8d27)
  • pass down accessible from Card props to Touchable for Appium tests (#​812) (d29eb93)
  • update typescript types for button (#​847) (0780e9b)
Features

v2.11.1

Compare Source

Bug Fixes

v2.11.0

Compare Source

Bug Fixes
Features

v2.10.1

Compare Source

Bug Fixes
  • make activity indicator methods private (5ea17b8)

v2.10.0

Compare Source

Bug Fixes
Features

v2.9.1

Compare Source

Bug Fixes
  • hide banner if visible=false before height is measured. fixes #​803 (22514d6)

v2.9.0

Compare Source

Bug Fixes
  • fix random onLayout events in Bottom Navigation. fixes #​800 (a079626)
Features

v2.8.0

Compare Source

Bug Fixes

v2.7.0

Compare Source

Bug Fixes
  • delay portal rendering to avoid infinite loop (e08eb2b)
  • handle animated value in the shadow helper (ec872a5)
  • improve fonts on web (99b33ec)
  • makes icon load errors more informative (#​769) (2d0a1c3)
  • prevent changing width of search bar on web (3600cad)
  • support image URLs as icons on web (eefcff3)
Features
  • allow to change background for FAB Group (#​758) (b799a1e)
  • introduce animated property on IconButton (2bca3d8)

v2.6.3

Compare Source

Bug Fixes
  • fix bottom navigation layout not centered (bf99259)
  • fix flow errors and snapshots (81827f6)
  • fix fonts and some warnings when using with react-native-web (c2980c5)

v2.6.2

Compare Source

Bug Fixes

v2.6.1

Compare Source

Bug Fixes
  • add progressBarComponent as fallback for generic platforms. (#​749) (8184d26)
  • replace 'orderRadius' with 'borderRadius' in Snackbar component (#​750) (844daf3)

v2.6.0

Compare Source

Bug Fixes
  • disable ripple when not supported in bottom navigation (d49e41b)
  • fix badge border radius on iOS (83f6158)
  • fix elevation not animating in some components (2618c06)
  • fix parenthesis locations in example app (#​747) (e1102a6)
  • make type optional for helper text in TS definitions (d969f02)
  • typo in bottom navigation example (65fc420)
  • update typescript types for bottom navigation (e55f6cc)
Features

v2.5.0

Compare Source

Bug Fixes
Features

v2.4.0

Compare Source

Bug Fixes
  • disable ripple effect on Android P (23cdb3c)
Features

v2.3.0

Compare Source

Bug Fixes
  • pass down testID from Card props to Touchable for Detox tests (#​683) (0ad98f3)
  • rename right to numeric for tables (23b963b)
Features

v2.2.8

Compare Source

Bug Fixes
  • pass down testID from chip props to touchable for Detox tests. (#​661) (da9f234)

v2.2.7

Compare Source

Bug Fixes

v2.2.6

Compare Source

Bug Fixes

v2.2.5

Compare Source

Bug Fixes

v2.2.4

Compare Source

Bug Fixes
  • connect ts declaration with @​types/react-native (#​627) (a87c1dd)
  • don't pass all props down to Text (a95eb10)
  • flow: merge types with the props of the component used internally (0294209)
  • flow: use exact types when possible (f295272)
Deprecations

Flow types are now exported from the main entry instead of /types. Update your code from:

import type { Theme } from 'react-native-paper/types';

to:

import { type Theme } from 'react-native-paper';

v2.2.3

Compare Source

Bug Fixes
  • add a check to ensure Jest doesn't throw error. closes #​644 (38b14c1)

v2.2.2

Compare Source

Bug Fixes
  • fix textinput not animating on changing error. fixes #​611 (e31a33e)

v2.2.1

Compare Source

Bug Fixes
  • get version from native modules instead of haste. closes #​642 (0f52b7c)

v2.2.0

Compare Source

Bug Fixes
Features

v2.1.3

Compare Source

Bug Fixes

v2.1.2

Compare Source

Bug Fixes

v2.1.1

Compare Source

v2.1.0

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate renovate bot force-pushed the renovate/react-native-paper-3.x branch 2 times, most recently from d5f8e08 to b389675 Compare October 29, 2019 01:16
@renovate renovate bot force-pushed the renovate/react-native-paper-3.x branch from b389675 to 4798889 Compare November 5, 2019 16:04
@renovate renovate bot force-pushed the renovate/react-native-paper-3.x branch from 4798889 to 9270f68 Compare November 11, 2019 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant