PackageTrack
Sign in Get early access

markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

v1.2.1 972K downloads/mo #3307 most downloaded on Packagist markwalet/nova-modal-response

What this package is like to depend on

Last release 2 months ago

28 May 2026

Release timing varies

gaps range from 2 weeks to 11 months

Nearly every release is documented

notes for 20 of 20 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

20 releases · first in 2023

7 releases in the last 12 months

see the full history below

Release timeline

20 releases · Jan 2023 to May 2026
2024 2025 2026
Release Pre-release

Releases

latest 20
  1. v1.2.1 28 May 2026
    Release notes

    Changed

    • composer serve now runs npm run watch alongside the workbench server, so PHP and Vue/CSS changes recompile live
    • Dev asset builds are isolated from the shipped bundle: npm run watch/dev emit gitignored unminified files, and only npm run prod writes the tracked minified bundle (dist/**/asset.min.*)
    • Agent documentation moved from a Boost first-party guideline (always loaded into consumers' CLAUDE.md) to an on-demand Boost first-party skill (nova-modal-response-development)
    Open source →
    Release notes

    Changed

    • composer serve now runs npm run watch alongside the workbench server, so PHP and Vue/CSS changes recompile live
    • Dev asset builds are isolated from the shipped bundle: npm run watch/dev emit gitignored unminified files, and only npm run prod writes the tracked minified bundle (dist/**/asset.min.*)
    • Agent documentation moved from a Boost first-party guideline (always loaded into consumers' CLAUDE.md) to an on-demand Boost first-party skill (nova-modal-response-development)
    Open source →
  2. v1.2.0 27 May 2026
    Release notes

    Added

    • Added a copy-to-clipboard button to code and json modal content (#76)
    Open source →
    Release notes

    Added

    • Added a copy-to-clipboard button to code and json modal content (#76)
    Open source →
  3. v1.1.3 27 May 2026
    Release notes

    Added

    • ModalResponse::code() and ModalResponse::json() accept a highlight argument to toggle syntax highlighting at construction (e.g. ModalResponse::code($snippet, highlight: false))

    Deprecated

    • ModalResponse::withoutSyntaxHighlighting() — pass highlight: false to code()/json() instead. Removed in v2.
    Open source →
    Release notes

    Added

    • ModalResponse::code() and ModalResponse::json() accept a highlight argument to toggle syntax highlighting at construction (e.g. ModalResponse::code($snippet, highlight: false))

    Deprecated

    • ModalResponse::withoutSyntaxHighlighting() — pass highlight: false to code()/json() instead. Removed in v2.
    Open source →
  4. v1.1.2 27 May 2026
    Release notes

    Added

    • Added a contributing guide and a release process doc
    • Added a composer release-build script that runs QA and compiles assets for a release

    Changed

    • Compiled assets in dist/ are now built once per release instead of in every PR
    Open source →
    Release notes

    Added

    • Added a contributing guide and a release process doc
    • Added a composer release-build script that runs QA and compiles assets for a release

    Changed

    • Compiled assets in dist/ are now built once per release instead of in every PR
    Open source →
  5. v1.1.1 26 May 2026
    Release notes

    Added

    • Added a Laravel Boost AI guideline so agents can use the package correctly (#43)

    Changed

    • Removed the raw Action::modal('modal-response', [...]) pattern from the docs in favour of the ModalResponse helper
      (#41)
    Open source →
    Release notes

    Added

    • Added a Laravel Boost AI guideline so agents can use the package correctly (#43)

    Changed

    • Removed the raw Action::modal('modal-response', [...]) pattern from the docs in favour of the ModalResponse helper (#41)
    Open source →
  6. v1.1.0 30 Mar 2026
    Release notes

    Added

    • Included Pint & PHPStan static analysis
    • Added a GitHub Actions workflow for static analysis
    • Update dependabot configuration
    • Added a PHPUnit and Testbench-based package test suite
    • Added a GitHub Actions test matrix for supported PHP 8.2+ and Laravel 12/13 versions

    Changed

    • Raised the minimum supported PHP version to 8.2
    • Raised the minimum supported Laravel version to 12
    Open source →
    Release notes

    Added

    • Included Pint & PHPStan static analysis
    • Added a GitHub Actions workflow for static analysis
    • Update dependabot configuration
    • Added a PHPUnit and Testbench-based package test suite
    • Added a GitHub Actions test matrix for supported PHP 8.2+ and Laravel 12/13 versions

    Changed

    • Raised the minimum supported PHP version to 8.2
    • Raised the minimum supported Laravel version to 12
    Open source →
  7. v1.0.3 05 Mar 2026
    Release notes

    Added

    • Added Laravel 13 support

    Removed

    • Revoked and removed leaked api token for laravel/nova dependency
    Open source →
    Release notes

    Added

    • Added Laravel 13 support

    Removed

    • Revoked and removed leaked api token for laravel/nova dependency
    Open source →
  8. v1.0.2 08 Apr 2025
    Release notes

    Fixed

    • Make sure the input helper passes through all configuration options (#13)
    Open source →
    Release notes

    Fixed

    • Make sure the input helper passes through all configuration options (https://github.com/markwalet/nova-modal-response/issues/13)
    Open source →
  9. v1.0.1 03 Feb 2025
    Release notes

    Added

    • Added Laravel 12 support
    Open source →
    Release notes

    Added

    • Added Laravel 12 support
    Open source →
  10. v1.0.0 19 Dec 2024
    Release notes

    Added

    • Close modal on escape
    • Added option to configure close button text
    • Added optional syntax highlighting for code (enabled by default)
    • Added dark mode support
    • Installed Nova devtools
    • Added an input helper with sensible defaults (ModalResponse)

    Changed

    • Moved to new webpack mix configuration
    • Made code block the full width of a modal
    • Changed default close button text to Close instead of Cancel

    Removed

    • Removed support for laravel/nova V4
    Open source →
    Release notes

    Added

    • Close modal on escape
    • Added option to configure close button text
    • Added optional syntax highlighting for code (enabled by default)
    • Added dark mode support
    • Installed Nova devtools
    • Added an input helper with sensible defaults (ModalResponse)

    Changed

    • Moved to new webpack mix configuration
    • Made code block the full width of a modal
    • Changed default close button text to Close instead of Cancel

    Removed

    • Removed support for laravel/nova V4
    Open source →
  11. v0.3.1 16 Dec 2024
    Release notes

    Added

    • Added support for laravel/nova:^5.0.

    Removed

    • Removed support for Laravel 8 & 9
    Open source →
  12. v0.3.0 13 Mar 2024
    Release notes

    Added

    • Added Laravel 11 support
    Open source →
  13. v0.2.2 27 Feb 2024
    Release notes

    Fixed

    • Recompile assets to fix typo
    Open source →
  14. v0.2.1 31 Jan 2024
    Release notes

    Added

    • Make size configurable for modal

    Changed

    • Make nova version requirement more precise
    Open source →
  15. v0.2.0 02 Mar 2023
    Release notes

    Added

    • Added Laravel 10 support
    • Added missing documentation for new features (#1)
    • Added a changelog
    Open source →
  16. v0.1.4 27 Jan 2023
    Release notes

    Fixed

    • Improved styling for code block displays
    Open source →
  17. v0.1.3 27 Jan 2023
    Release notes

    Added

    • Added a way to show preformatted code
    Open source →
  18. v0.1.2 27 Jan 2023
    Release notes

    Added

    • Added a way to render unescaped text
    Open source →
  19. v0.1.1 27 Jan 2023
    Release notes

    Fixed

    • Fixed inconsistencies in documentation
    Open source →
  20. v0.1.0 27 Jan 2023
    Release notes

    Initial release

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive