This repository has been archived by the owner on Sep 25, 2022. It is now read-only.
fix(deps): update dependency native-base to v3 #21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.15.2
->^3.0.0
Release Notes
GeekyAnts/NativeBase
v3.4.7
Compare Source
Fixes
v3.4.6
Compare Source
Fixes:
as
prop which was not working if it is passed from theme. https://github.com/GeekyAnts/NativeBase/pull/5003WarningIcon
https://github.com/GeekyAnts/NativeBase/pull/5000.Select
uncontrolled state warning https://github.com/GeekyAnts/NativeBase/pull/4998.v3.4.5
Compare Source
HotFix:
inValidOutlineColor
toinvalidOutlineColor
.v3.4.4
Compare Source
Fixes
v3.4.3
Compare Source
Fixes
v3.4.2
Compare Source
Fixes
v3.4.1
Compare Source
Fixes
v3.4.0
Compare Source
Changes:
Foundation
Theme Decoupling
New Props added.
focusOutlineColor
lets you change outlineLine color of input when input is in focused State.invalidOutlineColor
lets you change outlineLine color of input when input is in invalid state.Breaking Changes:
With this release, there were some breaking changes introduced, majorly on the Design front. Apart from the API changes, all other things can be patched with the use of extendTheme. The doc for the same is provided [here](https://docs.nativebase.io/migration/v33xtov34x).
Design Changes.
API Changes
Toast
status
andvariant
props of Toast are deprecated. We have added status and variant recipes in docs https://docs.nativebase.io/toast.Pseudo Props
We have added new Pseudo Props to give more control to the user. Detailed List and working of Pseudo Prop.
Pseudo Props for Color Modes
Updated theme using _light and _dark props for light mode and dark mode respectively.
Internal props will still have higher specificity, as it will override platform props as well as color mode props.
Composites
Primitives
Extend previous version's theme for backward compatibility.
You need to add
v33xTheme
to yourNativeBaseProvider
which preserves all the old design that was changed or removed in `v3.4.0.v3.3.12
Compare Source
Fixes
_web
,_ios
,_android
,_light
,_dark
) GeekyAnts/NativeBase@23baa80v3.3.11
Compare Source
Fixes
v3.3.10
Compare Source
Fixes
v3.3.9
Compare Source
Fixes
v3.3.8
Compare Source
Fixes
Avatar
uri issue GeekyAnts/NativeBase@bbc2ce4Flatlist
typing fixes https://github.com/GeekyAnts/NativeBase/pull/4810v3.3.7
Compare Source
Fixes
patch-package
dependency GeekyAnts/NativeBase@042dae6v3.3.6
Compare Source
Fixes
SectionList
typing improvement GeekyAnts/NativeBase@06577bcSelect
,Modal
,ActionSheet
performance due toOverlay
fixes GeekyAnts/NativeBase@a445e52Input
fontFamily
issue https://github.com/GeekyAnts/NativeBase/pull/4623/commits/990596759224ee1091754053388c9c7ff69462aaIconButton
_disabled
state prop issue GeekyAnts/NativeBase@131b211Stack
spacing issue with Fragment GeekyAnts/NativeBase@98cd225Changes
_radio
toRadioGroup
GeekyAnts/NativeBase@3a3ac9e_checkbox
toCheckboxGroup
GeekyAnts/NativeBase@3a3ac9eisHovered
,isDisabled
,isFocused
,isPressed
andisFocusVisible
to Interactive components PRv3.3.5
Compare Source
Fixes
v3.3.4
Compare Source
Fixes
Image
component GeekyAnts/NativeBase@5887efcprefetch
,getSize
,queryCache
) forImage
component GeekyAnts/NativeBase@9f42780Heading
componentfontFamily
issue GeekyAnts/NativeBase@6bc5a5fToast
component overlap issue GeekyAnts/NativeBase@dff4a89v3.3.3
Compare Source
Fixes
next build
crash fixes GeekyAnts/NativeBase@16153bcv3.3.2
Compare Source
Fixes
underlined
prop issue GeekyAnts/NativeBase@fce40f5v3.3.1
Compare Source
Fixes
Slide
component render fixes GeekyAnts/NativeBase@2224c95Select
component key prop warning fixes GeekyAnts/NativeBase@a9eb939v3.3.0
Compare Source
Fixes
Checkbox
performance improved GeekyAnts/NativeBase@82286d9RadioGroup
performance improved GeekyAnts/NativeBase@5915139Input
overflow issues fixed GeekyAnts/NativeBase@3294c9fSlide
performance improved GeekyAnts/NativeBase@08eaabbFormControl
disabled onRadioGroup
fixed GeekyAnts/NativeBase@5023320Radio
disabled issue GeekyAnts/NativeBase@dcad172Input
left and right elements in pseudo props GeekyAnts/NativeBase@6ff241fToast
GeekyAnts/NativeBase@2833ae9FlatList
type issue fixed GeekyAnts/NativeBase@bc275bfPressable
_disable
prop GeekyAnts/NativeBase@9f09be2useMediaQuery
hook GeekyAnts/NativeBase@f9fbca5textDecorationColor
GeekyAnts/NativeBase@c57edfe_loading
prop specificity andButton
fixes GeekyAnts/NativeBase@4dd3e59Spinner
style props resolution GeekyAnts/NativeBase@bb7db65Button
reacting on _focusVisible prop GeekyAnts/NativeBase@0ef6fdd_disable
,_loading
,_hover
,_pressed
,_focus
,_spinner
GeekyAnts/NativeBase@ae8e095Changes
Select
component - Added onOpen and onClose props GeekyAnts/NativeBase@3b1722aSkeleton
API GeekyAnts/NativeBase@240bec1FlatList
component - Added _contentContainerStyle prop GeekyAnts/NativeBase@f54023adebug
prop in usePropResolution GeekyAnts/NativeBase@6c3ee26v3.2.2
Compare Source
Fixes
Changes
v3.2.1
Compare Source
v3.2.1
Features
TypeScript enhancement for custom theme tokens and variants - PR
Fixes
theme[\_base.themePropertyMap[property]]
is not a function error - PRv3.2.0
Compare Source
Minor update
Changes
Fixes
Migration from 3.x to 3.2.0:
Migration guide
v3.1.0
Compare Source
Fixes
Features
v3.0.7
Compare Source
Minor Fix
v3.0.6
Compare Source
Minor fix
v3.0.5
Compare Source
Minor fix
v3.0.4
Compare Source
Version bump from
3.0.3
to3.0.4
heading
in Heading component #3788v3.0.3
Compare Source
Version update from v3.0.2 to v3.0.3
Features
Fixes
v3.0.2
Compare Source
Version bump
v3.0.1
tov3.0.2
v3.0.1
Compare Source
Image link fixes in README.md
v3.0.0
Compare Source
Features
_focusVisible
prop in Pressable to support focus styling when keyboard is being used on web. DocsFixes
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.
This PR has been generated by Mend Renovate. View repository job log here.