Skip to content

Releases: inteve/forms

Version 2.0.0

02 Jul 09:56
Compare
Choose a tag to compare
  • required PHP 7.2 or newer
  • required nette/forms:^3.0
  • required nette/utils:^3.0 or nette/utils:^4.0
  • PHPStan & tests fixes

Full Changelog: v1.2.0...v2.0.0

Version 1.2.0

02 Jul 09:54
Compare
Choose a tag to compare
  • added DecimalInput
  • added SelectBox
  • added ColorInput

Full Changelog: v1.1.2...v1.2.0

Version 1.1.2

02 Jul 09:52
Compare
Choose a tag to compare
  • UrlSlugInput: fixed value of property rawValue after submitting
  • UrlPathInput: fixed value of property rawValue after submitting

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

Version 1.1.1

02 Jul 09:50
Compare
Choose a tag to compare
  • IFormFactory::create(): changed return type to Nette\Application\UI\Form

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

Version 1.1.0

02 Jul 09:48
Compare
Choose a tag to compare
  • added UrlPathInput
  • added UrlSlugInput
  • added HtmlInput

Full Changelog: v1.0.1...v1.1.0

Version 1.0.1

02 Jul 09:46
Compare
Choose a tag to compare
  • DateTimeInput: fixed missing seconds from HTML input

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

28 Jul 21:52
Compare
Choose a tag to compare
  • removed Inteve\Forms\Filters
  • removed Inteve\Forms\Controls
  • removed Controls\TextInput
  • FormFactory - removed $onCreate event
  • added interface IFormFactory
  • added TimeInput
  • added DateInput
  • added DateTimeInput

Version 0.2.0

14 Jan 16:22
Compare
Choose a tag to compare
  • updated to Nette 2.4

Version 0.1.0

14 Jan 16:21
Compare
Choose a tag to compare

First public release.