Skip to content

Commit

Permalink
Merge pull request #147 from acelaya-forks/feature/recharts-migration
Browse files Browse the repository at this point in the history
Migrate charts from chart.js to recharts
  • Loading branch information
acelaya authored Dec 4, 2023
2 parents 7d588c6 + 8646ef6 commit 0c9748e
Show file tree
Hide file tree
Showing 27 changed files with 3,879 additions and 1,590 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ updates:
vitest:
patterns:
- 'vitest'
- 'vitest-canvas-mock'
- '@vitest/*'
ignore:
# Bootstrap can introduce visual breaking changes on styles
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]
### Added
* [#117](https://github.com/shlinkio/shlink-web-component/issues/117) Migrate charts from Chart.JS to Recharts.

### Changed
* *Nothing*

### Deprecated
* *Nothing*

### Removed
* *Nothing*

### Fixed
* *Nothing*


## [0.4.0] - 2023-11-26
### Added
* [#12](https://github.com/shlinkio/shlink-web-component/issues/12) and [#13](https://github.com/shlinkio/shlink-web-component/issues/13) Add new "Visits options" section for arbitrary visit stats options. Add section to delete short URL and orphan visits there.
Expand Down
Loading

0 comments on commit 0c9748e

Please sign in to comment.