Peter Hauke
73f61397fa
Fix typos and make minor edits to language ( #912 )
...
Fix typos
Remove hyphen from SVG-Edit as SVGEdit seems to be the correct title of the package
Make minor edits to language
Change "underlying svg edition" to "underlying svg editor". I think "edition" is wrong as it does not seem to make sense here.
2023-07-25 11:48:02 +02:00
smed79
24c63f1a8b
Update README.md ( #898 )
2023-04-27 08:33:22 +02:00
JFH
8619a17333
add a more visible comment to avoid issue #875
2023-02-06 22:13:05 +01:00
smed79
1cd30205d9
Update README.md ( #844 )
...
formatting + syntax highlighting code blocks
2022-11-05 19:32:38 +01:00
JFH
b6f8158200
Update README.md
2022-08-22 09:42:26 +02:00
JFH
f47759867a
fix issue with publish and readme minor changes
2022-08-14 15:36:29 +02:00
JFH
43bf93968a
separate svgcanvas from svgedit
...
now you can use directlt svgcanvas. see readme.md
* configure workspaces
* move svgcanvas to packages folder
* move utils to common and paint to svgcanvas
* make svgcanvas a dependency of svgedit
* update deps
* workspaces requires npm 7 at least so the ci needs a new node version
* update github actions to V3
* update snapshots using custom svg exports
* remove unmaintained cypress snapshot plugin
* new github action to add coverage in PR
* Update onpushandpullrequest.yml
* svgcanvas v7.1.6
2022-08-14 15:01:51 +02:00
JFH
3b6b726a02
Update README.md
2022-02-01 10:21:37 +01:00
JFH
7d56233647
Update README.md
2022-01-12 19:20:01 +01:00
JFH
02feff8db5
React test ( #700 )
...
* first commit for react-test
* Update selection.js
* small arrangements to archived files
* prepare for PR
2022-01-08 22:41:33 +01:00
JFH
9e96290a25
fix 692 and some refactoring
2022-01-03 17:23:06 -03:00
JFH
e620ef6c05
7.1.1
2022-01-01 22:28:01 -03:00
JFH
791e69fa25
prepare for 7.1.0
2021-12-30 23:51:40 -03:00
JFH
6332fa0591
update for V7.0.0
2021-11-08 09:28:22 +01:00
JFH
e71958e705
fix several configuration issue and linter
2021-05-19 23:09:40 +02:00
JFH
09ce034f5a
allow 6.1.0 from netlify
2021-05-15 19:54:43 +02:00
JFH
f0afb4e397
Update README.md
2021-05-10 09:28:40 +02:00
JFH
b96be5fbc3
Update README.md
2021-05-10 09:10:10 +02:00
JFH
8f61218679
Update README.md
2021-05-10 09:07:02 +02:00
JFH
233909de91
Update README.md
2021-05-10 08:56:50 +02:00
JFH
ded5e11e80
Update README.md
2021-01-03 23:19:30 +01:00
JFH
384bccdd8b
Update README.md
2020-12-12 15:43:27 +01:00
JFH
e673b54ee2
Only leave the built versions for demo.
2020-11-11 12:14:22 +01:00
JFH
381c3bae99
Update README.md
2020-09-23 23:45:41 +02:00
jfh
5447d05e8c
Update README.md
2020-09-19 23:11:33 +02:00
jfh
3167363742
prepare requirements for netlify
2020-09-13 12:44:35 +02:00
JFH
0ea0dc9590
new URL for the logo
2020-08-04 20:08:41 +02:00
JFH
b36f9a563f
update with correct URLs after the folder reorg.
2020-08-04 20:08:05 +02:00
Brett Zamir
1a9b00a1f8
- License: Remove "CC-BY-SA-2.0" as explicit license type, but make note about unclear provenance of some images
...
- Docs: Update license badges to reflect lack of (known) CC-BY-SA-2.0 usage
- Replace CC-BY-SA-2.0 polygon image (thanks, @mowijo !)
2020-05-04 09:19:16 +08:00
Brett Zamir
65fcb1da9a
- Docs: Fix demo links
2020-03-22 09:54:27 +08:00
Brett Zamir
5b6570f5bb
- Docs: lbs
2020-03-17 14:34:27 +08:00
Brett Zamir
6a933cf3bd
- Docs: Update README re: non-permissive license type (also avoid embedding dev licenses image--just link to it)
...
- Docs: Update licenses-dev badge
2020-03-17 14:22:56 +08:00
Brett Zamir
623a8a715a
- Docs: Link to (Tiger) screenshot SVG source
2020-03-03 20:16:29 +08:00
Brett Zamir
7c6f512512
- Linting: Lint hidden `ncurc.js` file
...
- Docs: Add 6.0.0.md migration file
- Docs: Update Contributing, Testing (renamed to Development), Linting and ReleaseInstructions
- Docs: Info on submodules
- npm: Add scripts for updating submodules
- npm: Add `license-badges`, `build-docs`, and `copy` scripts to `prepublishOnly` script
- npm: Bump to 6.0.0
2020-02-22 14:16:12 +08:00
Brett Zamir
7b8ef46ce7
- Comment out simple licenses badge as integrate into others
2020-01-08 10:58:23 +08:00
Brett Zamir
11a21fe93a
- License: Reflect actual license of library in `package.json` based
...
not only on licenses of repository as a whole (i.e., "MIT") but
individual component files; see `filesByLicense` in `licenseInfo.json`
for a map of license to these files within the repo with their own
licenses. See the new license badges on the README for a summary of
the licenses including either bundled devDependencies or all
`devDependencies` (we have no direct npm `dependencies` currently).
- Docs: Add license badges and `licenseInfo.json` (has a
`filesByLicense` map of files to licenses (not yet used programmatically)
and `bundledRootPackages` which is used by `license-badger` to know which
dev. packages are being bundled (added by `npm run copy`) for determining
summary of all licenses including bundled).
- npm: Update devDep.
2020-01-08 10:56:21 +08:00
Brett Zamir
6287bdfb6b
- Docs (README): Add lb before code example
2020-01-07 09:30:25 +08:00
Igin
0ef2c24c80
Add screenshot
2020-01-06 23:57:55 +08:00
Brett Zamir
8fd368d06c
- Docs: Update link for `master`
2020-01-06 22:06:03 +08:00
Brett Zamir
37ddd63863
- Docs: Fix error in flag
2020-01-06 21:33:03 +08:00
Brett Zamir
b94802a57c
- Docs: Add note about not cloning recursively
2020-01-06 21:29:37 +08:00
Igin
a552fff347
Update README.md
2020-01-06 20:22:45 +08:00
Brett Zamir
97f64d2189
- Refactoring: Move `build-html` to `build` directory
...
- Optimization: Remove old build/tools closure/yuicompressor code
- Testing: Produce mochawesome report
- Testing: Cypress with multiple reporters (was expecting we'd need, but doesn't hurt to add for now)
- Docs: Add testing badge
- Docs: Reprioritize `docs` in commit lists (prioritize user-facing)
- npm: Update `package-lock.json` (seems to have fixed so Cypress shows incremental results)
2020-01-06 13:42:52 +08:00
Brett Zamir
5f9085be1b
- Move badges to own folder
2019-12-21 11:04:07 +08:00
Brett Zamir
af42d1fb0f
- Docs (README): Change coverage badge embedding to work on npmjs (as well as github)
2019-12-20 17:04:27 +08:00
Brett Zamir
a6f65cec0b
- Docs: Use SVG-based coverage badge on README in place of PNG
2019-12-18 21:32:44 +08:00
Brett Zamir
3200e0ab8e
- Docs/Build: Script to build coverage badge
2019-11-25 08:40:37 +08:00
Brett Zamir
11fd7afbc7
- Docs: Use https in link as elsewhere
2019-11-24 17:38:51 +08:00
Brett Zamir
1930d01007
- Build: Add Github workflows
...
- Docs: Indicate current coverage on README
2019-11-24 17:06:35 +08:00
Brett Zamir
f7c1174427
- Docs: Update README re: release
2019-11-16 10:55:08 +08:00