Skip to content
This repository has been 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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 26, 2018

This PR contains the following updates:

Package Type Update Change
react-native-elements (source) dependencies minor 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 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

  • Remove all isRequired occurrences. They were generating an error in web production build and react-styleguidists 229578f @​giacomocerquone

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

  • SearchBar - Now has a onClearText callback fired when clicking the clear button c1cf2ab @​wilomgfx

Bug/Warning Fixes

  • All components - Spread passed props first to prevent computed props rewrite (especially style from styled-component) 60f210c @​machour

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

  • COMPLETELY REMOVED 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. @​iroachie
  • Header now has a default background color #​616 @​iroachie
  • Removed bundle.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-villelegier

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

  • iconRight prop on the Button component is now an object (it used to be a boolean earlier), just like the icon prop
  • Updated textInputKeyboardType to keyboardType on the List & ListItem components #​551 @​flexbox

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 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

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.


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

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the renovate/react-native-elements-0.x branch from 56a3d06 to fb1d6d6 Compare April 6, 2018 07:17
@renovate renovate bot changed the title fix(deps): update dependency react-native-elements to v0.19.0 fix(deps): update dependency react-native-elements to v0.19.1 Apr 6, 2018
@renovate renovate bot changed the title fix(deps): update dependency react-native-elements to v0.19.1 Update dependency react-native-elements to v0.19.1 May 9, 2018
@renovate renovate bot changed the title Update dependency react-native-elements to v0.19.1 fix(deps): update dependency react-native-elements to v0.19.1 May 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant