Skip to content

Releases: bfritscher/typesense-dashboard

test workflow

22 Jan 07:36

Choose a tag to compare

test workflow Pre-release
Pre-release

test

v1.5.0

19 Jan 19:28

Choose a tag to compare

  • feat: support new field options: infix, locale, num_dim #37
  • feat: support collection update via schema #33
  • feat: collection browser display images
  • feat: collection browser link if http
  • fix: to show actions in dark mode for collection #28
  • fix: document result overflow scroll long array and display length fixes #32
  • chore: update dependencies

#32

Full Changelog: v1.4.0...v1.5.0

v1.4.0

24 Jul 20:40
8980023

Choose a tag to compare

  • feat: better dark mode for forms and state saved in localstorage
  • feat: Add config.json file to support auto-login
  • chor: depedency upgrade and type fixes
    Full Changelog: v1.3.1...v1.4.0

Release v1.3.1

20 Jan 12:50

Choose a tag to compare

search exclude regex fields

Release v1.3.0

02 Dec 20:58
8c066a5

Choose a tag to compare

What's Changed

  • 🐛 Dockerfile fails to build on macOS M1 by @musaid in #16
  • Server switcher, Improved UI on Titles and added Icons by @sbehrends in #17
    • Users can use the server history to switch between servers from the Header menu.
    • Active server is shown on Header to avoid confusions or mistakes when taking actions.
    • New Icons order and icons are similar to Typesense Cloud
    • Changed Collections Grid to Table (with Quick Actions)
  • Typesense Server version is displayed on status page

New Contributors

Full Changelog: v1.2.2...v1.3.0

Release v1.2.2

21 Oct 19:01

Choose a tag to compare

What's Changed

  • feat: add support for path in connection
  • chore: upgrade dependencies
  • chore: switch to typescript type from official typesense package
  • fix: docker public path by @geisterfurz007 in #10
  • FIX PULBIC_PATH not set correctly in dockerfile by @kernel-sanders in #11
  • Add docker build (#12) by @pbek in #13
  • Add pre-built docker image documentation (#12) by @pbek in #14

New Contributors

  • @geisterfurz007 made their first contribution in #10
  • @kernel-sanders made their first contribution in #11
  • @pbek made their first contribution in #13

Full Changelog: v1.2.1...v1.2.2

Release v1.2.1

09 Sep 09:34

Choose a tag to compare

feat: support sorting on string fields if sort enabled on field requires: typesense >=0.23.1
feat: schema export support unkown attributes as received from db
fix: error messages on document import
chore: upgrade dependencies

Release v1.2.0

04 Apr 20:02

Choose a tag to compare

Added login history to switch between instances

Release v1.1.1

02 Apr 19:41

Choose a tag to compare

Set default for exhaustive_search to support new behavior of 0.22

Release v1.1.0

02 Apr 18:57

Choose a tag to compare

New Features:

  • JSON search to test any supported search parameters
  • Export search results

Improvements:

  • Better search layout
  • instantsearch sorting for numeric fields
  • instantsearch page size dropdown

Fix:

  • Deeplinking url work on first load for web version

search-json