Commit Graph

90 Commits

Author SHA1 Message Date
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
Brett Zamir
4785aa9cae - Docs: Add vulnerabilities badge; reorder
- npm: Bump to 5.1.0
2019-11-16 10:52:24 +08:00
Brett Zamir
ed2e6e8a97 - npm: Rename build-config to build-by-config 2019-07-12 19:14:49 -07:00
Brett Zamir
5eb3e09034 - Docs: Further indenting 2019-06-27 15:29:01 +08:00
Brett Zamir
6d5c1cc2c3 - Doc indenting for Github 2019-06-27 15:28:16 +08:00
Brett Zamir
d142dbc745 - Docs: Clarify build steps 2019-06-27 15:23:53 +08:00
Brett Zamir
f3399b8839 - Docs: Clarify build steps 2019-06-27 15:22:03 +08:00
Brett Zamir
f802bfa4c2 - Docs: Clarify 2019-06-27 15:14:20 +08:00
Brett Zamir
bd97406c5d - Docs: Indicate --save flag for installing 2019-06-27 15:10:36 +08:00
Brett Zamir
9e392cf66b - Docs: Further installation clarifications 2019-06-27 15:06:56 +08:00
Brett Zamir
efcde397ac - Optimization: Re-rerun image optimization per update
- Linting (ESLint): Adjust per now applied rules
- Testing: Accessibility test API update
- Docs: Clarify need for Node.js/npm being installed
- npm: Update devDeps and core-js-bundle copy; add new axe testing peer dep. axe-core
2019-06-27 12:24:37 +08:00
Brett Zamir
c39d86cb58 Add IssueHunt button 2019-06-20 13:36:59 +08:00
Brett Zamir
fc0c53f61a - Breaking change: Switch from deprecated @babel/polyfill to
`core-js-bundle` and `regenerator-runtime` replacements
- Fix: Fully redirect extension entrances for lacking browser support
- Docs: Simplify comments in HTML files re: script purposes
- Docs: Update release instructions
- npm: Update devDeps (jsdoc, security audit)
- npm: Bump to 5.0.0
2019-05-07 08:02:32 +08:00