Skip to content

Releases: Kdyby/FormsReplicator

v3.0.0

13 Dec 09:04
a287e4c

Choose a tag to compare

Release v3.0.0

Stable release with full Nette 3.2 and PHP 8.2+ support.

Changes since v3.0.0@rc:

  • Raised PHPStan to level max with full type safety
  • Fixed compatibility with nette/component-model 3.1.0+
  • Fixed WeakMap::contains() → offsetExists() for PHP 8.2+
  • Removed deprecated setAccessible() call (not needed since PHP 8.1)
  • Fixed createOne() type casting in createDefault()
  • Updated deprecated Nette interfaces (ISubmitterControl → SubmitterControl)
  • Added phpstan-nette and phpstan-deprecation-rules extensions
  • Added composer scripts for local CI runs
  • Improved .gitattributes to exclude dev files from package

Breaking changes:

  • Requires nette/component-model >= 3.1.0
  • getContainers() and getButtons() now return array instead of iterable
  • addCreateOnClick() first parameter is now strictly bool

Contributors

v3.0.0-rc1

18 Apr 07:52
14a5f4c

Choose a tag to compare

v3.0.0-rc1 Pre-release
Pre-release

This release is for:

  • PHP ^8.2
  • Nette ^3.0.0

v2.0.0

18 Mar 16:19
v2.0.0
cd6c9cc

Choose a tag to compare

This release is for:

  • PHP ^7.1
  • Nette ^3.0.0

v1.4.0

18 Mar 16:20
v1.4.0
f5627e5

Choose a tag to compare

This release is for:

  • PHP ^5.6
  • Nette ^2.4.0

v2.0.0-RC1

11 Mar 19:05
v2.0.0-rc1
291a615

Choose a tag to compare

v2.0.0-RC1 Pre-release
Pre-release
  • #57 Refactoring to PHP ^7.1 and Nette ^3.0.0

This release is for:

  • PHP ^7.1
  • Nette ^3.0.0

v1.3.0

27 Aug 16:23
v1.3.0
3df0d0a

Choose a tag to compare

  • #36 addCreateOnClick and addRemoveOnClick: call lookup method on sender object in event handler; thx @matej21
  • #35 Container::countFilledWithout: fixed nested arrays handling; thx @matej21

This release is for Nette 2.3.*

v1.2.0

27 Aug 16:22
v1.2.0
44ba6f4

Choose a tag to compare

  • #36 addCreateOnClick and addRemoveOnClick: call lookup method on sender object in event handler; thx @matej21
  • #35 Container::countFilledWithout: fixed nested arrays handling; thx @matej21

This release is for Nette 2.2.*