Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Releases: nextras/forms

2.0.5

06 Jan 18:05
895eee8
Compare
Choose a tag to compare

New patch version 2.0.5 is out! 🍌

Changes:

2.0.4

30 Sep 12:35
Compare
Choose a tag to compare

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

23 Sep 06:12
Compare
Choose a tag to compare

New patch version 2.0.3 is out! 🍏

Changes:

2.0.2

20 Sep 17:15
Compare
Choose a tag to compare

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

05 Oct 23:05
Compare
Choose a tag to compare

New patch version 2.0.1 is out! 🍌

Changes:

  • fixed ComponentControl & calling attached method for BaseControl & trait.
  • see full commit changelog

2.0.0

14 Sep 16:59
Compare
Choose a tag to compare

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

04 Sep 12:02
Compare
Choose a tag to compare
2.0.0 RC1 Pre-release
Pre-release
  • 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

12 Jul 11:18
Compare
Choose a tag to compare
  • improved: error message styling in Bs3FormRenderer, thanks @pavelkouril
  • fix: DateTimePicker regular expression fix, thanks @redwormik
  • fix: Bs3InputMacros compatibility with Nette Utils 2.4

1.6.1

22 Aug 12:34
Compare
Choose a tag to compare
  • fix: TemplateControlTrait: fixed template initialization in beforeRender
  • fix: Bs3FormRenderer: fixed miskey for form's primary button

1.6.0

09 Jul 09:42
Compare
Choose a tag to compare
  • BC break - BaseInputMacros::input and ::label have new 3rd parameter (eb2a13d)
  • fixed: Bootstrap 3 macros: adding control-label class only to general input label (e34aacf)