-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: defineOptions instead of two script (#349)
* refactor: defineOptions instead of two script * refactor: once more * docs(cascader,transition): 修复 Cascader,Transition 文档示例错误 (#350) * docs: 完善Cascader文档示例 * docs: 完善transition文档规范 --------- Co-authored-by: xujiayu <xujiayu@motern.com> * refactor: once more * refactor: once more * fix: 修复comment生产环境web端卡死 (#352) * fix: 修复comment生产环境web端卡死 * fix: 示例环境判断错误 * style: comment demo --------- Co-authored-by: 小何同学 <59353463+xiaohe0601@users.noreply.github.com> * refactor: once more * docs(swiper): 完善Swiper文档示例 (#354) * refactor: once more * chore: disable package-manager-strict * refactor: once more * refactor: once more * refactor: once more * refactor: once more * fix(actionsheet): 修复custom-style表现异常 (#360) * fix(actionsheet): 修复custom-style表现异常 * refactor: once more * refactor: once more * docs(popup): z-index说明 * fix(popup): 修复z-index表现异常 (#364) * chore(overlay): 修复zIndex类型错误 * docs: 更换官网域名 * docs: update changelog * chore: release v1.7.11 * fix(input): 修复由于#324、#325引出的blur事件失效 * docs: update changelog * chore: release v1.7.12 * chore(icon): fix scss warning * chore(tabs): fix scss warning * docs: 更换官网域名 * chore: fix example package eslint config * feat(menu): add scroll-top prop (#377) * feat(menu): add scroll-top prop * docs(menu): add scroll-top prop * docs: fix page scroll * fix(navbar): 修复 navbar safe-area-inset-top 不生效的问题 (#379) * fix(navbar): 修复 navbar safe-area-inset-top 不生效的问题 --------- Co-authored-by: 小何同学 <59353463+xiaohe0601@users.noreply.github.com> * fix(popup,safearea): 修复部分低版本系统safearea不生效问题 * fix(input): fix @input compile error * fix(avatar): 修复支付宝小程序不支持??语法 * fix(form): 修复支付宝小程序不支持??语法 * docs: update changelog * chore: release v1.7.13 * feat(cell): 新增icon、clickable属性 (#384) * feat(cell): 新增icon、clickable属性 * feat(checkbox): 新增checked-value、unchecked-value属性 (#385) * fix(cell): fix merge error * refactor: price、progress * refactor: radio、radio-group * refactor: range * docs(overlay): 修复示例z-index表现异常 * fix(range): 修复点击控制导致NaN问题 * docs: update changelog * chore: release v1.7.14 * fix(range): 修复可能存在flex-shrink为0时的样式异常 --------- Co-authored-by: Xu Jiayu <75623303+jynba@users.noreply.github.com> Co-authored-by: xujiayu <xujiayu@motern.com> Co-authored-by: yang1206 <yang1206@outlook.com.tr> Co-authored-by: qd_whs <64092346+qd-xiaowang@users.noreply.github.com> Co-authored-by: WilliamChan <122583055+w-WilliamChan@users.noreply.github.com>
- Loading branch information
1 parent
2f3324b
commit fc023f3
Showing
362 changed files
with
5,693 additions
and
5,074 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 🤖 常见问题 QA | ||
url: https://uniapp-nutui.tech/guide/faq.html | ||
url: https://nutui-uniapp.pages.dev/guide/faq.html | ||
about: 这里可能会有解决方案。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
shamefully-hoist=true | ||
strict-peer-dependencies=false | ||
shell-emulator=true | ||
shell-emulator=true | ||
package-manager-strict=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.