Releases: swzzl-com/bookiza.cli
Releases · swzzl-com/bookiza.cli
v5.1.0
- Update
bookiza.js
to work decently on all the new repos. 32d8809 - Update layout template of
textbook
type. - Fixed the link to fonts.google.com with preconnections.
- Move publish mode back to production.
4.2.1
- BUGFIX: CLI registration and publish methods. 278504c
Full Changelog: v4.2.0...v4.2.1
Linted Bookiza.CLI
Support for darkmode on textual layouts. Update README and fix links.
Stable version with support@node18.
- Add npmignore. Untether package versioning from package.json due to semver. ce2d834
- Fixing issues with new book creation and updating to latest packages 3a978cf
- Update TODO: for arc-bookiza dependency. 003a0b2
- Attempting phased upgrade of Bookiza.CLI 768f78e
- Bringing Bookiza upto date with Node 18 as moduleType with javascript imports instead of require. e4ad437
- Update for node@14 compatibility. 9bd5a37
🛎️Synopsis & ToC handler
Includes synopsis
and table_of_contents
handler with support for cover/synopsis.html
& cover/toc.html
file includes, or via .bookrc values.
Yay!
🍿 Introducing global templates from layout root.
This build introduces:
i) Global scripting from the root/stem {template} of Superbooks.
ii) Introduced clearfix/group className on relevant layout templates.
iii) Updated pagy-template
with a meta::version and Gulpfile.
Makes it easy to apply style+script into all the pages from the root of the manuscript.
🍿
✨Introduce Children's books | Upgrade all templates.
- Upgraded all layout templates according to the newest gadda-gadda line-tracking mechanism.
- Added a free floating children's book template to bookiza.
- Implemented better
.bookrc
resolution covering @cover_attributes and publication.status.
🍾yay!
💈Remove Github repository initialization. Update dependencies and license.
- Basic cleanup without automatic Github repos.
- Clear licensing information displayed upon installation.
- Deprecated MIT license option.
Tokenized Publishing with BookizArc Bypass. ✨
Implements a cool way to publish Superbooks using anonymized tokens.
At the root of project:
$ npx bookiza publish -t <api_token>
============ Done! 100% upload complete.
Manuscript published successfully.
✨