Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
siposdani87 authored and dsipos committed Mar 22, 2024
1 parent c471eb7 commit 4f6e203
Show file tree
Hide file tree
Showing 9 changed files with 786 additions and 1,367 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ If you encounter any problems feel free to open an [issue](https://github.com/si
## Sponsors

This project is generously supported by [TrophyMap](https://trophymap.org), [I18Nature](https://i18nature.com), and several other amazing organizations.

## Special thanks

Jetbrains is now supporting this library with an open-source license, which will allow a better code! 🎉

![jetbrains-logo](https://user-images.githubusercontent.com/5957244/150580991-863d6fba-1090-4924-b26c-be19c6310f24.svg)
51 changes: 25 additions & 26 deletions coverage/lcov.info
Original file line number Diff line number Diff line change
Expand Up @@ -668,22 +668,22 @@ DA:336,126
DA:341,4
DA:342,4
DA:343,4
DA:344,21
DA:345,21
DA:348,21
DA:349,21
DA:344,23
DA:345,23
DA:348,23
DA:349,23
DA:354,4
DA:355,4
DA:356,120
DA:357,120
DA:360,120
DA:361,120
DA:356,121
DA:357,121
DA:360,121
DA:361,121
DA:366,4
DA:367,4
DA:368,27
DA:369,27
DA:372,27
DA:373,27
DA:368,24
DA:369,24
DA:372,24
DA:373,24
DA:378,0
DA:379,0
DA:381,0
Expand Down Expand Up @@ -10518,8 +10518,8 @@ FN:37,(anonymous_4)
FN:52,(anonymous_5)
FN:55,(anonymous_6)
FN:63,(anonymous_7)
FN:81,(anonymous_8)
FN:94,(anonymous_9)
FN:84,(anonymous_8)
FN:97,(anonymous_9)
FNF:10
FNH:4
FNDA:2,(anonymous_0)
Expand Down Expand Up @@ -10560,14 +10560,13 @@ DA:60,0
DA:64,0
DA:65,0
DA:67,0
DA:68,0
DA:82,0
DA:83,0
DA:84,0
DA:88,0
DA:90,0
DA:95,0
LF:35
DA:85,0
DA:86,0
DA:87,0
DA:91,0
DA:93,0
DA:98,0
LF:34
LH:13
BRDA:14,0,0,1
BRDA:21,1,0,0
Expand All @@ -10577,8 +10576,8 @@ BRDA:41,3,1,0
BRDA:42,4,0,0
BRDA:42,4,1,0
BRDA:42,4,2,0
BRDA:82,5,0,0
BRDA:82,5,1,0
BRDA:85,5,0,0
BRDA:85,5,1,0
BRF:10
BRH:1
end_of_record
Expand Down Expand Up @@ -11232,7 +11231,7 @@ DA:66,0
DA:72,0
DA:79,11
DA:80,11
DA:82,0
DA:82,1
DA:90,848
DA:91,843
DA:95,5
Expand Down Expand Up @@ -11265,7 +11264,7 @@ DA:173,8
DA:176,0
DA:179,0
LF:51
LH:31
LH:32
BRDA:39,0,0,1
BRDA:39,0,1,29
BRDA:39,0,2,0
Expand Down
2 changes: 1 addition & 1 deletion coverage/stylelint.json

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions dist/module/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,21 @@ export class Template {
}
_spaNavigate(data, isError) {
const knot = new Query('.page-content', data).getKnot();
knot.setParentKnot(this.viewKnot);
this._updateDOM(knot, isError);
return knot;
/* if (!document.startViewTransition) {
// FIXME: ViewTransition not working properly
/*
knot.setParentKnot(this.viewKnot);
if (!document.startViewTransition) {
this._updateDOM(knot, isError);
return knot;
}
document.startViewTransition(() => this._updateDOM(knot, isError));
return knot; */
return knot;
*/
}
_updateDOM(knot, isError) {
if (isError) {
Expand Down
3 changes: 1 addition & 2 deletions dist/sui.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/sui.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 4f6e203

Please sign in to comment.