Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nutui/nutui-react-taro

Package Overview
Dependencies
Maintainers
0
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nutui/nutui-react-taro - npm Package Versions

13
25

2.6.19

Diff

Changelog

Source

v2.6.19

2024-09-13

  • 🏡 chore(deps): update dependency vite-plugin-dts to v4 (#2533)
  • :bug: fix(cascader): 受控状态下 value 变化时同步组件选中状态 (#2591)
  • :bug: fix: 移除不必要的 fragment 元素 (#2587)
  • :bug: fix(datepicker): show zero on page (#2582)
  • :bug: fix: findDomNode from transition (#2525)
  • :bug: fix(props): add mergeProps utility to resolve all defaultProps warnings (#2581)
  • 🪵 refactor: resolve sass nested rules warning (#2579)
oasis-labs
published 2.6.18 •

Changelog

Source

v2.6.18

2024-09-06

  • 🏡 chore: remove deprecated (#2573)
  • 🏡 chore(deps): update dependency marked to v14 (#2532)
  • :sparkles: feat: demos for popup & dialog (#2574)
  • :sparkles: feat: beforeupload (#2567)
  • :bug: fix: remove icons defaultprops (#2571)
  • :bug: fix(input): type props didnot work when equals number|digit (#2563)
  • :bug: fix: dialog
  • :bug: fix(sticky): should rerender when zIndex changes (#2572)
  • :bug: fix(sticky): rerender sticky when threshold change (#2564)
  • :bug: fix(deps): update dependency jscodeshift to v17 (#2534)
oasis-labs
published 2.6.17 •

Changelog

Source

v2.6.17

2024-08-30

  • 🏡 chore(form): form demo (#2528)
  • 📖 docs(readme): fix pnpm run dev weapp jd dir (#2514)
  • :sparkles: feat(cell): add clickable prop to support click style feedback (#2527)
  • :sparkles: feat(image-preview): 增加索引字段,用于预览内容排序 (#2519)
  • :bug: fix(tabs.taro.tsx): 解决在不需要滚动的时候,切换tab产生tab位置错乱的问题 (#2554)
  • :bug: fix(uploader): beforeUpload should trigger every time before uploading (#2553)
  • :bug: fix(PullToRefresh): 修复PullToRefresh组件disabled属性在taro中无效的问题 (#2538)
  • :bug: fix(uploader): ios 下无法回显的问题修复 (#2550)
  • :bug: fix(uploader): sizeType prop didnot work when weapp || jd (#2526)
oasis-labs
published 2.6.16 •

Changelog

Source

v2.6.16

2024-08-03

  • 📖 docs(card): correct doc (#2504) @Alex-huxiyang
  • :sparkles: feat(menu): menu-item 组件增加标题icon自定义方式 (#2488) @zhangming
  • :sparkles: feat(form): Form.Item 增加 align 属性 (#2492) @zhangming
  • :bug: fix(inputNumber): correct onChange, onOverlimit event triggering timing when async & sync (#2509) @Alex-huxiyang
  • :bug: fix(uploader): xhrBeforeUpload判断错误 (#2507) @Alex-huxiyang
  • :bug: fix(swiper): correct onChange ts type (#2493) @Alex-huxiyang
  • 🪵 refactor(numberkeyboard): optimize code & correct defaultProps (#2508) @Alex-huxiyang
  • 🏡 chore(cell): unify ts type & docs (#2496) @Alex-huxiyang
  • 🏡 chore(deps): update vitest monorepo to v2 (major) (#2439) @renovate[bot]
  • 🏡 chore(deps): update dependency glob to v11 (#2438) @renovate[bot]
  • 🏡 chore(deps): update dependency inquirer to v10 (#2420) @renovate[bot]
  • 🏡 chore(deps): update dependency marked to v13 (#2358) @renovate[bot]
oasis-labs
published 2.6.15 •

Changelog

Source

v2.6.15

2024-07-26

  • 🏡 chore: run md-table-format when git commit changes (#2484) @Alex-huxiyang
  • :sparkles: feat(menu): allow custom classnames for Menu and dynamic titles (#2480) @Alex-huxiyang
  • :sparkles: feat(watermark): support multi-line text (#2477) @xiaoyatong
  • :bug: fix: move defaultprops (#2482) @xiaoyatong
  • :bug: fix: snapshot update (#2481) @Alex-huxiyang
  • :bug: fix(uploader): image 居中展示 (#2475) @xiaoyatong
  • :bug: fix(infiniteLoading): rest 导致事件无法触发 (#2474) @oasis-cloud
  • :bug: fix: sticky 构建时类型错误 @oasis-cloud
  • :bug: fix(uploader): images should display when they've been successfully uploaded (#2448) @Alex-huxiyang
  • :bug: fix: 修复日历进行快捷选择日期时 点击确认获取的是上一次的日期 (#2436) @yangqianlu
  • 🪵 refactor: table (#2473) @zanyuki-jd
  • 🪵 refactor: sticky (#2468) @oasis-cloud
oasis-labs
published 2.6.15-beta.0 •

oasis-labs
published 3.0.0-beta.0 •

oasis-labs
published 2.6.14 •

Changelog

Source

v2.6.14

2024-07-19

  • :sparkles: feat(menuitem): 新增css类名,增强自定义样式能力 (#2443) @Alex-huxiyang
  • :sparkles: feat(empty): add css variable nutui-empty-background-color (#2451) @Alex-huxiyang
  • :sparkles: feat(infiniteLoading): 继承 scrollView 的 props 类型 (#2441) @oasis-cloud
  • :bug: fix(cascader): 初始化设置value未成功选中 (#2435) @Alex-huxiyang
  • :bug: fix(swiper): display abnormal when dir = 'rtl' (#2454) @Alex-huxiyang
  • :bug: fix(form): 兼容校验时机 (#2437) @Alex-huxiyang
  • :bug: fix(form): 在FromInstance增加validateFields方法的定义 (#2450) @jinjl
oasis-labs
published 2.6.13 •

Changelog

Source

v2.6.13

2024-07-12

  • :sparkles: feat: tabs滚动条兼容火狐浏览器 (#2431) @JoanneXu6677
  • :sparkles: feat(drag): add the ability to support onDrag, onDragStart, onDragEnd callbacks (#2418) @Alex-huxiyang
  • :bug: fix(formItem): validateTrigger无法正确触发校验 (#2433) @Alex-huxiyang
  • :bug: fix: 日历组件滚动到顶部时 出现空白问题 (#2409) @522109452
  • :bug: fix(imagepreview): 无法在预期情景正确关闭图片的异常 (#2421) @Alex-huxiyang
oasis-labs
published 2.6.12 •

Changelog

Source

v2.6.12

2024-07-05

  • :sparkles: feat: add pagination whether to show pages in imagepreview (#2411) @xiaoyatong
  • :bug: fix(uploader): pre-upload pmage preview bug (#2416) @Alex-huxiyang
  • :bug: fix(taro-form-demo): 点击演示demo表单内的重置会触发提交表单事件bug修复 (#2415) @Skedush
  • :bug: fix(form): validator 中的 value 类型更新为 any (#2406) @oasis-cloud
  • :bug: fix(uploader): 京东小程序中可上传时可选择图片和视频 (#2410) @xueshufive
  • :bug: fix(avatarcropper): 报错 (#2364) @Alex-huxiyang
  • :bug: fix(form): setFields未触发校验 (#2400) @Alex-huxiyang
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc