@authorbot/schemas 0.1.39 → 0.1.40
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.
- package/CHANGELOG.md +42 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,48 @@ 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.40
|
|
13
|
+
|
|
14
|
+
- **Character details open correctly from hosted and local chapter pages.**
|
|
15
|
+
The 0.1.39 packed publisher could erase Web Awesome's runtime drawer import
|
|
16
|
+
when a book built outside the Authorbot workspace. Character links still
|
|
17
|
+
fetched their detail page, but the unregistered element stayed invisible.
|
|
18
|
+
The drawer now has an explicit runtime registration boundary, a browser
|
|
19
|
+
regression, and a packed-tarball build check that exercises the same
|
|
20
|
+
consumer context used by book CI.
|
|
21
|
+
- The README and publisher architecture docs now state the browser contract
|
|
22
|
+
directly: hosted and local-dev modes include progressive-enhancement
|
|
23
|
+
JavaScript, while an API-less build remains script-free and readable.
|
|
24
|
+
- The mobile header now contains its scrollable navigation at 320px, and
|
|
25
|
+
keyboard-created notes receive focus only after their anchored gutter layout
|
|
26
|
+
is visible.
|
|
27
|
+
- This hotfix adds no D1 or book-format migration.
|
|
28
|
+
|
|
29
|
+
## 0.1.39
|
|
30
|
+
|
|
31
|
+
- **The hosted and local authoring UI now share the dogfooded reading
|
|
32
|
+
experience.** Chapter and summary editing load in place without clearing the
|
|
33
|
+
manuscript, reader controls can hide notes and use the available reading
|
|
34
|
+
width, and character links open full details in a right-side drawer.
|
|
35
|
+
Outline, timeline, and character editing use the same compact controls and
|
|
36
|
+
in-place loading behavior.
|
|
37
|
+
- **Chapter history now reads as a seamless layer over the manuscript.** The
|
|
38
|
+
revision rail stays beside the page, selected revision controls occupy the
|
|
39
|
+
notes column, and word- and sentence-level changes render in the normal
|
|
40
|
+
prose surface with semantic inserted and deleted colors. Revision loading
|
|
41
|
+
preserves the current view until the replacement is ready.
|
|
42
|
+
- **Notes and discussions are denser and more capable.** Anchored comments
|
|
43
|
+
follow the manuscript without covering it, collapsed notes retain the
|
|
44
|
+
author and text, reply and thread promotion create Work with the discussion
|
|
45
|
+
text intact, and editor/comment handoffs preserve selections and unsaved
|
|
46
|
+
input.
|
|
47
|
+
- **The browser UI now uses focused lightweight primitives where they help.**
|
|
48
|
+
Lit owns reader controls, Web Awesome supplies the character drawer, and
|
|
49
|
+
Floating UI positions anchored annotation surfaces; the rest remains
|
|
50
|
+
progressive-enhancement custom elements over static reading HTML.
|
|
51
|
+
- This release adds D1 migration `0014_reply_work_promotion.sql` and no
|
|
52
|
+
book-format migration.
|
|
53
|
+
|
|
12
54
|
## 0.1.38
|
|
13
55
|
|
|
14
56
|
- **Authorbot now has a complete local authoring mode.** `authorbot dev` runs
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authorbot/schemas",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.40",
|
|
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",
|