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

chore: master merge feature #6403

Merged
merged 26 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f407579
feat: update calendar
bravepg May 22, 2023
865c3fc
fix: update style
bravepg Jun 24, 2023
0bd85a7
fix: update test snap
bravepg Jun 24, 2023
1400ca2
feat: update readme
bravepg Jun 24, 2023
d1e999d
chore: Improve react import type (#6245)
1587315093 Jul 13, 2023
45b7bb6
feat: CascaderView support fieldNames (#6242)
1587315093 Jul 13, 2023
5c37f06
refactor: fieldName index change and tree-select use hook (#6248)
1587315093 Jul 14, 2023
4005ea4
feat(ActionSheet): support popup styles (#6246)
miracles1919 Jul 15, 2023
47b5fe1
fix: merge conflict
bravepg Jul 26, 2023
6a5595f
fix: usercase
bravepg Jul 26, 2023
e8f6c15
refactor: fieldNames replace with hook (#6268)
1587315093 Jul 28, 2023
03f7308
feat: split calendar view
bravepg Aug 6, 2023
b26e2aa
feat: update config
bravepg Aug 13, 2023
ac7c2be
feat: selector's options support fieldNames (#6303)
1587315093 Aug 15, 2023
5ed6ffd
chore: feature merge master (#6324)
miracles1919 Aug 16, 2023
4a86cfd
feat: support for incoming ref to image-uploader (#6316)
19Qingfeng Aug 17, 2023
69b350a
feat(Tabs): support RTL mode (#6314)
Fog3211 Aug 23, 2023
ac559c4
Merge branch 'feature' into feat/update-calendar
bravepg Aug 24, 2023
9179439
Merge pull request #6173 from ant-design/feat/update-calendar
bravepg Aug 24, 2023
b31e392
enhance: delete drag lock. add leave view back to zoom (#6317)
1587315093 Sep 11, 2023
30b6b84
Revert "enhance: delete drag lock. add leave view back to zoom" (#6361)
miracles1919 Sep 11, 2023
969837b
feat: add maxCount to Popover.Menu (#6373)
1587315093 Oct 16, 2023
e5750a1
chore: Rename Calendar to CalendarPicker (#6402)
zombieJ Oct 19, 2023
06ff9cc
chore: master merge feature
zombieJ Oct 19, 2023
9072ec3
chore: update config
zombieJ Oct 19, 2023
e572c7b
test: update snapshot
zombieJ Oct 19, 2023
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
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
strict-peer-dependencies = false
auto-install-peers=false
2 changes: 2 additions & 0 deletions config/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ export const components = {
experimental: [
'/guide/what-is-experimental',
'/components/calendar',
'/components/calendar-picker',
'/components/calendar-picker-view',
'/components/dropdown',
'/components/floating-bubble',
'/components/image-uploader',
Expand Down
Loading
Loading