chore(main): release 0.16.0#223
Open
ace-release-bot[bot] wants to merge 1 commit into
Open
Conversation
Greptile SummaryAutomated release PR bumping the project to v0.16.0, including four features: VitePress documentation site, brush-to-zoom on time series charts, dashboard export/import YAML overhaul with themed range sliders, and cross-panel crosshair/tooltip sync. All three changed files are consistent version bumps with no logic changes. Confidence Score: 5/5Safe to merge — purely automated version-bump files with no logic changes All three files are mechanical version increments (manifest, changelog, Helm chart) generated by the Release Please bot. No code logic, no security surface, no custom rule violations. No files require special attention Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release Please Bot] --> B[Bump .release-please-manifest.json\n0.15.0 → 0.16.0]
A --> C[Update CHANGELOG.md\nAdd v0.16.0 entries]
A --> D[Bump charts/ace/Chart.yaml\nversion & appVersion 0.15.0 → 0.16.0]
B & C & D --> E[v0.16.0 Release]
E --> F[VitePress docs site]
E --> G[Brush-to-zoom on time series]
E --> H[Dashboard YAML export/import v2]
E --> I[Cross-panel crosshair sync]
Reviews (2): Last reviewed commit: "chore(main): release 0.16.0" | Re-trigger Greptile |
janhoon
added a commit
that referenced
this pull request
Apr 6, 2026
Click-drag on any LineChart or BarChart to zoom the entire dashboard to that time range. Double-click to reset to the pre-zoom state (true undo). - New useBrushZoom composable: @zr:mousedown + window DOM events for reliable drag tracking even outside chart bounds - useTimeRange: zoomToRange() saves pre-zoom snapshot, resetZoom() restores exact state (preset or custom range) - Overlay div styled with --color-primary design tokens - 5px minimum drag threshold prevents accidental zoom on click - 15 new tests across composable, chart, and panel specs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0eec32c to
0bf1414
Compare
janhoon
added a commit
that referenced
this pull request
Apr 6, 2026
* feat: brush-to-zoom on time series charts (#223) Click-drag on any LineChart or BarChart to zoom the entire dashboard to that time range. Double-click to reset to the pre-zoom state (true undo). - New useBrushZoom composable: @zr:mousedown + window DOM events for reliable drag tracking even outside chart bounds - useTimeRange: zoomToRange() saves pre-zoom snapshot, resetZoom() restores exact state (preset or custom range) - Overlay div styled with --color-primary design tokens - 5px minimum drag threshold prevents accidental zoom on click - 15 new tests across composable, chart, and panel specs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: use offsetX/offsetY from ZRender event packet, not zrX/zrY ZRender's makeEventPacket() maps the raw zrX/zrY properties to offsetX/offsetY on the event object passed to listeners. The composable was reading undefined values, causing containPixel to always return false and silently preventing any drag from starting. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: use structural ChartInstance interface to fix vue-tsc build Replace InstanceType<typeof VChart> with a structural interface declaring only the methods useBrushZoom actually calls. Fixes type incompatibility between the composable parameter and the chart components' ref<typeof VChart | null> declaration. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: use Ref<unknown> with runtime cast to fix vue-tsc -b build vue-tsc -b (project references mode) is stricter than --noEmit. The structural ChartInstance interface still didn't match the DefineComponent type from ref<typeof VChart>. Accept Ref<unknown> and cast via an asChart() helper that does a runtime $el check. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0bf1414 to
eff125f
Compare
eff125f to
c06a120
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.16.0 (2026-04-27)
Features
This PR was generated with Release Please. See documentation.