Skip to content

v0.39.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 13:43
· 76 commits to develop since this release

AtomicServer

  • The download endpoint can now optimize images on the fly. This is controlled via query parameters. #257
  • Added export endpoint for exporting resources to other formats. Currently only supports exporting tables to csv. #925

Atomic Browser

  • #855 Add a dialog that shows how to fetch and use the current resource in your code.
  • #896 Fix an issue where sidebar items require a double tap on iOS.
  • Updated look of the default resource form.
  • #896 Fix an issue where sidebar items require a double tap on iOS.
  • Updated the look & feel of the sidebar a bit.
  • #893 Fix tables not showing any rows when viewing from a different server.
  • Fix an issue where the resource-array properties would be set to an empty array instead of removing the property when removing all items in the input.
  • Fix an issue where dropdown menus sometimes jump from the upper left corner of the screen.
  • Added a full page view for tags.
  • Redesigned the ontology page.
  • Moved the resource context menu to the top of the page.
  • #861 Fix long usernames overflowing on the share page.
  • #906 Reset changes after clicking the cancel button in a form or navigating away.
  • #914 Fix an issue where changing the subject in a new resource form could update the parent of existing resources if their subject matched the new subject.
  • #925 Added export to CSV option to tables.
  • #919 Automatically sort classes and properties in the ontology editor.
  • #936 Updated the address bar to make it clearer it's also search bar.

@tomic/lib

  • Added LocalChange event to Resource.
  • Added resource.refresh() method.
  • Removed cross-fetch, if your environment does not support fetch make sure to add a polyfill or inject one using store.injectFetch().

@tomic/react

  • BREAKING CHANGE: Removed the useLocalStorage hook.
  • When using any useValue type hook, values will now update when local changes are made to the resource from elsewhere in the app.
  • #257 Added <Image /> component that automatically optimizes images for the web.

@tomic/svelte

  • #257 Added <Image /> component that automatically optimizes images for the web.