Skip to content

v0.40.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 12:22
· 32 commits to develop since this release

Atomic-Server

  • Speed up Commits by bundling DB transactions #297
  • Introduce Db::apply_transaction and Storelike::apply_commit
  • Deprecate add_atom_to_index and remove_atom_from_index as public methods.

Atomic Browser

  • #952 Add templates containing pre made ontologies and resources.
  • #970 Add "show commit" button in History
  • #968 Allow users to pick files by entering a subject into the file picker search bar.
  • #969 Fix markdown editor sometimes doesn't update the value after saving.
  • #975 Add create button to resource selector without classtype.
  • Fix markdown editor closing the edit page when a button is clicked.
  • Add an edit button to the default resource view.

@tomic/lib

  • BREAKING CHANGE: removed the importJsonAdString function.
  • Added store.importJsonAD() method.
  • Added support for commonJS modules.

@tomic/cli

  • Fix shortnames in externals.ts are not converted to camelCase.
  • Filter out duplicate classes and properties in generated types.

@tomic/create-template

  • Added @tomic/create-template package to create new templates.