Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: simonhamp/the-og
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.8
Choose a base ref
...
head repository: simonhamp/the-og
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 2 commits
  • 23 files changed
  • 3 contributors

Commits on Mar 11, 2025

  1. Fix TextBox line height type (#34)

    * Fix TextBox line height type
    
    \Intervention\Image\Typography\FontFactory lets you call `lineHeight`
    with a float for more line height options. Currently, the package
    only lets you provide a custom line height as an int.
    
    Since the default value is 1.6, this fix lets you set it to e.g. 1.8,
    which may be better if you are using a custom font or want to have
    more granular control over the layout that is being rendered.
    
    * Add PHP 8.4 to test matrix
    nicoverbruggen authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    82236ea View commit details
    Browse the repository at this point in the history
  2. Support for intervention/image:^3.4.0 (#33)

    * Allow upgrades to intervention/image
    
    * Modified the textblock to utilize intervention's wrap feature
    
    * Implemented truncation to wrapped text
    
    * Fix CTA placement
    
    * Updated composer.json
    
    * trigger CI
    
    * Updated the picture box dimension calculation to respect the image placement option
    
    * Updated snapshots
    
    ---------
    
    Co-authored-by: Simon Hamp <[email protected]>
    kevindierkx and simonhamp authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    d6b0bbc View commit details
    Browse the repository at this point in the history
Loading