Bridgetown v1.1.0.beta1 Release Notes

Release Date: 2022-06-01 // almost 2 years ago
    • ๐Ÿ†• New bundled configurations: Lit, Shoelace, Ruby2JS, Open Props #553 (jaredcwhite)
      • NOTE: "frontend component files" (aka .js/.css files within the src/_components folder) will now be ignored by the build process watcher, thus allowing the frontend bundling refresh to trigger a dev reload
    • ๐Ÿ‘Œ Improve Roda error handling and update static error pages #565 (jaredcwhite)
    • Always make sure :en is at the end of the I18n fallback chain
    • ๐Ÿ‘Œ Support .rb and .json for translation files
    • ๐Ÿ‘Œ Support front matter defaults for multi locale
    • โšก๏ธ Update in_locale to support filtering resources
    • โž• Add t Liquid filter, allow I18n fallbacks
    • ๐Ÿ‘ Allow .multi suffix on files names for multi locales
    • feat: add rb files to the Tailwind content glob #564 (andrewmcodes)
    • ๐Ÿ›  Fix default custom collection permalink so it includes the locale prefix
    • โž• Add link to configuration options documentation in the default bridgetown.config.yml #563 (andrewmcodes)
    • โœ… Simplify the Roda boot process, add more route tests #562 (jaredcwhite)
    • โž• Add Sass support for esbuild, update frontend dependency versions #542 (jaredcwhite)
      • Add ability to configure file filter for PostCSS plugin
      • Fix PostCSS esbuild watch bug & remove easy-import
    • โšก๏ธ Update Tailwind config so jit-refresh.css is git ignored #559 (jaredcwhite)
    • Ensure future-dated resources import only when expected #558 (jaredcwhite)
    • ๐Ÿ— Inherit generator priority from builder
      • BREAKING CHANGE: (maybe) The exact order multiple generators will run in may be subtly different than before. Use Builder priorities to resolve
    • โž• Add HTML & XML Inspectors API using Nokogiri #546 (jaredcwhite) & (andrewmcodes)
    • โž• Add default locale prefixing config option, in_locale template filter/helper #540 (jaredcwhite)
    • โž• Add Markdown support to convert == / :: to <mark> #551 (jaredcwhite)
    • 0๏ธโƒฃ Apply default theme for syntax highlighting #516 (jaredlt)
    • โž• Add site server_shutdown hook via Puma
    • ๐Ÿ‘ Allow route classes to be prioritized to adjust run order #538 (jaredcwhite)
    • ๐Ÿ›  Fix: ensure capturing helpers use dedicated component context
    • ๐Ÿ›  Fix typo in "Core Principles": focsued โ†’ focused #541 (das-g)
    • ๐Ÿ‘ Allow finding and linking to alternate locale pages #522 (jaredcwhite)
    • ๐Ÿ’… Issue warning when a Rails-style extension is used (like .html.erb) #523 (jaredcwhite)
    • ๐Ÿ›  Fix Roda serving bug when index.html is missing
    • Re-run SSR setup block on live reload
    • Trigger pre/post-read hooks on SSR reload
      • BREAKING CHANGE: (maybe) If you had long-running code in a plugin build method or a hook, this might surprise you when you live reload in dev using dynamic routes. Use site.ssr? if you want to bypass code in SSR mode.
    • ๐Ÿ›  Fix bug where sidecar aux process wasn't requiring bundler groups #532 (jaredcwhite)