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: xaronnn/react-content-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dea7d7b
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: 7dd345f
Choose a head ref
  • 19 commits
  • 53 files changed
  • 10 contributors

Commits on Dec 5, 2021

  1. Add support for top-down gradient animation (danilowoz#264)

    * feat(svg.tsx): add support for top-down gradient animation
    
    add gradientDirection prop which translates into a rotate transformation applied to the
    linearGradient SVG element. Providing the option to animate either from left to right or top to
    bottom.
    
    fix danilowoz#255
    
    * test(gradient-direction): revert change
    
    Co-authored-by: Danilo Woznica <[email protected]>
    moQuez and danilowoz authored Dec 5, 2021
    Configuration menu
    Copy the full SHA
    62161fb View commit details
    Browse the repository at this point in the history
  2. feat(beforemask): add beforeMask prop for custom shape (danilowoz#267)

    Co-authored-by: Danilo Woznica <[email protected]>
    liuli and danilowoz authored Dec 5, 2021
    Configuration menu
    Copy the full SHA
    b20fe47 View commit details
    Browse the repository at this point in the history
  3. test(native): fix timers

    danilowoz committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    4fba29c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. docs(README): fix title default value in README.md (danilowoz#269)

    Summary
    Fixes the default value of `title` prop README.md file.  The latest version uses `Loading...` instead of `Loading interface...` as it's default.
    
    Related Issue #[issue number]
    Not applicable.
    
    Any Breaking Changes
    Not applicable.
    
    Checklist
    [] Are all the test cases passing?
    [] If any new feature has been added, then are the test cases updated/added?
    [] Has the documentation been updated for the proposed change, if required?
    jonshuang authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    004213b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. chore(deps): bump follow-redirects from 1.13.3 to 1.14.7 (danilowoz#271)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.13.3...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    c35ee3e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. chore(deps): bump shelljs from 0.8.3 to 0.8.5 (danilowoz#272)

    Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 to 0.8.5.
    - [Release notes](https://github.com/shelljs/shelljs/releases)
    - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
    - [Commits](shelljs/shelljs@v0.8.3...v0.8.5)
    
    ---
    updated-dependencies:
    - dependency-name: shelljs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    d3d9ce6 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 (danilowoz#274)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    2690f46 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump ajv from 6.10.2 to 6.12.6 (danilowoz#273)

    Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6.
    - [Release notes](https://github.com/ajv-validator/ajv/releases)
    - [Commits](ajv-validator/ajv@v6.10.2...v6.12.6)
    
    ---
    updated-dependencies:
    - dependency-name: ajv
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Danilo Woznica <[email protected]>
    dependabot[bot] and danilowoz authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    18bcad6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

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

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