Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Releases: netzmacht-archive/contao-form-helper

Version 1.0.0

05 Feb 08:30
Compare
Choose a tag to compare
Merge branch 'develop'

Conflicts:
	src/Netzmacht/FormHelper/Subscriber.php

1.0.0-beta1

24 Oct 06:51
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

Upcoming new version of the form helper.

This version has optimized the form widget rendering process.

  • Creates a view object instead of returning an array of elements
  • Support attributes for the view (used to add widget widget-type classes, which will be introduced in Contao 3.4)
  • Reduced and renamed the the raised events.

Attention This version has a modified namespace and modfied events. You have to adjust your existing code based on version <= 0.3.x. The underlying API of the elements has not changed.