This repository was archived by the owner on Aug 19, 2019. It is now read-only.
fix(deps): update dependency react-native-elements to v0.19.1 #33
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:
0.12.2
->0.19.1
Release Notes
react-native-training/react-native-elements
v0.19.1
Compare Source
Information
This release is just to fix a critical bug in web production builds. The
v0.19.1
will likely be the last stable release untilv1.0.0
official release (except in case of critical bug like this one). Feel free to test the beta version ofv1.0.0
by doing:Bug / Warning fixes
isRequired
occurrences. They were generating an error in web production build and react-styleguidists229578f
@giacomocerquoneDocs
b7d44bd
@xavier-villelegierTotal contributors: 2
v0.19.0
Compare Source
Welcome to release v0.19.0 of react-native-elements.
Hope everyone enjoyed the holiday season 🎄
Breaking Changes
ListItem
- Changed keyboardType to textInputKeyboardType #796 @iRoachieNew Features/Components
SocialIcon
- Added more sites, and social network icons #796 @alburdette619SearchBar
- Allow custom search icon #796 @xavier-villelegierButton
- AdddisabledTextStyle
prop #796 @arturowczarekButtonGroup
- AddselectedButtonStyle
prop #796 @ceckobeckoBug/Warning Fixes
Tile
- Correctly appliesresizeMode
as a prop and not a style attribute #796 @josephch405FeaturedTile
- Correctly appliesresizeMode
as a prop and not a style attribute #796 @yadelekeListItem
- Correct propType foravatarStyle
#796 @cihadturhanListItem
- Fixed horizontal alignment of elements #796 @josephch405Header
- Fix children propType1cf5896
@xavier-villelegierDocs
Button
- Correct default background color #796 @johnksvButton
- Addrounded
,outline
andtransparent
props #796 @jeffshekButton
- Correct prop for right icon example #796 @timotewCheckBox
- Add size prop #796 @iRoachieMisc
imageProps
declaration to props #796 @budiadionoFrom the Maintainers
On some occasions, issues and pull requests may take a while to responded to as sometimes maintainers are busy, or called to other responsibilities. We're always looking new maintainers to help out triaging and tagging issues, helping to make pull requests ready or preparing release notes. If that sounds like you, be sure to alert one of us here on the repo or in our slack channel. Contributions to docs, bugs, and features are still welcomed by everyone!
Thanks for all those who contributed to this release!
Total Contributors: 15
v0.18.5
Compare Source
General
This release contains some minor fixes, new features, and updates to the Example application 🙌
New Features/Components
Card
- AddtitleNumberOfLines
propse811ac9
@6axter82Slider
- Add anorientation
props to have a vertical or horizontal Slider6b95a10
@xavier-villelegierBug/Warning Fixes
Header
- Fix thenumberOfLines
overriding in the header titleb378fb9
@douglasjuniorMisc
bbddd7b
@jeffshekba92d14
@jeffshek06dfe37
@jeffshekTotal Contributors: 6
v0.18.4
Compare Source
General
Here is just a quick critical fix of a bug introduced in the
v0.18.3
.Bug/Warning Fixes
FeaturedTile
andTile
- UseImage
PropTypes forimageSrc
f89c0f4
@xavier-villelegierTotal Contributors: 1
v0.18.3
Compare Source
General
Some minor fixes needed before the
v1.0
release!New Features/Components
SocialIcon
- Now has aunderlayColor
propsf973972
@xavier-villelegierBug/Warning Fixes
FeaturedTile
- Fix children issues withreact-native
^0.50 by usingBackgroundImage
instead ofImage
f89c0f4
@jenessawhiteHeader
- Fix width in landscape mode40f4df3
@denisdimitrovMisc
Example
- Bump to Expo SDK 230289306
@Monte9Total Contributors: 4
v0.18.2
Compare Source
v0.18.1
Compare Source
General
This release includes some fixes and an update that affects all components.
One step closer to v1 release! Stay tuned 🔥 🚀
New Features/Components
SearchBar
- Now has aonClearText
callback fired when clicking the clear buttonc1cf2ab
@wilomgfxBug/Warning Fixes
style
fromstyled-component
)60f210c
@machourMisc
Example
- Move@expo/vector-icons
from devDependencies to dependenciesc58a8a2
@xavier-villelegierExample
- Updateyarn.lock
58b3cfe
@xavier-villelegierTotal Contributors: 3
v0.18.0
Compare Source
General
It's that time again, a new react-native-elements release (bit delayed sorry). This version was a big bigger than our usual releases so be sure to read through the breaking changes and updates for this release.
Our v1.0 release is fast approaching! Be sure to stick along for the ride.
Breaking Changes
Sidemenu
,Swipedeck
,Grid
,Row
,Col
,Tabs
. We announced the deprecation of these components in v0.15.0. They are now removed in preparation for our v1.0 release.Header
is no longer absolutely positioned #616. No more weird margins and paddings. @iroachieHeader
now has a default background color #616 @iroachiebundle.js
. We found this file to be unnecessary since it's not used by react-native. If you are/were using it, we'd like to know how. #616 @xavier-villelegierNew Features/Components
Avatar, Card
- Can now pass in props to the inner Image component usingimageProps
prop #616 @iroachieListItem
- Now has adisabled
anddisabledStyle
prop #616 @krose422Docs
Button
- CorrectediconLeft
in docs toleftIcon
. #616 @chengsieulyButtons
- Addedloading
,activityIndicatorStyle
, andloadingRight
to docs #616 @giacomocerquoneHeader
- Add extra notes on customizing the inner components #616 @pacozaaLists
- Fixed typo #616 @jtkleinBug/Warning Fixes
Button
- fix borderRadius crash on android version lower than API 21 #616 @jjdpButton
- Fixedcannot calculate shadow efficiently
error #616 @iroachieButton
- Ripple on android now appears where you click like it should #616 @xavier-villelegierCard
- Removed image overlay when nofeaturedTitle
orfeaturedSubtitle
were passed as props #616 @xavier-villelegierHeader
- fixed prop warning on having multiple children #616 @iroachieListItem
- Correct propType fortextInputAutoCapitalize
#616 @krose422ListItem
- Fixed avatar out of bounds issue when exceeding previously set maximum height and width #616 @cordosvictorListItem
- Fixed bug whereAvatar
would always show no matter what #616 @iroachieListItem
- Fix Horizontal alignment of elements #616 @joel-bentleyTextInput
- Fix selectionColor bug on android #616 @Joshuabaker2Tile
- Fix resizeMode to be apart of style instead of prop #616 @guofooMisc
Example
- Fixed status bar for android #616 @xavier-villelegierExample
- Bump expo version #616 @xavier-villelegierBig shoutout to our newest collab @johot who also just had baby! 🍼 🎊
Total Contributors: 11
v0.17.0
Compare Source
General
Thanks to all who use and contribute to react-native-elements 😎
This release we have a lot of documentation updates, bug fixes as well as a few feature enhancements as we get closer to our 1.0 release!
Breaking Changes/Deprecations
iconRight
prop on the Button component is now an object (it used to be a boolean earlier), just like theicon
proptextInputKeyboardType
tokeyboardType
on the List & ListItem components #551 @flexboxNew Features/Components
Button
component supportsrightIcon
andleftIcon
at the same time #534 @yeknava771a00d
@iRoachieDocs
featuredTitle
andfeaturedSubtitle
prop on Card component #551 @iRoachie@iRoachie
textStyle
prop in docs #551 @artdias90containerBorderRadius
propr to ButtonGroup component docs #551 @monte9switchButton
prop for the Lists component #551 @monte9Bug/Warning Fixes
borderRadius
to Button component container #551 @KyleScharnhorstTotal Contributors: 10
v0.16.0
Compare Source
General
Thanks to all who use and contribute to react-native-elements 😎
This release is a polish update, a set of smaller changes and fixes on the journey to our 1.0 release!
Breaking Changes/Deprecations
No breaking changes!
New Features/Components
blur
&focus
methods to SearchBar & FormInput Components #362 @Nickman87/example
app #529 @xavier-villelegieroverlayStyle
prop to Card component #488 @SocialsuiteJessetextInputPlaceholder
props #512 @lax1nnormalizeFontSize
prop to FormInput component #529 @iRoachiedisableSelected
prop to ButtonGroup component #511 @acahirsize
prop to Checkbox component #529 @monte9checkedTitle
prop to be an element on the Checkbox component771a00d
@iRoachieDocs
textInputPlaceholder
to ListItem docs #529 @iRoachie/example
app #529 @monte9/example
app #529 @monte9Bug/Warning Fixes
react-native-side-menu
to v1.0.2 #524 @formula1react-native-vector-icons
as peerDependency #529 @monte9onChangeText
if the function is there #529 @iRoachieTotal Contributors: 12
v0.15.0
Compare Source
General
Thanks to all who use and contribute to react-native-elements. This release is polish update, a set of smaller changes and fixes on the journey to our 1.0 release!
Breaking Changes/Deprecations
No breaking changes! Phew...
Col, Row, Grid, SideMenu, Tabs, Tab, and SwipeDeck have been deprecated. React Native Elements serves to be the one complete UI package for react native apps. However if there are libraries out there that do a much better job for some of our components, then we feel that we should point you to those libraries. Deprecated components still work as usual, however we'll show you a message when you use them so you know they'll be removed in a future release.
Col, Row, and Grid were beginner abstractions we made over flex box. We're now encouraging you to learn flex box as it'll make you a much better react native developer 💯
SideMenu, Tabs, and Tab are navigational components but they weren't full navigation solutions. React Navigation is a full navigation library that has support for Drawers(SideMenu), Tabs, Modals and even Stacks. We definitely recommend checking it out.
SwipeDeck has been moved into its own repo so that development can be done easier.
New Features/Components
Docs
Bug/Warning Fixes
onLongPress
would throw and error #485 @FredyCv0.14.0
Compare Source
Release v0.14.0
New Features/Components
v2.0
- Avatar component #438 @lsps9150414example
expo app @monte9[email protected]
#438 #438 @monte9Bug Fixes
Total Contributors: 11
v0.13.0
Compare Source
Release v0.13.0
New Features/Components
v2.0
- Rating's component @leonfengBug Fixes
Total Contributors: 12
Renovate configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 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.
This PR has been generated by Renovate Bot. View repository job log here.