mirror of
https://github.com/symfony/ux-dropzone.git
synced 2026-03-23 23:52:08 +01:00
Drop Biome.js for oxfmt and oxlint
This commit is contained in:
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,5 +1,4 @@
|
||||
Please do not submit any Pull Requests here. They will be closed.
|
||||
---
|
||||
## Please do not submit any Pull Requests here. They will be closed.
|
||||
|
||||
Please submit your PR here instead:
|
||||
https://github.com/symfony/ux
|
||||
|
||||
30
.github/workflows/close-pull-request.yml
vendored
30
.github/workflows/close-pull-request.yml
vendored
@@ -1,20 +1,20 @@
|
||||
name: Close Pull Request
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: superbrothers/close-pull-request@v3
|
||||
with:
|
||||
comment: |
|
||||
Thanks for your Pull Request! We love contributions.
|
||||
|
||||
However, you should instead open your PR on the main repository:
|
||||
https://github.com/symfony/ux
|
||||
|
||||
This repository is what we call a "subtree split": a read-only subset of that main repository.
|
||||
We're looking forward to your PR there!
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: superbrothers/close-pull-request@v3
|
||||
with:
|
||||
comment: |
|
||||
Thanks for your Pull Request! We love contributions.
|
||||
|
||||
However, you should instead open your PR on the main repository:
|
||||
https://github.com/symfony/ux
|
||||
|
||||
This repository is what we call a "subtree split": a read-only subset of that main repository.
|
||||
We're looking forward to your PR there!
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
branches: ["2.x"]
|
||||
maintained_branches: ["2.x"]
|
||||
doc_dir: "doc"
|
||||
branches: ['2.x']
|
||||
maintained_branches: ['2.x']
|
||||
doc_dir: 'doc'
|
||||
|
||||
36
CHANGELOG.md
36
CHANGELOG.md
@@ -2,48 +2,48 @@
|
||||
|
||||
## 2.30
|
||||
|
||||
- Ensure compatibility with PHP 8.5
|
||||
- Ensure compatibility with PHP 8.5
|
||||
|
||||
## 2.29.0
|
||||
|
||||
- Add Symfony 8 support
|
||||
- Add Symfony 8 support
|
||||
|
||||
## 2.20
|
||||
|
||||
- Enable file replacement via "drag-and-drop"
|
||||
- Enable file replacement via "drag-and-drop"
|
||||
|
||||
## 2.13.2
|
||||
|
||||
- Revert "Change JavaScript package to `type: module`"
|
||||
- Revert "Change JavaScript package to `type: module`"
|
||||
|
||||
## 2.13.0
|
||||
|
||||
- Add Symfony 7 support.
|
||||
- Change JavaScript package to `type: module`
|
||||
- Add Symfony 7 support.
|
||||
- Change JavaScript package to `type: module`
|
||||
|
||||
## 2.9.0
|
||||
|
||||
- Add support for symfony/asset-mapper
|
||||
- Add support for symfony/asset-mapper
|
||||
|
||||
## 2.7.0
|
||||
|
||||
- The JavaScript events now bubble up.
|
||||
- The JavaScript events now bubble up.
|
||||
|
||||
- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from
|
||||
installing.
|
||||
- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from
|
||||
installing.
|
||||
|
||||
- TypeScript types are now included.
|
||||
- TypeScript types are now included.
|
||||
|
||||
## 2.6.0
|
||||
|
||||
- [BC BREAK] The `assets/` directory was moved from `Resources/assets/` to `assets/`. Make
|
||||
sure the path in your `package.json` file is updated accordingly.
|
||||
- [BC BREAK] The `assets/` directory was moved from `Resources/assets/` to `assets/`. Make
|
||||
sure the path in your `package.json` file is updated accordingly.
|
||||
|
||||
- The directory structure of the bundle was updated to match modern best-practices.
|
||||
- The directory structure of the bundle was updated to match modern best-practices.
|
||||
|
||||
## 2.0
|
||||
|
||||
- Support for `stimulus` version 2 was removed and support for `@hotwired/stimulus`
|
||||
version 3 was added. See the [@symfony/stimulus-bridge CHANGELOG](https://github.com/symfony/stimulus-bridge/blob/main/CHANGELOG.md#300)
|
||||
for more details.
|
||||
- Support added for Symfony 6
|
||||
- Support for `stimulus` version 2 was removed and support for `@hotwired/stimulus`
|
||||
version 3 was added. See the [@symfony/stimulus-bridge CHANGELOG](https://github.com/symfony/stimulus-bridge/blob/main/CHANGELOG.md#300)
|
||||
for more details.
|
||||
- Support added for Symfony 6
|
||||
|
||||
@@ -23,10 +23,10 @@ Help Symfony by [sponsoring][3] its development!
|
||||
|
||||
## Resources
|
||||
|
||||
- [Documentation](https://symfony.com/bundles/ux-dropzone/current/index.html)
|
||||
- [Report issues](https://github.com/symfony/ux/issues) and
|
||||
[send Pull Requests](https://github.com/symfony/ux/pulls)
|
||||
in the [main Symfony UX repository](https://github.com/symfony/ux)
|
||||
- [Documentation](https://symfony.com/bundles/ux-dropzone/current/index.html)
|
||||
- [Report issues](https://github.com/symfony/ux/issues) and
|
||||
[send Pull Requests](https://github.com/symfony/ux/pulls)
|
||||
in the [main Symfony UX repository](https://github.com/symfony/ux)
|
||||
|
||||
[1]: https://symfony.com/backers
|
||||
[2]: https://mercure.rocks
|
||||
|
||||
@@ -6,9 +6,10 @@ JavaScript assets of the [symfony/ux-dropzone](https://packagist.org/packages/sy
|
||||
|
||||
This npm package is **reserved for advanced users** who want to decouple their JavaScript dependencies from their PHP dependencies (e.g., when building Docker images, running JavaScript-only pipelines, etc.).
|
||||
|
||||
We **strongly recommend not installing this package directly**, but instead install the PHP package [symfony/ux-dropzone](https://packagist.org/packages/symfony/ux-dropzone) in your Symfony application with [Flex](https://github.com/symfony/flex) enabled.
|
||||
We **strongly recommend not installing this package directly**, but instead install the PHP package [symfony/ux-dropzone](https://packagist.org/packages/symfony/ux-dropzone) in your Symfony application with [Flex](https://github.com/symfony/flex) enabled.
|
||||
|
||||
If you still want to install this package directly, please make sure its version exactly matches [symfony/ux-dropzone](https://packagist.org/packages/symfony/ux-dropzone) PHP package version:
|
||||
|
||||
```shell
|
||||
composer require symfony/ux-dropzone:2.23.0
|
||||
npm add @symfony/ux-dropzone@2.23.0
|
||||
@@ -18,7 +19,7 @@ npm add @symfony/ux-dropzone@2.23.0
|
||||
|
||||
## Resources
|
||||
|
||||
- [Documentation](https://symfony.com/bundles/ux-dropzone/current/index.html)
|
||||
- [Report issues](https://github.com/symfony/ux/issues) and
|
||||
[send Pull Requests](https://github.com/symfony/ux/pulls)
|
||||
in the [main Symfony UX repository](https://github.com/symfony/ux)
|
||||
- [Documentation](https://symfony.com/bundles/ux-dropzone/current/index.html)
|
||||
- [Report issues](https://github.com/symfony/ux/issues) and
|
||||
[send Pull Requests](https://github.com/symfony/ux/pulls)
|
||||
in the [main Symfony UX repository](https://github.com/symfony/ux)
|
||||
|
||||
@@ -23,9 +23,7 @@
|
||||
"test": "pnpm run test:unit && pnpm run test:browser",
|
||||
"test:unit": "../../../bin/unit_test_package.sh .",
|
||||
"test:browser": "playwright test",
|
||||
"test:browser:ui": "playwright test --ui",
|
||||
"check": "biome check",
|
||||
"ci": "biome ci"
|
||||
"test:browser:ui": "playwright test --ui"
|
||||
},
|
||||
"symfony": {
|
||||
"controllers": {
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
}
|
||||
|
||||
.dropzone-preview-button::before {
|
||||
content: "×";
|
||||
content: '×';
|
||||
padding: 3px 7px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user