Skip to content

v2.33.0

Choose a tag to compare

@fabpot fabpot released this 17 Mar 21:15
· 479 commits to 3.x since this release

Changelog (v2.32.0...v2.33.0)

  • bug #3372 Fix reflection issues for private properties from trait and parent class (@kachnitel)
  • bug #3381 Fix profiling loaded in production (@VincentChataignier)
  • feature #3361 Allow components use dynamically templates (@xDeSwa)
  • bug #3341 Minor performance improvement by caching PropertyAccessor::isWritable() calls (@Kocal)
  • bug #3340 Minor performance improvements when using { props } (@Kocal)
  • feature #3295 Add support for anonymous component name resolution in other bundle (@Phil23)