Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
25e0d13
fix: fieldPath not support arrayIndex like a[1]/a.1
pointhalo Mar 4, 2025
2556545
test: more type test case
pointhalo Mar 5, 2025
58c4f54
Merge branch release into fix-fieldPath
pointhalo Mar 5, 2025
3d4a73b
v2.76.0-alpha.1
pointhalo Mar 5, 2025
2c331b7
chore: update root dependence typescript version from v4 -> 5.8.2
pointhalo Mar 5, 2025
e043919
feat: add team ssh
SudoUserReal Mar 5, 2025
59c461c
feat: add team ssh
SudoUserReal Mar 5, 2025
c5da771
feat: add team ssh
SudoUserReal Mar 5, 2025
6901d6e
feat: add team ssh
SudoUserReal Mar 5, 2025
d7ff92b
chore: tsconfig remove suppressImplicitAnyIndexErrors
pointhalo Mar 5, 2025
0563052
fix: resolve JsonViewer type error (#2748)
anjiazhuyouxing Mar 7, 2025
b9f5ad7
Merge branch 'release'
YannLynn Mar 7, 2025
bc9db7e
docs(changelog): v2.76.0 update
YannLynn Mar 7, 2025
98e5fb3
chore: publish 2.76.0
semi-team Mar 7, 2025
c5a7695
v2.76.0
semi-team Mar 7, 2025
13ad695
test: comment out ignored test cases
YannLynn Mar 7, 2025
0009aac
chore: fix type error of rspack plugin for webcomponent loader
pointhalo Mar 10, 2025
fc92f7a
fix: Semantic generic parameters
pointhalo Mar 11, 2025
a168b16
fix: useFieldState type
pointhalo Mar 11, 2025
7bf3579
chore: Try to be compatible with strict type
pointhalo Mar 11, 2025
7bca589
v2.76.0-alpha.2
pointhalo Mar 11, 2025
f783c00
chore: ingore some case
pointhalo Mar 11, 2025
6187fa0
v2.76.0-alpha.3
pointhalo Mar 11, 2025
b45633c
fix: type error
pointhalo Mar 11, 2025
495c8a7
v2.76.0-alpha.4
pointhalo Mar 11, 2025
121ec35
fix: type error of form hoc and datepicker month
pointhalo Mar 11, 2025
5f8908b
chore: update alpha version hash
pointhalo Mar 11, 2025
ed20b57
v2.76.0-alpha.5
pointhalo Mar 11, 2025
7fc80df
fix: add Reg/Map/Set endpoint
pointhalo Mar 11, 2025
f788d9b
v2.76.0-alpha.6
pointhalo Mar 11, 2025
f30b478
v2.76.0-alpha.6
pointhalo Mar 11, 2025
caaa4cf
Merge branch 'fix-fieldPath' of github.com:DouyinFE/semi-design into …
pointhalo Mar 11, 2025
2b482e6
v2.76.0-alpha.7
pointhalo Mar 11, 2025
7e85604
fix: without generic
pointhalo Mar 11, 2025
daff828
v2.76.0-alpha.8
pointhalo Mar 11, 2025
4efe8f7
fix: remove isSpecailObject type define
pointhalo Mar 11, 2025
bed6f42
v2.76.0-alpha.9
pointhalo Mar 11, 2025
71ab518
fix: wrong version bump
pointhalo Mar 11, 2025
f4aa4ec
fix: wrong version bump
pointhalo Mar 11, 2025
9181267
fix: wrong version bump
pointhalo Mar 11, 2025
be57966
v2.76.0-alpha.9
pointhalo Mar 11, 2025
ebd0669
v2.76.0-alpha.10
pointhalo Mar 11, 2025
81f1818
Merge branch Main into fix-fieldPath
pointhalo Mar 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
v2.76.0-alpha.7
  • Loading branch information
pointhalo committed Mar 11, 2025
commit 2b482e6c158b8d110782f9c076245a181ee7abd5
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"useWorkspaces": true,
"npmClient": "yarn",
"version": "2.76.0-alpha.6"
"version": "2.76.0-alpha.7"
}
2 changes: 1 addition & 1 deletion packages/semi-foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-foundation",
"version": "2.76.0-alpha.6",
"version": "2.76.0-alpha.7",
"description": "",
"scripts": {
"build:lib": "node ./scripts/compileLib.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/semi-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-ui",
"version": "2.76.0-alpha.6",
"version": "2.76.0-alpha.7",
"description": "A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.",
"main": "lib/cjs/index.js",
"module": "lib/es/index.js",
Expand All @@ -22,7 +22,7 @@
"@dnd-kit/utilities": "^3.2.1",
"@douyinfe/semi-animation": "2.76.0-alpha.5",
"@douyinfe/semi-animation-react": "2.76.0-alpha.5",
"@douyinfe/semi-foundation": "2.76.0-alpha.6",
"@douyinfe/semi-foundation": "2.76.0-alpha.7",
"@douyinfe/semi-icons": "2.76.0-alpha.1",
"@douyinfe/semi-illustrations": "2.76.0-alpha.2",
"@douyinfe/semi-theme-default": "2.76.0-alpha.1",
Expand Down
Loading