Skip to content

Conversation

jtojnar
Copy link
Owner

@jtojnar jtojnar commented Jun 8, 2025

jtojnar added 5 commits June 8, 2025 11:01
The parent class is marked as final nette/forms@7dab8e3

But we do not really need to inherit anything.

Also nette/utils 4 removed xhtml property nette/utils@3d182a0 (noticed in nette/forms@12b4c12).

And add comments describing the differences from
https://github.com/nette/forms/blob/v3.2.6/src/Forms/Helpers.php
The other changes are just related to PHPStan and formatting.
nette/application 3.2.3 will assume we are using the simple structure if `presenters/../templates` directory does not exist so our replace hack will no longer work:
nette/application@e482bbb

Let’s give in to the new structure and move templates under presenters.
nette/sandbox@5142cf7

Specifically, the following moves were performed:

- app/Templates → app/Presenters/templates
- app/Templates/Accessory → app/Presenters/Accessory
- app/Templates/Filters → app/Presenters/Accessory/Filters
nette/application 3.2.5 would complain:

    Nette\InvalidStateException: Method App\Presenters\CommunicationPresenter::renderMessageBody(): this method must be public non-static.

nette/application@1e86896
nette/forms 3.2.0 requires the labels are Stringable:
nette/forms@01039d1

We have custom `App\Locale\Translator` that calls `getMessage($locale)` on `Translated` objects.
Changelogs summary:

 - nette/utils updated from v3.2.10 to v4.0.7 major
   See changes: nette/utils@v3.2.10...v4.0.7
   Release notes: https://github.com/nette/utils/releases/tag/v4.0.7

 - nette/schema updated from v1.2.5 to v1.3.2 minor
   See changes: nette/schema@v1.2.5...v1.3.2
   Release notes: https://github.com/nette/schema/releases/tag/v1.3.2

 - nette/robot-loader updated from v3.4.2 to v4.0.3 major
   See changes: nette/robot-loader@v3.4.2...v4.0.3
   Release notes: https://github.com/nette/robot-loader/releases/tag/v4.0.3

 - nette/di updated from v3.1.10 to v3.2.4 minor
   See changes: nette/di@v3.1.10...v3.2.4
   Release notes: https://github.com/nette/di/releases/tag/v3.2.4

 - nette/http updated from v3.2.4 to v3.3.2 minor
   See changes: nette/http@v3.2.4...v3.3.2
   Release notes: https://github.com/nette/http/releases/tag/v3.3.2

 - nette/routing updated from v3.0.5 to v3.1.1 minor
   See changes: nette/routing@v3.0.5...v3.1.1
   Release notes: https://github.com/nette/routing/releases/tag/v3.1.1

 - nette/finder updated from v2.6.0 to v3.0.0 major
   See changes: nette/finder@v2.6.0...v3.0.0
   Release notes: https://github.com/nette/finder/releases/tag/v3.0.0

 - nette/component-model updated from v3.0.3 to v3.1.1 minor
   See changes: nette/component-model@v3.0.3...v3.1.1
   Release notes: https://github.com/nette/component-model/releases/tag/v3.1.1

 - nette/forms updated from v3.1.15 to v3.2.6 minor
   See changes: nette/forms@v3.1.15...v3.2.6
   Release notes: https://github.com/nette/forms/releases/tag/v3.2.6

 - kdyby/forms-replicator updated from v2.0.0 to v3.0.0-rc1 major
   See changes: Kdyby/FormsReplicator@v2.0.0...v3.0.0-rc1
   Release notes: https://github.com/Kdyby/FormsReplicator/releases/tag/v3.0.0-rc1

 - nette/security updated from v3.1.8 to v3.2.1 minor
   See changes: nette/security@v3.1.8...v3.2.1
   Release notes: https://github.com/nette/security/releases/tag/v3.2.1

 - nette/application updated from v3.1.15 to v3.2.6 minor
   See changes: nette/application@v3.1.15...v3.2.6
   Release notes: https://github.com/nette/application/releases/tag/v3.2.6

 - nette/caching updated from v3.2.3 to v3.3.1 minor
   See changes: nette/caching@v3.2.3...v3.3.1
   Release notes: https://github.com/nette/caching/releases/tag/v3.3.1

 - nextras/form-components updated from v1.1.2 to v2.0.0 major
   See changes: nextras/form-components@v1.1.2...v2.0.0
   Release notes: https://github.com/nextras/form-components/releases/tag/v2.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant