Releases: oekazuma/svelte-meta-tags
Releases · oekazuma/svelte-meta-tags
[email protected]
Patch Changes
- 3cf0b94: Refactored deepMerge function to improve performance
[email protected]
Patch Changes
- 37e6e8d: Refactor deepMerge function to fix type issue
[email protected]
Patch Changes
- fd1837c: Refactor deepMerge function to improve readability and maintainability
[email protected]
Patch Changes
- 6c52d8b: Remove
{#key}
that was used reactivity, as it is no longer necessary
[email protected]
Major Changes
- 30f9180: Update twitter meta tags to the latest spec.
https://developer.x.com/en/docs/x-for-websites/cards/overview/player-card - 30f9180: Supports Svelte 5! And Svelte 3 and Svelte 4 are no longer supported
- 30f9180: Add
deepMerge
function that allows deep merging of objects
Note: If you are migrating from v3 to v4, Please Read Migration Guide
[email protected]
Patch Changes
- eedec7d: add title attribute to Link type
[email protected]
Patch Changes
- f595784: chore: package provenance
[email protected]
Patch Changes
- fffe615: Fix reactivity of title tag
[email protected]
Patch Changes
- 88528fe: Fix to not generate an empty
<title>
tag if no title is set
[email protected]
Minor Changes
- e0503fc: Add support to keywords meta tag