Socket
Socket
Sign inDemoInstall

svelte-simple-modal

Package Overview
Dependencies
21
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345Next

1.6.2

Diff

flekschas
published 1.6.1 •

Changelog

Source

1.6.1

  • Fix Svelte resolve warning (#103)
flekschas
published 1.6.0 •

Changelog

Source

1.6.0

  • Enable usage with Svelte v4 (the library remains compatible with v3)
  • Update third-party libs
flekschas
published 1.5.2 •

Changelog

Source

1.5.2

  • Fix and expose context types. This is useful as an interim solution for (#88). E.g.:

    import { getContext } from 'svelte';
    import type { Context } from 'svelte-simple-modal';
    const { open, close } = getContext('simple-modal') as Context;
    
flekschas
published 1.5.1 •

Changelog

Source

1.5.1

  • Fix the scroll reset behavior to instant to avoid seeing a smooth scrolling when closing the modal in cases where the default scroll behavior was changed ([#97(https://github.com/flekschas/svelte-simple-modal/pull/97))
flekschas
published 1.5.0 •

Changelog

Source

1.5.0

  • Add property to assign an ID to the modal's root element ([#96(https://github.com/flekschas/svelte-simple-modal/pull/96))
flekschas
published 1.4.6 •

Changelog

Source

1.4.6

  • Improve type definition ([#94(https://github.com/flekschas/svelte-simple-modal/pull/94))
flekschas
published 1.4.5 •

Changelog

Source

1.4.5

  • Fix min-height issue with Safari iOS 15 (#64)
flekschas
published 1.4.4 •

Changelog

Source

1.4.4

  • One more type definition improvement
flekschas
published 1.4.3 •

Changelog

Source

1.4.3

  • Further improve type definitions
2345Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc