@automattic/social-previews 2.0.0-beta.7 → 2.0.0
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 +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## v2.0.0
|
|
3
|
+
## v2.0.0 (2023-05-24)
|
|
4
4
|
|
|
5
5
|
- Converted the package to TypeScript.
|
|
6
6
|
- Added LinkedIn and Tumblr previews.
|
|
7
7
|
- Updated Google Search, Facebook and Twitter previews to match their latest designs.
|
|
8
|
+
- Created separate components for each of the Social Media previews e.g. `TumblrLinkPreview`, `TumblrPostPreview` and `TumblrPreviews`.
|
|
8
9
|
|
|
9
10
|
## v1.1.5 (2022-08-24)
|
|
10
11
|
|
package/package.json
CHANGED