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: pixijs/layout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.2
Choose a base ref
...
head repository: pixijs/layout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 17 commits
  • 54 files changed
  • 1 contributor

Commits on Jun 4, 2025

  1. update fake img link

    Zyie committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    6f31fab View commit details
    Browse the repository at this point in the history
  2. add gtag

    Zyie committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    d5c6b07 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. Configuration menu
    Copy the full SHA
    57d6d24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d25b928 View commit details
    Browse the repository at this point in the history
  3. feat: allow for custom default yoga config (#97)

    Configures the Yoga instance with a default configuration upon initialization.
    This allows users to customize the Yoga configuration.
    
    Adds a test to ensure a default config is created and can be modified.
    Zyie authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    ca9675d View commit details
    Browse the repository at this point in the history
  4. fix: layout issues with invisible children (#98)

    Prevents errors when adding invisible sprites to a layout by ensuring that children not found in the parent container are not inserted into the Yoga layout.
    
    Adds a test case to verify that invisible sprites are not added to the layout, preventing potential layout calculation errors.
    Zyie authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    21559e0 View commit details
    Browse the repository at this point in the history
  5. chore: add config docs

    Zyie committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    24034c1 View commit details
    Browse the repository at this point in the history
  6. feat: update trackpad options for constraining drag easing (#102)

    * feat: add trackpad bounce constraints
    
    * export trackpad
    
    * update documentation
    Zyie authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    3e5a0eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    853eff1 View commit details
    Browse the repository at this point in the history
  8. feat: Allow LayoutContainer to override all child helpers (#103)

    * feat: Allow LayoutContainer to override all child helpers
    
    * update name
    Zyie authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    08d4c30 View commit details
    Browse the repository at this point in the history
  9. chore: adds branch publishing workflow (#104)

    Sets up a GitHub Actions workflow to automatically publish release candidates from a specified branch to npm.
    
    This allows for testing and iteration on new features before they are merged into the main release.
    Zyie authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    99924d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. fix: support for children prop in LayoutContainer constructor (#105)

    Fixes support for passing children directly to the LayoutContainer.
    
    Adds a story to test this new functionality.
    Zyie authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    32d873d View commit details
    Browse the repository at this point in the history
  2. chore: Improves bug reporting and StackBlitz integration (#109)

    * chore: improve bug reporting and stackblitz integration
    
    Enhances the bug reporting process by providing a structured YAML template with clear guidelines and required information.
    
    Adds a bug reproduction guideline to improve bug reports quality.
    
    Adds stackblitz publish workflow to allow faster user contributions.
    Updates node version to 24.
    
    * fix ci
    
    * try compact
    
    * add config
    
    * update template
    
    * fix react template
    
    * fix root
    Zyie authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    1da86cf View commit details
    Browse the repository at this point in the history
  3. fix: bug report template

    Zyie committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    ec2a3a8 View commit details
    Browse the repository at this point in the history
  4. fix: bug report link

    Zyie committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    c541ae2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. fix: layout updates on reparenting (#110)

    Ensures that the layout is properly updated when a child
    is moved to a new parent by re-attaching the child to the
    new parent's layout. This ensures that layout calculations
    are correct after the reparenting operation.
    Zyie authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    0c5c266 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. 3.1.0

    Zyie committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    51037d5 View commit details
    Browse the repository at this point in the history
Loading