Skip to content

chore: Merge for release#595

Merged
ramedina86 merged 32 commits intomasterfrom
dev
Oct 14, 2024
Merged

chore: Merge for release#595
ramedina86 merged 32 commits intomasterfrom
dev

Conversation

@ramedina86
Copy link
Collaborator

No description provided.

madeindjs and others added 30 commits September 28, 2024 20:25
The `BaseSelect` only allowed `activeValue` to be an array of selected
values, but in some situations, the user loads an unique value as a
string to be selected.
When importing a slider, the initial value is `''`, which throws an
error like `TypeError: "".toFixed is not a function`.

I just handle this edge case.
The issue was that the tab is randomly visible when receiving Visibility
setting from the state object property.

The root cause is `ComponentProxy` try to apply `display: none`, but it
collide with `CoreTab`'s `v-show`. The fix is simply to check the
visibily in `CoreTab` to adapt `v-show` accordingly.
….json

* chore: update the version of writer in metadata when migrating ui.json
….json

* chore: update the version of writer in existing application metadata to 0.8
….json

* chore: removes an unintentionally present tab
…mentation

docs: small mistake into authentication documentation
…k-ide-files-3

feat: store writer framework ide files
fix(ui): fix number format for the input slider
fix(ui): handle visibility from object prop for `CoreTab`. WF-73
fix(ui): load initial value for Multiselect input - WF-66
Documentation for Knowledge Graph / Function tools usage
fix: minor QOL updates for function tools
@ramedina86 ramedina86 merged commit 4027cfa into master Oct 14, 2024
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.

5 participants