Skip to content
Permalink

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
Choose a base ref
...
head repository: danilowoz/react-content-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 45 files changed
  • 5 contributors

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    b71cebd View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    c3a0e7c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. feat(svg): animation alternative (danilowoz#317)

    BREAKING CHANGE: The `keyTimes`, `gradientTransform`, and `animateBegin` options have been removed.
    danilowoz authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1f9577c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Add exports in to make /native work 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.
    Photonios authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    39a94d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    27757c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    c73be7a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Enabling backgroundOpacity and foregroundOpacity for `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.
    DrStoop authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    418fae9 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Configuration menu
    Copy the full SHA
    061930a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

  1. Configuration menu
    Copy the full SHA
    7a8eb26 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Configuration menu
    Copy the full SHA
    7dd345f View commit details
    Browse the repository at this point in the history
Loading