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: merge master into feature #6698

Closed
wants to merge 65 commits into from
Closed

chore: merge master into feature #6698

wants to merge 65 commits into from

Conversation

vagusX
Copy link
Member

@vagusX vagusX commented Aug 6, 2024

No description provided.

zombieJ and others added 30 commits December 22, 2023 10:39
* chore: init

* feat: autoScroll disabled

* chore: comment it
* feat: 优化数字键盘及虚拟输入框无障碍

* fix: 优化test snapshots

* chore: use locale

* chore: update desc

* test: fix img part

* test: fix img part

* test: fix img part

* test: fix img test

* test: rm useless snapshot

* test: fix modal test

* test: more test case

* test: more test case

* test: more test case

* test: more test case

* test: role check

* test: rm fake timer

---------

Co-authored-by: 二货机器人 <[email protected]>
* docs: add demo

* refactor: move to activeKey

* chore: index of it

* chore: tmp of total

* refactor: render items

* chore: number render

* docs: update docs

* chore: update lock file

* test: update test case
删除 readonly pointer-events:none属性,解决 readonly状态下,超出不可滚动问题
* fix: 修复Radio组件隐藏所有input的问题

* fix: 使用更优雅的方式

---------

Co-authored-by: weixue <[email protected]>
Co-authored-by: 二货机器人 <[email protected]>
#6531)

* refactor(infinite-scroll): optimize error handling in scroll functions

* chore: simplify logic

---------

Co-authored-by: 二货机器人 <[email protected]>
demo中onchange方法参数value对应的ts类型与文档所写的不一致,一个是[number, number],一个是number[]
* Update demo2.tsx

demo2中onchange方法参数value对应的ts类型与文档所写的不一致,一个是[number, number],一个是number[]

* chore: fix ts

---------

Co-authored-by: 二货机器人 <[email protected]>
* refactor: replace lodash/memoize with nano-memoize

* fix: memoize equal

* fix: memoize equal

* refactor: import
* fix: (FormItem) help icon click stopPropagation

* test: add test case

* chore: clean up

---------

Co-authored-by: 二货机器人 <[email protected]>
* feat: export useConfig

* chore: test & limit exceed

---------

Co-authored-by: 二货机器人 <[email protected]>
…he Tabs component (#6558)

Update index.en.md

Remove duplicate CSS Variables in Tabs components doc.
Update index.zh.md

Remove unused code
* refactor: replace lodash/assignWith with vanilla js

* fix: size limit
chore: master merge feature
zombieJ and others added 23 commits May 27, 2024 11:44
* feat(ConfigProvider): add icons config

* refactor: use util

* test: update testcase

* test: update testcase

* refactor: use util

* test: add test case

* chore: rename

* refactor: props -> mergedProps, p -> props

* test(CenterPopup): closeIcon

* test(Popup): closeIcon

* test(CheckList): activeIcon

* test(Form): helpIcon and arrowIcon

* test(Input): clearIcon

* test(NavBar): backIcon

* test(NoticeBar): closeIcon

* test(useResultIcon): icon

* test(useResultIcon): icon

* test(CenterPopup): props override context

* test(CheckList): props override context

* test(Form): props override context

* test(Input): props override context

* test(List): props override context

* test(NavBar): props override context

* test(NoticeBar): props override context

* test(Popup): props override context

* chore: re-order

* feat(Toast): revert context

* chore: fix ts

* refactor: decoupling

* refactor: decoupling

* fix(notice-bar): icon class

* fix(dropdown): mergeProp

* fix(notice-bar): icon class

* test(nav-bar): override

* test(search-bar): override

* chore: fix default

* chore: rollback

* fix: virtualInput icon

---------

Co-authored-by: 二货机器人 <[email protected]>
…ger the scale case (#6651)

* test: adjust test case

* test: test driven

* test: update test case
#6657)

* fix: nav_bar backIcon attribute is compatible with backArrow attribute

* refactor: use mergeProp instead

---------

Co-authored-by: 丁聪 <[email protected]>
Co-authored-by: 二货机器人 <[email protected]>
…croll (#6660)

* chore: jumpTo should also jump to the view

* test: add test case

* chore: rollback package.json

* chore: back of ignore

* test: update snapshot

* chore: fix import

* test: update snapshot
* test: update snapshot

* test: update snapshot
* feat(DatePicker): add quarter precision

* test(DatePicker): add test case for quarter precision

* chore: upgrade pnpm/action-setup to v4 to prevent ci failures

---------

Co-authored-by: Ke Qingrong <[email protected]>
* docs(ListItem): add arrowIcon demo

* docs(ListItem): use ArrowsAltOutline icon
…her to hide (#6676)

* feat(CalendarPickerView): title support boolean value to control whether to hide

* docs(CalendarPickerView): improve the document type of the title

* refactor: title boolean type only support false

* docs(CalendarPickerView): title boolean type only support false

* test(CalendarPickerView): add title false case

* enhance: showHeader remove useMemo
* fix: rtl mode change not has init animate

* fix: watch activeLineMode change init animate
* fix: remove aria-hidden

* test: update snap

* test: update config-provider snap

* fix: remove aria-hidden
* fix(locale): 修复补充哈萨克语翻译

* fix(locale): 修复补充哈萨克语翻译 (#6680)

* chore: 🔧 update test snapshot (#6681)
* chore: upgrade rc-field-form dependencies ~1.27.4 to ^1.34.2

* chore: update lock
Copy link
Contributor

github-actions bot commented Aug 6, 2024

Size Change: -8.94 kB (-2.43%)

Total Size: 358 kB

Filename Size Change
./lib/bundle/antd-mobile.compatible.umd.js 192 kB -3.23 kB (-1.65%)
./lib/bundle/antd-mobile.umd.js 147 kB -5.87 kB (-3.85%)
./lib/bundle/css-vars-patch.css 1.42 kB +9 B (+0.64%)
./lib/bundle/style.css 18.1 kB +160 B (+0.89%)

compressed-size-action

Copy link
Contributor

github-actions bot commented Aug 6, 2024

PR preview has been successfully built and deployed to https://antd-mobile-preview-pr-6698.surge.sh

@vagusX vagusX closed this Aug 6, 2024
Copy link
Contributor

github-actions bot commented Aug 6, 2024

Deploy PR preview failed.

1 similar comment
Copy link
Contributor

github-actions bot commented Aug 6, 2024

Deploy PR preview failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.