Skip to content

Releases: artiebits/svelte-seo

svelte-seo v2.0.0

08 Nov 07:27
601e8d5

Choose a tag to compare

⚠ BREAKING CHANGES

  • add Svelte v5 as peer dep to fix missing props type declarations (#110)
  • cleanup after migration

Bug Fixes

  • add dist folder to .gitignore (abf5383)
  • add Svelte v5 as peer dep to fix missing props type declarations (#110) (1c7e79c)
  • cleanup after migration (c3a78d8)
  • inline transform key function (f9fedb3)

svelte-seo v1.7.0

27 Sep 07:53
683570e

Choose a tag to compare

Features

svelte-seo v1.6.1

07 May 18:24
da82ed3

Choose a tag to compare

Bug Fixes

svelte-seo v1.6.0

28 Jan 12:24
0cbc593

Choose a tag to compare

Features

  • add new Svelte Vite Plugin export condition (#74) (b9389ca)

svelte-seo v1.5.4

07 Sep 11:56
5823faf

Choose a tag to compare

Bug Fixes

svelte-seo v1.5.3

24 Feb 20:55
f2c1e80

Choose a tag to compare

Thanks @lakexyde for fixing Open Graph tags

Bug Fixes

  • reference error in the opengraph.svelte (#58) (65c0542)

svelte-seo v1.5.2

19 Feb 19:52
3960532

Choose a tag to compare

Miscellaneous Chores

svelte-seo v1.5.1

19 Feb 19:34
14bf491

Choose a tag to compare

Bug Fixes

  • rename files from camel case to kebab case (1db3420)

Miscellaneous Chores

svelte-seo v1.5.0

17 Feb 16:41
3835ce6

Choose a tag to compare

Features

Thanks @kudadam for the new complete version of "Svelte SEO" (#45) (0a1f2a8).

  • Added base (Allows you to set the base URL)
  • Added applicationName (Allows you to set the web app's name in the head)
  • Added themeColor (Allows you to set the theme colour of the website)
  • Added nositelinkssearchbox (Prevents google from showing a search box for your website.
  • Added notranslate (Prevents google from translating your website)
  • Added amp (Allows you to set the URL to the amp version of the page.
  • Added manifest (Set URL to your website's manifest.json)
  • Added languageAlternates (Set alternative language versions of the page
  • Added facebook (Set's your facebook app ID)
  • Added all open graph tags
  • Changed openGraph.article.publishedTime to openGraph.article.published_time
  • Changed openGraph.article.modifiedTime to openGraph.article.modified_time.
  • Changed openGraph.article.expirationTime to openGraph.article.expiration_time.
  • Changed openGraph.article.authors to openGraph.article.author (this change was very important, the one letter changes saves approx 7 lines of code.
  • Changed openGraph.article.tags to openGraph.article.tag.

Other changes:

  • Migrated to SvelteKit
  • Migrated from Cypress to Playwright.

svelte-seo v1.4.0

19 Jan 09:44
4161c76

Choose a tag to compare

Features