Skip to content

Tags: Matdata-eu/Yasgui

Tags

v5.14.0

Toggle v5.14.0's commit message
fix: returned the possibility to add arbitrary headers to the sparql …

…request (fixes #114)

v5.13.0

Toggle v5.13.0's commit message
chore: remove failing unit tests

v5.12.0

Toggle v5.12.0's commit message
chore: upgraded plugins to support css variables from yasgui

v5.11.0

Toggle v5.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: redesign icons and YASQE buttons (moving to font-awesome) (#106)

* Initial plan

* Redesign YASQE buttons with modern styling and keyboard shortcuts

Co-authored-by: MathiasVDA <15101339+MathiasVDA@users.noreply.github.com>

* Fix button alignment and ensure consistent icon sizes

Co-authored-by: MathiasVDA <15101339+MathiasVDA@users.noreply.github.com>

* Fix Run query button text overlap and fullscreen icon size

Co-authored-by: MathiasVDA <15101339+MathiasVDA@users.noreply.github.com>

* feat: harmonised to font-awesome icons

* cleanup

* Update packages/yasgui/src/TabSettingsModal.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/yasqe/src/index.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/yasqe/src/index.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/yasqe/src/index.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/yasqe/src/index.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/yasqe/src/index.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Add aria-hidden attributes to decorative icons for accessibility

Co-authored-by: MathiasVDA <15101339+MathiasVDA@users.noreply.github.com>

* fix: bring syntax error indicator in gutter back

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MathiasVDA <15101339+MathiasVDA@users.noreply.github.com>
Co-authored-by: Mathias Vanden Auweele <mathias@matdata.eu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v5.10.1

Toggle v5.10.1's commit message
chore: sync package-lock

v5.10.0

Toggle v5.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add PowerShell and wget share formats with clipboard copy and c…

…redential warnings + add URL shortening service (#89)

* Initial plan

* Add improved share functionality with PowerShell, wget, and clipboard support

Co-authored-by: MathiasVDA <15101339+MathiasVDA@users.noreply.github.com>

* Add comprehensive documentation for share functionality and URL shortener

Co-authored-by: MathiasVDA <15101339+MathiasVDA@users.noreply.github.com>

* Address code review feedback - improve auth detection and add fallback for non-standard HTTP methods

Co-authored-by: MathiasVDA <15101339+MathiasVDA@users.noreply.github.com>

* Final code quality improvements - extract constants and fix edge cases

Co-authored-by: MathiasVDA <15101339+MathiasVDA@users.noreply.github.com>

* fix wget command

* add all accept headers to the shareable code

* better layout for the warning toast

* add yourls example for the url shortener service

* Update packages/yasqe/src/sparql.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Address PR review feedback - fix escaping, memory leaks, and add clipboard fallback

Co-authored-by: MathiasVDA <15101339+MathiasVDA@users.noreply.github.com>

* chore: added shortening service to dev page

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MathiasVDA <15101339+MathiasVDA@users.noreply.github.com>
Co-authored-by: Mathias Vanden Auweele <mathias@matdata.eu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v5.9.0

Toggle v5.9.0's commit message
feat: endpoint buttons now collapse when screenwidth is too small (fixes

 #78)

v5.8.1

Toggle v5.8.1's commit message
chore: bump graph plugin to fix runaway canvas height issue of viz-ne…

…twork

v5.8.0

Toggle v5.8.0's commit message
feat: introduce vertical resizer in horizontal layout mode (fixes #75)

v5.7.0

Toggle v5.7.0's commit message
Merge branch 'main' of github.com:Matdata-eu/Yasgui