·
224 commits
to develop
since this release
Atomic-Server
- Speed up Commits by bundling DB transactions #297
- Introduce
Db::apply_transactionandStorelike::apply_commit - Deprecate
add_atom_to_indexandremove_atom_from_indexas 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
importJsonAdStringfunction. - 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-templatepackage to create new templates.