Skip to content

Commit

Permalink
feat: add global loading logic
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
Wxh16144 committed Aug 21, 2023
1 parent d84997f commit abbba95
Show file tree
Hide file tree
Showing 10 changed files with 771 additions and 411 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"react-copy-to-clipboard": "^5.1.0",
"react-error-boundary": "^3.1.4",
"react-intl": "^6.1.1",
"react-loading-skeleton": "^3.1.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-remove-comments": "^5.0.0",
"rehype-stringify": "^9.0.3",
Expand Down
Loading

0 comments on commit abbba95

Please sign in to comment.