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-elements to ^0.19.0 #30

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 15, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-elements (source) ^0.7.1 -> ^0.19.0 age adoption passing confidence

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 until v1.0.0 official release (except in case of critical bug like this one). Feel free to test the beta version of v1.0.0 by doing:

### With yarn
yarn add react-native-elements@beta

### With npm
npm i -S react-native-elements@beta

Bug / Warning fixes

Docs

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
New Features/Components
Bug/Warning Fixes
Docs
Misc
From 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

Bug/Warning Fixes

Misc

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

Total Contributors: 1

v0.18.3

Compare Source

General

Some minor fixes needed before the v1.0 release!

New Features/Components

Bug/Warning Fixes

Misc

Total 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

Bug/Warning Fixes

Misc

Total 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

New Features/Components

Docs

Bug/Warning Fixes

Misc

Big 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

New Features/Components

Docs

Bug/Warning Fixes

Total 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

Docs

Bug/Warning Fixes

Total 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

  • Badges now have can take multiple children!

Docs

Bug/Warning Fixes

v0.14.0

Compare Source

Release v0.14.0

New Features/Components

Bug Fixes

Total Contributors: 11

v0.13.0

Compare Source

Release v0.13.0

New Features/Components

Bug 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

Bug Fix

  • Fixed postinstall opencollective script in package.json @​xdamman
  • fixed bug on SearchBar component; calls onTextChange when close icon is pressed @​ericwooley
  • Peer Dependency react-native-vector-icons@~4.0.0 breaks IOs builds @​fmoraw
  • Button with borderRadius feedback ripple issue @​simonasdev
Total Contributors: 7

v0.11.2

Compare Source

Release v0.11.2

Features

  • Abstracted out Badge component #​330

Bug Fix

  • Fix prop types for components across RNE #​326
  • ButtonGroup - Fixed overflow in Android

Changes

  • Enhanced Avatar component to use default icon if none is specified
  • Some updates to Docs
  • Added prettier

v0.11.1

Compare Source

Release v0.11.1

Feature

  • Added lastButtonStyle to ButtonGroup

Bug Fix

  • featuredTitle of Card causing 'undefined fontFamily
  • Fix prop types for ButtonGroup, Search, FeaturedTitle and Title

Changes

  • iconSize and titleSize in avatar is half the size of width and height

v0.11.0

Compare Source

Release v0.11.0

Breaking Changes

  • ButtonGroup has been updated to accept the following props: style, buttonStyle, and innerBorderStyle #​233

New Component

  • Divider Component

Features

  • Tests added with over 80% test coverage. Also tests run on PR's with Codecov integration.
  • Travis CI pipeline setup to run tests on every PR and commit.
  • New website setup using mkdocs on gh-pages.
  • RNE is now on Open Collective
  • All root elements on components accept all native props
  • Minified version of the project is available in the build folder
  • Added ESlint
  • Added ability to add TextInput and switch to ListItem
  • Added ImageWrapperStyle and featuredTile prop to the card component

Bug Fixes

  • Fix for avatar name and type
  • Added flex to icon on list item

Docs Updates

  • Moved our readme to the website
  • Added contribution guide
  • Added issue template
  • Added badges for Travis CI, npm, Codecov and Open Collective

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/react-native-elements-0.x branch from 4634d98 to c618f14 Compare November 20, 2022 14:00
@renovate renovate bot changed the title Update dependency react-native-elements to v0.19.1 Update dependency react-native-elements to ^0.19.0 Nov 20, 2022
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.

0 participants