@automattic/social-previews 3.2.5 → 3.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,12 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [3.3.1] - 2026-06-23
9
+ ### Changed
10
+ - Internal updates.
11
+
12
+ ## [3.3.0] - 2026-06-22
13
+ ### Added
14
+ - Render an image focal point in the link previews via object-position. [#49687]
15
+
16
+ ### Changed
17
+ - Update package dependencies. [#49594] [#49631] [#49691] [#49757]
18
+
19
+ ### Fixed
20
+ - Use the caption/custom text as the source of truth for Bluesky, Facebook, Instagram, Mastodon and Nextdoor previews instead of appending the post URL. [#49745]
21
+
8
22
  ## [3.2.5] - 2026-06-15
9
23
  ### Changed
10
24
  - Update package dependencies. [#49273]
11
25
 
12
26
  ### Fixed
13
- - Render editor hyperlinks as clickable links in Bluesky and Tumblr previews [#49483]
27
+ - Render hyperlinks as clickable links in Bluesky and Tumblr previews. [#49483]
14
28
 
15
29
  ## [3.2.4] - 2026-06-08
16
30
  ### Changed
@@ -207,6 +221,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207
221
 
208
222
  - Initial release after extracting from Calypso.
209
223
 
224
+ [3.3.1]: https://github.com/Automattic/social-previews/compare/v3.3.0...v3.3.1
225
+ [3.3.0]: https://github.com/Automattic/social-previews/compare/v3.2.5...v3.3.0
210
226
  [3.2.5]: https://github.com/Automattic/social-previews/compare/v3.2.4...v3.2.5
211
227
  [3.2.4]: https://github.com/Automattic/social-previews/compare/v3.2.3...v3.2.4
212
228
  [3.2.3]: https://github.com/Automattic/social-previews/compare/v3.2.2...v3.2.3