Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 916 Bytes

File metadata and controls

37 lines (28 loc) · 916 Bytes

Changelog

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.

[Unreleased]

[0.1.5] - 2025-03-21

Changed

  • Dropped support for php 7.0.

Fixed

  • Deprecation warnings for php 8+.

[0.1.4] - 2022-07-28

Fixed

  • Get error by input name.
  • Don't replace :field placeholder with input name in case no caption exists.

[0.1.3] - 2022-04-14

Changed

  • Form, replace error :field placeholder with caption.

[0.1.2] - 2022-04-08

Added

  • Multi select input.

Fixed

  • Return type-hint doc-blocks.

[0.1.1] - 2019-12-30

Added

  • View model interface (return recognizable view models from your controllers).

[0.1.0] - 2019-12-19

Added

  • Element and Form view helper implementation.