Skip to content

Commit ba7b6f2

Browse files
committed
Bump version to 0.2.5
1 parent fa4e7e6 commit ba7b6f2

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project are documented here. Versions follow [Semantic Versioning](https://semver.org/). Dates are ISO 8601.
44

5+
## [0.2.5] - 2026-04-22
6+
7+
### Fixed
8+
- Highlight tool selections land on the actual text (not 40px above) when the shell runs cross-origin from the app — the standalone webpack URL on a separate port, for example. The shell now pushes its iframe `getBoundingClientRect()` to the bridge via `frame:offset` on bridge ready, window resize, scroll, and layout changes, so the plugin has a real offset to apply when `window.frameElement` is inaccessible.
9+
510
## [0.2.4] - 2026-04-22
611

712
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "annotask",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Visual UI design tool for web apps. Make changes in the browser and generate structured reports that AI agents can apply to source code. Works with Vue, React, Svelte, SolidJS, and plain HTML via Vite or Webpack.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)