Skip to content

v1.0.0-beta.06

Compare
Choose a tag to compare
@Freymaurer Freymaurer released this 26 Jul 11:24
· 1 commit to main since this release

New Release 🚀

This is a bigger one:

  • We had a lot of bug fixes which were brought to us by @shiltemann. Thanks for the big contribution! 🐛
  • Added a lazy-load table logic which should greatly increase performance for larger swate tables! 🐎
  • DataMap is now better integrated into existing logic and should now run more robust! 🔧
  • Added a data annotation tool to click select rows, columns and cells from a tabular file directly to your desired data column! (See this PR for more info) ✨
  • Work on the excel addin functionality is progressing well, thanks to the work from @Etschbeijer ✨ We will soon be able to get into public testing for this!

Pull Requests

  • Feature; excel; create and update input and output columns by @Etschbeijer in #482
  • Refactor datamap to use existing logic paths, by adding a generic(ui)… by @Freymaurer in #485
  • Implement CompositeCell.Data ✨ by @Freymaurer in #486
  • Feature, Excel, enable addition of building blocks, including terms and units by @Etschbeijer in #488
  • Finish data annotator view implementation by @Freymaurer in #494

Full Changelog: v1.0.0-beta.05...v1.0.0-beta.06