This repository has been archived by the owner on Aug 12, 2019. It is now read-only.
Releases: nextras/forms
Releases · nextras/forms
2.0.5
New patch version 2.0.5 is out! 🍌
Changes:
- fixed DatePicker midnight validation, thanks @Ciki
- enhanced support for DateTimeInterface type, thanks @premekkoch
- see full commit changelog
2.0.4
New patch version 2.0.4 is out! 🍎
Changes:
- fixed regression from 2.0.2 when added RadioList wrapper, now it's not correctly added in partial rendering mode
- see full commit changelog
2.0.3
2.0.2
New patch version 2.0.2 is out! 🍍
Changes:
- do not strip JS validation data in DateTimePicker
- added definition as npm package, thanks @trejjam
- added support for DateTimeInterface in DateTimePicker, thanks Frantisek Vesely
- fixed date time picker detection & fixed MS Edge , thanks @Vlczech
- Bs3Renderer: fixed rendering radio buttons
- Bs3Macros: fixed rendering in included template - fixed compatibility with Nette 2.4
- see full commit changelog
2.0.1
New patch version 2.0.1 is out! 🍌
Changes:
- fixed ComponentControl & calling attached method for BaseControl & trait.
- see full commit changelog
2.0.0
We are proud to release stable version 2.0.0 with full support for Nette 2.4 🍇.
Changes:
- removed OptionList & MultiOptionList, which are currently well supported in Nette itself (BC BREAK!)
- minimal PHP version is 5.6, minimal Nette version is 2.4 (BC BREAK!)
- changed namespace of FormsExtension to Nextras\Forms\Bridges\NetteDI (BC BREAK!)
- updated & fixed snippet support for ComponentControl
- fixed support for Nette 2.4
- see full commit changelog
2.0.0 RC1
- removed OptionList & MultiOptionList, which are currently well supported in Nette itself (BC BREAK!)
- minimal PHP version is 5.6, minimal Nette version is 2.4 (BC BREAK!)
- changed namespace of FormsExtension to Nextras\Forms\Bridges\NetteDI (BC BREAK!)
- updated & fixed snippet support for ComponentControl
- fixed support for Nette 2.4
1.6.2
- improved: error message styling in Bs3FormRenderer, thanks @pavelkouril
- fix: DateTimePicker regular expression fix, thanks @redwormik
- fix: Bs3InputMacros compatibility with Nette Utils 2.4