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

Release 3.0.0-alpha.1 #2642

Merged
merged 45 commits into from Oct 16, 2020
Merged

Release 3.0.0-alpha.1 #2642

merged 45 commits into from Oct 16, 2020

Conversation

flyingcircle
Copy link
Collaborator

No description provided.

imakshar and others added 30 commits September 15, 2020 04:32
…2561)

* Fixed issue of Cannot read property 'grey' of undefined in ListItem,
react native theme object doesn't contain 'web' platform,
issue is fixed by checking web paltform explicitly.

* color set for web added in colors.js

* colors set added for web platform,
Listitem old version typo mistake fixed.

* web platform added to theme object
* fix: ThemeProvider re-render on prop change

* feat(ThemeProvider): Perf updated on prop changes
… tar. (#2570)

* feat(tooling): Reduced package size by removing unwanted files in the tar

* chore: removed .npmignore file
…k issue. (#2585)

Issues Fixed.
- allowTouchTrack` Slider thump position is off when sliding #2509
- Slider stuck when value is set #2515
Co-authored-by: Jeremy Hamilton <jeremy.hamilton@tekfive.com>
Co-authored-by: Jeremy Hamilton <jeremy.hamilton@tekfive.com>
* fix(Button): Improved UX of the LinearGradient button

* fix(Button): Minor changes as per the feedback

* docs(Button): Updated the docs for the button default prop changes
Co-authored-by: Jeremy Hamilton <jeremy.hamilton@tekfive.com>
Co-authored-by: Jeremy Hamilton <jeremy.hamilton@tekfive.com>
Co-authored-by: Jeremy Hamilton <jeremy.hamilton@tekfive.com>
Text and Button appears above Card.Image. Moved Text and Button from Card.Image childrens to Card childrens.
* Docs: arrange props list in avatar.md to be alphabetical

* Docs: arrange props examples in avatar.md to be alphabetical

* Docs: fix typo in avatar.md
@codecov
Copy link

codecov bot commented Oct 16, 2020

Codecov Report

Merging #2642 into master will decrease coverage by 0.35%.
The diff coverage is 68.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2642      +/-   ##
==========================================
- Coverage   92.84%   92.48%   -0.36%     
==========================================
  Files          45       45              
  Lines         838      838              
  Branches      130      129       -1     
==========================================
- Hits          778      775       -3     
- Misses         56       58       +2     
- Partials        4        5       +1     
Impacted Files Coverage Δ
src/avatar/Avatar.js 94.44% <ø> (+2.13%) ⬆️
src/card/Card.js 94.44% <ø> (ø)
src/card/CardTitle.js 100.00% <ø> (ø)
src/searchbar/SearchBar-android.js 95.45% <50.00%> (-4.55%) ⬇️
src/config/ThemeProvider.js 89.47% <60.00%> (-10.53%) ⬇️
src/image/Image.js 90.47% <66.66%> (-9.53%) ⬇️
src/buttons/Button.js 100.00% <100.00%> (ø)
src/slider/Slider.js 90.64% <100.00%> (+1.51%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4e38024...0c7dcda. Read the comment docs.

@flyingcircle flyingcircle merged commit ee24c7d into master Oct 16, 2020
@pranshuchittora
Copy link
Member

Yayyyyy 🎊
Kudos to all for making this possible. Can't wait for v3.0

@kdbcinco
Copy link

Hi there! I got confused with the release notes.

#2589 - updated normalize function using react-native-size-matters

#2589 should actually be #2598

Btw, awesome lib. <3

@flyingcircle
Copy link
Collaborator Author

@kdbcinco good catch! Fixed.

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.

None yet