Skip to content

Releases: mezzio/mezzio-laminasviewrenderer

3.0.0

02 Dec 21:50
3.0.0
ac78584

Choose a tag to compare

Release Notes for 3.0.0

Version 3.0.0 contains a number of BC breaks:

laminas-view:3.x #74

laminas-view has been upgraded to version 3 which itself comes with significant BC breaks.
Helper usage has changed for many of the shipped plugins, some are removed etc.
Consult the migration guide for more detailed information.

mezzio-template:3.x

More detail can be found in the release notes.
It is unlikely that updating to mezzio-template v3 will cause any problems, unless you were manipulating the template "paths" via TemplateRenderer::addPath().

Other BC Breaks

  • Stream wrapper support has been removed (It's also removed in laminas-view): #19
  • Removes service aliases for legacy Zend\Expressive\… equivalents #27
  • A number of unused exception classes have been removed along with some factories. Laminas View now ships factories and configuration that reduces some of the requirements here.
  • All classes are now final which will affect you if you were extending the shipped renderer, the template resolver, or any of the shipped helpers.

Configuration changes

Shipped configuration no longer configures a "default layout" under templates.layout. The value used to be 'layout::default', so you will need to re-introduce this in your own configuration:

return [
    'templates' => [
        'layout' => 'layout::default',
    ],
];

Improvements

The namespaced path stack resolver will now load template paths from configuration under $config['templates']['paths'], so if you had a delegator doing this, it is no longer necessary.

All factories now work as expected when an iterable/ArrayObject is used for configuration instead of a regular array.

Overall performance improvements have been noted in the region of a 10% speed increase (Likely due to changes in laminas-view v3), but there are no official benchmarks as of yet.

Stateful helpers are now reset for each rendering cycle, meaning that using laminas view in cli processes such as RoadRunner, Swoole and Franken PHP is safer, providing your stateful custom view helpers implement the correct interface. More information

3.0.0

  • Total issues resolved: 4
  • Total pull requests resolved: 26
  • Total contributors: 5

QA

BC Break,Bug,Enhancement

Documentation

Enhancement,QA

BC Break,Documentation

Dependencies

BC Break,Dependencies,Enhancement

BC Break,Enhancement

Enhancement

Bug,Enhancement

Bug,Duplicate,Enhancement

2.19.0

12 Oct 19:06
2.19.0
ae8439e

Choose a tag to compare

Release Notes for 2.19.0

2.19.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Dependencies,Enhancement

2.18.0

28 Apr 08:59
2.18.0
1c42fa9

Choose a tag to compare

Release Notes for 2.18.0

2.18.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Dependencies,Enhancement,renovate

2.17.0

28 Apr 08:51
2.17.0
bf3a7aa

Choose a tag to compare

Release Notes for 2.17.0

2.17.0

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2

Dependencies,QA

Dependencies,QA,renovate

2.16.0

16 Oct 21:05
2.16.0
674fcaf

Choose a tag to compare

Release Notes for 2.16.0

2.16.0

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 3

Enhancement

Bug,Documentation

renovate

2.15.1

18 Jan 20:40
2.15.1
0156bb3

Choose a tag to compare

Release Notes for 2.15.1

2.15.x bugfix release (patch)

2.15.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

2.15.0

03 Nov 14:03
2.15.0
ff4ff4d

Choose a tag to compare

Release Notes for 2.15.0

2.15.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement

renovate

2.14.0

18 May 08:19
2.14.0
fd61c40

Choose a tag to compare

Release Notes for 2.14.0

2.14.0

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2

Bug

renovate

Enhancement,renovate

2.13.1

18 May 08:01
2.13.1
0f6ac3d

Choose a tag to compare

Release Notes for 2.13.1

2.13.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

2.13.0

06 Apr 13:02
2.13.0
518feb6

Choose a tag to compare

Release Notes for 2.13.0

2.13.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement