Skip to content

Magic Modal Release 10.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 17:22
4141a57

10.0.0 (2026-07-31)

⚠ BREAKING CHANGES

  • modal: this package is now magic-modal on npm, renamed from
    react-native-magic-modal. The library is universal: since #334 the browser
    bundle carries no Reanimated, gesture-handler or worklets, and the
    react-native prefix no longer fits what ships. react-native-magic-modal
    keeps shipping at the same version, depending on magic-modal and re-exporting
    it, so an existing install resolves to the same code; npm shows a deprecation
    notice on it pointing here. Install magic-modal and update the import
    specifier.

🔨 Bug Fixes 🔨

  • docs: serve the site from magic-modal.gabrieltaveira.dev (#337) (2e9790e), references #333 #335
  • docs: update links to the renamed magic-modal repo (#333) (e4d1665)
  • modal: mount the iOS overlay only while modals are on screen (#329) (8577b56), references #328

🌠 New Features 🌠

  • modal: cut the web bundle by 82% (176.6 -> 32.2 KB gzip) (#334) (326b018)

💨 Code Improvements 💨

➰ What a drag! ➰

  • release: sync magic modal version with npm 9.2.0 (#332) (97178c8)

📚 Documentation 📚

  • README with demo GIF and link updates (8fffdfd)