Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Oct 22, 2024
1 parent c610296 commit e8060fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.1.15](https://github.com/sib-swiss/sparql-editor/compare/v0.1.14...v0.1.15)
#### [v0.2.0](https://github.com/sib-swiss/sparql-editor/compare/v0.1.14...v0.2.0)

- chore: upgrade dependencies [`ae6b386`](https://github.com/sib-swiss/sparql-editor/commit/ae6b38627317375c01120500d4de5ba2ad7bb71b)
- feat: improve editor display, now results go full width while examples goes alongside the Yasqe editor, improve examples display on small screens, generates tabs name based on the example description [`c610296`](https://github.com/sib-swiss/sparql-editor/commit/c6102962befa7b1d7bf232d7b53c2f7fcb759031)
- feat!: Use the lightDOM instead of shadowDOM to enable better customization from the devs who deploys it. Fix the accept header used for the fetch call to query endpoints [`ba9d9f6`](https://github.com/sib-swiss/sparql-editor/commit/ba9d9f679133c14a58cb3a8fec7ca781c70b2f45)
- feat: If no VoID description found we now try to get all distinct classes and predicates directly [`d462e16`](https://github.com/sib-swiss/sparql-editor/commit/d462e168d03f1ce35d1c8e9c4e094d24c13225a6)
- chore: improve release script [`bb6bfe9`](https://github.com/sib-swiss/sparql-editor/commit/bb6bfe971a0b715f41767a189955a24cecf2dfba)
- fix tests to work with lightDOM [`0522049`](https://github.com/sib-swiss/sparql-editor/commit/052204928c3361f2a4e0287c7bdd67a325e85be9)
- chore: fix postversion [`1f99c73`](https://github.com/sib-swiss/sparql-editor/commit/1f99c73088d5ad403ab01ab0adf1cfca064200b3)
- readme [`723f690`](https://github.com/sib-swiss/sparql-editor/commit/723f69036454f69513ab67cbe11ac2ec5edb177d)
- fix: schema:keyword should be schema:keywords when exporting an example [`ed9664c`](https://github.com/sib-swiss/sparql-editor/commit/ed9664cd8bd3645ba42df6b59a4497cfb2dbc5db)
- chore: fix postpublish [`39faaa8`](https://github.com/sib-swiss/sparql-editor/commit/39faaa87f95641a20183a566859d4b4ff5bc1c54)
- Fix: describe links to add endpoint URL [`5fdfdd2`](https://github.com/sib-swiss/sparql-editor/commit/5fdfdd2b81be1049be0155cfd609d5b2d22c1727)

#### [v0.1.14](https://github.com/sib-swiss/sparql-editor/compare/v0.1.13...v0.1.14)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sib-swiss/sparql-editor",
"version": "0.1.15",
"version": "0.2.0",
"description": "A standard web component to easily deploy a user-friendly SPARQL query editor for one or more endpoints. Built on the popular YASGUI editor, it provides context-aware autocomplete for classes and predicates based on the content of the endpoints.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit e8060fc

Please sign in to comment.