7b8ef46ce7
- Comment out simple licenses badge as integrate into others
Brett Zamir
2020-01-08 10:58:23 +08:00
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.
Brett Zamir
2020-01-08 10:56:21 +08:00
3fe912eba8
- Linting (ESLint): As per latest eslint-plugin-jsdoc - npm: Bump devDep.
Brett Zamir
2020-01-08 04:10:54 +08:00
2ea517fc1b
- Linting (ESLint): Revert addition of radix which is not needed in ES6 dev. environment (Babel to handle)
Brett Zamir
2020-01-07 18:59:36 +08:00
fae7d33b8a
- Linting (ESLint): List needed polyfills by directories so known whether users will need or just in development
Brett Zamir
2020-01-06 22:51:29 +08:00
28d558daf8
- Docs: Try publishing something in releases for submodules
Brett Zamir
2020-01-06 18:02:37 +08:00
a00e423d16
- Build: Begin adding previous versions as submodules (so can be hosted on Github Pages along with master, yet not a normal part of cloning)
Brett Zamir
2020-01-06 17:42:21 +08:00
2810d8e699
- Testing: Remove extra spec - Testing (coverag)e: Remove nyc_output to avoid instrumentation building on past results
Brett Zamir
2020-01-06 14:45:53 +08:00
711cfc4ecc
- Fix: Ensure setupCurPrefs is run (including when source or url is set within the URL)
Brett Zamir
2020-01-05 11:11:44 +08:00
d0d7efabc4
- Refactoring: Reduce BBQ dependency (not yet removable as used still in svgeditor)
Brett Zamir
2020-01-05 10:32:31 +08:00
56197a493c
- Refactoring: Switch from $.param.querystring to URL
Brett Zamir
2020-01-05 09:52:34 +08:00
37424278d1
- BREAKING CHANGE: Remove $.pref in favor of new svgEditor.pref (avoiding polluting jQuery). (Might be moved to own module in future.) - BREAKING CHANGE: putLocale (a function called automatically by svg-editor.js) no longer checks pref. Should not impact average consumers.
Brett Zamir
2020-01-05 08:53:41 +08:00
e356b95a03
- Fix: Background URL was not settable back to nothing; fixes#376
Brett Zamir
2020-01-04 22:32:52 +08:00
0029a932b2
- Fix: Misspelling for dropXMLInternalSubset method (also fixes use in imagelib when defaulting to image's title) - Fix: Redirect paths for imagelib redirect checks
Brett Zamir
2020-01-04 17:32:19 +08:00
e0ceec2a38
- Docs(imagelib): Further jsdoc work
Brett Zamir
2020-01-04 17:05:11 +08:00
6f8d45cda9
- Docs: Remove outdated info on jsdoc linting (now just part of eslint config) - npm: Rename open script to open-tests, and add open script for opening instance of svgedit - npm: Ensure starting server for open scripts
Brett Zamir
2019-12-25 16:06:44 +08:00
fc41ea7a43
- Testing: Separate tests into unit/ui; split UI tests by specific domain; setup browser-bug folder and ui issues folder - Testing: Create test utilities for selecting English and visiting and approving storage - Testing: Add test for tool selection
Brett Zamir
2019-12-23 18:34:28 +08:00