Releases: nfdi4plants/Swate
v1.0.0-beta.25
New Swate release!
And this is a big one 🚀
Redo/Undo
We had huge performance issues with the previous redo/undo logic. Now we were able to reenable it and it should be working fine even for larger ARCs!
If you encounter any lags checkout the "Settings" option to "disable Autosave".
Let us know what works and what not!
Term search + TIB search
Term search component got a remake and should work more stable now!
In addition we added more config options:
- toggle default Swate search
- Add catalogues of nfdi4plants terminology service searches
All search configured will race each other and deliver as soon as they get a response.
If you want us to support more terminology databases get in contact with us!
Swate components
We are now publishing major components for nuget package for fable f# as well as npm packages.
You can also have a look at the isolated components on the new storybook 📚
Details
- Search rework by @Freymaurer in #615
- Feature refactor selected columns by @Etschbeijer in #614
- Add more CI/CD for releases by @Freymaurer in #620
- Improve UI interface of Swate - Templates by @Etschbeijer in #610
- Publish bugfixes by @Freymaurer in #621
- Collection of quick bug fixes 🐛 by @Freymaurer in #630
- Implement manual autosave control by @Etschbeijer in #624
Full Changelog: v1.0.0-v1.0.0-beta.20...v1.0.0-beta.25
v1.0.0-v1.0.0-beta.20
What's Changed
- Update selectedColumns when SelectedTemplates are available by @Etschbeijer in #607
- SelectedColumns are set correctly, when the tab is switched while a template is selected
- Remove minwidth and adapted button size for better appearance by @Etschbeijer in #608
- Feature swate refactore local storage usage by @Etschbeijer in #602
- Replaced the local storage for do / undo functionality with indexedDB
- Enable import of json tables by @Etschbeijer in #611
- Fixed an error where the selected columns where not correctly set, when one or more tables were imported
Full Changelog: v1.0.0-beta.19...v1.0.0-v1.0.0-beta.20
v1.0.0-beta.19
What's Changed
- Add manifest to swate public folder by @Etschbeijer in #566
- Feature, Excel: Add unit tests for excel addin by @Etschbeijer in #561
- Debug excel restore building block details by @Etschbeijer in #560
- init react component tests 🎉 by @Freymaurer in #579
- Reimplement bulding block details by @Etschbeijer in #580
- Modal rework by @Freymaurer in #582
- implement working updated version of findAllChildTerms by @Etschbeijer in #581
- Enable selection of terms to import into excel by @Etschbeijer in #584
- Feature excel replace table name with template name by @Etschbeijer in #586
- Feature excel enable multiple templates by @Etschbeijer in #592
- Refactor functions and methods of OfficeInterop.fs by @Etschbeijer in #596
- Feature: Enable better understanding of big functions by @Etschbeijer in #597
- Refactoring of join templates workflow by @Etschbeijer in #598
- Fixed datetime definition string by @Etschbeijer in #599
- Bug, Swate: Enable Hiding of Data Property Colums by @Etschbeijer in #600
Full Changelog: v1.0.0-beta.18...v1.0.0-beta.19
v1.0.0-beta.18
What's Changed
- a few more style updates 🎨
- Add parent information for ontology search on click in search field by @Etschbeijer in #574
Note
Checkout release beta.17 for more information
Full Changelog: v1.0.0-beta.17...v1.0.0-beta.18
v1.0.0-beta.17
Hotfix for performance issues in larger ARCs
The performance issues were mostly due to how we handle state storage. The redo/undo functionality as well as the auto save feature for ARCitect were handled using JSON representations of the spreadsheet state. This feature will be temporarily disabled, while we work on a fix. But what does that mean?
Caution
No auto save in ARCitect! You MUST click on the save icon on the top right in the navbar.
No auto save in Swate! You MUST click on the save icon on the top right in the navbar.
What's Changed
- Patching multiple smaller issues! by @Freymaurer in #573
Full Changelog: v1.0.0-beta.16...v1.0.0-beta.17
v1.0.0-beta.16
UI rework 🎨
The first big step towards a better UI experience. More unified styling, more stable visual design and quite simply: a more modern look:
Swate Excel RC 🚀
We have restored most of the previous Excel addin functionality! 📈
Check out Swate in Excel once again: https://nfdi4plants.github.io/nfdi4plants.knowledgebase/guides/annotate-in-excel/
Tip
Shoutout to @Etschbeijer for all the hard work! 🎸
Full Changelog: v1.0.0-beta.15...v1.0.0-beta.16
v1.0.0-beta.15
What's Changed
- Feature: Excel, enable export of metadata as json by @Etschbeijer in #540
- Add general form list drag and drop reorder #535 by @Freymaurer in #543
- adjust ontology v3 api by @Freymaurer in #548
- Fixes to multiple smaller issues by @Freymaurer in #549
- Debug excel enable conversion of data and free text columns of input / output by @Etschbeijer in #550
- Start working on Json import + bugfixes by @Freymaurer in #552
- Feature, Excel. Restore full finctionality of the button: "Rectify Ontology Terms" by @Etschbeijer in #551
- Excel json import v2 by @Freymaurer in #554
- Excel: Enable filling of selected building block with terms with fill button by @Etschbeijer in #553
- Excel cleanup by @Etschbeijer in #558
- Excel testing by @Freymaurer in #559
- Fix bug with incorrectly handling onChange event for term search fields 🐛
Full Changelog: v1.0.0-beta.14...v1.0.0-beta.15
v1.0.0-beta.14
What's Changed
- Feature: Add top level metadata in excel by @Etschbeijer in #527
- Improve metadata form @Freymaurer in #541
- Add option to reorder all lists
Full Changelog: v1.0.0-beta.13...v1.0.0-beta.14
v1.0.0-beta.13
This is a minor code refactor release with changes to the Swate-ARCitect communication!
This is done to prepare Swate for upcoming feature releases with the ARCitect.
Caution
Should there be any issue with Swate and ARCitect contact us as soon as possible! 🙂
Full Changelog: v1.0.0-beta.12...v1.0.0-beta.13
v1.0.0-beta.12
What's Changed
- More fixes for data annotation indexing 😞 🐛
- Fix .tsv handling for data annotator 🐛
- fix minor file picker bug, when there are more files then cells 🐛
- Restore partial functionality of button Validate / Restore Ontology Term by @Etschbeijer in #517
Full Changelog: v1.0.0-beta.11...v1.0.0-beta.12