Skip to content

v1.0.0

Compare
Choose a tag to compare
@bilfeldt bilfeldt released this 18 Dec 00:26
· 13 commits to main since this release
7427f4d

What's Changed

Full Changelog: v0.4.0...v1.0.0

Breaking changes

Blade component are now namespaced instead of prefixed. This means that usage of the components should be changed from the old prefix syntax

<x-flash-alert ... /> // no longer supported

to the new namespace syntax

<x-flash::alert ... /> // new syntax