@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.8.3] - 2026-04-01
11+
12+ ### Added
13+
14+ - Preconnect and dns-prefetch resource hints for Cloudinary and Google Fonts to improve widget load performance
15+ - Initial height support from ` brandingConfig.loadingHeight ` for both embed and popup widgets
16+ - Loading skeleton displayed in declarative widgets while widget content loads
17+
18+ ### Changed
19+
20+ - Replaced ` debug ` npm package with lightweight custom logger (~ 4-5KB bundle savings)
21+ - Switched from ` resize-observer-polyfill ` to native ` ResizeObserver `
22+ - Enabled esbuild minification in Vite build config
23+
24+ ### Fixed
25+
26+ - Fixed ` brandingConfig ` being undefined for passwordless widgets in ` Widgets.render() `
27+ - Fixed popup widget ` _createPopupDialog ` to accept brandingConfig as parameter
28+
1029## [ 2.8.2] - 2026-03-16
1130
1231### Fixed
@@ -393,9 +412,10 @@ No release notes.
393412
394413No release notes.
395414
396- [unreleased]: https://github.com/saasquatch/squatch-js/compare/@saasquatch%2Fsquatch-js@2.8.2...HEAD
397- [2.8.2]: https://github.com/saasquatch/squatch-js/compare/@saasquatch%2Fsquatch-js@2.7.0...@saasquatch%2Fsquatch-js@2.8.2
398- [2.8.1]: https://github.com/saasquatch/squatch-js/compare/@saasquatch%2Fsquatch-js@2.7.0...@saasquatch%2Fsquatch-js@2.8.1
415+ [unreleased]: https://github.com/saasquatch/squatch-js/compare/@saasquatch%2Fsquatch-js@2.8.3...HEAD
416+ [2.8.3]: https://github.com/saasquatch/squatch-js/compare/@saasquatch%2Fsquatch-js@2.8.2...@saasquatch%2Fsquatch-js@2.8.3
417+ [2.8.2]: https://github.com/saasquatch/squatch-js/compare/@saasquatch%2Fsquatch-js@2.8.1...@saasquatch%2Fsquatch-js@2.8.2
418+ [2.8.1]: https://github.com/saasquatch/squatch-js/compare/@saasquatch%2Fsquatch-js@2.8.0...@saasquatch%2Fsquatch-js@2.8.1
399419[2.8.0]: https://github.com/saasquatch/squatch-js/compare/@saasquatch%2Fsquatch-js@2.7.0...@saasquatch%2Fsquatch-js@2.8.0
400420[2.7.0]: https://github.com/saasquatch/squatch-js/compare/@saasquatch%2Fsquatch-js@2.6.3...@saasquatch%2Fsquatch-js@2.7.0
401421[2.6.3]: https://github.com/saasquatch/squatch-js/compare/@saasquatch%2Fsquatch-js@2.6.2...@saasquatch%2Fsquatch-js@2.6.3
0 commit comments