Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu-sato authored and github-actions[bot] committed Feb 17, 2024
1 parent d36e788 commit cbf69f0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
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.*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growi-plugin-datatables",
"version": "1.0.0-RC.0",
"version": "1.0.0",
"description": "GROWI plugin that adapts datatables to tables on a page.",
"type": "module",
"repository": {
Expand Down

0 comments on commit cbf69f0

Please sign in to comment.