Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.13.5 → 0.13.6 (2026-02-27)

- Chart grid lines are now more visible (opacity 0.06 → 0.18)
- All chart axis padding is now measurement-based — labels adapt to formatted content instead of using a fixed 48px
- Y-axis tick count scales dynamically with chart height
- X-axis label thinning applied consistently across all chart types
- Horizontal BarChart value axis uses canvas-measured label widths for spacing
- ComposedChart dual-axis right padding is now dynamic
- Uptime: new `label` prop for an always-visible resting label (replaces `tooltip`)
- Uptime: hover indicator changed from opacity dimming to subtle height increase
- **Breaking:** `Chart.Uptime` `tooltip` prop removed, replaced by `label` and `labelStatus`


## 0.13.4 → 0.13.5 (2026-02-27)

- Internal maintenance release (no user-facing changes)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/origin",
"version": "0.13.5",
"version": "0.13.6",
"private": false,
"publishConfig": {
"access": "public"
Expand Down