Skip to content
Permalink
develop

Commits on Feb 4, 2022

Commits on Feb 3, 2022

  1. fix: Coverpage when content > viewport height (#1744)

    * fix: .gitignore paths
    * fix: Coverpage when content > viewport height
    
    fix #381
    jhildenbiddle committed Feb 3, 2022

Commits on Feb 2, 2022

Commits on Feb 1, 2022

  1. chore: bump node-fetch in /packages/docsify-server-renderer (#1738)

    Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
    - [Release notes](https://github.com/node-fetch/node-fetch/releases)
    - [Commits](node-fetch/node-fetch@v2.6.6...v2.6.7)
    
    ---
    updated-dependencies:
    - dependency-name: node-fetch
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot committed Feb 1, 2022

Commits on Jan 31, 2022

  1. refactor: Update test environments and lint configuration (#1736)

    * Update test environments and lint configuration
    
    Update Jest (unit + integration) and Playwright (e2e) test environments. Includes stability improvements for e2e tests using newer, more stable methods per the Playwright docs.
    
    - Update Jest 26 => 27
    - Update Jest-related libs (babel parser)
    - Update Playwright 1.8 => Playwright Test 1.18
    - Update GitHub CI (action versions, job parallelization, and matrices)
    - Update ESLint 5 => 8
    - Update ESLint-related libs (parser, prettier, Jest, Playwright)
    - Fix test failures on M1-based Macs
    - Fix e2e stability issues by replacing PW $ method calls
    - Fix ESLint errors
    - Fix incorrect CI flag on Jest runs (-ci => --ci)
    - Refactor e2e test runner from Jest to Playwright Test
    - Refactor e2e test files for Playwright Test
    - Refactor fix-lint script name to lint:fix for consistency
    - Refactor npm scripts order for readability
    - Remove unnecessary configs and libs
    - Remove example image snapshots
    jhildenbiddle committed Jan 31, 2022

Commits on Jan 26, 2022

  1. Merge pull request #1734 from docsifyjs/mark-ssr-as-experimental

    docs: mention that SSR is experimental and incomplete, …
    trusktr committed Jan 26, 2022

Commits on Jan 24, 2022

  1. mention that SSR is experimental and incomplete, prevent people from …

    …using it thinking it is ready for prime time
    trusktr committed Jan 24, 2022

Commits on Jan 23, 2022

  1. Merge pull request #1725 from docsifyjs/update-license

    Update LICENSE
    trusktr committed Jan 23, 2022

Commits on Jan 17, 2022

  1. Update LICENSE

    trusktr committed Jan 17, 2022

Commits on Jan 14, 2022

Commits on Jan 13, 2022

  1. fix: packages/docsify-server-renderer/package.json & packages/docsify…

    …-server-renderer/package-lock.json to reduce vulnerabilities (#1715)
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-DOCSIFY-1090577
    snyk-bot committed Jan 13, 2022

Commits on Jan 4, 2022

  1. style: allow devs to test both build and tests at the same time (#1707)

    The docker:rebuild script rebuilds the docker image from scratch including the Docsify build, while the new one rebuilds only Docsify code and makes local re-testing faster.
    trusktr committed Jan 4, 2022
  2. Merge pull request #1688 from docsifyjs/docker-local

    test: for making test steady in docker locally.
    trusktr committed Jan 4, 2022

Commits on Dec 21, 2021

Commits on Dec 10, 2021

  1. update: commands.

    Koooooo-7 committed Dec 10, 2021
  2. Merge pull request #1683 from iNuanfeng/develop

    Fix: Theme preview in Mobile Chrome, Safari
    trusktr committed Dec 10, 2021

Commits on Dec 9, 2021

  1. Merge pull request #1685 from docsifyjs/classes

    convert Docsify and mixins to ES classes
    trusktr committed Dec 9, 2021
  2. update: integration.

    Koooooo-7 committed Dec 9, 2021
  3. update: rebuild.

    Koooooo-7 committed Dec 9, 2021
  4. update: remove user.

    Koooooo-7 committed Dec 9, 2021
  5. test:docker locally.

    Koooooo-7 committed Dec 9, 2021

Commits on Dec 8, 2021

Commits on Dec 6, 2021

Commits on Nov 24, 2021

Commits on Nov 19, 2021

  1. docs: update noCompileLinks documentation (#1666)

    Co-authored-by: ζ²ˆε” <52o@qq52o.cn>
    trusktr and sy-records committed Nov 19, 2021

Commits on Oct 22, 2021

  1. fix: Cannot read property 'tagName' of null (#1655)

    Have a look at this issue #1154 .
    https://codesandbox.io/s/loving-matsumoto-hp985?file=/index.html
    Open devtools and click the *blank space* of svg(not path) will reproduce this issue.
    
    `parentNode` may be `null`.
    https://github.com/docsifyjs/docsify/blob/develop/src/core/router/history/html5.js#L25-L27
    
    However, hash router has fixed this issue😜.
    https://github.com/docsifyjs/docsify/blob/develop/src/core/router/history/hash.js#L47-L49
    
    Co-authored-by: ζ²ˆε” <52o@qq52o.cn>
    woshiguabi and sy-records committed Oct 22, 2021
  2. docs: Update nameLink in configuration.md (#1653)

    Like [this commit](#1651), thie configuration.md page needs to be updated.
    
    Co-authored-by: ζ²ˆε” <52o@qq52o.cn>
    2jun0 and sy-records committed Oct 22, 2021

Commits on Oct 17, 2021

Commits on Oct 15, 2021

  1. docs: add nameLink for change logo redirect. (#1651)

    add nameLink to change logo redirect path for different lang docs.
    Co-authored-by: ζ²ˆε” <52o@qq52o.cn>
    2jun0 committed Oct 15, 2021
Older