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: payloadcms/payload
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.30.3
Choose a base ref
...
head repository: payloadcms/payload
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.30.4
Choose a head ref
  • 19 commits
  • 36 files changed
  • 8 contributors

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    e5d6cda View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    bfe6918 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    eba777c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. chore(cpa): pin monorepo templates to tag (#8857)

    In preparation for moving beta branch -> main, pinning the v2 templates
    will ensure they are consistent through the process.
    denolfe authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    08b02ec View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    fa6d459 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    4d9f494 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. ci: update issue templates

    denolfe committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e365300 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7d65ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    819753a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    5d99adf View commit details
    Browse the repository at this point in the history
  2. chore: remove misc patch

    denolfe committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e2a13de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bce3d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    25932c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. fix: list drawer relationship not displaying (#9011)

    List drawer relationships are not showing when selecting an existing
    upload.
    
    Before:
    
    ![image](https://github.com/user-attachments/assets/77c68572-31d2-47f9-b754-82808cf3f01c)
    
    After:
    ![Screenshot 2024-11-04
    093830](https://github.com/user-attachments/assets/59f41ee0-f3de-431d-b432-e6181b5736a8)
    DanRibbens authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    169da5c View commit details
    Browse the repository at this point in the history
  2. fix: querying relationships by id path with REST (#9014)

    ### What?
    Port of #9013 to main
    
    Fixes #9008
    r1tsuu authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a0bd706 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c9ec9c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. fix(db-postgres): sort by localized fields (#9016)

    ### What?
    Port of #8839 to main
    
    Fixes #5152
    r1tsuu authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9c25754 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. fix: edit many modal draft action button order and style (#9046)

    ### What?
    
    Fix for See #9045 - this PR adjusts the order and the style of the draft
    button to be consistent with the default edit-collection view.
    
    ### Why?
    
    If "drafts" are enabled the "draft" action button is rendered on the 
    - edit-many-modal: as a "primary" button, on the right side of the
    "publish" button
    - edit-collection view: as a "secondary" button, to the left of the
    "publish" button
    
    --> This is inconsistent and can lead to user mistakes pushing the wrong
    button because muscle-memory+human-brains
    
    ### How?
    
    Adjusted `EditMany/index.tsx`
     - setting the `buttonStyle` attribute for the `SaveDraft` component 
    - switching the positions of the action buttons in the `EditMany`
    component
    
    ### Fix
    
     - Before
    
    ![image](https://github.com/user-attachments/assets/f20ea03f-99a1-44d5-8402-a26d3daf9e95)
    
     - After
    
    ![image](https://github.com/user-attachments/assets/da556fc1-bf03-47e4-a619-202198df8be1)
    
    ---------
    
    Co-authored-by: Patrik Kozak <patrik@payloadcms.com>
    abernh and PatrikKozak authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a907480 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    55eb6e7 View commit details
    Browse the repository at this point in the history
Loading