Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latte bridge: add block rendering support #326

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

fixsoftware
Copy link

  • new feature
  • BC break: no
  • doc PR: n/a

This pull request is adding missing support of the third parameter ($block) to render and renderToString methods of Nette Latte bridge. The $block parameter can be used to render a specific block of Latte template.

Related nette/latte issue: nette/latte#101
Related nette/latte commit: nette/latte@56e4514

dg and others added 23 commits April 6, 2024 19:19
Warning doesn't catch that {_} doesn't work either
- inteface Nette\Application\IRouter replaced by Nette\Routing\Router
…e() for persistent parameters. [Closes nette/nette#703][Closes nette/nette#703][Closes nette#69]" (possible BC break)

This reverts commit cda17f4.

See https://forum.nette.org/cs/35528-stejne-pojmenovany-parametr-akce-presenteru-a-persistentni-odlisne-chovani-v-nette-2-0-oproti-aktualnimu#p221742

BC break: Property must be nullable, ie: #[Persistent] public ?int $foo
@dg dg force-pushed the master branch 2 times, most recently from bf86204 to c91f90a Compare April 20, 2024 00:46
@dg dg force-pushed the master branch 3 times, most recently from 57bd587 to e908315 Compare May 2, 2024 10:37
@dg dg force-pushed the master branch 8 times, most recently from c5ecbda to ecb200c Compare May 13, 2024 09:25
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.

None yet

2 participants