Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add default loading skeleton #1512

Merged
merged 32 commits into from
Jan 4, 2024

Commits on Aug 21, 2023

  1. feat: add global loading logic

    # This is the 1st commit message:
    
    feat: add global loading logic
    
    # This is the commit message umijs#2:
    
    chore: update
    
    # This is the commit message umijs#3:
    
    feat: add Loading Skeleton
    
    # This is the commit message umijs#4:
    
    feat: update
    
    # This is the commit message umijs#5:
    
    chore: update Loading
    
    # This is the commit message umijs#6:
    
    chore: update pnpm-lock.yaml
    
    # This is the commit message umijs#7:
    
    chore: fix lock file
    
    # This is the commit message umijs#8:
    
    Revert "chore: fix lock file"
    
    This reverts commit 73dee02.
    
    # This is the commit message umijs#9:
    
    Revert "chore: update pnpm-lock.yaml"
    
    This reverts commit 3f6f579.
    
    # This is the commit message umijs#10:
    
    chore: fix lock file
    
    # This is the commit message umijs#11:
    
    chore: update logic
    
    # This is the commit message umijs#12:
    
    chore(deps): bump umi@4.0.54
    
    # This is the commit message umijs#13:
    
    Revert "chore(deps): bump umi@4.0.54"
    
    This reverts commit 011ecf9.
    
    # This is the commit message umijs#14:
    
    fix: fix path error on windows platform
    
    # This is the commit message umijs#15:
    
    chore(deps): bump umi@4.0.54
    
    # This is the commit message umijs#16:
    
    chore: revert @umi/lint 4.0.54 => 4.0.53
    
    Because there is breaking change
    
    # This is the commit message umijs#17:
    
    chore(deps): upgrade umi@4.0.55
    
    # This is the commit message umijs#18:
    
    chore: update type
    
    # This is the commit message umijs#19:
    
    chore: update Loading
    
    # This is the commit message umijs#20:
    
    refactor: site template ignore dist dir (umijs#1518)
    
    add /dist > .gitignore
    # This is the commit message umijs#21:
    
    refactor: improve content padding when disable footer (umijs#1517)
    
    * chore(theme): improve the default theme style
    
    * chore: update Content style
    
    * chore: update
    # This is the commit message umijs#22:
    
    refactor: make chunk name clean for theme routes (umijs#1513)
    
    fix: special links not working bug in markdown (umijs#1524)
    
    * fix: absolute links and schema links lost bug in markdown
    
    * refactor: update relative link condition
    
    * refactor: update relative link condition for data url
    
    * Update src/loaders/markdown/transformer/rehypeLink.ts
    
    * Update src/loaders/markdown/transformer/rehypeLink.ts
    
    * refactor: new way to handle special links
    
    fix: workaround for helmet lost in ssr since umi@4.0.54 (umijs#1525)
    
    * fix: helmet lost in ssr since umi@4.0.53
    
    * refactor: patch helmet for version range
    
    * style: update
    
    fix: react types is missing in react template (umijs#1526)
    
    build: release 2.1.15
    
    Revert "Merge branch 'master' into wuxh/feat-1463"
    
    This reverts commit 6b344d9, reversing
    changes made to bfef009.
    Wxh16144 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    abbba95 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into wuxh/feat-1463

    # Conflicts:
    #	package.json
    #	pnpm-lock.yaml
    #	src/client/theme-api/types.ts
    #	src/client/theme-default/slots/Content/index.tsx
    #	src/features/theme/index.ts
    Wxh16144 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c2e592f View commit details
    Browse the repository at this point in the history
  3. chore: update

    Wxh16144 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    90631ee View commit details
    Browse the repository at this point in the history
  4. chore: update lock file

    Wxh16144 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ec9ce09 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    b6cfc8d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    d24b60f View commit details
    Browse the repository at this point in the history
  2. chore: bump @babel/traverse from 7.22.8 to 7.23.2 (umijs#1947)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2675e58 View commit details
    Browse the repository at this point in the history
  3. build: release 2.2.14

    PeachScript committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    31fd13c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    3753b1b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. fix: unexpected transformation of colon symbol (umijs#1962)

    Co-authored-by: liangjun.chen <liangjun.chen@yunqutech.com>
    DBSDs and liangjun.chen committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d87114e View commit details
    Browse the repository at this point in the history
  2. chore: bump browserify-sign from 4.2.1 to 4.2.2 (umijs#1954)

    Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
    - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
    - [Commits](browserify/browserify-sign@v4.2.1...v4.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: browserify-sign
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ef4835a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c2a6fb View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. fix: wrong search scroll position of 1-level heading in current page (u…

    …mijs#1978)
    
    * fix: fixed the hash was cleared and did not scroll to the corresponding position
    
    * feat: 调整搜索逻辑,如果目标链接是本页 & !hash,则滚动到顶部
    binyellow committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8f9e80b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7131d3e View commit details
    Browse the repository at this point in the history
  3. build: release 2.2.15

    PeachScript committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    fdc9672 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    65e9759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7975dca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d1b823 View commit details
    Browse the repository at this point in the history
  4. build: release 2.2.16

    PeachScript committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4246aff View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    b2489ac View commit details
    Browse the repository at this point in the history
  2. chore: revert change

    Wxh16144 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6eeac57 View commit details
    Browse the repository at this point in the history
  3. Revert "chore: revert change"

    This reverts commit 6eeac57.
    Wxh16144 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    fee192f View commit details
    Browse the repository at this point in the history
  4. chore: remove

    Wxh16144 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7b2897c View commit details
    Browse the repository at this point in the history
  5. feat: add loadcomp logic

    Wxh16144 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    9ee8f22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f373a03 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Revert "Revert "chore: revert change""

    This reverts commit fee192f.
    Wxh16144 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    d609dc7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/2.3.0' into wuxh/feat-1463_2.3.0

    # Conflicts:
    #	pnpm-lock.yaml
    #	src/client/theme-default/slots/SearchResult/index.tsx
    #	src/constants.ts
    Wxh16144 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b3af251 View commit details
    Browse the repository at this point in the history
  3. chore: ?

    Wxh16144 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    45f7bd6 View commit details
    Browse the repository at this point in the history
  4. chore: clean code

    Wxh16144 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    255baf2 View commit details
    Browse the repository at this point in the history
  5. chore: update lock file

    Wxh16144 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b8119b4 View commit details
    Browse the repository at this point in the history
  6. chore: update

    Wxh16144 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    43ca3b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. chore: update style

    Wxh16144 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    ff42b74 View commit details
    Browse the repository at this point in the history