forked from danilowoz/react-content-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ezzio-salas/react-content-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: danilowoz/react-content-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 45 files changed
- 5 contributors
Commits on Mar 5, 2023
-
fix(svg): migrate defaultProps to default parameters (danilowoz#305)
Co-authored-by: Danilo Woznica <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b71cebd - Browse repository at this point
Copy the full SHA b71cebdView commit details
Commits on Mar 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c3a0e7c - Browse repository at this point
Copy the full SHA c3a0e7cView commit details
Commits on Mar 8, 2024
-
feat(svg): animation alternative (danilowoz#317)
BREAKING CHANGE: The `keyTimes`, `gradientTransform`, and `animateBegin` options have been removed.
Configuration menu - View commit details
-
Copy full SHA for 1f9577c - Browse repository at this point
Copy the full SHA 1f9577cView commit details
Commits on Jun 7, 2024
-
Add
exportsin to make/nativework in Node 16.x ESM modules (dan……ilowoz#318) If you're trying to import `react-content-loader/native` from Node 16.x from within a ESM context (`"type": "module"`). You'll get the following error: ``` node:internal/process/esm_loader:97 internalBinding('errors').triggerUncaughtException( ^ Error [ERR_UNSUPPORTED_DIR_IMPORT]: Directory import '~/node_modules/react-content-loader/native' is not supported resolving ES modules imported from /Users/swen/Code/cheetah/test/test.mjs Did you mean to import react-content-loader/native/react-content-loader.native.cjs.js? at new NodeError (node:internal/errors:387:5) at finalizeResolution (node:internal/modules/esm/resolve:425:17) at moduleResolve (node:internal/modules/esm/resolve:1006:10) at defaultResolve (node:internal/modules/esm/resolve:1214:11) at nextResolve (node:internal/modules/esm/loader:165:28) at ESMLoader.resolve (node:internal/modules/esm/loader:844:30) at ESMLoader.getModuleJob (node:internal/modules/esm/loader:431:18) at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:76:40) at link (node:internal/modules/esm/module_job:75:36) { code: 'ERR_UNSUPPORTED_DIR_IMPORT', url: 'file:///~/node_modules/react-content-loader/native' } ``` By setting up an explicit export for the `/native` subdirectory the import works. No other changes are made to maintain backwards compatibility.
Configuration menu - View commit details
-
Copy full SHA for 39a94d1 - Browse repository at this point
Copy the full SHA 39a94d1View commit details
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27757c2 - Browse repository at this point
Copy the full SHA 27757c2View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c73be7a - Browse repository at this point
Copy the full SHA c73be7aView commit details
Commits on Oct 22, 2024
-
Enabling
backgroundOpacityandforegroundOpacityfor `ContentLoad……er` in React Native environment (danilowoz#324) * Update `IContentLoaderProps` in index.ts Extended `IcontentLoaderProps` with props `backgroundOpacity` and `foregroundOpacity`. * Update NativeSvg fore back/foregroundOpacity Svg.tsx Added `backgroundOpacity` and `foregroundOpacity` freature for Native. * Enabling `backgroundOpacity` and `foregroundOpacity` for `ContentLoader` on Native. in README.md Updated docs to describe `backgourndOpacity` and `foregroundOpacity` props of `ContentLoader` available in React Native environment.
Configuration menu - View commit details
-
Copy full SHA for 418fae9 - Browse repository at this point
Copy the full SHA 418fae9View commit details
Commits on Jul 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 061930a - Browse repository at this point
Copy the full SHA 061930aView commit details
Commits on Jul 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7a8eb26 - Browse repository at this point
Copy the full SHA 7a8eb26View commit details
Commits on Jul 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7dd345f - Browse repository at this point
Copy the full SHA 7dd345fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master