Skip to content

Releases: nepada/form-renderer

1.12.3

23 Nov 15:48

Choose a tag to compare

  • PHP 8.5 compatibility

1.12.2

13 Sep 15:18
c81deff

Choose a tag to compare

  • Latte 3.1 compatibility

1.12.1

27 Oct 17:46

Choose a tag to compare

  • PHP 8.4 compatibility

1.12.0

15 Jan 19:12
c8cf25d

Choose a tag to compare

  • Bootstrap 3-4 renderer: render new Nette datetime input the same way as other text inputs
  • Added new Bootstrap 5 renderer
    • Initial implementation thanks @martenb
    • Color input rendering supported
    • Toggle Buttons rendering supported
    • Floating labels supported in basic and inline mode

1.12.0 RC2

06 Jan 18:55
c8cf25d

Choose a tag to compare

1.12.0 RC2 Pre-release
Pre-release
  • Bootstrap 3-4 renderer: render new Nette datetime input the same way as other text inputs
  • Added new Bootstrap 5 renderer
    • Initial implementation thanks @martenb
    • Color input rendering supported
    • Toggle Buttons rendering supported
    • Floating labels supported in basic mode

Changes since RC1

  • Bootstrap 5: floating labels refactored to allow opt in/out of rendering via form control option
  • Bootstrap 5: floating labels are now allowed in inline mode
  • Bootstrap 5: remove invalid placeholder attribute from <select> with floating labels
  • Bootstrap 5: remove extra bottom margin from checkboxes & radios in inline mode

1.12.0 RC1

29 Dec 13:20

Choose a tag to compare

1.12.0 RC1 Pre-release
Pre-release
  • Bootstrap 3-4 renderer: render new Nette datetime input the same way as other text inputs
  • Added new Bootstrap 5 renderer
    • Initial implementation thanks @martenb
    • Color input rendering supported
    • Toggle Buttons rendering supported
    • Floating labels supported in basic mode

1.12.0 beta1

28 Dec 21:29

Choose a tag to compare

1.12.0 beta1 Pre-release
Pre-release
  • New Bootstrap 5 renderer (thanks @martenb)

1.11.1

28 Dec 11:29

Choose a tag to compare

  • Bootstrap 4: Fix vertical alignment of Range control
  • Preliminary support for nette/forms 3.2.x
    • Replace deprecated usage of getOption()
    • Add generics annotations for BaseControl and Control

1.11.0

12 Oct 16:40
136a314

Choose a tag to compare

  • Drop support for PHP <8.1
  • Drop support for Latte 2.x
  • Use PHP8 native typehints
  • Drop useless annotations
  • PHP 8.3 compatibility

1.10.3

01 Sep 11:28

Choose a tag to compare

  • Latte strict mode support (thanks @Gappa)