Skip to content

Commit

Permalink
Release 1.1.0.beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Jun 28, 2022
1 parent f928072 commit 3e9870e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.1.0.beta3] — 2022-06-28

- Provide URL helpers to Roda [#583](https://github.com/bridgetownrb/bridgetown/pull/583) ([jaredcwhite](https://github.com/jaredcwhite))
- Support kwargs-only method calls for `partial` [#582](https://github.com/bridgetownrb/bridgetown/pull/582) ([jaredcwhite](https://github.com/jaredcwhite))
- Switch from `rack-indifferent` to Roda's `indifferent_params` plugin [#586](https://github.com/bridgetownrb/bridgetown/pull/586) ([jaredcwhite](https://github.com/jaredcwhite)) with thanks to @jeremyevans
- Thanks to [work-leonid](https://github.com/andrewmcodes) for docs improvements
- Fix: apply Inspectors to Generated Pages as well
- **Breaking change from beta2**
- Update Gemfile template with nokogiri commented out (helps with the Inspectors API) [#574](https://github.com/bridgetownrb/bridgetown/pull/574) ([andrewmcodes](https://github.com/andrewmcodes))
- Fix migrate-from-webpack process [#573](https://github.com/bridgetownrb/bridgetown/pull/573) ([katafrakt](https://github.com/katafrakt))
- Ensure gem-based Builders are part of priority sorting [#567](https://github.com/bridgetownrb/bridgetown/pull/567) ([jaredcwhite](https://github.com/jaredcwhite))
- Add `fill: "forwards"` to improve Turbo transition states

## [1.1.0.beta2] — 2022-06-01

- Update Webpack 5 default config to switch to native asset loaders (no more `file-loader` needed)
Expand Down
2 changes: 1 addition & 1 deletion bridgetown-core/lib/bridgetown-core/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Bridgetown
VERSION = "1.1.0.beta2"
VERSION = "1.1.0.beta3"
CODE_NAME = "Belmont"
end

0 comments on commit 3e9870e

Please sign in to comment.