You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,16 @@ All notable changes to GuideKit will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project follows semantic versioning.
6
6
7
-
## [Unreleased]
7
+
## [1.0.0] - 2026-07-22
8
+
9
+
### Changed
10
+
11
+
- Expanded the README with the same installation, full-screen parent setup, target-bounds callback, persistence, customization, and API guidance used by the website.
12
+
- Replaced public arrow dash interval arrays with named presets directly in `GuideKitArrowLineStyle`: `Dotted`, `ShortDash`, `MediumDash`, `LongDash`, and `DashDot`.
13
+
- Renamed the generic `Dashed` line style to `SpacedDash` to describe its visible spacing and distinguish it from the length-based dash presets.
14
+
- Replaced public floating-point pixel sizes with integer styling values that GuideKit converts internally.
15
+
- Replaced the separate single-phrase `descriptionHighlight` option with the unified `descriptionHighlights` list.
16
+
- Changed `arrowHeadAngleDegrees` from a public `Float` to an `Int`, with conversion handled internally.
0 commit comments