Releases: jonasmerlin/astro-seo
Releases · jonasmerlin/astro-seo
v0.8.4
Bug Fixes
- unsuccessful check in CI due to formatting (89fc0cf)
- use Astro.site property to generate canonical urls (3fc0612)
v0.8.3
0.8.3 (2024-03-03)
- improvement: re-export Props as SEOProps
v0.8.2
Bug Fixes
- Add sizes attribute to Link type
v0.8.0
0.8.0 (2023-08-27)
Features
- add support for media attribute on extended meta tags (8f8d2c7)
v0.7.6
0.7.6 (2023-08-21)
Bug Fixes
- improper use of null when interface asks for undefined (0447eb3)
v0.7.2
0.7.2 (2023-03-23)
Features
- add option to surpress warnings (a2d2385)
Bug Fixes
- add tsconfig.json to fix TS error (9433e11)
- example code in readme (1b13ddc)
- fix TS errors (fee197a)
- typo in src/components/ExtendedTags.astro (526f0b5)
v0.7.1
0.7.1 (2023-02-18)
Features
- Add titleDefault and titleTemplate (548a6ea)
- Export TwitterCard Type (b8f7b39)
Bug Fixes
- head atribute on example (138a8f9)
- html tag on close example (35f5f6c)