You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add deepMerge, a function that deeply merges the enumerable properties of two or more objects.
The use of the deepMerge function provided by this library is not mandatory, so you can continue to use whatever you like, but it is recommended because it reduces dependencies.
@cowboycodr
Even at this point, svelte-meta-tags works with Svelte 5 projects.
We plan to release a version with full support for Svelte 5 as soon as possible after Svelte 5 is officially released.
Below is a summary of what we need to do in v4.
migrate Svelte 5 #1197
deepMerge included in package #1119
add Twitter properties and rename
twitter.handle
totwitter.creator
twitter.handle
totwitter.creator
to match the actual interface.Migration Guide
twitter.handle
has been renamedtwitter.creator
This change aligns with the actual property name.
v3
v4
Add
deepMerge
, a function that deeply merges the enumerable properties of two or more objects.The use of the deepMerge function provided by this library is not mandatory, so you can continue to use whatever you like, but it is recommended because it reduces dependencies.
See Example for details on how to use it.
v3
+layout.svelte
v4
+layout.svelte
The text was updated successfully, but these errors were encountered: