Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: Remove access to the svelte/internal API which is deprecated #330

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 17, 2024

  1. fix!: Remove access to the svelte/internal API which was never intend…

    …ed to be public.
    
    Allows Svelte 5 compatibility.
    
    BREAKING: remove support for the destroy() method on <Calendar />. Alternative: wrap the calendar in an {#if notDestroyed}<Calendar />{/if} block.
    Gonzalo Ruiz committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e2c827f View commit details
    Browse the repository at this point in the history
  2. chore: bump version to 4.0.0

    Gonzalo Ruiz committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    990bd95 View commit details
    Browse the repository at this point in the history