Commit Graph

3670 Commits

Author SHA1 Message Date
JFH
945569cfab fix menu popups 2021-08-15 12:39:12 +02:00
JFH
7f46fce845 Update scenario.js.snap 2021-08-15 09:28:56 +02:00
JFH
5a4f7f6d5b publish 7.0.0-beta.5 2021-08-15 09:02:11 +02:00
JFH
330670b5e4 Merge pull request #608 from SVG-Edit/css
implement Grid Css and less intrusive DOM change.
2021-08-15 02:08:16 +02:00
JFH
ddf3269bd0 fix sidepanel with grid css 2021-08-15 01:50:19 +02:00
JFH
b50fe0aee1 remove change image and minor refactoring 2021-08-13 14:37:55 +02:00
JFH
57c43e441f use clientY/X instead of pageX so the body can be scrolled 2021-08-12 18:50:34 +02:00
JFH
4de7af29c8 Update seList.js 2021-08-12 11:34:42 +02:00
JFH
7a4b140d96 fix issue with color picker (see comment)
this component likely needs to be replaced with an external picker if available.
2021-08-12 10:33:11 +02:00
JFH
8de405eb17 Update TopPanel.js 2021-08-12 10:02:19 +02:00
JFH
30d5f7d3d3 fix top toolbar css 2021-08-12 09:30:52 +02:00
JFH
b5ee544b09 palette using flex 2021-08-11 10:16:23 +02:00
JFH
86c0e9cf03 image folder variable used consistently 2021-08-11 10:16:00 +02:00
JFH
4557d338c1 no more png so remove optimizer from project. 2021-08-09 17:35:34 +02:00
JFH
90ce030304 minimum 2 lines for toolbar on smaller screen 2021-08-09 17:35:07 +02:00
JFH
c3c1c37cb6 fix issue with import lib 2021-08-09 17:34:38 +02:00
JFH
f9dacb85c0 overflow for left bar 2021-08-09 16:29:51 +02:00
JFH
27ffeb156f fix several css issues 2021-08-09 10:37:51 +02:00
JFH
e53182456a fix test 2021-08-08 00:33:21 +02:00
JFH
cc4b3676a1 extend css grid to rulers 2021-08-07 23:52:50 +02:00
JFH
cfb47fa952 change to css grid 2021-08-07 00:06:58 +02:00
JFH
b048afb72e fix(chore): make svgedit less intrusive by adding components in its div instead of document.body. 2021-08-04 11:24:47 +02:00
JFH
ee6bda3c5c move untested components to Archive 2021-08-04 11:23:05 +02:00
JFH
f73f6779c3 7.0.0-beta.2
entry point Editor.js
2021-08-03 18:23:00 +02:00
JFH
a9bc2f4445 Update web-dev-server.config.mjs 2021-08-03 17:10:33 +02:00
JFH
71300084ca Merge pull request #607 from SVG-Edit/build-update
Make easier the integration of svgEdit into other applications
2021-08-02 12:59:02 +02:00
JFH
f3ad5d4621 downgrading rollup plugin to 18.0.0 due to issue on launch
Uncaught SyntaxError: The requested module '/__web-dev-server__/rollup/shared.js?web-dev-server-rollup-null-byte=%00%2FUsers%2Fjean-francoishenon%2FWork%2Fsvgedit%2Fnode_modules%2Fcore-js-pure%2Finternals%2Fshared.js%3Fcommonjs-module' does not provide an export named 'exports'
2021-08-02 10:57:36 +02:00
JFH
7f5f455667 Update index.html 2021-08-02 00:21:25 +02:00
JFH
5435ab9a59 allow to give a div other than the default one (with id=svg_editor) 2021-08-02 00:12:20 +02:00
JFH
8644836f4e make Editor.js the entry point 2021-08-01 23:46:51 +02:00
JFH
3febd28b89 update dependencies 2021-08-01 23:46:08 +02:00
JFH
a99761152d move untested extensions to the archive folder (see comment)
anyone wishing to test and confirm it should go back to the project can submit an issue (or better propose a PR).
2021-08-01 23:45:44 +02:00
JFH
015767974e update color for image lib 2021-07-29 23:26:28 +02:00
JFH
b1d11216ba Merge pull request #606 from SVG-Edit/update-pkg
Update and clean several dependencies
2021-07-25 22:21:42 +02:00
JFH
5b1a11756f fix script bug 2021-07-25 22:13:06 +02:00
JFH
a417b1b32e update 2021-07-25 21:55:36 +02:00
JFH
3b8565a824 Update package.json 2021-07-25 21:33:06 +02:00
JFH
de949c81fa remove sonarjs 2021-07-25 21:27:16 +02:00
JFH
37711ae786 remove mocha report 2021-07-25 21:26:48 +02:00
JFH
f618be716c remove systemjs build (V5 can be used) 2021-07-25 21:26:14 +02:00
JFH
c4f0431436 remove mocha reports (cypress coverage sufficient) 2021-07-25 21:21:54 +02:00
JFH
f6041b5740 minor ES6 improvements 2021-07-25 14:18:57 +02:00
JFH
a454a6342d Merge pull request #602 from SVG-Edit/issues/326
#326 unpositioned extension button in wrong place
2021-07-23 17:49:29 +02:00
agriyadev5
1e55ece172 #326 unused variable removed 2021-07-23 14:30:48 +05:30
agriyadev5
3bce54b3db #326 unpositioned extension button in wrong place 2021-07-23 12:46:55 +05:30
JFH
83632b65d9 Merge pull request #600 from SVG-Edit/issues/262_1 2021-07-22 23:46:02 +02:00
JFH
50fe6a12d2 Merge pull request #601 from SVG-Edit/issues/316 2021-07-22 23:45:14 +02:00
agriyadev5
eaa30389b9 #316 unused variable removed 2021-07-22 13:13:29 +05:30
agriyadev5
785c19a7ff #316 image export changes 2021-07-22 13:00:54 +05:30
agriyadev5
a5945db3c4 #262 Shape selection not working as expected with the rectangle / circle tool active 2021-07-22 12:06:26 +05:30