Skip to content

Commit 4e1930c

Browse files
committed
Update changelog
1 parent 4cd79c0 commit 4e1930c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [1.125.0] - Not released
9+
### Added
10+
- Add OpenGraphPreview component and integrate into LinkPreview
11+
- Add OpenGraphPreview component to fetch and parse Open Graph metadata from pages
12+
- Integrated OpenGraphPreview into LinkPreview to show open graph preview if no other specific preview available for a URL
13+
- Created thoughtful styling for the OpenGraphPreview for a clean, polished, and readable design
14+
- OpenGraphPreview provides a fallback preview option for sites that implement Open Graph metadata
15+
- Parsing logic simplified using DOMParser and meta tag selectors
16+
17+
### Changed
18+
- Update LinkPreview component to check for Open Graph data and show OpenGraphPreview
919

1020
## [1.124.2] - 2023-10-25
1121
### Fixed

0 commit comments

Comments
 (0)