Releases: tallstackui/envbar
Releases · tallstackui/envbar
v1.2.0
What's Changed
- Support to TailwindCSS v4 and Laravel 12 by @devajmeireles in #72
Notes
This new version brings support for TailwindCSS 4 and also for Laravel 12. Since this tool is extremely simple, we can do this without compromising the main version, 1.x. In addition, there are some new features:
- The way to identify the routes to be ignored was changed from
Request::istoRequest::routeIs⚠️ If you published theconfig/envbar.phpplease, upgrade theignore_onto this new pattern:
// ... 'ignore_on' => [ 'pulse.*', 'horizon.*', 'telescope.*', ],
- We've added the ability to set the EnvBar at the bottom using
ENVBAR_BOTTOMenv. variable - We've added the ability to insert the EnvBar wherever you want using
@envbarin the HTML. Otherwise, the EnvBar will still be injected automatically
Full Changelog: v1.0.1...v1.2.0