This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
v0.6.0
Improvements
- Package
supplemental_ui
directory in the npm package - Hide the search results when you click outside of the search results box (thanks @Janaka-Steph)
- Upgrade lunr.js to 2.3.8
- If the site URL is set, only use the pathname segment
- Exclude pages when
noindex
is defined as page attribute or as meta tag - Resolve the document title when there's multiple first level headings
- Use a begins with and contains search if there's no result
Documentation
- Add a link to
antora-site-generator-lunr
package
Infrastructure
- Upgrade development dependencies
- Bump html-entities from 1.2.1 to 1.3.1
- Bump mocha from 5.2.0 to 7.1.1
- Bump cheerio from 1.0.0-rc.2 to 1.0.0-rc.3
- Bump standard from 12.0.1 to 14.3.3
- Bump chai from 4.1.2 to 4.2.0
- Bump acorn from 6.1.1 to 6.4.1
- Run
npm audit fix