honkit

HonKit is building beautiful books using Markdown - Fork of GitBook

APACHE-2.0 License

Downloads
48K
Stars
3K
Committers
136

Bot releases are visible (Hide)

honkit - v5.1.4 Latest Release

Published by github-actions[bot] 10 months ago

What's Changed

Bug Fixes

This patch fixes images on PDF/epub #394

Dependency Updates

New Contributors

Full Changelog: https://github.com/honkit/honkit/compare/v5.1.3...v5.1.4

honkit - v5.1.3

Published by github-actions[bot] 10 months ago

What's Changed

Bug Fixes

Documentation

Dependency Updates

New Contributors

Full Changelog: https://github.com/honkit/honkit/compare/v5.1.1...5.1.3

honkit - v5.1.2

Published by github-actions[bot] 10 months ago

What's Changed

Bug Fixes

Documentation

Dependency Updates

New Contributors

Full Changelog: https://github.com/honkit/honkit/compare/v5.1.1...v5.1.2

honkit - v5.1.1

Published by github-actions[bot] about 1 year ago

What's Changed

Bug Fixes

Refactoring

Full Changelog: https://github.com/honkit/honkit/compare/v5.1.0...5.1.1

honkit - v5.1.0

Published by github-actions[bot] about 1 year ago

What's Changed

Features

Please note that this is still experimental and therefore quite unstable.
Perhaps certain versions will be broken.

Usage and Feedback is here:

Full Changelog: https://github.com/honkit/honkit/compare/v5.0.0...5.1.0

honkit - v5.0.0

Published by github-actions[bot] over 1 year ago

What's Changed

Breaking Changes

asciidoc: fix include::./relative/path/from/content[] by @azu in https://github.com/honkit/honkit/pull/357

  • Working Directory: project/
  • Entry Point: project/src/main.adoc
include::./dir/file.adoc[]

Previously, the include:: path is relative path from working directory.
As a result, the include::./dir/file.adoc imported project/dir/file.adoc.

In v5.0.0, the include:: path is relative path from the content file path.
As a result, the include::./dir/file.adoc will import project/src/dir/file.adoc.

This is a bug fix, but the behaviour is changed and is therefore a BREAKING CHANGE.

update to highlight.js 11 by @azu in https://github.com/honkit/honkit/pull/358

Default theme is a bit change.
Some Language Aliases has been removed.

Docker: Update to Node.js 18 by @azu in https://github.com/honkit/honkit/pull/362

Now, HonKit Docker Image based on Node.js 18.

Drop to support Node.js 14

Node.js 14 is EOL.

Dependency Updates

Full Changelog: https://github.com/honkit/honkit/compare/v4.0.8...5.0.0

honkit - v4.0.8

Published by github-actions[bot] over 1 year ago

What's Changed

Security Fixes

Bug Fixes

Dependency Updates

Other Changes

New Contributors

Full Changelog: https://github.com/honkit/honkit/compare/v4.0.7...4.0.8

honkit - v4.0.7

Published by github-actions[bot] over 1 year ago

What's Changed

Dependency Updates

Full Changelog: https://github.com/honkit/honkit/compare/v4.0.6...4.0.7

honkit - v4.0.6

Published by github-actions[bot] over 1 year ago

Fixes

  • refactor: remove ltrim and rtrim #332

Comments

honkit - v4.0.5

Published by github-actions[bot] over 1 year ago

Fixes

  • Remove request package for fixing audit alert #328

Comments

What's Changed

New Contributors

Full Changelog: https://github.com/honkit/honkit/compare/v4.0.4...v4.0.5

honkit - v4.0.4

Published by github-actions[bot] almost 2 years ago

Refactoring

  • Replace deprecated fs.rmdir with fs.rm #307 by @waldyrious

Comments

honkit - v4.0.3

Published by github-actions[bot] almost 2 years ago

Fixes

  • theme-default: add --flat to fonts (#305) (c543b45)
    • fix to load font-awesome fonts correctly

Comments

honkit - v4.0.2

Published by github-actions[bot] about 2 years ago

Fixes

  • theme-default: Fix image resources path #301

Comments

honkit - v4.0.1

Published by github-actions[bot] about 2 years ago

Fixes

  • Update to cheerio 1.x #281 #299

It will resolve security warning about cheerio


Comments

honkit - v4.0.0

Published by github-actions[bot] about 2 years ago

Breaking Changes

Drop support Node.js 12.

Probably, Current HonKit still work on Node.js 12, but it will be broken in minor updates.

  • #290

Update Node.js to 16 in Docker Image

HonKit@4 docker image use Node.js 16 as base image.

- FROM node:12
+ FROM node:16
  • #288 #289

Thanks to @KentarouTakeda


Comments

honkit - v3.7.5

Published by github-actions[bot] over 2 years ago

Bug Fixes

  • honkit: hokit server should not watch node_modules/** changes (#277) #269 (982d649)

Comments

honkit - v3.7.4

Published by github-actions[bot] over 2 years ago

Bug Fixes

  • honkit: make honkit parse work for multi lang book (#271) (83f7597)

Comments

honkit - v3.7.3

Published by github-actions[bot] over 2 years ago

Fixes

  • theme-default: prevent to replace html/head/body as strings #266

Previous:

  • Replace both <html> and <!-- <html> -->

This Relase:

  • Replace first <html>

This bugfix is related with https://github.com/honkit/honkit-plugin-sandpack


Comments

honkit - v3.7.2

Published by github-actions[bot] over 2 years ago

Fixes

  • Load correct resources on "honkit-plugin-xxx" #262 #263

Comments

honkit - v3.7.1

Published by github-actions[bot] almost 3 years ago

Re-publish for v3.7.0 #249


Comments