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

Conversation

bkintanar
Copy link
Collaborator

No description provided.

@bruschettabros
Copy link

Is there any chance this PR can be reviewed and merged?

laravel-shift and others added 5 commits February 28, 2023 19:47
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>
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>
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>
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>
@bkintanar bkintanar temporarily deployed to github-pages February 28, 2023 11:50 — with GitHub Pages Inactive
* 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
@bkintanar bkintanar temporarily deployed to github-pages March 16, 2023 21:07 — with GitHub Pages Inactive
@bkintanar bkintanar temporarily deployed to github-pages August 16, 2023 23:39 — with GitHub Pages Inactive
* #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>
@bkintanar bkintanar temporarily deployed to github-pages August 21, 2023 19:00 — with GitHub Pages Inactive
…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>
@bkintanar bkintanar temporarily deployed to github-pages August 22, 2023 19:55 — with GitHub Pages Inactive
Co-authored-by: Kyle Anderson <kyle@creative2.com>
@bkintanar bkintanar temporarily deployed to github-pages August 23, 2023 07:24 — with GitHub Pages Inactive
* #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>
@bkintanar bkintanar temporarily deployed to github-pages August 24, 2023 08:18 — with GitHub Pages Inactive
* Fix issues loading translations

* Replace `resource_path` by `lang_path`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.