v1.3.0 "Kelly Butte"
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
- Removed dependency on