Skip to content

v0.0.42

Compare
Choose a tag to compare
@manuelpuyol manuelpuyol released this 25 May 15:25
· 2475 commits to main since this release
7ec9745

New

  • Add font_family, font_style and text_transform system arguments.

    Manuel Puyol

  • Add more options for font_size and font_weight.

    Manuel Puyol

Updates

  • Add align option to the TabNav extra slot to allow HTML ordering.

    Manuel Puyol

Misc

  • Auto-generate component previews from doc examples and run integration test checks.

    Kate Higa, Joel Hawksley

  • Configure previews controller to allow view helper usage in preview template.

    Kate Higa

  • Only include ViewComponent::SlotableV2 if ViewComponent::Base does not already include it.

    Manuel Puyol

  • Add force_system_arguments option to raise an error if a class is used instead of using System Arguments.

    Manuel Puyol

Breaking changes

  • Restrict allowed tags for Truncate, Markdown, and HiddenTextExpander.

    Kate Higa