Skip to content

Releases: AppsDevTeam/AjaxSelect

v4.2.1: Pin `nette/forms` dependency to `3.2.x` series

Choose a tag to compare

@thorewi thorewi released this 24 Jun 07:05
Restricts the allowed versions to `^3.2.9` to prevent potential compatibility issues with `3.3.x` releases.

v4.2: Introduce Nette Forms and improve type consistency

Choose a tag to compare

@thorewi thorewi released this 24 Jun 07:01
Adds the `nette/forms` dependency to expand form capabilities.
Updates `getHttpData` method signature with type hints for clarity
and consistency.

v4.1: Updates dependencies and form validation

Choose a tag to compare

@thorewi thorewi released this 31 Jan 07:36
Updates the dependencies to PHP 8.3 and a new forms component.

Uses validated form values instead of all values when formatting and hydrating values, improving data handling and security.

v4.0.1: Updates doctrine-components dependency

Choose a tag to compare

@thorewi thorewi released this 15 Jun 18:54
Updates the doctrine-components dependency to the latest major version.

This change removes the previous range constraint and ensures compatibility with newer features and bug fixes.
Also updates namespace of QueryObject class.

v4.0

Choose a tag to compare

@thorewi thorewi released this 15 May 14:22
f5f2150
Merge pull request #11 from AppsDevTeam/allow-other-form-values-depen…

v3.2.3

Choose a tag to compare

@thorewi thorewi released this 11 May 10:55
460dc27
Update composer.json

v3.2.2

Choose a tag to compare

@thorewi thorewi released this 26 Jan 12:24
08d3b2e
Update AjaxService.php

v3.2.1: Merge pull request #10 from conflictboy/mcontrol_php8

Choose a tag to compare

@thorewi thorewi released this 06 Jan 12:11
07b6dcc
Fix method_exists

v3.2

Choose a tag to compare

@thorewi thorewi released this 10 Nov 11:08
1deac03
Merge pull request #9 from AppsDevTeam/add-aria-setsize-and-aria-posi…

v3.1.3: Merge pull request #7 from vpalousek98/master

Choose a tag to compare

@thorewi thorewi released this 19 Apr 13:27
4f15777
Update AbstractEntity.php