Skip to content

Commit

Permalink
Update Vivliostyle Latest release (original commit: 0dc31a70bd7000394…
Browse files Browse the repository at this point in the history
…1f3dd2e57c20bff84e29e9a)
  • Loading branch information
Vivliostyle (CI) committed Nov 6, 2023
1 parent 3c844d1 commit a953975
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions _data/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project:
github: https://github.com/vivliostyle
viewer:
name: Vivliostyle Viewer
version: v2.25.7
version: v2.25.8
github: https://github.com/vivliostyle/vivliostyle.js/tree/master/packages/viewer
url: https://vivliostyle.org/viewer
sample:
Expand Down Expand Up @@ -33,7 +33,7 @@ pub:
screenshot: /assets/projects/screenshot-pub.png
core:
name: Vivliostyle Core
version: v2.25.7
version: v2.25.8
github: https://github.com/vivliostyle/vivliostyle.js/tree/master/packages/core
thumbnail: /assets/projects/thumbnail-core.png
# screenshot:
Expand Down
Binary file modified downloads/vivliostyle-viewer-latest.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</head>
<body data-vivliostyle-viewer-status="loading" data-bind="event: {keydown: handleKey}, attr: {'data-vivliostyle-viewer-status': viewer.state.status, 'aria-busy': viewer.state.status()=='loading'}">
<section id="vivliostyle-welcome" hidden data-bind="visible: !viewer.state.status(), attr: {hidden: viewer.state.status()?'':false, 'aria-hidden': viewer.state.status()?'true':'false', lang: t('UI_LNG')}, click: navigation.onclickViewport, swipePages: true">
<h1>Vivliostyle Viewer <small>(version:&nbsp;2.25.7)</small></h1>
<h1>Vivliostyle Viewer <small>(version:&nbsp;2.25.8)</small></h1>
<input id="vivliostyle-input-url" type="text" data-bind="textInput: viewer.inputUrl, attr: {placeholder: t('Input_')}"/>
<div id="vivliostyle-input-options">
<label data-bind="hidden: settingsPanel.isBookModeChangeDisabled"><input id="vivliostyle-book-mode" type="checkbox" data-bind="checked: settingsPanel.state.bookMode" />&nbsp;<b data-bind="text: t('Book_Mode')"></b>&emsp;</label>
Expand Down Expand Up @@ -299,7 +299,7 @@ <h1>Vivliostyle Viewer <small>(version:&nbsp;2.25.7)</small></h1>
</div>
<aside class="vivliostyle-menu-detail-aside">
<div><small>Powered by</small> <a href="https://vivliostyle.org"><strong>Vivliostyle</strong></a> </div>
<div class="version"><small>(<span>core+viewer: 2.25.7</span>)</small></div>
<div class="version"><small>(<span>core+viewer: 2.25.8</span>)</small></div>
</aside>
</div>
</li>
Expand Down
4 changes: 2 additions & 2 deletions viewer/js/vivliostyle-viewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion viewer/js/vivliostyle-viewer.js.map

Large diffs are not rendered by default.

0 comments on commit a953975

Please sign in to comment.