Skip to content

Collection of bug fixes across LiveComponents, TwigComponents, Chartjs

Compare
Choose a tag to compare
@weaverryan weaverryan released this 16 May 17:46
· 2168 commits to 2.x since this release
v2.8.1

Hi UX people!

This release contains a number of nice bug fixes across several components:

ChartJs

  • [Bug] Adding a better way to register Chartjs plugins by @weaverryan in #870

TwigComponent

  • [Bug] Fix lexer to escape attribute name when it contains dashes by @norkunas in #837
  • [Bug] Ignore twig comments when prelexing by @WebMamba in #842
  • [Bug] fixing issue with files finishing with comments by @WebMamba in #847
  • [Bug] Fix lexer to escape truthy attribute names by @norkunas in #848
  • [Bug] Fixing bug where traditional blocks aren't handled correctly by @weaverryan in #859

LiveComponent

  • [Bug] Throw clear error when using union types for LiveProps by @sneakyvv in #856
  • [Bug] Fixing bug with ComponentWithFormTrait and empty collections by @weaverryan in #857
  • [Bug] Smarter form trait data extracting by @weaverryan in #866
  • [Bug] Upping priority on LiveComponentSubscriber by @weaverryan in #868

Diff: v2.8.0...v2.8.1

Happy UX'ing!