-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d36e788
commit cbf69f0
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# Changelog | ||
|
||
## v1.0.0 - 2024-02-17 | ||
|
||
### 💎 Features | ||
|
||
* feat: Add a button to adapt `DataTable` that extends some functionality to a table (#15) @ryu-sato | ||
* feat: Add new CalcMethod using Math.js (#7) @miya | ||
* feat: Implementation of {hsum} and {havg} calc methods (#4) @miya | ||
* feat: Replace {sum} and {avg} with the results of each calculation (#3) @miya | ||
|
||
### 🐛 Bug Fixes | ||
|
||
* fix: Moves to the bottom when activated if there are culumns with only number (#11) @ryu-sato | ||
|
||
## Unreleased | ||
|
||
_Please do not manually update this file. We've automated the process._ | ||
*Please do not manually update this file. We've automated the process.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters