@authorbot/schemas 0.1.43 → 0.1.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,18 @@ Every published package shares this version. A tag builds, tests, and publishes
9
9
  all of them together, so `@authorbot/cli@0.1.15` and `@authorbot/api@0.1.15` are
10
10
  always the same commit.
11
11
 
12
+ ## 0.1.44
13
+
14
+ - **Anchored notes stay attached to their passage without viewport jitter.**
15
+ Notes that share a prose anchor now overlap predictably, and the active note
16
+ moves forward and left so the cards behind it remain visible.
17
+ - Opening, closing, and layer changes use GSAP motion without scaling note
18
+ text. Clicking any exposed part of a folded card expands it.
19
+ - Saving or updating one note no longer reconstructs every card or prose
20
+ highlight. Unchanged notes, markers, and surrounding page state remain
21
+ mounted through authoritative refreshes.
22
+ - This patch adds no D1 or book-format migration.
23
+
12
24
  ## 0.1.42
13
25
 
14
26
  - Production builds now opt out of Cloudflare response rewriting, which
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authorbot/schemas",
3
- "version": "0.1.43",
3
+ "version": "0.1.45",
4
4
  "description": "Zod v4 schemas, inferred TypeScript types, and generated JSON Schemas for Authorbot book-repository artifacts (Phase 0 contract section 4)",
5
5
  "keywords": [
6
6
  "authorbot",