Releases: pivotal-cf/bookbinder
Bookbinder v10.1.8
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
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
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 oflist-style-type: lower-roman
Bookbinder v10.1.5
This release includes a new feature.
New Feature
Bookbinder can now auto-generate anchor text for markdown headings
Bookbinder v10.1.4
This release includes a new feature.
New Feature
A new style, .note.warning, has been added to the base.scss.
Bookbinder v10.1.3
This release makes a change that allows patch version of Ruby to float.
Bookbinder v10.1.2
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
This release includes a bug fix.
Bug Fix
Removes the vendor
directory from the release
Bookbinder v10.0.6
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
Locks Middleman to 4.1.10