Skip to content

Commit

Permalink
Update Vivliostyle Latest release (original commit: 926b6fe41eebec9b6…
Browse files Browse the repository at this point in the history
…b2ba971e49ec7e423127779)
  • Loading branch information
Vivliostyle (CI) committed Jun 4, 2024
1 parent f0df98f commit 7333329
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.29.0
version: v2.30.0
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.29.0
version: v2.30.0
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.29.0)</small></h1>
<h1>Vivliostyle Viewer <small>(version:&nbsp;2.30.0)</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.29.0)</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.29.0</span>)</small></div>
<div class="version"><small>(<span>core+viewer: 2.30.0</span>)</small></div>
</aside>
</div>
</li>
Expand Down
6 changes: 3 additions & 3 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 7333329

Please sign in to comment.