All Versions
71
Latest Version
Avg Release Cycle
22 days
Latest Release
648 days ago

Changelog History
Page 2

  • v1.0.0.alpha7 Changes

    November 05, 2021
    • โšก๏ธ Update minimum Ruby requirement to 2.7
    • Copy bin/bridgetown to bin/bt after binstubs generation
    • Ensure Webpack error messages only display once
    • โž• Add bundled configuration for Cypress #339 (ayushn21)
    • ๐Ÿ”Œ Use Zeitwerk for autoload/eager load paths (including plugins) #434 (jaredcwhite & ayushn21)
    • Don't mutate bundler dependencies in place #433 (deivid-rodriguez)
    • โž• Add bundled configuration for Render #431 (ayushn21)
  • v1.0.0.alpha6 Changes

    October 26, 2021
    • Detect the presence of Puma a different way #430 (jaredcwhite)
    • ๐Ÿ›  Fix netlify config to use native deploy command #429 (ayushn21)
  • v1.0.0.alpha5 Changes

    October 22, 2021
    • ๐Ÿšš The deprecated include and include_relative tags have been removed.
  • v1.0.0.alpha4 Changes

    October 18, 2021
    • ๐Ÿ”จ Refactor and cleanup of routing gem for better maintainability #424 (jaredcwhite)
      • Also adds bin/bridgetown secret which functions much like the bin/rails secret to generate a long randomized hex token.
  • v1.0.0.alpha3 Changes

    October 17, 2021
    • ๐Ÿ‘ Allow template engines to accept symbols via Ruby front matter #396 (JuanVqz)
    • โž• Add build callbacks to Builder plugins and allow arbitrary instantiation #422 (jaredcwhite)
  • v1.0.0.alpha2 Changes

    October 15, 2021
    • โฌ†๏ธ Upgrade the codebase to Rubocop 1.22 and use config from rubocop-bridgetown gem
  • v1.0.0.alpha11 Changes

    November 29, 2021
    • ๐Ÿ‘ Allow saving of models with repo origin #452 (jaredcwhite)
    • ๐Ÿ’Ž Normalize previous/next resource API between Ruby and Liquid #466 (jaredcwhite)
    • ๐Ÿ“„ Docs: Add a nginx section in deployment #447 (Eric-Guo)
    • Switch to streaming/event source mechanism for live reload #458 (jaredcwhite)
    • ๐Ÿ”จ Hooks refactor & cleaning up SSR reload hook #457 (jaredcwhite)
    • โž• Add BRIDGETOWN_ENV to render config #460 (ayushn21)
    • ๐Ÿ›  Fix production ENV issue with Roda file-based routes
    • ๐Ÿšš Move Collection#sort_resources! to a public method
  • v1.0.0.alpha10 Changes

    November 15, 2021
    • ๐Ÿ›  Fix class duplication bug with reloads and ActiveSupport::DescendantsTracker #450 (jaredcwhite)
    • โœ‚ Remove extra space from plugins command output #449 (jacobherrington)
  • v1.0.0.alpha1 Changes

    October 15, 2021

    NOTE: this is still considered experimental and largely undocumented. It's fine to use...just not recommended for production. =)

    General

    • Strip out all of the legacy content engine #415 (jaredcwhite)

      • Transition Page to GeneratedPage
      • Resource content from plugins now supported
    • SSR & file-based dynamic routes in src/_routes #383 (jaredcwhite)

      • includes adding Puma, Rack, Roda, and Rake!
      • the previous WEBrick-based dev server is deprecated
      • nearly all past Yarn commands are now available through bin/bridgetown

    โž• Added

    • ๐Ÿ— add_resource DSL now available for builders #419 (jaredcwhite)
    • ๐Ÿ‘Œ Improve locale routing based on filenames or special front matter #414 (jaredcwhite)
    • โœจ Enhance front matter DSL with nesting and lambda value eval #398 (jaredcwhite)
    • โž• Add debug message when saving static files

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Improve resource engine compatibility in link tag and url_for helper #389 (jaredcwhite)
    • Prevent .js matches with any file like foo.js.txt.bat.png #399 (nachoal)

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change single quotes in script folder #406 (JuanVqz)
    • Return ordered results for belongs_to array #390 (jaredcwhite)
    • โšก๏ธ Bumped minimum recommended Node requirement to v12 and updated the docs for Homebrew installation on macOS.

    โœ‚ Removed

    • โœ‚ Remove pry and use binding.irb in dev console script
    • โœ‚ Remove incremental generation #388 (jaredcwhite)
  • v0.21.4 Changes

    September 10, 2021

    ๐Ÿ›  Fixed

    ๐Ÿ”„ Changed

    • Resolve postcss-focus-within to v4 #366 (ayushn21)
    • ๐ŸŽ Performance refactor of the Webpack helper #382 (jaredcwhite)
    • ๐Ÿ“š Several documentation improvments thanks to JuanVqz and debashis-biswal