Skip to content

Commit 3bf90ae

Browse files
committed
Add changelog entries
1 parent a066a87 commit 3bf90ae

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ See [STATUS.md](server/STATUS.md) to learn more about which features will remain
1010
- Switch to monorepo. Include `atomic-data-browser` in this repo #216
1111
- Add Tables (edit, keyboard support, sorting, more) #638
1212
- The `parent` query param in `/search` has changed to `parents` and accepts an array of Subjects #677
13+
- Improve query performance, less index storage #678
1314

1415
## [v0.34.3] - 2023-06-27
1516

browser/CHANGELOG.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,27 @@ This changelog covers all three packages, as they are (for now) updated as a who
44

55
## UNRELEASED
66

7-
### @tomic/cli
7+
### Atomic Browser
88

9-
- Created @tomic/cli, a tool that generates typescript types based on the provided ontologies
9+
- Add table editor #639. Add resource instances using table columns, add properties as rows, paste and copy CSV, keyboard support, sorting.
10+
- Add ontology editor #648. Easily create classes, properties and visualize their relationships.
11+
- Show resource usage (incoming links) in data view.
12+
- New resource selector that uses searchbox #677
13+
- Sidebar redesign
1014

1115
### @tomic/lib
1216

17+
- Add support for typed resources through `resource.props`, powered by `@tomic/cli` (see below)
1318
- When saving a resource whose parent has not yet been saved we now add them to a batch that gets saved later when the parent is saved.
1419
- The `scope` option in `SearchOpts` has changed to `parents` and now accepts an array of subjects instead of a single subject.
1520
- BREAKING: Removed `getCommitBuilder()` method from `Resource`
1621
- Added `hasUnsavedChanges()` method to `Resource`
17-
- No longer clones resources when notifying.
18-
- TS: Added support for typed resources which will give you better type hints when used with ontologies (see @tomic/cli)
22+
- Fix bugs in state management: proxy resources instead of clone (for react) #682 #675 #657
1923

20-
### Atomic Browser
24+
### @tomic/cli
2125

22-
- Show resource usage in data view.
23-
- Add table editor #639
24-
- Add Ontology editor #648
26+
- **NEW**
27+
- Generate typescript files from ontologies #665
2528

2629
## 0.35.1
2730

0 commit comments

Comments
 (0)