Releases: nfdi4plants/Swate
v1.0.0-beta.11
Some minor bug fixes with data annotator!
What's Changed
- Allow JsonExport in ARCitect by @HLWeil in #516
- Fix data annotator view not shown in ARCitect 🐛
- Fix wrong indexing for csv row selector paths in data annotation 🐛
Full Changelog: v1.0.0-beta.09...v1.0.0-beta.11
v1.0.0-beta.09
v1.0.0-beta.08
New Release!
Because of critical bugfix of data annotator
- More context menu options by @Freymaurer in #503
- Feature excel update term to unit by @Etschbeijer in #502
- Feature excel add file picker by @Etschbeijer in #505
- Feature excel add table validator by @Etschbeijer in #509
- Feature excel: Adapt warning messages by @Etschbeijer in #514
- Reinclude data annotation match case for updating client interface by @HLWeil in #513
New Contributors
Full Changelog: v1.0.0-beta.07...v1.0.0-beta.08
v1.0.0-beta.07
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:
Details modal
Edit column modal
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
v1.0.0-beta.06
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
1.0.0-beta.05
What's Changed
- Add create table function for excel by @Etschbeijer in #459
- Add tailwind support ✨ 🎨 #463 by @Freymaurer in #464
- Feature: Excel, keep table output of previous worksheet by @Etschbeijer in #461
- Create new worksheet and table when table is already available by @Etschbeijer in #469
- Feature DataMap View by @Freymaurer in #478
The new DataMap is currently available with minimal feature set and aims to be improved soon! 🙂 It can be added for Assays and Studies!
New Contributors
- @Etschbeijer made their first contribution in #459
Full Changelog: v1.0.0-beta.04...v1.0.0-beta.05
v1.0.0-beta.04
New Release!
Caution
For all the ARCitect users this will require an ARCitect update to maintain compatibility!
Swate development is taking up pace again! 🚀
- A lot of bug fixes! 🐛
- New protocol import! ✨
- Bulma v1.0.0 support 🎨 (This might lead to temporary styling issues but on the long run will improve!)
- ARCtrl v2.0.0 support (More robustness!)
- Multitarget JSON Export ✨
Full Changelog: https://github.com/nfdi4plants/Swate/milestone/7
v1.0.0-beta.01
New release and the first one i will now officially set as latest release 🚀
tl;dr: To enable Swate in ARCitect I started working on a version outside of Excel. It can be used in the browser or in ARCitect with no entry barrier.
Feature List
- Independent Workflow annotation tool!
- Fully integrated in ARCitect 🚀
- Improved Term Search
- Faster, better, stronger 🤖
- Easier to use ✏️
- Improved stability for nearly all functions 🏛️
- Undo/Redo buttons 📝
- Widgets for customizable user interface 🎨
- Swate table view ✨
- Keyboard support ⌨️
- Excel-like behavior 📑
- Copy/paste from and to Excel 📋
- Metadata search for ORCID, DOI, PMID 🔍
For more in-depth release notes check out the alpha release notes or the Full Changelog: 1.0.0-alpha.01...v1.0.0-beta.01
v1.0.0-alpha.19
Next Release! 🚀
- Fix cell scroll behavior when skipping through table cells with arrow keys! 🎨
- Improve template initial load ✨
- Handle file picker together with ARCitect (together with @JonasLukasczyk ) ✨
- This allows for relative paths in ARCitect and for picking not only files, but also folders ✨
- Columns can now be moved with the context menu ✨
- Fix bug where all key pressed would register for changing cell input 🐛
Full Changelog: v1.0.0-alpha.16...v1.0.0-alpha.19
v1.0.0-alpha.16
New Release, new features! 🚀
- Visual improvements! 🎨
- Add Rows input can now be confirmed with Enter ✨
- Clicking on a widget will pull it to the front! 🎨
- Row numbers 🎨
- Adding published status to online-found publications ✨
- Fix table styling in darkmode 🌔
- Make file picker a widget! ✨
- Keyboard shortcuts for: ✨
- Ctrl + C: Copy cell
- Ctrl + X: Cut cell
- Ctrl + V: Paste cell
- Del: Clear cell
- Arrow Up, Arrow Down, Arrow Left, Arrow Right: Navigate table cells.
- Starting to type (a-z) with a selected cell lets you update the cell now! ✨
Full Changelog: v1.0.0-alpha.15...v1.0.0-alpha.16