Skip to content

v0.19.2

Compare
Choose a tag to compare
@jaredcwhite jaredcwhite released this 05 Feb 21:27
· 679 commits to main since this release

Changes since 0.19.0:

  • Introducing bundled configurations! Now some popular automations, including enhanced PostCSS and Tailwind CSS setups, are available directly through the Bridgetown CLI rather than being in a separate automations repo. Documentation here. Thanks Ayush

  • Upgrade to Liquid 5.0 and remove previous backported render tag #224 (jaredcwhite)

    • Breaking Change: when using the where filter, the literals ""``, blank, and empty` are now all equivalent.
  • New plugin generator now prefers main over master for default branch name #225 (ayushn21)

  • Use ActiveSupport::DescendantsTracker for managing class hierarchies of plugins (converters, builders, and generators) #218 (jaredcwhite)

  • Lots of documentation improvements — thanks Juan, Taha, and Ayush.

  • In 0.19.1: Fix for issue #73 (less likely to hit ActiveSupport error when bridgetown command is run without bundle exec prefixed)