Skip to content

Releases: bridgetownrb/bridgetown

v2.0.0.beta3

16 Nov 22:01
Compare
Choose a tag to compare
v2.0.0.beta3 Pre-release
Pre-release

Contributors: @MaxLap, @ayushn21, @KonnorRogers, & @jaredcwhite

v2.0.0.beta2

19 Aug 15:20
Compare
Choose a tag to compare
v2.0.0.beta2 Pre-release
Pre-release
  • Fixed: Beta-related install issues with Bundler (by making bridgetown-foundation a direct dependency of bridgetown, and relocating versioning responsibility to the foundation gem)
  • Fixed: new command still outputs Liquid code by default in posts.md
  • Add additional Array features to Collection directly (.last, [])
  • Allow plugin gems to provide "features" which are automatically required #900 (@jaredcwhite)

v2.0.0.beta1

02 Aug 16:34
Compare
Choose a tag to compare
v2.0.0.beta1 Pre-release
Pre-release

Added

Changed

Removed

  • Remove the legacy URL and UrlDrop classes #891 (@jaredcwhite)
  • Remove a variety of deprecated code paths for v2 #873 (@jaredcwhite)
  • Remove webpack integration from Bridgetown #868 (@jaredcwhite)
  • Remove Cucumber and consolidate around Minitest for integrated feature testing

Contributors: @jaredcwhite, @ayushn21, @erickguan, @michaelherold
Thanks to @soulcutter for docs improvements!

v1.3.4

28 Mar 22:43
Compare
Choose a tag to compare

Quick patch release:

  • Fix: Lock Liquid to version < 5.5 (unresolved data leakage and generation errors otherwise)
  • Fix: esbuild file endings from previous release

v1.3.3

16 Mar 19:40
Compare
Choose a tag to compare

Full changelog since v1.3.2:

v1.3.2

02 Jan 05:41
Compare
Choose a tag to compare

Full changelog since v1.3.1. Many thanks to @michaelherold, @jclusso, @KonnorRogers, and @jaredcwhite for contributing to this release!

v1.3.1

29 Aug 21:45
Compare
Choose a tag to compare

Full changelog since v1.3.0. Many thanks to @michaelherold, @jclusso, @akarzim, and @jaredcwhite for contributing to this release!

v1.3.0 "Kelly Butte"

10 Jul 18:11
Compare
Choose a tag to compare

Full changelog since v1.2.0. Many thanks to @goulvench, @akarzim, @dcr8898, @sandstrom, @michaelherold, @alison-acuna, @fbuys, @beeburrt, @neilvanbeinum, @pboling, and @jaredcwhite for contributing to this release!

  • esbuild and bundled configurations fixes
  • Lit configuration bug fixes based on QA
  • Declarative Shadow DOM integration #763 (jaredcwhite)
  • Retool esbuild configuration and add "Islands Architecture" #765 (jaredcwhite)
  • Add I18n localization shortcut "l" alongside "t" #759 (goulvench)
  • Update to esbuild 0.17 #762 (jaredcwhite)
  • docs: update gitlab pages deploy configuration #767 (akarzim)
  • docs: GitLab Pages serving compressed assets #768 (akarzim)
  • docs: remove trailing comma in configuration options #766 (akarzim)
  • Fix missing word in resources.md
  • Add support for Nokolexbor & Puma 6.x #752 (jaredcwhite)
  • Display build error on the page in a dialog in dev #747 (jaredcwhite)
  • Remove deprecated serve command and WEBrick #750 (jaredcwhite)
  • Fix locales warning bug #748 (sandstrom)
  • Fix hanging tmp dir when running test suite (jaredcwhite)
  • Relocate all Bridgetown Roda logic to new bridgetown_server plugin #737 (jaredcwhite)
  • Fix passing headers and add passing parameters to HTTP DSL #722 (michaelherold)
  • Fix: ensure hooks defined in initializers config are marked reloadable: false (jaredcwhite)
  • Fix purgecss plugin crashing when using scss #733 (goulvench)
  • Upgrade to Faraday v2 #721 (michaelherold) & #713 (alison-acuna)
    • Removed dependency on faraday_middleware, which was deprecated, and not ported to Faraday v2.
    • Added dependency on faraday-follow_redirects to replace functionality from ^ that was lost

v1.3.0.beta3

19 Jun 18:45
Compare
Choose a tag to compare
v1.3.0.beta3 Pre-release
Pre-release

Changes since beta 1 (beta 3 was a patch on beta 2):

v1.3.0.beta 1 "Kelly Butte"

01 May 17:48
Compare
Choose a tag to compare
Pre-release

Changes since v1.2.0: