File tree Expand file tree Collapse file tree 6 files changed +26
-26
lines changed
Cropperjs/Resources/assets
Dropzone/Resources/assets
LazyImage/Resources/assets Expand file tree Collapse file tree 6 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 22 "name" : " @symfony/ux-chartjs" ,
33 "description" : " Chart.js integration for Symfony" ,
44 "license" : " MIT" ,
5- "version" : " 1.0 .0" ,
5+ "version" : " 1.1 .0" ,
66 "symfony" : {
77 "controllers" : {
88 "chart" : {
2020 "chart.js" : " ^2.9.4"
2121 },
2222 "peerDependencies" : {
23- "stimulus" : " ^1 .0.0"
23+ "stimulus" : " ^2 .0.0"
2424 },
2525 "devDependencies" : {
2626 "@babel/cli" : " ^7.12.1" ,
2727 "@babel/core" : " ^7.12.3" ,
2828 "@babel/plugin-proposal-class-properties" : " ^7.12.1" ,
2929 "@babel/preset-env" : " ^7.12.7" ,
30- "@symfony/stimulus-testing" : " ^1.0 .0" ,
30+ "@symfony/stimulus-testing" : " ^1.1 .0" ,
3131 "jest-canvas-mock" : " ^2.3.0" ,
32- "stimulus" : " ^1 .0.0"
32+ "stimulus" : " ^2 .0.0"
3333 },
3434 "jest" : {
3535 "testRegex" : " test/.*\\ .test.js" ,
Original file line number Diff line number Diff line change 22 "name" : " @symfony/ux-cropperjs" ,
33 "description" : " Cropper.js integration for Symfony" ,
44 "license" : " MIT" ,
5- "version" : " 1.0 .0" ,
5+ "version" : " 1.1 .0" ,
66 "symfony" : {
77 "controllers" : {
88 "cropper" : {
2424 "cropperjs" : " ^1.5.9"
2525 },
2626 "peerDependencies" : {
27- "stimulus" : " ^1 .0.0"
27+ "stimulus" : " ^2 .0.0"
2828 },
2929 "devDependencies" : {
3030 "@babel/cli" : " ^7.12.1" ,
3131 "@babel/core" : " ^7.12.3" ,
3232 "@babel/plugin-proposal-class-properties" : " ^7.12.1" ,
3333 "@babel/preset-env" : " ^7.12.7" ,
34- "@symfony/stimulus-testing" : " ^1.0 .0" ,
35- "stimulus" : " ^1 .0.0"
34+ "@symfony/stimulus-testing" : " ^1.1 .0" ,
35+ "stimulus" : " ^2 .0.0"
3636 },
3737 "jest" : {
3838 "testRegex" : " test/.*\\ .test.js" ,
Original file line number Diff line number Diff line change 22 "name" : " @symfony/ux-dropzone" ,
33 "description" : " File input dropzones for Symfony Forms" ,
44 "license" : " MIT" ,
5- "version" : " 1.0 .0" ,
5+ "version" : " 1.1 .0" ,
66 "symfony" : {
77 "controllers" : {
88 "dropzone" : {
2020 "test" : " babel src -d dist && jest"
2121 },
2222 "peerDependencies" : {
23- "stimulus" : " ^1 .0.0"
23+ "stimulus" : " ^2 .0.0"
2424 },
2525 "devDependencies" : {
2626 "@babel/cli" : " ^7.12.1" ,
2727 "@babel/core" : " ^7.12.3" ,
2828 "@babel/plugin-proposal-class-properties" : " ^7.12.1" ,
2929 "@babel/preset-env" : " ^7.12.7" ,
30- "@symfony/stimulus-testing" : " ^1.0 .0" ,
31- "stimulus" : " ^1 .0.0"
30+ "@symfony/stimulus-testing" : " ^1.1 .0" ,
31+ "stimulus" : " ^2 .0.0"
3232 },
3333 "jest" : {
3434 "testRegex" : " test/.*\\ .test.js" ,
Original file line number Diff line number Diff line change @@ -38,32 +38,32 @@ describe('DropzoneController', () => {
3838 <div class="dropzone-container" data-controller="check dropzone" data-testid="container">
3939 <input type="file"
4040 style="display: none"
41- data-target="dropzone. input"
41+ data-dropzone- target="input"
4242 data-testid="input" />
4343
4444 <div class="dropzone-placeholder"
45- data-target="dropzone. placeholder"
45+ data-dropzone- target="placeholder"
4646 data-testid="placeholder">
4747 Placeholder
4848 </div>
4949
5050 <div class="dropzone-preview"
51- data-target="dropzone. preview"
51+ data-dropzone- target="preview"
5252 data-testid="preview"
5353 style="display: none">
5454
5555 <button type="button"
5656 class="dropzone-preview-button"
57- data-target="dropzone. previewClearButton"
57+ data-dropzone- target="previewClearButton"
5858 data-testid="button"></button>
5959
6060 <div class="dropzone-preview-image"
61- data-target="dropzone. previewImage"
61+ data-dropzone- target="previewImage"
6262 data-testid="preview-image"
6363 style="display: none"></div>
6464
6565 <div class="dropzone-preview-filename"
66- data-target="dropzone. previewFilename"
66+ data-dropzone- target="previewFilename"
6767 data-testid="preview-filename"></div>
6868 </div>
6969 </div>
Original file line number Diff line number Diff line change 22 "name" : " @symfony/ux-lazy-image" ,
33 "description" : " Lazy image loader and utilities for Symfony" ,
44 "license" : " MIT" ,
5- "version" : " 1.0 .0" ,
5+ "version" : " 1.1 .0" ,
66 "symfony" : {
77 "controllers" : {
88 "lazy-image" : {
1717 "test" : " babel src -d dist && jest"
1818 },
1919 "peerDependencies" : {
20- "stimulus" : " ^1 .0.0"
20+ "stimulus" : " ^2 .0.0"
2121 },
2222 "devDependencies" : {
2323 "@babel/cli" : " ^7.12.1" ,
2424 "@babel/core" : " ^7.12.3" ,
2525 "@babel/plugin-proposal-class-properties" : " ^7.12.1" ,
2626 "@babel/preset-env" : " ^7.12.7" ,
27- "@symfony/stimulus-testing" : " ^1.0 .0" ,
28- "stimulus" : " ^1 .0.0"
27+ "@symfony/stimulus-testing" : " ^1.1 .0" ,
28+ "stimulus" : " ^2 .0.0"
2929 },
3030 "jest" : {
3131 "testRegex" : " test/.*\\ .test.js" ,
Original file line number Diff line number Diff line change 22 "name" : " @symfony/ux-swup" ,
33 "description" : " Swup integration for Symfony" ,
44 "license" : " MIT" ,
5- "version" : " 1.0 .0" ,
5+ "version" : " 1.1 .0" ,
66 "symfony" : {
77 "controllers" : {
88 "swup" : {
2424 "swup" : " ^2.0"
2525 },
2626 "peerDependencies" : {
27- "stimulus" : " ^1 .0.0"
27+ "stimulus" : " ^2 .0.0"
2828 },
2929 "devDependencies" : {
3030 "@babel/cli" : " ^7.12.1" ,
3131 "@babel/core" : " ^7.12.3" ,
3232 "@babel/plugin-proposal-class-properties" : " ^7.12.1" ,
3333 "@babel/preset-env" : " ^7.12.7" ,
34- "@symfony/stimulus-testing" : " ^1.0 .0" ,
35- "stimulus" : " ^1 .0.0"
34+ "@symfony/stimulus-testing" : " ^1.1 .0" ,
35+ "stimulus" : " ^2 .0.0"
3636 },
3737 "jest" : {
3838 "testRegex" : " test/.*\\ .test.js" ,
You can’t perform that action at this time.
0 commit comments