Skip to content

Releases: lukashornych/evitalab

v1.6.0

19 Dec 12:20
520fded
Compare
Choose a tag to compare

Changes

v1.5.0

06 Dec 21:48
12c7b17
Compare
Choose a tag to compare

Changes

v1.4.0

06 Dec 13:38
8151308
Compare
Choose a tag to compare

Changes

  • Release: uniqueness types support, complex properties framework for prop. tables, more detailed filterable flag, tooltips in explorer @lukashornych (#81)
  • Feature 77 filterable flag if unique @lukashornych (#79)

v1.3.1

23 Nov 14:27
0444919
Compare
Choose a tag to compare

Changes

  • fix: cannot handle facet summaries for non-grouped references after h… @lukashornych (#75)

v1.3.0

07 Nov 07:35
9db56f9
Compare
Choose a tag to compare

Changes

v1.2.0

04 Nov 21:40
062acbb
Compare
Choose a tag to compare

Changes

v1.1.1

04 Nov 11:07
bb7dca9
Compare
Choose a tag to compare

Changes

v1.1.0

22 Oct 20:34
dbe7545
Compare
Choose a tag to compare

Changes

v1.0.1

20 Oct 18:49
3c44e38
Compare
Choose a tag to compare

Changes

  • Revert "fix: cannot parse preconfigured connections, evitaDB doesn't … @lukashornych (#57)

v1.0.0

20 Oct 16:08
9ab06fa
Compare
Choose a tag to compare

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
  • 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