Skip to content

Commit 758d6f4

Browse files
authored
ENG-1235 - Roam Release 0.16.0 (#686)
* Update package version to 0.16.0 in package.json * Update CHANGELOG.md for version 0.16.0
1 parent eb19055 commit 758d6f4

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

apps/roam/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@ and this project does not follow [Semantic Versioning](https://semver.org/), her
99
- Minor version bumps are released on a regular cadence.
1010
- Patch version bumps are for bugfixes and hotfixes.
1111

12+
## [0.16.0] - 2026-01-11
13+
14+
### Added
15+
16+
- **Base JSON-LD export**
17+
- **Canvas clipboard:** add a canvas page to the clipboard to view all nodes on that canvas
18+
- **Left sidebar:** allow editing of section names
19+
- **Query Builder:** column view "render" added, uses `renderString` API to render links, block references, etc
20+
21+
### Changed
22+
23+
- **Query metadata is hidden by default**, plus a command palette command to toggle it
24+
- **Performance:** optimize Discourse Node page observer checks
25+
26+
### Fixed
27+
28+
- **Discourse Context Overlay:**
29+
- fix failure to add reified relations from the overlay
30+
- component not loading
31+
- **Canvas:** inconsistent “send nodes to canvas” behavior
32+
- **Relations:** prevent moving the entire relation arrow; drag only changes bend in Roam
33+
1234
## [0.15.0] - 2025-12-24
1335

1436
### Added

apps/roam/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "roam",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "Discourse Graph Plugin for roamresearch.com",
55
"scripts": {
66
"dev": "tsx scripts/dev.ts",

0 commit comments

Comments
 (0)