Closed uetchy closed 3 years ago
vivliostyle-viewer-<version>.zip
(e.g. vivliostyle-viewer-latest.zip
, vivliostyle-viewer-canary.zip
, vivliostyle-viewer-2.0.0.zip
)Reasons:
Resolved: This proposal was approved and done on 2020-03-20. Related commits:
昨年の計画 issue なので close します。
Overview
Vivliostyle 2020 will brings massive structural changes to core packages.
Changes
Logo
Git repository
git remote URL won't be redirected. You need to manually set new git URL to following:
API Changes (Core)
Move directories
/ts/.ts → /.ts
Documents has been relocated in vivliostyle.org
Files and Classes
Unified Namespace
Browser (UMD)
Browser (ES Modules)
Node.js (CommonJS)
Bug fixes (Core)
layout.ts
andselectors.ts
.API Changes (Viewer)
<script>
injection thanks to Lerna's symlink feature.New Viewer location
Stable release
Canary release (equivalent to
master
)Tagged releases (Pre-release + Legacy releases)
https://vivliostyle.github.io/
New documentation site
Design system
Schedule
Rename repository (2019/12/14)
vivliostyle/vivliostyle-savepdf
) tovivliostyle/vivliostyle-cli
package.json
and respective files to match its new name.Merge repositories (2019/12/14)
vivliostyle.js
commit history withvivliostyle/vivliostyle#/packages/core
vivliostyle-ui
commit history withvivliostyle/vivliostyle#/packages/viewer
vivliostyle-print
commit history withvivliostyle/vivliostyle#/packages/print
Test and fix npm related issue (2019/12/14)
npm i <scoped package>
lerna test
Transfer issues (2019/12/14)
vivliostyle/vivliostyle.js
tovivliostyle
vivliostyle/vivliostyle-ui
tovivliostyle
Mark old repositories deprecated (2019/12/14)
vivliostyle/vivliostyle.js
vivliostyle/vivliostyle-ui
vivliostyle/vivliostyle-print
Archive deprecated repositories (Early 2020)
vivliostyle/vivliostyle.js
vivliostyle/vivliostyle-ui
Re-organize documents
Release scoped versions in npm (Early 2020)
vivliostyle/vivliostyle#/packages/core
as@vivliostyle/core#v2.0.0
vivliostyle/vivliostyle#/packages/viewer
as@vivliostyle/viewer#v2.0.0
vivliostyle/vivliostyle-cli
as@vivliostyle/cli#v2.0.0
npm deprecate
(Early 2020)vivliostyle
vivliostyle-savepdf
vivliostyle-print
Remaining Tasks