All notable changes to Neat View components will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Dropped support for php 7.0.
- Deprecation warnings for php 8+.
- Get error by input name.
- Don't replace :field placeholder with input name in case no caption exists.
- Form, replace error :field placeholder with caption.
- Multi select input.
- Return type-hint doc-blocks.
- View model interface (return recognizable view models from your controllers).
- Element and Form view helper implementation.