Skip to content

Commit 08ace23

Browse files
committed
Improve structure changelog
1 parent f0df221 commit 08ace23

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

CHANGELOG.md

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

55
## UNRELEASED
66

7-
- Add `Store.parseMetaTags` to load JSON-AD objects stored in the DOM. Speeds up initial page load by allowing server to set JSON-AD objects in the initial HTML response.
7+
### @tomic/browser
8+
89
- Move static assets around, align build with server and fix PWA #292
9-
- `store.createSubject` allows creating nested paths
1010
- Add `useChildren` hook and `Store.getChildren` method
11-
- Add `Store.postToServer` method, add `endpoints`, `importJsonAdString`
1211
- Add new file preview UI for images, audio, text and PDF files.
1312
- Add new file preview types to the folder grid view.
14-
- Add `store.preloadClassesAndProperties` and remove `urls.properties.getAll` and `urls.classes.getAll`. This enables using `atomic-data-browser` without relying on `atomicdata.dev` being available.
1513
- Fix Dialogue form #308
16-
- Fix Race condition of `store.getResourceAsync` #309
1714
- Refactor search, escape query strings for Tantivy
1815

16+
### @tomic/react
17+
18+
- Add more options to `useSearch`
19+
20+
### @tomic/lib
21+
22+
- Add `Store.parseMetaTags` to load JSON-AD objects stored in the DOM. Speeds up initial page load by allowing server to set JSON-AD objects in the initial HTML response.
23+
- `store.createSubject` allows creating nested paths
24+
- Add `Store.postToServer` method, add `endpoints`, `importJsonAdString`
25+
- Add `store.preloadClassesAndProperties` and remove `urls.properties.getAll` and `urls.classes.getAll`. This enables using `atomic-data-browser` without relying on `atomicdata.dev` being available.
26+
- Fix Race condition of `store.getResourceAsync` #309
27+
- Add `buildSearchSubject` in `search.ts` which allows you to build full text search queries to send to Atomic-Server.
28+
1929
## v0.35.0
2030

2131
### @tomic/react

0 commit comments

Comments
 (0)