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
+2
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ This changelog covers all five packages, as they are (for now) updated as a whol
17
17
-[#1008](https://github.com/atomicdata-dev/atomic-server/issues/1008) Add 'open' option to classes and properties in the ontology edit view.
18
18
-[#1008](https://github.com/atomicdata-dev/atomic-server/issues/1008) Updated the look of the resource selector and made it more responsive.
19
19
-[#1008](https://github.com/atomicdata-dev/atomic-server/issues/1008) Add info dropdowns to different sections of the ontology editor for more information about the section.
20
+
-[#459](https://github.com/atomicdata-dev/atomic-server/issues/459) New feature: Add tags to your resources to better organize your data. Search for resources with specific tags in the search bar with `tag:[name]`.
20
21
21
22
### @tomic/lib
22
23
@@ -25,6 +26,7 @@ This changelog covers all five packages, as they are (for now) updated as a whol
25
26
- Fix generated ontologies not working in a Next.js server context.
26
27
- SEMI BREAKING CHANGE: When using generated types by cli, @tomic/lib now requires them to be generated by @tomic/cli v0.41.0 or above.
27
28
- Fix types masquerading as esm module in cjs build.
29
+
-`store.search()` now handles multiple values for the same property correctly.
0 commit comments