Skip to content

v2.26.0

Compare
Choose a tag to compare
@philipsens philipsens released this 30 Aug 14:13
· 245 commits to master since this release

2.26.0 (2022-08-30)

✨ Features

  • add better example configurations (0751c37)
  • change docker compose file to include parameters and simplefy database (0d1fdbf)
  • create Docker image for usage in CI and revert compose file (f39e13c)
  • give the error from the backend to the user, it contains more info (62bbcbf)
  • make frank configuration for demo read only (9bb56a5)
  • run the demo in read-only mode (9736252)

🐛 Bug Fixes

  • changes for PR 989 (b73abda)
  • description in options modal can now scroll on the x axis (66d9b6b)
  • give the right error when a file cant be found or cand be read, also reset current file (ce7e4bd)
  • make basehref relative (b4e6413)
  • make url's relative (cbb2343)
  • options and modal title wordwrap and width (01d6203)
  • removing a directory will remove the previously selected configuration (daca49a)
  • revert some changes and move save on enter (7d15b4f)
  • saving name twice broke the flow (185aa2b)
  • switch file after auto save (0e738ba)

🛠 Builds

🚨 Tests

  • change default configurations and fix canvas test (0a9ceda)
  • change the tests and move some parts for relevance (859c4c4)
  • move relevant code into different tests (8573e19)

🗑 Reverts