Skip to content

v0.3.27

Choose a tag to compare

@cbeckermuc cbeckermuc released this 01 Sep 12:30
· 12 commits to main since this release
6140dd3

Removes the install and update commands (#1)

Reverts the noerd:install-modal / noerd:update-modal commands added in v0.3.26.

noerd/modal ships no app-configs/ and no migrations, and config/noerd-modal.php is already merged via mergeConfigFrom(), auto-published on first boot and available through vendor:publish --tag=noerd-modal-config — so the commands were a no-op, and --force (as forwarded by noerd:update-all --force) would silently reset the user's position setting.

The package also does not depend on noerd/noerd (the dependency runs the other way), so commands built on the core's HasModuleInstallation / RequiresNoerdInstallation traits would fatal in a standalone Livewire host.

NoerdModalCommandsTest now guards the rule. composer require noerd/modal is the whole setup.

Full Changelog: v0.3.26...v0.3.27