Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docsifyjs/docsify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: docsifyjs/docsify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dom-with-solid
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 26 files changed
  • 1 contributor

Commits on Jan 7, 2022

  1. convert some DOM creation code to Solid JSX

    This updates Rollup and replaces Buble with Babel (we're already using Babel anyway) to add babel-preset-solid for compiling Solid JSX expressions.
    
    At the moment this breaks the current SSR feature.
    trusktr committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    388ceba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    badcf91 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. get tests running

    We had to pin the `colors` library (used by live-server)because the
    author wilfully broke it to disrupt millions of users.
    Marak/colors.js#285
    trusktr committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    5de5e5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b17826f View commit details
    Browse the repository at this point in the history
  3. update docker test script

    trusktr committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    fd494bd View commit details
    Browse the repository at this point in the history
  4. Turn the corner, cover, and main tpl functions into Solid components …

    …with props, then use them as JSX
    trusktr committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    9658ed4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. pin playwright to 1.8 to avoid regressions, and fix flaky tests

    Playwright had some in-range breaking changes (regressions): microsoft/playwright#10819 and microsoft/playwright#11570
    
    Playwright tests need to `await onceRendered()` after each route navigation to wait for render to finish before testing the state of the rendered DOM. Tests were flaky because they were looking for DOM before render finished (sometimes).
    
    Additionally, this fixes one test that was failing only locally, but not in CI, due to a RegExp check against page.url() (not sure why it would differ on CI vs local, but now the URL is explicit).
    trusktr committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    38f2d24 View commit details
    Browse the repository at this point in the history
Loading