Skip to content

Releases: pivotal-cf/bookbinder

Bookbinder v10.1.8

24 Aug 23:28
Compare
Choose a tag to compare

This release includes a bug fix and removes style format from "Note" and "Warning" content elements.

Bug Fix

Bash Formatting: After version 9.12.0, Bookbinder started using a newer version of Middleman. These newer of Middleman do not add color to text formatted as bash commands. This release locks the middleman-syntax gem to version 2.1.0 to resolve this issue.

Removal of Special Formatting

The format styles for "Notes" and "Warnings" was part of the Bookbinder base.scss file. These have been removed from Bookbinder. We determined that special content element formatting should be made at either the book level or in a layout repository instead of in the Bookbinder code.

Bookbinder v10.1.7

08 Aug 14:55
Compare
Choose a tag to compare

This release includes a new feature, a change and an addition to an existing feature, and fixes for failing test.

New Feature

Title Variables: Bookbinder now allows you to include variables in titles.
Note that you must specify variables in titles differently than the way you specify variables in body text.
For details, see the Product Name Variables section of the Bookbinder README file.

Change to Page Component Rankings for Search

Increased Title Weight: Relative ranking of page components for Elasticsearch indexing has been adjusted.
Titles have always carried more weight than body text, but the difference has been increased.

Addition to Page Component Rankings for Search

Added Weighted Headings: H2 and H3 headings are now split from other text and carry more weight than body text, but less than titles.

Failing Test Fixes

All Bookbinder tests should now pass.

Bookbinder v10.1.6

27 Jul 23:39
Compare
Choose a tag to compare

This release includes new features.

New Features

  • Bookbinder now should not parse emphasis inside of words. Strings such as foo_bar_baz should no longer generate <em> tags.

  • Bookbinder now automatically generates anchor text for markdown headings even without the with_toc_data argument.

  • Quicklinks at the top of topics now use list-style-type: disk instead of list-style-type: lower-roman

Bookbinder v10.1.5

15 May 17:39
Compare
Choose a tag to compare

This release includes a new feature.

New Feature

Bookbinder can now auto-generate anchor text for markdown headings

Bookbinder v10.1.4

27 Apr 21:10
Compare
Choose a tag to compare

This release includes a new feature.

New Feature

A new style, .note.warning, has been added to the base.scss.

Bookbinder v10.1.3

07 Apr 22:54
Compare
Choose a tag to compare

This release makes a change that allows patch version of Ruby to float.

Bookbinder v10.1.2

22 Mar 17:25
Compare
Choose a tag to compare

This release includes a bug fix.

Bug Fix

The 0.19.4 release of the thor gem results in bindery displaying numerous "Expected string default value for" warnings when binding books. This release locks bookbinder to version 0.19.1 of the thor gem.

Reference: thor issue 538

Bookbinder v10.1.1

08 Mar 19:13
Compare
Choose a tag to compare

This release includes a bug fix.

Bug Fix

Removes the vendor directory from the release

Bookbinder v10.0.6

07 Mar 20:14
Compare
Choose a tag to compare

This release includes a feature change.

Feature Change

Based on user feedback, the repo-link text ("View the source for this page in GitHub") was insufficiently actionable. This release changes the repo-link text to "Create a pull request or raise an issue on the source for this page in GitHub"

Bookbinder v10.0.5

04 Nov 22:03
Compare
Choose a tag to compare
Locks Middleman to 4.1.10