-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: AppsDevTeam/AjaxSelect
base: fix-OrdByIdFilterInterface
head repository: AppsDevTeam/AjaxSelect
compare: master
- 16 commits
- 6 files changed
- 4 contributors
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 319a5a2 - Browse repository at this point
Copy the full SHA 319a5a2View commit details
Commits on Nov 10, 2024
-
Merge pull request #8 from AppsDevTeam/fix-OrdByIdFilterInterface
Fix ord by id filter interface
Configuration menu - View commit details
-
Copy full SHA for 6dd2e4d - Browse repository at this point
Copy the full SHA 6dd2e4dView commit details -
Merge pull request #9 from AppsDevTeam/add-aria-setsize-and-aria-posi…
…nset-attr-to-results add-aria-setsize-and-aria-posinset-attr-to-results
Configuration menu - View commit details
-
Copy full SHA for 1deac03 - Browse repository at this point
Copy the full SHA 1deac03View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fbe51b - Browse repository at this point
Copy the full SHA 4fbe51bView commit details
Commits on Jan 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4d0a638 - Browse repository at this point
Copy the full SHA 4d0a638View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35f3cc0 - Browse repository at this point
Copy the full SHA 35f3cc0View commit details -
Merge pull request #10 from conflictboy/mcontrol_php8
Fix method_exists
Configuration menu - View commit details
-
Copy full SHA for 07b6dcc - Browse repository at this point
Copy the full SHA 07b6dccView commit details
Commits on Jan 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 08d3b2e - Browse repository at this point
Copy the full SHA 08d3b2eView commit details
Commits on May 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 460dc27 - Browse repository at this point
Copy the full SHA 460dc27View commit details
Commits on May 15, 2025
-
Passes form values to entity hydration
Ensures that form values are available during entity hydration, allowing for more context-aware data handling within the AjaxSelect component. This allows hydration logic to take form context into consideration when formatting JSON values, which ensures proper data handling and rendering of selected options.
Configuration menu - View commit details
-
Copy full SHA for 4a58025 - Browse repository at this point
Copy the full SHA 4a58025View commit details -
Updates the code to use trusted form values instead of untrusted values when hydrating and formatting data. This change ensures that the application processes data that has been properly validated, preventing potential security issues and data integrity problems.
Configuration menu - View commit details
-
Copy full SHA for 2d680f3 - Browse repository at this point
Copy the full SHA 2d680f3View commit details -
Merge pull request #11 from AppsDevTeam/allow-other-form-values-depen…
…dency Passes form values to entity hydration
Configuration menu - View commit details
-
Copy full SHA for f5f2150 - Browse repository at this point
Copy the full SHA f5f2150View commit details
Commits on Jun 15, 2025
-
Updates doctrine-components dependency
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.
Configuration menu - View commit details
-
Copy full SHA for 330c286 - Browse repository at this point
Copy the full SHA 330c286View commit details
Commits on Jan 31, 2026
-
Updates dependencies and form validation
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.
Configuration menu - View commit details
-
Copy full SHA for 0ae2a4d - Browse repository at this point
Copy the full SHA 0ae2a4dView commit details
Commits on Jun 24, 2026
-
Introduce Nette Forms and improve type consistency
Adds the `nette/forms` dependency to expand form capabilities. Updates `getHttpData` method signature with type hints for clarity and consistency.
Configuration menu - View commit details
-
Copy full SHA for d0fd9e1 - Browse repository at this point
Copy the full SHA d0fd9e1View commit details -
Pin
nette/formsdependency to3.2.xseriesRestricts the allowed versions to `^3.2.9` to prevent potential compatibility issues with `3.3.x` releases.
Configuration menu - View commit details
-
Copy full SHA for 4316fe6 - Browse repository at this point
Copy the full SHA 4316fe6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff fix-OrdByIdFilterInterface...master