Update dependency react-native-elements to ^0.19.0 #30
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.7.1
->^0.19.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
react-native-elements/react-native-elements (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-styleguidists react-native-elements/react-native-elements@229578f @giacomocerquoneDocs
Total 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 https://github.com/react-native-elements/react-native-elements/pull/796/commits/07e5c9c4573ddd4bf05978574a89ac38d12e5113 @iRoachieNew Features/Components
SocialIcon
- Added more sites, and social network icons https://github.com/react-native-elements/react-native-elements/pull/796/commits/e78d527bf1c1ac02ea56f280500c6cb090feabb5 @alburdette619SearchBar
- Allow custom search icon https://github.com/react-native-elements/react-native-elements/pull/796/commits/f204befe0aabc46d5ff4976f39ab7ec3f3fa1f27 @xavier-villelegierButton
- AdddisabledTextStyle
prop https://github.com/react-native-elements/react-native-elements/pull/796/commits/852a50a69f11dd550c8083d9fade62d93b2809c1 @arturowczarekButtonGroup
- AddselectedButtonStyle
prop https://github.com/react-native-elements/react-native-elements/pull/796/commits/c9ed08b48b365680eaf9cb965fe6a307e0e36931 @ceckobeckoBug/Warning Fixes
Tile
- Correctly appliesresizeMode
as a prop and not a style attribute https://github.com/react-native-elements/react-native-elements/pull/796/commits/81a629f476cf11ac8ef368d52a396c85eda9bdc5 @josephch405FeaturedTile
- Correctly appliesresizeMode
as a prop and not a style attribute https://github.com/react-native-elements/react-native-elements/pull/796/commits/e4b6aa3ce44260e9a6a33fbfa1930737093ae566 @yadelekeListItem
- Correct propType foravatarStyle
https://github.com/react-native-elements/react-native-elements/pull/796/commits/881718c18c6f2eaa6e958086da1f20cdd9353732 @cihadturhanListItem
- Fixed horizontal alignment of elements https://github.com/react-native-elements/react-native-elements/pull/796/commits/3b9ccc3eb35d15d43869ab74f63f5c37477d7ed2 @josephch405Header
- Fix children propType react-native-elements/react-native-elements@1cf5896 @xavier-villelegierDocs
Button
- Correct default background color https://github.com/react-native-elements/react-native-elements/pull/796/commits/66fbbc2565e9946c09f51d31acfb168e282f416e @johnksvButton
- Addrounded
,outline
andtransparent
props https://github.com/react-native-elements/react-native-elements/pull/796/commits/6402c14a78081c4e63c13a5cb5423f1472e3612a @jeffshekButton
- Correct prop for right icon example https://github.com/react-native-elements/react-native-elements/pull/796/commits/06025ef421ca07788805eba7f97da22747e9b3cb @timotewCheckBox
- Add size prop https://github.com/react-native-elements/react-native-elements/pull/796/commits/06bd43c77f085b7ce86afd2c11f06faaab1e5677 @iRoachieMisc
imageProps
declaration to props https://github.com/react-native-elements/react-native-elements/pull/796/commits/8a1675c1388fd60daf88ec2326d4a1f07d13d493 @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
props react-native-elements/react-native-elements@e811ac9 @6axter82Slider
- Add anorientation
props to have a vertical or horizontal Slider react-native-elements/react-native-elements@6b95a10 @xavier-villelegierBug/Warning Fixes
Header
- Fix thenumberOfLines
overriding in the header title react-native-elements/react-native-elements@b378fb9 @douglasjuniorMisc
Total 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
react-native-training/react-native-elements@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
props react-native-training/react-native-elements@f973972 @xavier-villelegierBug/Warning Fixes
FeaturedTile
- Fix children issues withreact-native
^0.50 by usingBackgroundImage
instead ofImage
react-native-training/react-native-elements@f89c0f4 @jenessawhiteHeader
- Fix width in landscape mode react-native-training/react-native-elements@40f4df3 @denisdimitrovMisc
Example
- Bump to Expo SDK 23 react-native-training/react-native-elements@0289306 @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 button react-native-training/react-native-elements@c1cf2ab @wilomgfxBug/Warning Fixes
style
fromstyled-component
) react-native-training/react-native-elements@60f210c @machourMisc
Example
- Move@expo/vector-icons
from devDependencies to dependencies react-native-training/react-native-elements@c58a8a2 @xavier-villelegierExample
- Updateyarn.lock
react-native-training/react-native-elements@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 https://github.com/react-native-training/react-native-elements/pull/616/commits/588c162d4bca74830aa9fe17eea1b20852e3f0d1. No more weird margins and paddings. @iroachieHeader
now has a default background color https://github.com/react-native-training/react-native-elements/pull/616/commits/895c361a066f3f3b1c87f9f4b565205e88c22394 @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. https://github.com/react-native-training/react-native-elements/pull/616/commits/43de944a14676fcca82f93567a340159487141b4 @xavier-villelegierNew Features/Components
Avatar, Card
- Can now pass in props to the inner Image component usingimageProps
prop https://github.com/react-native-training/react-native-elements/pull/616/commits/2eb6806782d662e03f51793960b3182d7b74bdbf @iroachieListItem
- Now has adisabled
anddisabledStyle
prop https://github.com/react-native-training/react-native-elements/pull/616/commits/eab29231af5c016a2f99b10441d294bf8446ef9e @krose422Docs
Button
- CorrectediconLeft
in docs toleftIcon
. https://github.com/react-native-training/react-native-elements/pull/616/commits/fee8464f7da2fe18a70ece076ce84f32d8934d8c @chengsieulyButtons
- Addedloading
,activityIndicatorStyle
, andloadingRight
to docs https://github.com/react-native-training/react-native-elements/pull/616/commits/a25534488742f8ed898db44743acae997415a35f @giacomocerquoneHeader
- Add extra notes on customizing the inner components https://github.com/react-native-training/react-native-elements/pull/616/commits/6529f3360e0874a624ed9110cc46509ee433b7f3 @pacozaaLists
- Fixed typo https://github.com/react-native-training/react-native-elements/pull/616/commits/71ff587a6eaaf7e8adf5ce534ab0bbd56ea1df62 @jtkleinBug/Warning Fixes
Button
- fix borderRadius crash on android version lower than API 21 https://github.com/react-native-training/react-native-elements/pull/616/commits/d59711d6c25078a3f3088bfd81e03eb55221cdf1 @jjdpButton
- Fixedcannot calculate shadow efficiently
error https://github.com/react-native-training/react-native-elements/pull/616/commits/6b93b57c8c3feab04de600cd438e156b533f7e02 @iroachieButton
- Ripple on android now appears where you click like it should https://github.com/react-native-training/react-native-elements/pull/616/commits/a777e6d1419771ebba22d797cfd0059763dd4752 @xavier-villelegierCard
- Removed image overlay when nofeaturedTitle
orfeaturedSubtitle
were passed as props https://github.com/react-native-training/react-native-elements/pull/616/commits/20116a9932b107d1a2b3ebaf9f5a1ef24a648d90 @xavier-villelegierHeader
- fixed prop warning on having multiple children https://github.com/react-native-training/react-native-elements/pull/616/commits/f850c3281686099a8159fe685a8121c5ff9d222b @iroachieListItem
- Correct propType fortextInputAutoCapitalize
https://github.com/react-native-training/react-native-elements/pull/616/commits/acc48e1761890ec00e44d6eb1fe0ea36515eb413 @krose422ListItem
- Fixed avatar out of bounds issue when exceeding previously set maximum height and width https://github.com/react-native-training/react-native-elements/pull/616/commits/2a71ecbcc7d0f57475d0a100eb4e401389a77830 @cordosvictorListItem
- Fixed bug whereAvatar
would always show no matter what https://github.com/react-native-training/react-native-elements/pull/616 @iroachieListItem
- Fix Horizontal alignment of elements https://github.com/react-native-training/react-native-elements/pull/616/commits/60a4d294ed5e7f4e8305badeb982d03973781bce @joel-bentleyTextInput
- Fix selectionColor bug on android https://github.com/react-native-training/react-native-elements/pull/616/commits/9a434932553b97008c7a26ede516bd0c8001e0d0 @Joshuabaker2Tile
- Fix resizeMode to be apart of style instead of prop https://github.com/react-native-training/react-native-elements/pull/616/commits/00c73d5d63ea46ca671c6c196aa8937aa70c280f @guofooMisc
Example
- Fixed status bar for android https://github.com/react-native-training/react-native-elements/pull/616/commits/8a6785286ada4ec95f864a8c82acd81765a8ac84 @xavier-villelegierExample
- Bump expo version https://github.com/react-native-training/react-native-elements/pull/616/commits/8a6785286ada4ec95f864a8c82acd81765a8ac84 @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 https://github.com/react-native-training/react-native-elements/pull/551/commits/dd93e1c9619885d243909f5ae338c6b512a2b3d9 @flexboxNew Features/Components
Button
component supportsrightIcon
andleftIcon
at the same time https://github.com/react-native-training/react-native-elements/pull/534 @yeknavaDocs
featuredTitle
andfeaturedSubtitle
prop on Card component https://github.com/react-native-training/react-native-elements/pull/551/commits/d4958fd681a5399104d01a4351116d622f923733 @iRoachie@iRoachie
textStyle
prop in docs https://github.com/react-native-training/react-native-elements/pull/551/commits/495f3899e5a8f075ea144ff1fa4b0af986348054 @artdias90containerBorderRadius
propr to ButtonGroup component docs https://github.com/react-native-training/react-native-elements/pull/551/commits/cb81deda66ecabd87bde43b94922f29ec1c38bd9 @monte9switchButton
prop for the Lists component https://github.com/react-native-training/react-native-elements/pull/551/commits/f211e0a3635734b84ae73a52c3353633a71c26d4 @monte9Bug/Warning Fixes
borderRadius
to Button component container https://github.com/react-native-training/react-native-elements/pull/551/commits/28763e5f9ed6a045e155f105157d3456cfcc4036 @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 https://github.com/react-native-training/react-native-elements/pull/362 @Nickman87/example
app https://github.com/react-native-training/react-native-elements/pull/529/commits/bee17538f7cd8f6d8e09d5c63518a43a9be8e4d9 @xavier-villelegieroverlayStyle
prop to Card component https://github.com/react-native-training/react-native-elements/pull/488 @SocialsuiteJessetextInputPlaceholder
props https://github.com/react-native-training/react-native-elements/pull/512 @lax1nnormalizeFontSize
prop to FormInput component https://github.com/react-native-training/react-native-elements/pull/529/commits/ad7eba66fd360ee2a8762b8cb8b16aa484af7db3 @iRoachiedisableSelected
prop to ButtonGroup component https://github.com/react-native-training/react-native-elements/pull/511 @acahirsize
prop to Checkbox component https://github.com/react-native-training/react-native-elements/pull/529/commits/2e0f75e0e419f1160a7e7caba7439913d4e3cce1 @monte9checkedTitle
prop to be an element on the Checkbox component react-native-training/react-native-elements@771a00d @iRoachieDocs
textInputPlaceholder
to ListItem docs https://github.com/react-native-training/react-native-elements/pull/529/commits/24bc2b1d8c53d1a3ab4bf5270814bbbe04db3fa8 @iRoachie/example
app https://github.com/react-native-training/react-native-elements/pull/529/commits/45a3fcdb1f955ca4eb71dbdd1e8dd61861b3fe34 @monte9/example
app https://github.com/react-native-training/react-native-elements/pull/529/commits/568302d227a0a51ab89c11f97a1c0277cac4d22f @monte9Bug/Warning Fixes
react-native-side-menu
to v1.0.2 https://github.com/react-native-training/react-native-elements/pull/524 @formula1react-native-vector-icons
as peerDependency https://github.com/react-native-training/react-native-elements/pull/529/commits/7cd1af211ae823e429b0a8de0c31faa2f52436b7 @monte9onChangeText
if the function is there https://github.com/react-native-training/react-native-elements/pull/529/commits/7636194abac66b06a7f7cd150eb9054ba674e4ac @iRoachieTotal Contributors: 12
v0.15.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! 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 https://github.com/react-native-elements/react-native-elements/pull/485/commits/47e1d720761a3c7a97f02b756db18317ec25c60a @FredyCv0.14.0
Compare Source
Release v0.14.0
New Features/Components
v2.0
- Avatar component https://github.com/react-native-elements/react-native-elements/pull/438/commits/85fc216a1a14213665d9c8c79b6b963b6ac6b436 @lsps9150414example
expo app @monte9react-native-vector-icons@4.2.0
https://github.com/react-native-elements/react-native-elements/pull/438/commits/0b3006f2559a591cbe197a9ba80c1a68ccae2d56 https://github.com/react-native-elements/react-native-elements/pull/438/commits/681e9a344fe5f4889fb4f4931b6561ed9faf28c4 @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
v0.12.2
Compare Source
v0.12.1
Compare Source
v0.12.0
Compare Source
Release v0.12.0
New Features/Components
textInputSecure
to ListItem component @paynegreen/example
to demo RNE @Monte9Bug Fix
postinstall
opencollective script inpackage.json
@xdammanSearchBar
component; calls onTextChange when close icon is pressed @ericwooleyTotal Contributors: 7
v0.11.2
Compare Source
Release v0.11.2
Features
Bug Fix
Changes
v0.11.1
Compare Source
Release v0.11.1
Feature
Bug Fix
Changes
v0.11.0
Compare Source
Release v0.11.0
Breaking Changes
style
,buttonStyle
, andinnerBorderStyle
#233New Component
Features
mkdocs
ongh-pages
.Bug Fixes
Docs Updates
Contributors
@binoy14 @bozzmob @tarang9211 @wpasinski @vulong23 @squidfunk @cpenarrieta
Notes
Once
v0.11.0
is released, we will switch our focus to improving our CI pipeline + adding more comprehensive docs + further improving test coverage.v0.10.3
Compare Source
v0.10.2
Compare Source
v0.10.1
Compare Source
v0.10.0
[Compare Source](https://github.com/react-native-elements/react-native-elements/compare/v0.9.7...v0.10.
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 was generated by Mend Renovate. View the repository job log.