Skip to content

v1.0.0

Compare
Choose a tag to compare
@bjuppa bjuppa released this 15 May 09:55
· 127 commits to master since this release
d784da4

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.