-
-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: pixijs/layout
base: v3.0.2
head repository: pixijs/layout
compare: v3.1.0
- 17 commits
- 54 files changed
- 1 contributor
Commits on Jun 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6f31fab - Browse repository at this point
Copy the full SHA 6f31fabView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5c6b07 - Browse repository at this point
Copy the full SHA d5c6b07View commit details
Commits on Jun 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 57d6d24 - Browse repository at this point
Copy the full SHA 57d6d24View commit details -
Configuration menu - View commit details
-
Copy full SHA for d25b928 - Browse repository at this point
Copy the full SHA d25b928View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ca9675d - Browse repository at this point
Copy the full SHA ca9675dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 21559e0 - Browse repository at this point
Copy the full SHA 21559e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24034c1 - Browse repository at this point
Copy the full SHA 24034c1View commit details -
feat: update trackpad options for constraining drag easing (#102)
* feat: add trackpad bounce constraints * export trackpad * update documentation
Configuration menu - View commit details
-
Copy full SHA for 3e5a0eb - Browse repository at this point
Copy the full SHA 3e5a0ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 853eff1 - Browse repository at this point
Copy the full SHA 853eff1View commit details -
feat: Allow LayoutContainer to override all child helpers (#103)
* feat: Allow LayoutContainer to override all child helpers * update name
Configuration menu - View commit details
-
Copy full SHA for 08d4c30 - Browse repository at this point
Copy the full SHA 08d4c30View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 99924d0 - Browse repository at this point
Copy the full SHA 99924d0View commit details
Commits on Jul 22, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 32d873d - Browse repository at this point
Copy the full SHA 32d873dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1da86cf - Browse repository at this point
Copy the full SHA 1da86cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec2a3a8 - Browse repository at this point
Copy the full SHA ec2a3a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c541ae2 - Browse repository at this point
Copy the full SHA c541ae2View commit details
Commits on Jul 24, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0c5c266 - Browse repository at this point
Copy the full SHA 0c5c266View commit details
Commits on Aug 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 51037d5 - Browse repository at this point
Copy the full SHA 51037d5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.2...v3.1.0