Skip to content

Commit 305c8e0

Browse files
committed
chore: bump version to v0.3.0
1 parent c60aa27 commit 305c8e0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @dschz/solid-uplot
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- **Chart data types**: The `data` prop now accepts `number[][]` format in addition to `uPlot.AlignedData`, reducing friction when passing
8+
common array-of-arrays data structures
9+
- **Focus series plugin**: Added `shouldRedrawOnBusUpdate` callback option to provide fine-grained control over cross-chart focus
10+
synchronization (e.g., filtering by source chart, conditional coordination based on bus state)
11+
- **Tooltip plugin**: Added `fixed` positioning option to prevent clipping when tooltips are rendered inside dialog elements or other
12+
overflow-constrained containers
13+
314
## 0.2.0
415

516
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dschz/solid-uplot",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "SolidJS wrapper for uPlot — ultra-fast, tiny time-series & charting library",
55
"type": "module",
66
"author": "Daniel Sanchez <dsanc89@pm.me>",

0 commit comments

Comments
 (0)