v0.19.2
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.
- Breaking Change: when using the
-
New plugin generator now prefers
main
overmaster
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 withoutbundle exec
prefixed)