diff --git a/src-vscode/CHANGELOG.md b/src-vscode/CHANGELOG.md index 516cee9..f68c8be 100644 --- a/src-vscode/CHANGELOG.md +++ b/src-vscode/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.0.5 +- Improve SPO scroll performance + +## 1.0.4 +- Add rdf:type Icon + ## 1.0.3 - Fix missing icon in readme.md diff --git a/src/App.vue b/src/App.vue index a38d033..e738d9a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -157,7 +157,7 @@ function simpleHash(str: string): number { style: 'padding-left: 16px; padding-top:0; padding-bottom:0; padding-right: 0px; ' }}"> - + diff --git a/src/components/SPOSearch.vue b/src/components/SPOSearch.vue index ebc4359..699ab50 100644 --- a/src/components/SPOSearch.vue +++ b/src/components/SPOSearch.vue @@ -1,9 +1,7 @@ - + @@ -23,7 +21,7 @@ - + @@ -36,7 +34,7 @@ - + @@ -46,7 +44,6 @@