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: browser/CHANGELOG.md
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,24 @@ This changelog covers all five packages, as they are (for now) updated as a whol
6
6
7
7
### Atomic Browser
8
8
9
+
-[#855](https://github.com/atomicdata-dev/atomic-server/issues/855) Add a dialog that shows how to fetch and use the current resource in your code.
10
+
-[#825](https://github.com/atomicdata-dev/atomic-server/issues/825) Folder display styles are now saved locally instead of on the resource. The display style property will now act as the default view style.
11
+
12
+
### @tomic/react
13
+
14
+
- BREAKING CHANGE: Removed the `useLocalStorage` hook.
15
+
16
+
## v0.38.0
17
+
18
+
### Atomic Browser
19
+
9
20
-[#845](https://github.com/atomicdata-dev/atomic-server/issues/845) Add option to create instances and tables from the ontology view.
10
21
-[#845](https://github.com/atomicdata-dev/atomic-server/issues/845) Add default Ontology option to drives.
11
22
-[#841](https://github.com/atomicdata-dev/atomic-server/issues/841) Add better inputs for `Timestamp` and `Date` datatypes.
12
23
-[#842](https://github.com/atomicdata-dev/atomic-server/issues/842) Add media picker for properties with classtype file.
13
24
-[#850](https://github.com/atomicdata-dev/atomic-server/issues/850) Add drag & drop sorting to ResourceArray inputs.
14
25
-[#757](https://github.com/atomicdata-dev/atomic-server/issues/757) Add drag & drop sorting to sidebar.
15
26
-[#873](https://github.com/atomicdata-dev/atomic-server/issues/873) Add option to allow multiple resources in relation columns (Tables).
16
-
-[#825](https://github.com/atomicdata-dev/atomic-server/issues/825) Folder display styles are now saved locally instead of on the resource. The display style property will now act as the default view style.
17
27
18
28
### @tomic/lib
19
29
@@ -45,7 +55,6 @@ This changelog covers all five packages, as they are (for now) updated as a whol
45
55
- Added `useCollectionPage` hook.
46
56
- Fix bug where `useCollection` would fetch the collection twice on mount.
47
57
-`useServerURL` no longer stores the server url in localstorage.
48
-
- BREAKING CHANGE: Removed the `useLocalStorage` hook.
0 commit comments