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: playcanvas/pcui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.1
Choose a base ref
...
head repository: playcanvas/pcui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.2
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 4, 2026

  1. fix: use public content getter in TreeView tests (#520)

    Replace direct access to protected _containerContents with the public content getter in TreeViewItem tests.
    
    Made-with: Cursor
    willeastcott authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    747cf65 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. fix: improve IFlexArgs types and add missing CSS properties (#521)

    Widen flexGrow, flexShrink and flexBasis to accept number in addition
    to string, matching how these CSS properties are naturally used. Add
    alignItems, alignSelf, justifyContent and justifySelf to IFlexArgs
    (they were already in SIMPLE_CSS_PROPERTIES with setters/getters but
    missing from the interface). Add explicit type annotations to all CSS
    proxy setters/getters.
    
    Made-with: Cursor
    willeastcott authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    27f2a13 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all npm dependencies (#522)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    714c5bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a5ac27 View commit details
    Browse the repository at this point in the history
  4. 6.1.2

    willeastcott committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    2ca5a4a View commit details
    Browse the repository at this point in the history
Loading