Closed jscottsmith closed 2 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/jscottsmith/react-scroll-parallax/C1DwrPdhRacEG77E9XYw2iN1k9jV
✅ Preview: https://react-scroll-parallax-git-feature-composed-b-1cd700-jscottsmith.vercel.app
Merging #150 (61c403a) into master (d34092d) will decrease coverage by
0.09%
. The diff coverage is88.88%
.
@@ Coverage Diff @@
## master #150 +/- ##
==========================================
- Coverage 86.25% 86.16% -0.10%
==========================================
Files 19 19
Lines 211 224 +13
Branches 37 40 +3
==========================================
+ Hits 182 193 +11
- Misses 28 30 +2
Partials 1 1
Impacted Files | Coverage Δ | |
---|---|---|
src/components/ParallaxBanner/index.tsx | 93.10% <88.23%> (-6.90%) |
:arrow_down: |
.../ParallaxBanner/components/ParallaxBannerLayer.tsx | 100.00% <100.00%> (ø) |
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 d34092d...61c403a. Read the comment docs.
Path | Size |
---|---|
dist/react-scroll-parallax.cjs.production.min.js | 5.86 KB (0%) |
dist/react-scroll-parallax.esm.js | 5.55 KB (0%) |
Allows
ParallaxBannerLayers
components to be composed as children ofParallaxBanner
instead of using thelayers
property.Todo
Example
See #147