paperclip
paperclip copied to clipboard
chore(deps): bump react-loading-skeleton from 2.2.0 to 3.1.0
Bumps react-loading-skeleton from 2.2.0 to 3.1.0.
Release notes
Sourced from react-loading-skeleton's releases.
3.0.3
Bug Fixes
- Fix an edge case where the animated highlight had the wrong vertical position (#133)
Thanks!
3.0.2
Bug Fixes
- Fix explicitly setting a
Skeletonprop to undefined, like<Skeleton highlightColor={undefined}>, blocking style options from theSkeletonTheme(#128)
- If you were relying on this behavior to block values from the
SkeletonTheme, you can render a nestedSkeletonThemeto override a theme defined higher up in the component tree, OR explicitly set one or moreSkeletonprops back to their default values e.g.<Skeleton baseColor="#ebebeb" />3.0.1
Bug Fixes
- Fix circle skeleton animation being broken in Safari (#120)
- Fix
SkeletonPropsnot being exported from the main entry point (#118)- Fix
enableAnimationprop having no effect. This was a regression.3.0.0
Migration Guide
Add the new required CSS import:
import 'react-loading-skeleton/dist/skeleton.css'Read the full list of breaking changes to see if any affect you.
Breaking Changes
- Drop Emotion dependency, add CSS file that must be imported
- Dropping Emotion avoids conflicts when multiple Emotion versions are used on one page and reduces bundle size
- Reimplement
SkeletonThemeusing React context
- The old
SkeletonThemerendered a<div>which was undesirable in many cases. The newSkeletonThemedoes not render any DOM elements.- The old
SkeletonThemedid not work if theSkeletonwas rendered in a portal. The newSkeletonThemedoes work in this case.SkeletonTheme: rename thecolorprop tobaseColor- Convert to TypeScript
- Publish code as ES2018 to reduce bundle size
- Require React >= 16.8.0
- Drop Internet Explorer support
If you need to support Internet Explorer or use an old version of React, please
... (truncated)
Changelog
Sourced from react-loading-skeleton's changelog.
3.1.0
Features
- If
countis set to a decimal number like 3.5, the component will display 3 full-width skeletons followed by 1 half-width skeleton. (#136)3.0.3
Bug Fixes
- Fix an edge case where the animated highlight had the wrong vertical position (#133)
Thanks!
3.0.2
Bug Fixes
- Fix explicitly setting a
Skeletonprop to undefined, like<Skeleton highlightColor={undefined}>, blocking style options from theSkeletonTheme(#128)
- If you were relying on this behavior to block values from the
SkeletonTheme, you can render a nestedSkeletonThemeto override a theme defined higher up in the component tree, OR explicitly set one or moreSkeletonprops back to their default values e.g.<Skeleton baseColor="#ebebeb" />3.0.1
Bug Fixes
- Fix circle skeleton animation being broken in Safari (#120)
- Fix
SkeletonPropsnot being exported from the main entry point (#118)- Fix
enableAnimationprop having no effect. This was a regression.3.0.0
Migration Guide
Add the new required CSS import:
import 'react-loading-skeleton/dist/skeleton.css'Read the full list of breaking changes to see if any affect you.
Breaking Changes
... (truncated)
Commits
- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
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/lalit2005/paperclip/DDZbvZX1b3356RnAvkVG9HgvsbS8
✅ Preview: https://paperclip-git-dependabot-npmandyarnreact-loadi-31da88-lalit2005.vercel.app