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: coreui/coreui-react-chartjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.3
Choose a base ref
...
head repository: coreui/coreui-react-chartjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 11, 2023

  1. chore: update dependencies and devDependencies

    @coreui/chartjs                 ^3.1.1  →     ^3.1.2
    @rollup/plugin-commonjs        ^25.0.0  →    ^25.0.1
    @rollup/plugin-node-resolve    ^15.0.2  →    ^15.1.0
    @types/lodash                ^4.14.194  →  ^4.14.195
    @types/react                    18.2.6  →    18.2.11
    jest-canvas-mock                ^2.5.0  →     ^2.5.1
    rollup                         ^3.21.7  →    ^3.25.0
    mrholek committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    0a39587 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. chore: update dependencies and devDependencies

    @rollup/plugin-commonjs        ^25.0.1  →    ^25.0.7
    @rollup/plugin-node-resolve    ^15.1.0  →    ^15.2.3
    @rollup/plugin-typescript      ^11.1.1  →    ^11.1.5
    @testing-library/jest-dom      ^5.16.5  →     ^6.1.4
    @types/lodash                ^4.14.195  →  ^4.14.200
    @types/react                   18.2.11  →    18.2.33
    @types/react-dom               ^18.2.4  →   ^18.2.14
    chart.js                         3.9.1  →      4.4.0
    jest                           ^29.5.0  →    ^29.7.0
    jest-canvas-mock                ^2.5.1  →     ^2.5.2
    jest-environment-jsdom         ^29.5.0  →    ^29.7.0
    rollup                         ^3.25.0  →     ^4.1.4
    ts-jest                        ^29.1.0  →    ^29.1.1
    typescript                      ^4.9.5  →     ^5.2.2
    mrholek committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    293a430 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. build: update rollup config

    mrholek committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    c1098af View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. fix: resolve TS warnings

    mrholek committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    c517338 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. chore: update dependencies and devDependencies

    @coreui/chartjs  ^3.1.2  →  ^4.0.0-beta.0
    rollup           ^4.1.4  →         ^4.1.5
    mrholek committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2b604a4 View commit details
    Browse the repository at this point in the history
  2. release: v3.0.0-beta.0

    mrholek committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9894cb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. docs: update README

    mrholek committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e18e549 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ae2881 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. chore: update dependencies and devDependencies

    @coreui/chartjs         ^4.0.0-beta.0  →  ^4.0.0-rc.0
    @testing-library/react        ^14.0.0  →      ^14.1.0
    @types/lodash               ^4.14.200  →    ^4.14.201
    @types/react                  18.2.33  →      18.2.37
    @types/react-dom             ^18.2.14  →     ^18.2.15
    rollup                         ^4.1.5  →       ^4.4.1
    mrholek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    deb1b6b View commit details
    Browse the repository at this point in the history
  2. release: v3.0.0-rc.0

    mrholek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d49b634 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. chore: update dependencies and devDependencies

    @rollup/plugin-typescript    ^11.1.5  →   ^11.1.6
    @testing-library/jest-dom     ^6.1.4  →    ^6.4.2
    @testing-library/react       ^14.1.0  →   ^14.2.2
    @types/lodash              ^4.14.201  →   ^4.17.0
    @types/react                 18.2.37  →   18.2.67
    @types/react-dom            ^18.2.15  →  ^18.2.22
    chart.js                      ^4.4.0  →    ^4.4.2
    classnames                    ^2.3.2  →    ^2.5.1
    rollup                        ^4.4.1  →   ^4.13.0
    ts-jest                      ^29.1.1  →   ^29.1.2
    typescript                    ^5.2.2  →    ^5.4.3
    mrholek committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    fe2c8a2 View commit details
    Browse the repository at this point in the history
  2. chore: update current year

    mrholek committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1d65312 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. chore: update dependencies and devDependencies

    @coreui/chartjs  ^4.0.0-rc.0  →   ^4.0.0
    @types/react         18.2.67  →  18.2.73
    rollup               ^4.13.0  →  ^4.13.1
    mrholek committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    433742d View commit details
    Browse the repository at this point in the history
  2. release: v3.0.0

    mrholek committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c607771 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. chore: update dependencies and devDependencies

     @rollup/plugin-commonjs       ^25.0.7  →   ^25.0.8
    @rollup/plugin-node-resolve   ^15.2.3  →   ^15.3.1
    @testing-library/jest-dom      ^6.4.2  →    ^6.6.3
    @testing-library/react        ^14.2.2  →   ^14.3.1
    @types/lodash                 ^4.17.0  →  ^4.17.13
    @types/react                  18.2.73  →   18.3.18
    @types/react-dom             ^18.2.22  →   ^18.3.5
    chart.js                       ^4.4.2  →    ^4.4.7
    react                         ^18.2.0  →   ^18.3.1
    react-dom                     ^18.2.0  →   ^18.3.1
    rollup                        ^4.13.1  →   ^4.29.1
    ts-jest                       ^29.1.2  →   ^29.2.5
    typescript                     ^5.4.3  →    ^5.7.2
    mrholek committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    d4a86d6 View commit details
    Browse the repository at this point in the history
Loading