Releases: pivotal-cf/bookbinder
Bookbinder v10.1.18
This release:
- Improves unconfigured search error
- Updates software to address security vulnerabilities identified by Dependabot:
- Bumps puma from 5.5.2 to 5.6.2 in /template_app
- Removes ref 2.0.0 from /template_app
- Bumps mini_portile2 from 2.6.1 to 2.8.0 in /template_app
- Bumps nokogiri from 1.12.5 to 1.13.3 in /template_app
Bookbinder v10.1.17
This release updates software to address security vulnerabilities identified by Dependabot:
- Bumps puma from 3.12.0 to 4.3.8 in /template_app
- Bumps rack from 2.0.6 to 2.1.4 in /template_app
Bookbinder v10.1.16
This release resolves issues caused by mimemagic 0.2.1 being yanked. https://rubygems.org/gems/mimemagic/versions/0.2.1
Bookbinder v10.1.15
This release adds the following:
- Proc.new to
detect()
set_title_no_spaces
helper- Default style for ul ol and ol ul
Bookbinder v10.1.14
This release updates nokogiri to address known security vulnerability in nokogiri < 1.8.2
Bookbinder v10.1.13
This release locks the font-awesome-sass version to 4.7.0 to prevent "fa-var-external-link not found" error
Bookbinder v10.1.12
This release updates nokogiri to address known security vulnerability in nokogiri < 1.8.1
v10.1.11 - "The Searchening"
This release includes a search enhancement
Search enhancement/fix
Expected behavior: all search terms are "OR"-ed. Returned documents
must match at least one of these terms. If a product_name or
product_version filter is provided, the set of returned documents will
be narrowed by these criteria. (Previously, when filtering by a product_name or product_version, search would return ALL documents matching those values, regardless of whether they included the search terms or not).
Example: searching for "diego cell potato" with a product_name of
"Greenplum" will find all documents matching "diego OR cell OR potato"
in the Greenplum product docs.
Bookbinder v10.1.10
This release includes a bug fix.
Bug Fix
Properly escape user-provided content on the search results page.
Bookbinder v10.1.9
This release adds a new feature.
HTML Head Tag
This release adds <%= vars.html_head_meta %>
to the <head>
section of the layout.erb file. With this addition, you can add metadata to the HTML Head of all files in a book generated by Bookbinder.
To use this feature, add the template variable html_head_meta
to your config.yml file. Bookbinder will add the value of the html_head_meta
key to every page in your book.