v0.14.0
2018-10-15
Documentation for v0.14
Changes since v0.13.0
- BREAKING: Fragment lookup order was broken in v0.13. Please check your fragments are overwritten as expected.
- BREAKING:
item
: Icons should be placed underasset
table - BREAKING:
items
: Icon for each column should be placed underasset
table - BREAKING:
logos
: Deprecatedlogos
fragment in favor ofitems
fragment - BREAKING:
header
:align
variable is changed toheader_align
- Some colors have slightly changed. The change is a major internal overall. It's not considered a breaking change but please review your design.
nav
: Breadcrumb support added usingbreadcrumb: false/true
andbreadcrumb_level: 1
table
/item
: Extract table into its own helperlist
: Display date and category for pageslist
: Pagination is now supportedlist
: Change page title size based on visibility of summarylist
: Add ability to use a custom summary using.Params.summary
content
:.Params.summary
added with markdown supportcontent
: Display datecontent
: Fix max-width of images in the contentpricing
: Add warning message in case there are no items availableglobal
: All fragments now support alignment of the title and subtitlefaq
: Addfaq
fragment to list questions and answers- Header (title and subtitle) code extracted into helper partial
- Text-color code extracted into helper partial
- Theme colors are now customizable through
config.toml
- Hugo resource pipelines now builds sass files instead of Webpack
- Make build command minify by default
Fixes since v0.13.0
contact
: Fix contact form not submitting data to Netlify