Skip to content

Commit 0a4fefe

Browse files
committed
v3.2.0
1 parent 2e88e90 commit 0a4fefe

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

KNOWN_ISSUES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> **Note:** Many issues in earlier releases (v1.0.0–v2.0.0) are deliberate simplifications to keep the implementation accessible for learning. They will be addressed progressively in later releases as complexity is layered in.
44
5-
## v3.2.0 (upcoming)
5+
## v3.2.0
66

77
### Documentation site not responsive to device display sizes
88

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ Each release marks a working milestone in the progression from online-first to o
135135
| [v2.0.0](https://github.com/virtualian/offline-first/releases/tag/v2.0.0) | Online sync with Supabase Realtime — multi-client WebSocket sync |
136136
| [v3.0.0](https://github.com/virtualian/offline-first/releases/tag/v3.0.0) | Offline-first with PowerSync — local SQLite with bidirectional sync |
137137
| [v3.1.0](https://github.com/virtualian/offline-first/releases/tag/v3.1.0) | Diataxis documentation site |
138+
| [v3.2.0](https://github.com/virtualian/offline-first/releases/tag/v3.2.0) | Improved docs site with header, collapsible sidebar, and release docs |
138139

139140
See all [releases](https://github.com/virtualian/offline-first/releases) | [release notes](RELEASE_NOTES.md) | [known issues](KNOWN_ISSUES.md).
140141

RELEASE_NOTES.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
# Release Notes
22

3-
## v3.2.0 (upcoming)
3+
## v3.2.0 — Improved Docs Site and Release Documentation
44

5-
### Improved documentation site and simplified demo
5+
Released: 2026-03-29
66

77
- Documentation site header with title, home button, and role-based navigation tabs
88
- Collapsible sidebar sections with intro pages for each role and content type
99
- Landing page rewritten as a getting-started guide
1010
- README restructured: clone and docs are now the first steps
11-
- Known issues documented and tracked
12-
13-
**Planned:**
14-
- Simplify the PowerSync demo to focus on core offline-first sync
15-
- Remove deletion and status indicators to reduce implementation complexity
16-
- Progressively re-add features in subsequent releases
11+
- Added KNOWN_ISSUES.md and RELEASE_NOTES.md
12+
- Added releases and discussions references to READMEs
13+
- Fixed docsify-sidebar-collapse plugin registration and docsify-themeable nav positioning
1714

1815
## v3.1.0 — Diataxis Documentation Site
1916

0 commit comments

Comments
 (0)