Skip to content

Releases: jonasmerlin/astro-seo

v0.8.3

03 Mar 10:54
Compare
Choose a tag to compare

0.8.3 (2024-03-03)

  • improvement: re-export Props as SEOProps

v0.8.2

19 Feb 05:57
Compare
Choose a tag to compare

Bug Fixes

  • Add sizes attribute to Link type

v0.8.1

18 Feb 07:44
Compare
Choose a tag to compare

Bug Fixes

v0.8.0

27 Aug 10:35
Compare
Choose a tag to compare

0.8.0 (2023-08-27)

Features

  • add support for media attribute on extended meta tags (8f8d2c7)

v0.7.6

21 Aug 12:58
Compare
Choose a tag to compare

0.7.6 (2023-08-21)

Bug Fixes

  • improper use of null when interface asks for undefined (0447eb3)

v0.7.5

11 Jul 09:41
Compare
Choose a tag to compare
chore(release): 0.7.5

v0.7.4

06 Jun 14:48
Compare
Choose a tag to compare
chore(release): 0.7.4

v0.7.2

23 Mar 11:20
Compare
Choose a tag to compare

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

18 Feb 14:34
Compare
Choose a tag to compare

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)

v0.7.0

16 Jan 12:49
Compare
Choose a tag to compare

0.7.0 (2023-01-16)

⚠ BREAKING CHANGES

  • add rest of twitter tags (breaking because this changed the type for the twitter.card prop as well)

Features

  • add rest of twitter tags (c168701)

Bug Fixes

  • add support for crossorigin links (3c01b1e)