v1.0.0
Release 1.0.0
β ready for production use π
Kontour has been feature-complete since a few releases back, but now we're finally happy with the shape of the API and the overall developer experience β and the documentation is decent enough!
The docs will see even more improvements soon after this release, but the code itself is stable now.
The authors have been running Kontour for admin pages in a few of their private projects for quite some time, now others may enjoy it too!
Upgrade guide
Search though your code for any references to ariaDescribedById
, and check the controlAttributes
docs for setting aria-describedby
there instead.
Changed
- Old
$ariaDescribedById
replaced by$controlAttributes['aria-describedby']
for form control Blade includes.
Added
- New config to disable/enable route registration.
- New email input Blade include with sensible default attributes.
Fixed
- Added missing space between HTML attributes in some views.
- Kept semantics for unstyled lists in some browsers.
- Improved screen-reader only CSS utility classes.
- Improved display of boolean env-values in dashboard view.