v1.0.0
github-actions
released this
20 Oct 16:08
·
308 commits
to refs/heads/master
since this release
First Official Release!
Main changes
- complete redesign to match evitaDB docs
- advanced data grid cell value previewer
- supports pretty printing of values in several formats
- supports automatic resolution of target format for pretty printing based on the type of a value
- supported formats:
- Markdown - renders MD texts or pretty prints values by data type in MD
- JSON - pretty prints and highlights JSON values in code editor
- XML - pretty prints XML documents (even partial XML documents) in code editor
- HTML - renders HTML document
- evitaDB latest blog posts feed on welcome screen
- proper styling for Markdown-rendered texts matching evitaDB docs
- available in various places:
- schema descriptions
- user data previewers
- and more
- available in various places:
- clicking middle mouse button on a cell in data grid copies the value
- data grid automatically pre-selects data locale based on browser's locale (if there is any match with stored locales)
- schema flags show data type of a schema (if applicable), e.g. in attribute listing
- extensive support for representative attributes
- data grid automatically loads representative attributes with entities
- columns in data grid representing references or parents, automatically loads representative attributes of referenced entity into the origin column alongside referenced primary key
- and a lot of fixes