Bridgetown v1.1.0 Release Notes

Release Date: 2022-07-18 // almost 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's indifferent_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