Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.10.1 #536

Merged
merged 17 commits into from
Nov 25, 2024
Merged

Release 0.10.1 #536

merged 17 commits into from
Nov 25, 2024

Conversation

v1r0x
Copy link
Member

@v1r0x v1r0x commented Nov 25, 2024

Added

  • Option to display attributes in Data Model Editor in groups
  • Filter attributes in Data Model Editor
  • Attributes in Data Model Editor can now be sorted (by name or creation date)
  • Pressing Tab key in Single Choice Dropdowns now either:
    • selects the first choice (if there is only one choice in the dropdown)*
    • selects the exact match (case insensitive; e.g. "apple" + Tab will select the available choice "apple", but also "Apple")*
    • nothing and focuses the next attribute (default)
      • Selected elements will be marked with a blue (Tab) badge
  • Pressing Delete inside Single Choice Dropdowns will clear the element
  • Importer now automatically removes BOM if present
  • Better readable format for error message on validation
  • Renamed fromImport to parseImport on the attribute classses. The base class now by default imports the passed string, removing redundancies on the string-based classes.
  • More elaborate type checking on attributes parseImport method.
  • Unit test for all attribute imports (except Table).

Fixed

  • Entity (Multiple-Choice) no longer removes all entries when a single one is deleted.
  • Frontend errors due to wrong dayjs import
  • Missing translation for milligram in si-unit attribute
  • Entity search now allows to display more than first 10 results
    • ^ and $ can be used in search query to match query only at the beginning/end of entity name
  • Wrong behavior in validation/updating of Integer values
  • Entity tree header overflow on small screens
  • Added tests for all attribute type imports
  • Improved output in Data Importer frontend
  • Adding Group Separator in Data Model Editor

Changed

  • Move switch to show hidden attributes in Data Model Editor to dropdown
  • Make tabular head sticky

v1r0x and others added 17 commits October 16, 2024 10:32
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
* add tab action to string-sc attribute

* only select first entry if query is not empty

* Added visual when an item can be selected by Tab. Added delete option.

* Changed styling and fixed tabindex

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
* fix integer attribute validation
* do not update anything on the model if no attributes to patch
* return proper status code
* also emit if data is not valid
---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>
* make entity search infinite

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* Fixed search behavior and improved styling

* added execution order

* Fixed error that search may remain empty & use mousedown to prevent list from disappearing

* add missing return

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* revamp "load more" action ui

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
* Moved all tests from the old branch to this branch, which is based on 10.1
* linux related fixes; simplification; rism fixes
* changed row conflict format
* fixed tests and minor refactoring
* linux related fixes; simplification; rism fixes
* fixed tests and minor refactoring
* Adjusted logging and userlistattribute

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Vinzenz Rosenkranz <[email protected]>
* Removed watcher from simple and made it stateless and simplified change handling on entity.

+ adjusted dependent components

* Added changelog

* Fixed single clear bug

* check if attribute exist

* Added removed attributes.

* rework indicator: use bs classes; make size a prop

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Vinzenz Rosenkranz <[email protected]>
@v1r0x v1r0x merged commit a0e9bd6 into master Nov 25, 2024
0 of 8 checks passed
@v1r0x v1r0x deleted the release-0.10.1 branch November 25, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants