Bridgetown v1.1.0 Release Notes
Release Date: 2022-07-18 // over 2 years ago-
- โ Add better error message for YAML parse error around Symbols
- โ Remove unnecessary
excerpt_separator
configuration default - ๐ New docs: a guide how to migrate from Jekyll #594 (jaredcwhite)
- ๐ Improved default Liquid layout
- ๐ Fix PurgeCSS configuration so it works with esbuild
Previous changes from v1.1.0.beta3
-
- Provide URL helpers to Roda #583 (jaredcwhite)
- ๐ Support kwargs-only method calls for
partial
#582 (jaredcwhite) - ๐ Switch from
rack-indifferent
to Roda'sindifferent_params
plugin #586 (jaredcwhite) with thanks to @jeremyevans - ๐ Thanks to work-leonid for docs improvements
- ๐ Fix: apply Inspectors to Generated Pages as well
- Breaking change from beta2
- โก๏ธ Update Gemfile template with nokogiri commented out (helps with the Inspectors API) #574 (andrewmcodes)
- ๐ Fix migrate-from-webpack process #573 (katafrakt)
- ๐ Ensure gem-based Builders are part of priority sorting #567 (jaredcwhite)
- โ Add
fill: "forwards"
to improve Turbo transition states