Skip to content

Latest commit

 

History

History
249 lines (116 loc) · 9.85 KB

CHANGELOG.md

File metadata and controls

249 lines (116 loc) · 9.85 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.8.3 (2024-03-03)

0.8.2 (2024-02-19)

Bug Fixes

  • Add sizes attribute to Link type

0.8.1 (2024-02-18)

Bug Fixes

0.8.0 (2023-08-27)

Features

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

0.7.6 (2023-08-21)

Bug Fixes

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

0.7.5 (2023-07-11)

0.7.4 (2023-06-06)

Bug Fixes

0.7.3 (2023-06-06)

Bug Fixes

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)

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)

0.7.0 (2023-01-16)

⚠ BREAKING CHANGES

  • add rest of twitter tags

Features

  • add rest of twitter tags (c168701)

Bug Fixes

  • add support for crossorigin links (3c01b1e)

0.6.1 (2022-12-19)

0.6.0 (2022-08-24)

0.5.2 (2022-08-24)

0.5.1 (2022-07-27)

0.5.0 (2022-04-06)

⚠ BREAKING CHANGES

Features

0.4.4 (2022-03-29)

0.4.3 (2022-03-29)

0.4.2 (2021-11-09)

Bug Fixes

  • added src/components to package.json (a7c711f)

0.4.1 (2021-11-08)

Bug Fixes

  • added components to files in package.json (0d7e3ef)

0.4.0 (2021-11-06)

0.3.15 (2021-11-06)

Features

Bug Fixes

  • OpenGraphImageTags: destructer basic.image prop (6c6b35d)

0.3.14 (2021-10-30)

Bug Fixes

  • change robots meta tag formatting (7a35ada)

0.3.13 (2021-10-19)

0.3.12 (2021-10-06)

Bug Fixes

  • change description check to title check (caec994)

0.3.11 (2021-09-26)

Features

  • add support for OG article tags (9615bfa)

0.3.10 (2021-09-04)

Features

  • add support for basic twitter tags (ab90b55)
  • log warning when openGraph.basic.image ist set, but openGraph.image.alt is not (1fc3df8)

0.3.9 (2021-09-03)

Features

  • add support for Open Graph image tags (8e61ff6)
  • implemen og:image:secure_url tag (205eb69)
  • log warning when description and openGraph.optional.description are set to same value (91e2fba)
  • set og:image:url content to openGraph.basic.image (4ff103c)

Bug Fixes

  • reference typo to canonical variable (3493392)

0.3.8 (2021-09-01)

Bug Fixes

0.3.7 (2021-08-29)

Bug Fixes

  • make desrciption tag work correctly (d19cedf)

0.3.6 (2021-08-29)

Bug Fixes

  • don't use closing slashes for meta tags (4e39973)
  • use instead of <> (f7fef3b)

0.3.5 (2021-08-29)

Bug Fixes

  • use of wrong object for localAlternate (a588be4)

0.3.4 (2021-08-29)

Bug Fixes

  • test if basic OG properties are null or undefined (edbc136)

0.3.3 (2021-08-29)

Bug Fixes

  • raise an error when OG prop is passed w/o basics (ee8ea09)

0.3.2 (2021-08-29)

Bug Fixes

  • wrap basic OG tags in fragment (bc8da49)

0.3.1 (2021-08-29)

Features

  • add OG optional properties (3581649)