Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
63b838e
refactor(wip): svelte4 => svelte5
Col0ring Mar 4, 2026
330fde1
refactor(wip): components
Col0ring Mar 4, 2026
4806960
refactor(wip): component props
Col0ring Mar 4, 2026
3f50b93
refactor(wip): component props
Col0ring Mar 9, 2026
d9b3b62
refactor(wip): fix event handler
Col0ring Mar 9, 2026
ae3cdbd
fix: gradio config
Col0ring Mar 10, 2026
98ba96c
feat: styles & class_names
Col0ring Mar 10, 2026
254201c
fix: slot key position
Col0ring Mar 12, 2026
1cd2ed1
refactor(antdx): components migration
Col0ring Mar 18, 2026
8ce8063
refactor(antdx): components migration
Col0ring Mar 18, 2026
0b74709
refactor(antdx): new components notification & think
Col0ring Mar 18, 2026
d659bff
refactor(antdx): new components folder & code-highlighter
Col0ring Mar 19, 2026
ef84796
refactor(antdx): new components mermaid & sources
Col0ring Mar 19, 2026
5d4c703
refactor(pro): migration
Col0ring Mar 24, 2026
26ea248
chore: enter prerelease mode and version packages
Col0ring Mar 24, 2026
2f28df5
chore: update versions
Col0ring Mar 24, 2026
2b6ba3d
fix(ci): create github tag and release
Col0ring Mar 24, 2026
f9f2cae
fix: cloned props
Col0ring Mar 27, 2026
47f5d26
chore: update deps
Col0ring Apr 8, 2026
a962e0a
fix: property alias
Col0ring Apr 8, 2026
bb4001a
fix: antdx docs
Col0ring Apr 10, 2026
e4bff15
chore: antd properties 5.x => 6.3.5
Col0ring Apr 15, 2026
e009cd0
chore: add changeset
Col0ring Apr 15, 2026
8e3441e
chore: update versions
Col0ring Apr 15, 2026
9d9b41a
docs: update readme
Col0ring Apr 15, 2026
0fde948
chore: update versions
Col0ring Apr 15, 2026
dd2f3fd
fix: docs
Col0ring Apr 17, 2026
ce62f00
docs: add repo wiki
Col0ring Apr 17, 2026
feb96ca
docs: add wiki link to README
Col0ring Apr 17, 2026
3244b83
fix: docs
Col0ring Apr 17, 2026
0e0beb0
docs: update wiki
Col0ring Apr 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 12 additions & 0 deletions .changeset/eleven-aliens-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@modelscope-studio/lint-config': major
'@modelscope-studio/changelog': major
'@modelscope-studio/antdx': major
'@modelscope-studio/antd': major
'@modelscope-studio/base': major
'@modelscope-studio/pro': major
'@modelscope-studio/frontend': major
'modelscope_studio': major
---

refactor: migrate to Gradio 6.0, Ant Design 6.0, Ant Design X 2.0
12 changes: 12 additions & 0 deletions .changeset/pink-sails-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@modelscope-studio/lint-config': patch
'@modelscope-studio/changelog': patch
'@modelscope-studio/antdx': patch
'@modelscope-studio/antd': patch
'@modelscope-studio/base': patch
'@modelscope-studio/pro': patch
'@modelscope-studio/frontend': patch
'modelscope_studio': patch
---

feat: complete new features of antd & antdx
15 changes: 15 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"modelscope_studio": "1.6.1",
"@modelscope-studio/changelog": "1.6.1",
"@modelscope-studio/lint-config": "1.6.1",
"@modelscope-studio/frontend": "1.6.1",
"@modelscope-studio/antd": "1.6.1",
"@modelscope-studio/antdx": "1.6.1",
"@modelscope-studio/base": "1.6.1",
"@modelscope-studio/pro": "1.6.1"
},
"changesets": ["eleven-aliens-sell", "pink-sails-itch"]
}
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- next
env:
CI: true

Expand Down Expand Up @@ -37,7 +38,7 @@ jobs:
github.event.head_commit.message == 'chore: update versions'
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22
- name: Install Pnpm
if: |
github.event.head_commit.message == 'chore: update versions'
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ yalc.lock
.stylelintcache
.DS_Store
.pytest_cache

.qoder
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"python-envs.defaultEnvManager": "ms-python.python:conda",
"python-envs.defaultPackageManager": "ms-python.python:conda",
"python-envs.pythonProjects": []
"python-envs.defaultPackageManager": "ms-python.python:conda"
}
514 changes: 514 additions & 0 deletions .wiki/en/API Reference/API Reference.md

Large diffs are not rendered by default.

Loading
Loading