-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into releases/october
- Loading branch information
Showing
264 changed files
with
603 additions
and
26,698 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ on: | |
- "examples/finefoods-antd/**" | ||
- "examples/finefoods-client/**" | ||
- "examples/finefoods-material-ui/**" | ||
- "examples/app-crm/**" | ||
- "examples/pixels/**" | ||
- "examples/invoicer/**" | ||
types: | ||
|
@@ -24,25 +23,24 @@ jobs: | |
examples: ${{ steps.filter.outputs.changes }} | ||
all_examples: ${{ steps.deploy-previews-label.outputs.all_examples }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Get PR labels | ||
id: pr-labels | ||
uses: joerick/[email protected] | ||
- name: 'Check deploy previews label' | ||
if: ${{ contains(steps.pr-labels.outputs.labels, ' deploy-previews ') }} | ||
id: deploy-previews-label | ||
run: echo 'all_examples=["finefoods-antd", "finefoods-client", "finefoods-material-ui", "app-crm", "pixels", "invoicer"]' >> $GITHUB_OUTPUT | ||
- uses: dorny/paths-filter@v3 | ||
if: ${{ !contains(steps.pr-labels.outputs.labels, ' deploy-previews ') }} | ||
id: filter | ||
with: | ||
filters: | | ||
'finefoods-antd': 'examples/finefoods-antd/**' | ||
'finefoods-client': 'examples/finefoods-client/**' | ||
'finefoods-material-ui': 'examples/finefoods-material-ui/**' | ||
'app-crm': 'examples/app-crm/**' | ||
'pixels': 'examples/pixels/**' | ||
'invoicer': 'examples/invoicer/**' | ||
- uses: actions/checkout@v4 | ||
- name: Get PR labels | ||
id: pr-labels | ||
uses: joerick/[email protected] | ||
- name: "Check deploy previews label" | ||
if: ${{ contains(steps.pr-labels.outputs.labels, ' deploy-previews ') }} | ||
id: deploy-previews-label | ||
run: echo 'all_examples=["finefoods-antd", "finefoods-client", "finefoods-material-ui", "pixels", "invoicer"]' >> $GITHUB_OUTPUT | ||
- uses: dorny/paths-filter@v3 | ||
if: ${{ !contains(steps.pr-labels.outputs.labels, ' deploy-previews ') }} | ||
id: filter | ||
with: | ||
filters: | | ||
'finefoods-antd': 'examples/finefoods-antd/**' | ||
'finefoods-client': 'examples/finefoods-client/**' | ||
'finefoods-material-ui': 'examples/finefoods-material-ui/**' | ||
'pixels': 'examples/pixels/**' | ||
'invoicer': 'examples/invoicer/**' | ||
deploy_previews: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -167,7 +167,7 @@ Ant Design removed `less`, uses and recommends `CSS-in-JS` instead. You need to | |
|
||
### Compile errors | ||
|
||
Some users repored ([issue#1](https://discord.com/channels/837692625737613362/1056236230641209396/1056236230641209396), [issue#2](https://discord.com/channels/837692625737613362/1056592183702061177/1056592183702061177)) compile errors after upgrading from `@refinedev/[email protected]` to `@refinedev/[email protected]`. They also provided solutions. | ||
Some users reported ([issue#1](https://discord.com/channels/837692625737613362/1056236230641209396/1056236230641209396), [issue#2](https://discord.com/channels/837692625737613362/1056592183702061177/1056592183702061177)) compile errors after upgrading from `@refinedev/[email protected]` to `@refinedev/[email protected]`. They also provided solutions. | ||
|
||
#### Solution 1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.