Skip to content

v1.0.0-beta.07

Latest
Compare
Choose a tag to compare
@Freymaurer Freymaurer released this 06 Aug 07:57
· 0 commits to main since this release

New Release!

A new release and the last before a longer vacation 🚀

  • Refactor data map by @Freymaurer in #484
  • Excel: Enable use of templates by @Etschbeijer in #493
  • remove installation link from README.md by @Brilator in #496
  • Add some general logic for finding selected building block by @Freymaurer in #498
  • Feature excel delete building blocks by @Etschbeijer in #497
  • New Modal "Edit Column", via context menu.
  • New Modal "Details", via context menu.
  • Fix lazy load table handling cell width differences 🐛 🎨

to context menu in swate table:

image

Details modal

image

Edit column modal

image

lazy load table fix

I applied some fixes hopefully. I tried replicating excel logic for this now. width is iniatially set to 300, but can be resized between 200-600 (this manual resize will propagate through lazy load table). Large cell content will be hidden, but can be seen hovering over the cell. Cell editing should be unchanged.

Let me know what you think/how it feels.

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