Skip to content

Releases: nextras/form-components

1.1.2

04 Sep 15:55
67253c9
Compare
Choose a tag to compare

What's Changed

  • support nette/utils 4.0 by @Ciki in #9

Full Changelog: v1.1.1...v1.1.2

1.1.1

19 Jan 08:45
fa99238
Compare
Choose a tag to compare

What's Changed

  • disable autocomplete by @Ciki in #6

Full Changelog: v1.1.0...v1.1.1

v1.1.0

20 Sep 18:27
33b93a0
Compare
Choose a tag to compare

This is next minor release. 🐛

Changes:

  • implemented better support for MIN, MAX validation rules, thanks @Ciki (#5)

1.0.0

12 Aug 15:28
Compare
Choose a tag to compare

This is first release of nextras/forms spin-off for Nette 3.0 🍎

Changes:

  • reimplemented for Nette Framework 3.0
  • changed architecture - now components inherit from Nette\ComponentModel\Component and form's functionality is reimplemented by traits (BC break!)