Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: 同步main的changelog.md,处理空格问题 (#2707)
* 1.2.3 (#2360) * fix(loading): resolve style error (#1873) * fix(loading): resolve style error * test: update unit test * feat: empty的文案添加换行 (#1870) * fix(button): 修复[button] type="submit"时,disabled未生效 (#1878) * fix(button): 修复[button] type="submit"时,disabled未生效 修复[button] type="submit"时,disabled未生效 * fix(button): 修复[button] type="submit"时,disabled未生效 修复[button] type="submit"时,disabled未生效 * test: update snap --------- Co-authored-by: zjianzzhang <[email protected]> * style(row): row垂直居中样式 (#1866) 添加row的flex布局,垂直居中 * fix(progress): 安卓机朗读异常 & 动态朗读 (#1354) * fix: 安卓机朗读异常 * fix: fix code * fix: 安卓不发音 * fix: fix code * fix: wip 优化中 * fix: 优化 * chore: update snap * fix: fix code * fix: fix code * fix: 错误使用iOS变量 * fix(补充注释): 补充注释 * fix: 优化 * test: update snap * fix: 补充注释 * fix: 优化部分注释, remove code * fix: 优化注释 --------- Co-authored-by: leejimqiu <[email protected]> * feature/swiper aria v2 (#1598) * feat(swiper): support aria * feat(swiper): support custom ariaLabel * feat(swiper): image name * chore(swiper): update snap --------- Co-authored-by: leejimqiu <[email protected]> * docs: update custom theme * fix(radio): resolve style (#1889) * feat: 支持分割线组件的线条使用变量控制属性 (#1890) * fix(action-sheet): resolve ts error of show method (#1907) * fix(grid): 修复column>=4个时,--td-grid-item-image-width和--td-grid-item-text-font-size是无效的 (#1903) * chore: update _common (#1902) * feat: 支持radio的内容字体大小使用变量。 (#1895) * feat: 支持radio的内容字体大小使用变量。 * style: 修改css变量名称 * Bitjian fix/radio icon size (#1909) * fix: 修复--td-radio-icon-size对未选中的图标未生效 * fix: fix radio 未选择的图标未生效 * fix(radio): support css variables to change circle icon size --------- Co-authored-by: bitjian <[email protected]> * chore: publish v1.1.2 (#1910) * chore: publish v1.1.2 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(rate): 评分组件支持无障碍滑动 (#1574) * fix(rate): 评分组件支持滑动无障碍操作(#1050) * fix(rate): 评分组件样式问题修复.(#1050) * fix(rate): 评分组件单测问题.(#1050) * fix(rate): 抽象样式, 冗余代码.(#1050) * fix(rate): 删除冗余节点.(#1050) * fix(rate): 优化读取.(#1050) * fix(rate): 新增额外的读取.(#1050) * fix(rate): 修复警告旁白导致的滑动卡顿.(#1050) * fix(rate): sr-only注释(#1050) * fix(rate): update test snapshots. (#1050) * build: remove preview workflow tentatively * fix(upload): resolve max (#1914) * fix(navbar): resolve capsule zindex (#1920) * chore: update site * fix(button): 修复variant=outline等状态下loading不展示 (#1922) * fix(button): 修复variant=outline等状态下loading不展示 * fix(button): loading inheritColor 字段错误 * fix(navbar): resolve vertical align (#1926) * fix(navbar): resolve vertical align * test(navbar): update snapshot * fix(dropdown-menu): support multiple column radio (#1927) * fix(Link): resolve disabled problem (#1928) * fix(calendar): resolve error (#1930) * fix(calendar): resolve error * fix(calendar): make observer robust * fix(tabs): resolve content overflow (#1931) * fix(tabs): resolve content overflow * test(tabs): update snapshot * chore: update issue template * fix(Input): resolve vertical layout style error (#1934) * feat(collapse): add header-left-icon property (#1933) * feat(tabs): add middle slot (#1936) * chore: publish v1.1.3 (#1937) * chore: publish v1.1.3 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(slider): enable dragstart and dragend event (#1940) * fix(image-viewer): add using-custom-navation property (#1944) * feat(Swiper): update api docs (#1945) * feat(Swiper): update api docs * Update CHANGELOG.md * fix(picker): enable to using falsy value (#1948) * fix(toast): auto hide when page is hide (#1947) * feat(swiper): add image-load event (#1949) * feat(swiper): add image-load event * fix: resolve fallback value * test: update snapshot * chore: publish v1.1.4 (#1950) * chore: publish v1.1.4 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * docs(picker): enrich api detail (#1956) * fix(tabs): resolve track position (#1958) * feat(pulldown-refresh): add some properties from scroll-view (#1959) * feat(pulldown-refresh): add some properties from scroll-view * refactor(pulldown-refresh): using px to calculate * feat(loading): support indicator slot * test: update snapshot * fix(pulldown-refresh): resolve value (#1960) * feat(datetime-picker): support steps property (#1961) * feat(steps): add sequence property (#1962) * feat(dropdown-menu): add css variable for border width (#1967) * feat(Stepper): allow input to be empty (#1971) * fix(calendar): enable scroll into view when use-popup is false (#1969) * chore(image-viewer): update demo (#1968) * chore(image-viewer): update demo * chore(image-viewer): update demo * fix(action-sheet): enable close when click cancel * chore: recover demo * chore: publish v1.1.5 (#1975) * chore: publish v1.1.5 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * docs(badge): update api * fix(navbar): Fix invalid fixed attribute of Navbar component (#1982) * feat(Icon): update icon from 0.1.2 to 0.1.4 (#1979) * feat(Icon): update iconform 0.1.2 to 0.1.4 * test: update snapshots * chore: update _common * Feat/picker-zindex (#1985) * feat: picker添加层级控制 * refactor: 修改popupProps的处理逻辑 * refactor: fix template error * fix: picker compile error * fix(DropdownMenu): auto scroll to current (#1788) (#1981) * fix(DropdownMenu): auto scroll to current (#1788) * fix(DropdownMenu): resolve auto scroll wrong height (#1788) * fix(DropdownMenu): auto multi scroll to current (#1788) * feat: 添加支持date-picker的蒙层属性透 (#1991) * feat(Slider): the step attribute supports decimals (#1990) * feat(Slider): the step attribute supports decimals * fix(slider): resolve emit same value --------- Co-authored-by: leejimqiu <[email protected]> * chore: publish v1.1.5-beta * fix(pulldown-refresh): resolve refresh event * fix: 修复variant动态修改无效 * feat(Grid): enrich demo (#1993) * feat(Input): resolve label content wraps (#1994) * docs(Steps): remove invalid attributes (#1995) * fix(pulldown-refresh): resolve refresh event (#1998) * fix(pulldown-refresh): resolve refresh event * fix(pulldown-refresh): resolve change event * fix: fix [下拉菜单] 单选选项行高不一致 #1980 (#1992) * feat: action-sheet支持层级 (#2002) * fix: 修复多余 row 的样式导致 col 不换行问题 (#1996) * fix: 修复row样式问题 fix #1964, fix #1851 * fix: 修复多余 row 的样式导致 col 不换行问题 "fix #1964", "fix #1851" --------- Co-authored-by: pingwu <[email protected]> * fix(dialog): display of cancel and confirm button when calling a command. (#1986) * fix(dialog): Display problem of cancel and confirm button when calling a command. * revert(dialog): Revert changes to ` dialog.wxml` * fix(dialog): Button issue when invoking commands. --------- Co-authored-by: yuchumian <[email protected]> * fix(calendar): enable calendar type (#2003) * chore: publish v1.1.6 (#2004) * chore: publish v1.1.6 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore(ActionSheet): prohibit exporting components at index (#2008) * feat: action-sheet支持cancel的颜色变量 (#2007) * fix(sticky): resolve width (#2012) * fix(side-bar-item): fix prefix and suffix style anomalies (#2011) * fix(tabbar): resolve width when virtual-host not available (#2013) * chore: publish v1.1.6-beta * build: update npm publish * fix(action-sheet): resolve invalid syntax * fix(Icon): rename some icons (#2020) * fix(Icon): rename some icons * test: update snapshots * chore: publish v1.1.7 (#2031) * chore: publish v1.1.7 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat(Textarea): support max/min height (#2035) * feat(Textarea): support max/min height * test: update snapshots * fix: rename proposal to transform and display installation dependencies (#2046) * fix(DropdownMenu): resolved the basic library cannot be used under version 2.19.2 (#2043) * fix(DropdownMenu): resolved the basic library cannot be used under version 2.19.2 * test: update snapshots * fix(Sticky): resolved width problem (#2047) * fix(Sticky): resolved width problem * fix(sticky): recover classname --------- Co-authored-by: leejimqiu <[email protected]> * fix(navbar): polish bg support (#2049) * fix(drawer): resolve word misspelling (#2039) * fix(drawer): item-click parameter error * fix(drawer): item-click parameter error * fix(drawer): item-click parameter error * fix(image): enable dynamic dimension (#2050) * chore: publish v1.1.8 (#2051) * chore: publish v1.1.8 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(indexes): 索引导航无法选中问题 (#2036) * fix(indexes): 异步数据未重新计算高度 * docs(indexes): 增加async文档说明 * fix(indexes): 通过indexList null判断是否异步数据 * fix(indexes): 修改indexList type类型 * feat(switch): prevent click when the switch component props loading is true (#2061) * feat(checkbox): 自定义图标增加半选中态 (#2056) * feat(Search): support cursor-spacing attr (#2065) * feat(Search): support cursor-spacing attr * test: update snapshots * fix(Switch): resolved loading state style (#2074) * fix(Icon): resolved icon naming error (#2076) * fix(tree-select): enable keys property (#2085) * fix(radio-group): fix abnormal display of radio group selection status (#2082) * fix(radio-group): fix abnormal display of radio group selection status * fix(radio-group): fix abnormal display of radio group selection status * docs(slider): add faq part * fix(CellGroup): resolved borderen invalid (#2089) * chore: publish v1.1.9 (#2091) * chore: publish v1.1.9 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat(notice-bar): add interval property when direction='vertical' * test(notice-bar): add interval property when direction='vertical' * fix(Grid): resolved align='laft' valid (#2110) * fix(Fab): resolved hover-class invalid (#2093) * fix(upload): fix abnormal image display (#2098) * feat(tabs): add split property (#2113) * fix(slider): fix abnormal calculation of slider mark (#2114) * fix(Input): resolve value=0 is valid when type is number (#2108) * fix(slider): enable async render (#2115) * fix: add type check before call pagescroll (#2116) * build: remove issue assign logic * fix(action-sheet): do not trigger close event when disabled (#2117) * fix(stepper): trigger change when value changed (#2118) * chore: publish v1.1.10 (#2119) * chore: publish v1.1.10 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(tabs): fix style anomalies caused by too many tabs items (#2123) * fix(picker): fix default value is invalid (#2126) * feat(checkbox-group): add borderless property (#2124) * feat(checkbox-group): add borderless property * test(checkbox-group): add borderless property * fix(Stepper): resolved precision problem (#2130) * fix(radio): fix vertical align (#2135) * fix(checkbox): resolve align when icon size changed (#2136) * docs(checkbox): update (#2137) * docs(checkbox): update * fix(checkbox): resolve priority of disabled property * fix(search): catch tap event when trigger clear (#2139) * fix(search): catch tap event when triiger clear * test(search): update snapshot * docs: update used page * fix(divider): replace external class (#2140) * fix(divider): replace external class * test: update snapshot * feat(radio): enable allow-uncheck (#2141) * feat(radio): enable allow-uncheck * feat(radio-group): add allowUncheck for RadioOption * test(radio-group): add allowUncheck for RadioOption * feat(radio-group): update change value * fix(toast): resolve repeated event triggering (#2146) * feat(dropdown-item): add close event (#2147) * fix: resolve console warnings (#2149) * Update README.md (#2150) * fix(popup): update width when placement is bottom (#2152) * chore: publish v1.1.11 (#2153) * chore: publish v1.1.11 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * test: remove snapshot for virtual-host (#2161) * test: remove snapshot for virtual-host * test: update config * test: update config * fix(*): resolve console warn (#2164) * fix: 修复rate组件选中没有生效 (#2158) * fix: 修复rate组件选中没有生效 修复rate组件选中没有生效 * fix: 导致父组件tap失效 * fix(rate): uncatch event (#2168) * feat(pull-down-refresh): 增加show-scrollbar参数 (#2163) * docs(pulldown-refresh): add show-scrollbar property * fix(picker): observe value (#2169) * fix(tabs): enable scroll smoothly (#2170) * fix(tree-select): enable value with empty array (#2173) * chore: publish v1.1.12 (#2175) * chore: publish v1.1.12 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: add css variables content for api docs (#2182) * fix: resolved some spelling mistake * chore: add css variables content for api docs * docs: add external-class content (#2186) * docs(Button): add external-class contnet * docs(Grid): add external-class contnet * docs(Divider): add external-class content * feat(action-sheet): support the show-overlay property (#2194) * fix(toast): fix type error in the close method of toast (#2191) * fix: action ci script security * fix: resolved some spelling mistake (#2197) * fix: resolved some spelling mistake * fix(StepItem): remove useless css * Fix/20230715 wrong label (#2195) * fix(slider, message): 修复message nowrap classPrefix 失效 & slider 组件标签大括号异常 message nowrap 属性中的 classPrefix 被当做字符串处理,导致无法正常使用。slider 组件中多出来了一对闭合大括号,导致无法正常匹配 * fix(message 组件): marquee 还原 变量还原 * fix(message): 多余中括号移除 多余中括号移除 --------- Co-authored-by: gao.ghf <[email protected]> * docs(action-sheet): enable show-overlay (#2196) * fix(picker): column index is always zero (#2188) * docs: add external-class content (#2200) * chore: publish v1.1.13 (#2205) * chore: publish v1.1.13 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(popup): resolve auto focus (#2209) * fix(popup): resolve auto focus * test: update snapshot * feat(action-sheet): support suffix icon for list type (#2210) * fix: resolve slider render (#2211) * feat(TreeSelect): support label super long ellipsis (#2208) * chore: publish v1.1.13-beta * fix: enable remove scroller when component detached (#2215) * fix: enable remove scroller when component detached * fix: update variable name * fix: resolve grammar problem (#2217) * fix: resolve grammar problem * fix: recover unexpected changed * feat(overlay): enable duration (#2179) * feat(overlay): enable duration * test: snap-update * test: update snapshot --------- Co-authored-by: lijun <[email protected]> * chore: publish v1.1.14 (#2219) * chore: publish v1.1.14 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * docs(link): 补充使用说明,修复文档中句号导致的链接跳转错误 (#2227) * fix: update script for testing demo (#2235) * fix: update script for testing demo * fix: resolve eslint errors * fix(action-sheet): enable item color for grid type (#2231) * chore: remove getphonenumber on demo (#2225) * chore: remove getphonenumber on demo * test: update snapshot * fix(swipe-cell): enable dynaimc props (#2239) * feat(dropdown-menu): support custom icon for arrow (#2240) * chore: publish v1.1.15 (#2241) * chore: publish v1.1.15 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(Swiper): resolved loading style (#2246) * feat(search): support property for input (#2229) * feat(search): support maxcharacter and maxlength property * feat(search): example that support maxcharacter and maxlength property * test(search): support maxcharacter and maxlength property * feat(search): support property for input * test(search): support property for input * perf(search): support property for input * perf(search): support property for input * docs(swiper): add external class (#2256) * fix(TabBar): resolved demo code error (#2257) * feat(Icon): update icon form 0.1.4 to 0.2.0 (#2254) * fix(Input): resolved t-class-label invalid (#2259) * fix(Input): resolved t-class-label invalid * feat(Input): enrich css variables * fix(grid-item): invalid less variables (#2253) * fix(grid-item): invalid less variables * fix(grid-item): initialize default values * chore: upgrade icon-view component (#2269) * fix(radio): avoid unnecessary render (#2271) * fix(radio): avoid unnecessaryrender * test: update snapshot * fix(swipe-cell): prevent default scroll (#2281) * fix(collapse): enable expand all (#2280) * fix(collapse): enable expand all * test: update snapshot * docs(radio): update api * fix(swipe-cell): enable hidden on the beginning (#2283) * fix(checkbox): enable icon using slot (#2285) * feat(loading): add css variable for text color (#2273) * feat(loading): add css variable for text color BREAKING CHANGE: q * fix(loading): update text color * docs(loading): update css variables * fix(popup): resolve scroll over throught (#2290) * fix(popup): resolve scroll over throught * test: update snapshot * fix(popup): prevent scroll throught * chore: publish v1.2.0 (#2293) * chore: publish v1.2.0 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat(radio): enable readonly (#2292) * fix(CellGroup): resolved updateLastChid is triggered multiple times (#2302) * fix(Popup): resolved visibleChange event parameter error (#2303) * fix(rate): when value = 0, default-value != 0, allow-half = true, the effect is abnormal (#2307) * chore: update swiper demo * fix(radio): resolve event propagation (#2309) * fix(radio): resolve event propagation * test: update snapshot * chore: publish v1.2.1 (#2310) * chore: publish v1.2.1 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(stepper): enable input decimal number (#2314) * fix(stepper): enable input decimal number * test: update snapshot * fix(tree-select): resolve async options (#2315) * fix(tree-select): resolve async options * fix(tree-select): resolve error when data or options is async * fix(action-sheet): remove unused component (#2318) * feat(rate): rate组件库支持自定义图标前缀iconPrefix,适配第三方图标库 rate组件库支持自定义图标前缀iconPrefix,适配第三方图标库 fix #2327 * feat: fix fix * fix(side-bar): example abnormal (#2325) * fix(side-bar): example abnormal * test: snap-update * test(dropdown-menu): snap-update * test: update snapshot --------- Co-authored-by: leejimqiu <[email protected]> * Helly w feature/button agreeprivacyauthorization (#2330) * feat(button): add props buttonId & add event bindagreeprivacyauthorization * fix: 命名规范,修改button为tId * update button readme * test: update snapshot --------- Co-authored-by: HellyW <[email protected]> Co-authored-by: HellyW <[email protected]> * docs: recover en api * chore: update demo * chore: publish v1.2.2 (#2333) * chore: publish v1.2.2 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(button): no default value is set for t-id (#2337) * fix(search): no minimum height is set for the input * fix(dialog): 修复隐私协议接口bindagreeprivacyauthorization回调信息丢失问题 (#2342) fix #2341 * feat(image-viewer): accessibility (#2334) * feat(image-viewer): button aria * fix(image-viewer): mask close * feat(image-viewer): accessibility aria #1062 * style(image-viewer): style fix outline removed * chore(image-viewer): remove unused code remove unused code --------- Co-authored-by: yaonianhan <[email protected]> * docs: Remove extra symbols (#2350) * fix: update example (#2348) * fix(search): set the minimum input height to 48rpx * docs: add qrcode (#2355) * chore: publish v1.2.3 (#2356) * chore: publish v1.2.3 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: Cyrus <[email protected]> Co-authored-by: favouredddd <[email protected]> Co-authored-by: 孜孜 <[email protected]> Co-authored-by: zjianzzhang <[email protected]> Co-authored-by: tomcat-hz <[email protected]> Co-authored-by: 龙风 <[email protected]> Co-authored-by: zhangpaopao <[email protected]> Co-authored-by: Guan9 <[email protected]> Co-authored-by: Y <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: byqbai <[email protected]> Co-authored-by: betavs <[email protected]> Co-authored-by: jarmywang <[email protected]> Co-authored-by: jurrychen <[email protected]> Co-authored-by: pingwu <[email protected]> Co-authored-by: pingwu <[email protected]> Co-authored-by: yuchumian <[email protected]> Co-authored-by: yuchumian <[email protected]> Co-authored-by: ElanYoung <[email protected]> Co-authored-by: betavs <[email protected]> Co-authored-by: Antzy <[email protected]> Co-authored-by: xiaosansiji <[email protected]> Co-authored-by: Hwaphon <[email protected]> Co-authored-by: gao.ghf <[email protected]> Co-authored-by: ccccpj <[email protected]> Co-authored-by: qianxu <[email protected]> Co-authored-by: wū yāng <[email protected]> Co-authored-by: twinkleli <[email protected]> Co-authored-by: HellyW <[email protected]> Co-authored-by: HellyW <[email protected]> Co-authored-by: Michael <[email protected]> Co-authored-by: yaonianhan <[email protected]> Co-authored-by: 杨永安 <[email protected]> * Update CHANGELOG.md * Chore/release126 (#2513) * feat: Upload组件新增 disabled属性,首页补充服务声明 (#2489) * feat(Upload): add disabled props * feat(Upload): recover trd-privacy content * feat(Upload): fix md * Fix/calendar/hidden (#2491) * fix(calendar): can not hide in popup (#2483) * test: update snapshots * perf(step-item): listen for change in status to update the curStatus (#2480) * feat(notice-bar): enable event change (#2492) * feat(notice-bar): enable event change * docs(notice-bar): enable event change * perf(notice-bar): enable event change * fix(Icon): update demo (#2498) * fix(Icon): update demo * fix(home): add footer desc for home page * chore: update vscode settings (#2494) * fix(notice-bar): resolve console error (#2470) * fix(notice-bar): resolve console error * fix(notice-bar): cannot retrieve the 't-notice-bar__content' node * fix(Input): 解决 type 为 digit、number时,maxlength 和 maxcharacter 属性无效的问题 (#2497) * fix(inputMaxCount): 解决设置最大长度时类型为number、digit不生效问题 * fix(input): 解决type为number时初始值为0不生效的情况 * refactor(input): 优化是否值存在判断 * fix(input): 纠正值不存在判断 * refactor(utils): 去掉isOfType * fix: 去掉无用注释 * fix: 完善ts * fix: 完善条件 * refactor: 值定义工具函数纠正 * perf(utils): optimize the getCharacterLength function --------- Co-authored-by: yiqiuzheng <[email protected]> Co-authored-by: betavs <[email protected]> * docs(textarea): update default value (#2507) * fix(grid-item): resolve the issue of ineffective click when hover is true (#2508) * feat(fab): 悬浮按钮支持拖拽 (#2478) * feat(fab): 悬浮按钮支持拖拽 #2374 * style(fab): 移动实现逻辑改成touch,兼容webview和skyline框架 * fix(fab): 水平移动或垂直移动异常修复 * style(fab): 代码优化 * docs(fab): 文档更新 * fix: 修复checkbox onchange时无dateset数据 (#2469) * fix: 修复checkbox onchange时无dateset数据 * fix: 兼容group,筛选关键字段保留dataset * fix: 兼容group * fix: 兼容group * fix(CheckBox): dataset renama context --------- Co-authored-by: anlyyao <[email protected]> * docs: IssueShoot.md add jarmywang (#2509) * fix(tabbar): 修复tabbar红色气泡遮住了底部图标 (#2456) * fix(tabbar): 修复tabbar红色气泡遮住了底部图标 * fix(badge): 优化badge组件的定位方式 * fix(badge): 组件内部不建议用 "!important" * fix: 去掉tab-bar-item组件badge的外部样 * fix(badge): badge徽标定位样式优化 * test: update snapshots --------- Co-authored-by: anlyyao <[email protected]> * chore: publish v1.2.6 (#2511) * chore: publish v1.2.6 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Chore/release126 (#2512) * 1.2.3 (#2360) * fix(loading): resolve style error (#1873) * fix(loading): resolve style error * test: update unit test * feat: empty的文案添加换行 (#1870) * fix(button): 修复[button] type="submit"时,disabled未生效 (#1878) * fix(button): 修复[button] type="submit"时,disabled未生效 修复[button] type="submit"时,disabled未生效 * fix(button): 修复[button] type="submit"时,disabled未生效 修复[button] type="submit"时,disabled未生效 * test: update snap --------- Co-authored-by: zjianzzhang <[email protected]> * style(row): row垂直居中样式 (#1866) 添加row的flex布局,垂直居中 * fix(progress): 安卓机朗读异常 & 动态朗读 (#1354) * fix: 安卓机朗读异常 * fix: fix code * fix: 安卓不发音 * fix: fix code * fix: wip 优化中 * fix: 优化 * chore: update snap * fix: fix code * fix: fix code * fix: 错误使用iOS变量 * fix(补充注释): 补充注释 * fix: 优化 * test: update snap * fix: 补充注释 * fix: 优化部分注释, remove code * fix: 优化注释 --------- Co-authored-by: leejimqiu <[email protected]> * feature/swiper aria v2 (#1598) * feat(swiper): support aria * feat(swiper): support custom ariaLabel * feat(swiper): image name * chore(swiper): update snap --------- Co-authored-by: leejimqiu <[email protected]> * docs: update custom theme * fix(radio): resolve style (#1889) * feat: 支持分割线组件的线条使用变量控制属性 (#1890) * fix(action-sheet): resolve ts error of show method (#1907) * fix(grid): 修复column>=4个时,--td-grid-item-image-width和--td-grid-item-text-font-size是无效的 (#1903) * chore: update _common (#1902) * feat: 支持radio的内容字体大小使用变量。 (#1895) * feat: 支持radio的内容字体大小使用变量。 * style: 修改css变量名称 * Bitjian fix/radio icon size (#1909) * fix: 修复--td-radio-icon-size对未选中的图标未生效 * fix: fix radio 未选择的图标未生效 * fix(radio): support css variables to change circle icon size --------- Co-authored-by: bitjian <[email protected]> * chore: publish v1.1.2 (#1910) * chore: publish v1.1.2 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(rate): 评分组件支持无障碍滑动 (#1574) * fix(rate): 评分组件支持滑动无障碍操作(#1050) * fix(rate): 评分组件样式问题修复.(#1050) * fix(rate): 评分组件单测问题.(#1050) * fix(rate): 抽象样式, 冗余代码.(#1050) * fix(rate): 删除冗余节点.(#1050) * fix(rate): 优化读取.(#1050) * fix(rate): 新增额外的读取.(#1050) * fix(rate): 修复警告旁白导致的滑动卡顿.(#1050) * fix(rate): sr-only注释(#1050) * fix(rate): update test snapshots. (#1050) * build: remove preview workflow tentatively * fix(upload): resolve max (#1914) * fix(navbar): resolve capsule zindex (#1920) * chore: update site * fix(button): 修复variant=outline等状态下loading不展示 (#1922) * fix(button): 修复variant=outline等状态下loading不展示 * fix(button): loading inheritColor 字段错误 * fix(navbar): resolve vertical align (#1926) * fix(navbar): resolve vertical align * test(navbar): update snapshot * fix(dropdown-menu): support multiple column radio (#1927) * fix(Link): resolve disabled problem (#1928) * fix(calendar): resolve error (#1930) * fix(calendar): resolve error * fix(calendar): make observer robust * fix(tabs): resolve content overflow (#1931) * fix(tabs): resolve content overflow * test(tabs): update snapshot * chore: update issue template * fix(Input): resolve vertical layout style error (#1934) * feat(collapse): add header-left-icon property (#1933) * feat(tabs): add middle slot (#1936) * chore: publish v1.1.3 (#1937) * chore: publish v1.1.3 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(slider): enable dragstart and dragend event (#1940) * fix(image-viewer): add using-custom-navation property (#1944) * feat(Swiper): update api docs (#1945) * feat(Swiper): update api docs * Update CHANGELOG.md * fix(picker): enable to using falsy value (#1948) * fix(toast): auto hide when page is hide (#1947) * feat(swiper): add image-load event (#1949) * feat(swiper): add image-load event * fix: resolve fallback value * test: update snapshot * chore: publish v1.1.4 (#1950) * chore: publish v1.1.4 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * docs(picker): enrich api detail (#1956) * fix(tabs): resolve track position (#1958) * feat(pulldown-refresh): add some properties from scroll-view (#1959) * feat(pulldown-refresh): add some properties from scroll-view * refactor(pulldown-refresh): using px to calculate * feat(loading): support indicator slot * test: update snapshot * fix(pulldown-refresh): resolve value (#1960) * feat(datetime-picker): support steps property (#1961) * feat(steps): add sequence property (#1962) * feat(dropdown-menu): add css variable for border width (#1967) * feat(Stepper): allow input to be empty (#1971) * fix(calendar): enable scroll into view when use-popup is false (#1969) * chore(image-viewer): update demo (#1968) * chore(image-viewer): update demo * chore(image-viewer): update demo * fix(action-sheet): enable close when click cancel * chore: recover demo * chore: publish v1.1.5 (#1975) * chore: publish v1.1.5 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * docs(badge): update api * fix(navbar): Fix invalid fixed attribute of Navbar component (#1982) * feat(Icon): update icon from 0.1.2 to 0.1.4 (#1979) * feat(Icon): update iconform 0.1.2 to 0.1.4 * test: update snapshots * chore: update _common * Feat/picker-zindex (#1985) * feat: picker添加层级控制 * refactor: 修改popupProps的处理逻辑 * refactor: fix template error * fix: picker compile error * fix(DropdownMenu): auto scroll to current (#1788) (#1981) * fix(DropdownMenu): auto scroll to current (#1788) * fix(DropdownMenu): resolve auto scroll wrong height (#1788) * fix(DropdownMenu): auto multi scroll to current (#1788) * feat: 添加支持date-picker的蒙层属性透 (#1991) * feat(Slider): the step attribute supports decimals (#1990) * feat(Slider): the step attribute supports decimals * fix(slider): resolve emit same value --------- Co-authored-by: leejimqiu <[email protected]> * chore: publish v1.1.5-beta * fix(pulldown-refresh): resolve refresh event * fix: 修复variant动态修改无效 * feat(Grid): enrich demo (#1993) * feat(Input): resolve label content wraps (#1994) * docs(Steps): remove invalid attributes (#1995) * fix(pulldown-refresh): resolve refresh event (#1998) * fix(pulldown-refresh): resolve refresh event * fix(pulldown-refresh): resolve change event * fix: fix [下拉菜单] 单选选项行高不一致 #1980 (#1992) * feat: action-sheet支持层级 (#2002) * fix: 修复多余 row 的样式导致 col 不换行问题 (#1996) * fix: 修复row样式问题 fix #1964, fix #1851 * fix: 修复多余 row 的样式导致 col 不换行问题 "fix #1964", "fix #1851" --------- Co-authored-by: pingwu <[email protected]> * fix(dialog): display of cancel and confirm button when calling a command. (#1986) * fix(dialog): Display problem of cancel and confirm button when calling a command. * revert(dialog): Revert changes to ` dialog.wxml` * fix(dialog): Button issue when invoking commands. --------- Co-authored-by: yuchumian <[email protected]> * fix(calendar): enable calendar type (#2003) * chore: publish v1.1.6 (#2004) * chore: publish v1.1.6 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore(ActionSheet): prohibit exporting components at index (#2008) * feat: action-sheet支持cancel的颜色变量 (#2007) * fix(sticky): resolve width (#2012) * fix(side-bar-item): fix prefix and suffix style anomalies (#2011) * fix(tabbar): resolve width when virtual-host not available (#2013) * chore: publish v1.1.6-beta * build: update npm publish * fix(action-sheet): resolve invalid syntax * fix(Icon): rename some icons (#2020) * fix(Icon): rename some icons * test: update snapshots * chore: publish v1.1.7 (#2031) * chore: publish v1.1.7 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat(Textarea): support max/min height (#2035) * feat(Textarea): support max/min height * test: update snapshots * fix: rename proposal to transform and display installation dependencies (#2046) * fix(DropdownMenu): resolved the basic library cannot be used under version 2.19.2 (#2043) * fix(DropdownMenu): resolved the basic library cannot be used under version 2.19.2 * test: update snapshots * fix(Sticky): resolved width problem (#2047) * fix(Sticky): resolved width problem * fix(sticky): recover classname --------- Co-authored-by: leejimqiu <[email protected]> * fix(navbar): polish bg support (#2049) * fix(drawer): resolve word misspelling (#2039) * fix(drawer): item-click parameter error * fix(drawer): item-click parameter error * fix(drawer): item-click parameter error * fix(image): enable dynamic dimension (#2050) * chore: publish v1.1.8 (#2051) * chore: publish v1.1.8 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(indexes): 索引导航无法选中问题 (#2036) * fix(indexes): 异步数据未重新计算高度 * docs(indexes): 增加async文档说明 * fix(indexes): 通过indexList null判断是否异步数据 * fix(indexes): 修改indexList type类型 * feat(switch): prevent click when the switch component props loading is true (#2061) * feat(checkbox): 自定义图标增加半选中态 (#2056) * feat(Search): support cursor-spacing attr (#2065) * feat(Search): support cursor-spacing attr * test: update snapshots * fix(Switch): resolved loading state style (#2074) * fix(Icon): resolved icon naming error (#2076) * fix(tree-select): enable keys property (#2085) * fix(radio-group): fix abnormal display of radio group selection status (#2082) * fix(radio-group): fix abnormal display of radio group selection status * fix(radio-group): fix abnormal display of radio group selection status * docs(slider): add faq part * fix(CellGroup): resolved borderen invalid (#2089) * chore: publish v1.1.9 (#2091) * chore: publish v1.1.9 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat(notice-bar): add interval property when direction='vertical' * test(notice-bar): add interval property when direction='vertical' * fix(Grid): resolved align='laft' valid (#2110) * fix(Fab): resolved hover-class invalid (#2093) * fix(upload): fix abnormal image display (#2098) * feat(tabs): add split property (#2113) * fix(slider): fix abnormal calculation of slider mark (#2114) * fix(Input): resolve value=0 is valid when type is number (#2108) * fix(slider): enable async render (#2115) * fix: add type check before call pagescroll (#2116) * build: remove issue assign logic * fix(action-sheet): do not trigger close event when disabled (#2117) * fix(stepper): trigger change when value changed (#2118) * chore: publish v1.1.10 (#2119) * chore: publish v1.1.10 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(tabs): fix style anomalies caused by too many tabs items (#2123) * fix(picker): fix default value is invalid (#2126) * feat(checkbox-group): add borderless property (#2124) * feat(checkbox-group): add borderless property * test(checkbox-group): add borderless property * fix(Stepper): resolved precision problem (#2130) * fix(radio): fix vertical align (#2135) * fix(checkbox): resolve align when icon size changed (#2136) * docs(checkbox): update (#2137) * docs(checkbox): update * fix(checkbox): resolve priority of disabled property * fix(search): catch tap event when trigger clear (#2139) * fix(search): catch tap event when triiger clear * test(search): update snapshot * docs: update used page * fix(divider): replace external class (#2140) * fix(divider): replace external class * test: update snapshot * feat(radio): enable allow-uncheck (#2141) * feat(radio): enable allow-uncheck * feat(radio-group): add allowUncheck for RadioOption * test(radio-group): add allowUncheck for RadioOption * feat(radio-group): update change value * fix(toast): resolve repeated event triggering (#2146) * feat(dropdown-item): add close event (#2147) * fix: resolve console warnings (#2149) * Update README.md (#2150) * fix(popup): update width when placement is bottom (#2152) * chore: publish v1.1.11 (#2153) * chore: publish v1.1.11 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * test: remove snapshot for virtual-host (#2161) * test: remove snapshot for virtual-host * test: update config * test: update config * fix(*): resolve console warn (#2164) * fix: 修复rate组件选中没有生效 (#2158) * fix: 修复rate组件选中没有生效 修复rate组件选中没有生效 * fix: 导致父组件tap失效 * fix(rate): uncatch event (#2168) * feat(pull-down-refresh): 增加show-scrollbar参数 (#2163) * docs(pulldown-refresh): add show-scrollbar property * fix(picker): observe value (#2169) * fix(tabs): enable scroll smoothly (#2170) * fix(tree-select): enable value with empty array (#2173) * chore: publish v1.1.12 (#2175) * chore: publish v1.1.12 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: add css variables content for api docs (#2182) * fix: resolved some spelling mistake * chore: add css variables content for api docs * docs: add external-class content (#2186) * docs(Button): add external-class contnet * docs(Grid): add external-class contnet * docs(Divider): add external-class content * feat(action-sheet): support the show-overlay property (#2194) * fix(toast): fix type error in the close method of toast (#2191) * fix: action ci script security * fix: resolved some spelling mistake (#2197) * fix: resolved some spelling mistake * fix(StepItem): remove useless css * Fix/20230715 wrong label (#2195) * fix(slider, message): 修复message nowrap classPrefix 失效 & slider 组件标签大括号异常 message nowrap 属性中的 classPrefix 被当做字符串处理,导致无法正常使用。slider 组件中多出来了一对闭合大括号,导致无法正常匹配 * fix(message 组件): marquee 还原 变量还原 * fix(message): 多余中括号移除 多余中括号移除 --------- Co-authored-by: gao.ghf <[email protected]> * docs(action-sheet): enable show-overlay (#2196) * fix(picker): column index is always zero (#2188) * docs: add external-class content (#2200) * chore: publish v1.1.13 (#2205) * chore: publish v1.1.13 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(popup): resolve auto focus (#2209) * fix(popup): resolve auto focus * test: update snapshot * feat(action-sheet): support suffix icon for list type (#2210) * fix: resolve slider render (#2211) * feat(TreeSelect): support label super long ellipsis (#2208) * chore: publish v1.1.13-beta * fix: enable remove scroller when component detached (#2215) * fix: enable remove scroller when component detached * fix: update variable name * fix: resolve grammar problem (#2217) * fix: resolve grammar problem * fix: recover unexpected changed * feat(overlay): enable duration (#2179) * feat(overlay): enable duration * test: snap-update * test: update snapshot --------- Co-authored-by: lijun <[email protected]> * chore: publish v1.1.14 (#2219) * chore: publish v1.1.14 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * docs(link): 补充使用说明,修复文档中句号导致的链接跳转错误 (#2227) * fix: update script for testing demo (#2235) * fix: update script for testing demo * fix: resolve eslint errors * fix(action-sheet): enable item color for grid type (#2231) * chore: remove getphonenumber on demo (#2225) * chore: remove getphonenumber on demo * test: update snapshot * fix(swipe-cell): enable dynaimc props (#2239) * feat(dropdown-menu): support custom icon for arrow (#2240) * chore: publish v1.1.15 (#2241) * chore: publish v1.1.15 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(Swiper): resolved loading style (#2246) * feat(search): support property for input (#2229) * feat(search): support maxcharacter and maxlength property * feat(search): example that support maxcharacter and maxlength property * test(search): support maxcharacter and maxlength property * feat(search): support property for input * test(search): support property for input * perf(search): support property for input * perf(search): support property for input * docs(swiper): add external class (#2256) * fix(TabBar): resolved demo code error (#2257) * feat(Icon): update icon form 0.1.4 to 0.2.0 (#2254) * fix(Input): resolved t-class-label invalid (#2259) * fix(Input): resolved t-class-label invalid * feat(Input): enrich css variables * fix(grid-item): invalid less variables (#2253) * fix(grid-item): invalid less variables * fix(grid-item): initialize default values * chore: upgrade icon-view component (#2269) * fix(radio): avoid unnecessary render (#2271) * fix(radio): avoid unnecessaryrender * test: update snapshot * fix(swipe-cell): prevent default scroll (#2281) * fix(collapse): enable expand all (#2280) * fix(collapse): enable expand all * test: update snapshot * docs(radio): update api * fix(swipe-cell): enable hidden on the beginning (#2283) * fix(checkbox): enable icon using slot (#2285) * feat(loading): add css variable for text color (#2273) * feat(loading): add css variable for text color BREAKING CHANGE: q * fix(loading): update text color * docs(loading): update css variables * fix(popup): resolve scroll over throught (#2290) * fix(popup): resolve scroll over throught * test: update snapshot * fix(popup): prevent scroll throught * chore: publish v1.2.0 (#2293) * chore: publish v1.2.0 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat(radio): enable readonly (#2292) * fix(CellGroup): resolved updateLastChid is triggered multiple times (#2302) * fix(Popup): resolved visibleChange event parameter error (#2303) * fix(rate): when value = 0, default-value != 0, allow-half = true, the effect is abnormal (#2307) * chore: update swiper demo * fix(radio): resolve event propagation (#2309) * fix(radio): resolve event propagation * test: update snapshot * chore: publish v1.2.1 (#2310) * chore: publish v1.2.1 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(stepper): enable input decimal number (#2314) * fix(stepper): enable input decimal number * test: update snapshot * fix(tree-select): resolve async options (#2315) * fix(tree-select): resolve async options * fix(tree-select): resolve error when data or options is async * fix(action-sheet): remove unused component (#2318) * feat(rate): rate组件库支持自定义图标前缀iconPrefix,适配第三方图标库 rate组件库支持自定义图标前缀iconPrefix,适配第三方图标库 fix #2327 * feat: fix fix * fix(side-bar): example abnormal (#2325) * fix(side-bar): example abnormal * test: snap-update * test(dropdown-menu): snap-update * test: update snapshot --------- Co-authored-by: leejimqiu <[email protected]> * Helly w feature/button agreeprivacyauthorization (#2330) * feat(button): add props buttonId & add event bindagreeprivacyauthorization * fix: 命名规范,修改button为tId * update button readme * test: update snapshot --------- Co-authored-by: HellyW <[email protected]> Co-authored-by: HellyW <[email protected]> * docs: recover en api * chore: update demo * chore: publish v1.2.2 (#2333) * chore: publish v1.2.2 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(button): no default value is set for t-id (#2337) * fix(search): no minimum height is set for the input * fix(dialog): 修复隐私协议接口bindagreeprivacyauthorization回调信息丢失问题 (#2342) fix #2341 * feat(image-viewer): accessibility (#2334) * feat(image-viewer): button aria * fix(image-viewer): mask close * feat(image-viewer): accessibility aria #1062 * style(image-viewer): style fix outline removed * chore(image-viewer): remove unused code remove unused code --------- Co-authored-by: yaonianhan <[email protected]> * docs: Remove extra symbols (#2350) * fix: update example (#2348) * fix(search): set the minimum input height to 48rpx * docs: add qrcode (#2355) * chore: publish v1.2.3 (#2356) * chore: publish v1.2.3 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: Cyrus <[email protected]> Co-authored-by: favouredddd <[email protected]> Co-authored-by: 孜孜 <[email protected]> Co-authored-by: zjianzzhang <[email protected]> Co-authored-by: tomcat-hz <[email protected]> Co-authored-by: 龙风 <[email protected]> Co-authored-by: zhangpaopao <[email protected]> Co-authored-by: Guan9 <[email protected]> Co-authored-by: Y <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: byqbai <[email protected]> Co-authored-by: betavs <[email protected]> Co-authored-by: jarmywang <[email protected]> Co-authored-by: jurrychen <[email protected]> Co-authored-by: pingwu <[email protected]> Co-authored-by: pingwu <[email protected]> Co-authored-by: yuchumian <[email protected]> Co-authored-by: yuchumian <[email protected]> Co-authored-by: ElanYoung <[email protected]> Co-authored-by: betavs <[email protected]> Co-authored-by: Antzy <[email protected]> Co-authored-by: xiaosansiji <[email protected]> Co-authored-by: Hwaphon <[email protected]> Co-authored-by: gao.ghf <[email protected]> Co-authored-by: ccccpj <[email protected]> Co-authored-by: qianxu <[email protected]> Co-authored-by: wū yāng <[email protected]> Co-authored-by: twinkleli <[email protected]> Co-authored-by: HellyW <[email protected]> Co-authored-by: HellyW <[email protected]> Co-authored-by: Michael <[email protected]> Co-authored-by: yaonianhan <[email protected]> Co-authored-by: 杨永安 <[email protected]> * Update CHANGELOG.md --------- Co-authored-by: lijun <[email protected]> Co-authored-by: Cyrus <[email protected]> Co-authored-by: favouredddd <[email protected]> Co-authored-by: 孜孜 <[email protected]> Co-authored-by: zjianzzhang <[email protected]> Co-authored-by: tomcat-hz <[email protected]> Co-authored-by: 龙风 <[email protected]> Co-authored-by: zhangpaopao <[email protected]> Co-authored-by: Guan9 <[email protected]> Co-authored-by: Y <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: byqbai <[email protected]> Co-authored-by: betavs <[email protected]> Co-authored-by: jurrychen <[email protected]> Co-authored-by: pingwu <[email protected]> Co-authored-by: pingwu <[email protected]> Co-authored-by: yuchumian <[email protected]> Co-authored-by: yuchumian <[email protected]> Co-authored-by: ElanYoung <[email protected]> Co-authored-by: betavs <[email protected]> Co-authored-by: Antzy <[email protected]> Co-authored-by: xiaosansiji <[email protected]> Co-authored-by: Hwaphon <[email protected]> Co-authored-by: gao.ghf <[email protected]> Co-authored-by: ccccpj <[email protected]> Co-authored-by: qianxu <[email protected]> Co-authored-by: wū yāng <[email protected]> Co-authored-by: twinkleli <[email protected]> Co-authored-by: HellyW <[email protected]> Co-authored-by: HellyW <[email protected]> Co-authored-by: Michael <[email protected]> Co-authored-by: yaonianhan <[email protected]> Co-authored-by: 杨永安 <[email protected]> Co-authored-by: jeannehuang <[email protected]> * chore: update CHANGELOG.md (#2514) --------- Co-authored-by: Y <[email protected]> Co-authored-by: betavs <[email protected]> Co-authored-by: Echo <[email protected]> Co-authored-by: yiqiuzheng <[email protected]> Co-authored-by: betavs <[email protected]> Co-authored-by: hkaikai <[email protected]> Co-authored-by: gjl-0810 <[email protected]> Co-authored-by: yangbai <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lijun <[email protected]> Co-authored-by: Cyrus <[email protected]> Co-authored-by: favouredddd <[email protected]> Co-authored-by: 孜孜 <[email protected]> Co-authored-by: zjianzzhang <[email protected]> Co-authored-by: tomcat-hz <[email protected]> Co-authored-by: 龙风 <[email protected]> Co-authored-by: zhangpaopao <[email protected]> Co-authored-by: Guan9 <[email protected]> Co-authored-by: byqbai <[email protected]> Co-authored-by: jurrychen <[email protected]> Co-authored-by: pingwu <[email protected]> Co-authored-by: pingwu <[email protected]> Co-authored-by: yuchumian <[email protected]> Co-authored-by: yuchumian <[email protected]> Co-authored-by: ElanYoung <[email protected]> Co-authored-by: betavs <[email protected]> Co-authored-by: Antzy <[email protected]> Co-authored-by: xiaosansiji <[email protected]> Co-authored-by: Hwaphon <[email protected]> Co-authored-by: gao.ghf <[email protected]> Co-authored-by: ccccpj <[email protected]> Co-authored-by: qianxu <[email protected]> Co-authored-by: wū yāng <[email protected]> Co-authored-by: twinkleli <[email protected]> Co-authored-by: HellyW <[email protected]> Co-authored-by: HellyW <[email protected]> Co-authored-by: Michael <[email protected]> Co-authored-by: yaonianhan <[email protected]> Co-authored-by: 杨永安 <[email protected]> Co-authored-by: jeannehuang <[email protected]> * chore: add 1.3.0 changelog --------- Co-authored-by: lijun <[email protected]> Co-authored-by: Cyrus <[email protected]> Co-authored-by: favouredddd <[email protected]> Co-authored-by: 孜孜 <[email protected]> Co-authored-by: zjianzzhang <[email protected]> Co-authored-by: tomcat-hz <[email protected]> Co-authored-by: 龙风 <[email protected]> Co-authored-by: zhangpaopao <[email protected]> Co-authored-by: Guan9 <[email protected]> Co-authored-by: Y <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: byqbai <[email protected]> Co-authored-by: betavs <[email protected]> Co-authored-by: jurrychen <[email protected]> Co-authored-by: pingwu <[email protected]> Co-authored-by: pingwu <[email protected]> Co-authored-by: yuchumian <[email protected]> Co-authored-by: yuchumian <[email protected]> Co-authored-by: ElanYoung <[email protected]> Co-authored-by: betavs <[email protected]> Co-authored-by: Antzy <[email protected]> Co-authored-by: xiaosansiji <[email protected]> Co-authored-by: Hwaphon <[email protected]> Co-authored-by: gao.ghf <[email protected]> Co-authored-by: ccccpj <[email protected]> Co-authored-by: qianxu <[email protected]> Co-authored-by: wū yāng <[email protected]> Co-authored-by: twinkleli <[email protected]> Co-authored-by: HellyW <[email protected]> Co-authored-by: HellyW <[email protected]> Co-authored-by: Michael <[email protected]> Co-authored-by: yaonianhan <[email protected]> Co-authored-by: 杨永安 <[email protected]> Co-authored-by: jeannehuang <[email protected]> Co-authored-by: Echo <[email protected]> Co-authored-by: yiqiuzheng <[email protected]> Co-authored-by: betavs <[email protected]> Co-authored-by: hkaikai <[email protected]> Co-authored-by: gjl-0810 <[email protected]> Co-authored-by: yangbai <[email protected]> Co-authored-by: anlyyao <[email protected]>
- Loading branch information