Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 4.x branch from master #365

Open
wants to merge 20 commits into
base: 4.x
Choose a base branch
from
Open

Update 4.x branch from master #365

wants to merge 20 commits into from

Commits on Jul 8, 2022

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

Commits on Jul 27, 2022

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

Commits on Aug 8, 2022

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

Commits on Aug 26, 2022

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

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    2470de5 View commit details
    Browse the repository at this point in the history
  2. Bump json5 from 1.0.1 to 1.0.2 (#371)

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    2044ac2 View commit details
    Browse the repository at this point in the history
  3. Bump decode-uri-component from 0.2.0 to 0.2.2 (#367)

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    14cfeb3 View commit details
    Browse the repository at this point in the history
  4. Bump loader-utils from 1.4.0 to 1.4.2 (#362)

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
    - [Commits](webpack/loader-utils@v1.4.0...v1.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d19f900 View commit details
    Browse the repository at this point in the history
  5. Bump terser from 4.8.0 to 4.8.1 (#340)

    Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
    - [Release notes](https://github.com/terser/terser/releases)
    - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/terser/terser/commits)
    
    ---
    updated-dependencies:
    - dependency-name: terser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    721758f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Fix icons on Files field (#384)

    * Fix icon on Files field
    
    * Fix clearfix and publish assets
    
    commit eb5b411
    Author: Potsky <potsky@me.com>
    Date:   Thu Mar 16 14:09:34 2023 +0100
    
        Fix clearfix and publish assets
    potsky authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f764813 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

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

Commits on Aug 21, 2023

  1. #337 Fix uploads with nested resources and multiple panels (#407)

    * #337 Fix uploads with nested resources and multiple panels
    
    When a media upload is submitted from a parent resource form (e.g. media is associated on a user’s profile, but you want to edit the whole user from the user resource form), this ensures that the media upload is properly associated.
    
    Signed-off-by: Tobias Grasse <tg@glancr.de>
    
    * #337 Update import order
    
    Signed-off-by: Tobias Grasse <tg@glancr.de>
    
    * #337 Handle nested forms and multiple panels
    
    Same prefix key logic as in c57633b
    
    Signed-off-by: Tobias Grasse <tg@glancr.de>
    
    ---------
    
    Signed-off-by: Tobias Grasse <tg@glancr.de>
    tobias-grasse authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a589cc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. #357 Fix CustomProperties Blob issue when adding a new file with cust…

    …om properties (#409)
    
    When custom properties were set for a newly added file, stringifying the image object would replace the file Blob with a plain object containing just the file name. This change ensures that newly added files are retained after their custom properties are modified before submission.
    
    Signed-off-by: Tobias Grasse <tg@glancr.de>
    tobias-grasse authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b8f70e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. store custom properties for vapor uploads (#398)

    Co-authored-by: Kyle Anderson <kyle@creative2.com>
    kylekanderson and Kyle Anderson authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6e9344b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Followup for PR #407 (337 bug with multiple panels) (#408)

    * #337 Add TODO for deprecated interface
    
    Illuminate\Contracts\Validation\Rule was deprecated in laravel/framework v10, should be replaced with ValidationRule once the minimum required version is 10.
    
    Signed-off-by: Tobias Grasse <tg@glancr.de>
    
    * #337 Pass requestAttribute down to media handling functions
    
    Both `addNewMedia` and `addExistingMedia` also call `HandlesExistingMediaTrait::fillMediaCustomPropertiesFromRequest` which requires `$requestAttribute` for nested forms since 079b866
    
    Signed-off-by: Tobias Grasse <tg@glancr.de>
    
    * #337 Formatting, reorder imports, add @throws tag
    
    Signed-off-by: Tobias Grasse <tg@glancr.de>
    
    ---------
    
    Signed-off-by: Tobias Grasse <tg@glancr.de>
    tobias-grasse authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6efa2cf View commit details
    Browse the repository at this point in the history
  2. Fix issues loading translations (#391)

    * Fix issues loading translations
    
    * Replace `resource_path` by `lang_path`
    leandrogehlen authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    83b8410 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

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

Commits on Jan 13, 2024

  1. Merge pull request #424 from hamrak/master

    #423 - Add support for spatie/laravel-medialibrary 11
    bkintanar authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    02ed925 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

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

Commits on Mar 18, 2024

  1. Merge pull request #434 from laravel-shift/l11-compatibility

    Laravel 11.x Compatibility
    bkintanar authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    08b5b88 View commit details
    Browse the repository at this point in the history