Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MMDJafari committed Oct 26, 2023
1 parent 4cd79c0 commit 4e1930c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.125.0] - Not released
### Added
- Add OpenGraphPreview component and integrate into LinkPreview
- Add OpenGraphPreview component to fetch and parse Open Graph metadata from pages
- Integrated OpenGraphPreview into LinkPreview to show open graph preview if no other specific preview available for a URL
- Created thoughtful styling for the OpenGraphPreview for a clean, polished, and readable design
- OpenGraphPreview provides a fallback preview option for sites that implement Open Graph metadata
- Parsing logic simplified using DOMParser and meta tag selectors

### Changed
- Update LinkPreview component to check for Open Graph data and show OpenGraphPreview

## [1.124.2] - 2023-10-25
### Fixed
Expand Down

0 comments on commit 4e1930c

Please sign in to comment.