You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,28 @@ This changelog covers all three packages, as they are (for now) updated as a who
4
4
5
5
## UNRELEASED
6
6
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
+
8
9
- Move static assets around, align build with server and fix PWA #292
- Add new file preview UI for images, audio, text and PDF files.
13
12
- 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.
15
13
- Fix Dialogue form #308
16
-
- Fix Race condition of `store.getResourceAsync`#309
17
14
- Refactor search, escape query strings for Tantivy
18
15
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.
- 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.
0 commit comments