mirror of
https://github.com/h-sphere/sql-seal-charts.git
synced 2026-07-22 05:37:34 +00:00
release: Release Next
This commit is contained in:
parent
7de759b3d2
commit
39be40d358
6 changed files with 15 additions and 14 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"sqlseal-charts": minor
|
||||
---
|
||||
|
||||
improved resizing of the charts when container changes
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"sqlseal-charts": minor
|
||||
---
|
||||
|
||||
integrating with changes made in SQLSeal 0.38.0 to the external APIs
|
||||
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,12 +1,22 @@
|
|||
# 0.2.1 (2025-04-09)
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 76a634c: improved resizing of the charts when container changes
|
||||
- 76a634c: integrating with changes made in SQLSeal 0.38.0 to the external APIs
|
||||
- fix: dataset is now not replaced but extended by default (by @texastoland)
|
||||
|
||||
# 0.2.0 (2025-03-15)
|
||||
|
||||
feat: You can now use "ADVANCED MODE" to use full JavaScript to customise your charts
|
||||
feat: Enabling EChart-Stat module. You can now perform regression, clustering and histogram operations directly in Obsidian!
|
||||
|
||||
# 0.1.1 (2025-02-01)
|
||||
|
||||
chore: Fixed typing in configParser
|
||||
|
||||
# 0.1.0 (2025-01-31)
|
||||
Initial release!
|
||||
|
||||
Initial release!
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "sqlseal-charts",
|
||||
"name": "SQLSeal Charts",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"isDesktopOnly": false,
|
||||
"description": "Charts extension for SQLSeal plugin. Generate pie charts, bar charts, line charts and more using data stored in your vault!",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sqlseal-charts",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"description": "Chart extension for SQLSeal Obsidian plugin",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -2,5 +2,6 @@
|
|||
"0.1.0": "0.15.0",
|
||||
"0.1.1": "0.15.0",
|
||||
"0.2.0": "0.15.0",
|
||||
"0.2.1": "0.15.0"
|
||||
"0.2.1": "0.15.0",
|
||||
"0.3.0": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue