Skip to content

Releases: pascal-martinez/z4m_codegen

V1.3

Choose a tag to compare

@pascal-martinez pascal-martinez released this 05 Sep 15:40

BUG FIXING: the row focus outline was not visible in the generated datalist.

V1.2

Choose a tag to compare

@pascal-martinez pascal-martinez released this 14 Jun 16:15
  • CHANGE: the maximum text length is increased to 35 characters for the "Entity Name" input field
    and to 50 characters for the "Input Name", "HTML Element ID Prefix", "Controller Name", and "SQL Table Name" input fields.
  • BUG FIXING: The error message returned by the 'remove' controller action in the generated PHP code
    incorrectly used the $rowFound['id'] variable instead of the $request->id variable.
  • BUG FIXING: the w3-theme' CSS class was directly applied to the datalist row ID instead of the $color['tag'] PHP statement.
  • BUG FIXING: unnecessary CSS styles were applied to the datalist header.

V1.1

Choose a tag to compare

@pascal-martinez pascal-martinez released this 23 Apr 06:15

BUG FIXING: the Datalist's header was not sticky.
See CHANGELOG.md file.

V1.0

Choose a tag to compare

@pascal-martinez pascal-martinez released this 18 Dec 22:02

First published version.