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
247
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

1
25

2.3.8-beta.0

Diff

nutui
published 2.3.7 •

Changelog

Source

v2.3.7

2024-01-19

  • :sparkles: feat(checkbox): 增加至少选择项数量的设置功能 (#1859) @oasis
  • :sparkles: feat(dialog): 增加关闭按钮 (#1872) @irisSong
  • :sparkles: feat(imagepreview): 新增 closeIcon & closeIconPosition (#1873) @eiinu
  • :sparkles: feat(numberkeyboard): add title right actions (#1881) @xiaoyatong
  • :sparkles: feat: support debugging RTL in the H5 development environment (#1865) @oasis
  • :bug: fix(space): 主/交叉轴的 demo 与国际化改进 (#1867) @Alex-huxiyang
  • :bug: fix(animatingnumbers): 修复单元测试问题 (#1878) @eiinu
  • :bug: fix(button): demo和doc一致化、文档代码优化、属性补充 (#1875) @Alex-huxiyang
  • :bug: fix(cell): doc、demo一致化改进 (#1877) @Alex-huxiyang
  • :bug: fix(popover): 置于滚动容器中,popover 需要跟随滚动,修复选中项的样式 (#1869) @oasis
  • :bug: fix(table): fixed sticky css (#1866) @xiaoyatong
  • :bug: fix(tabs): 纵向图标未对齐问题 (#1868) @irisSong
  • :bug: fix(Textarea): 文档demo中props拼写错误修改 (#1874) @irisSong
  • :bug: fix(uploader): fix the styles when custom progress (#1863) @xiaoyatong
  • :bug: fix: 增加 CSS 变量配置颜色的例子,完善 color 属性的使用场景描述 (#1857) @oasis
  • 📖 docs(avatar): add list display mode (#1862) @oasis
  • 📖 docs(icon): 更新文档 (#1879) @eiinu
  • 📖 docs(shortpassword): 增加onComplete的demo及文档 (#1860) @xiaoyatong
  • 🛠 refactor(circleprogress): optimize animation duration (#1861) @oasis
nutui
published 2.3.6 •

Changelog

Source

v2.3.6

2024-01-12

  • :sparkles: feat(space): update demos and docs of justify and align (#1856) @Alex-huxiyang
  • :sparkles: feat(tag): image text (#1851) @oasis
  • :sparkles: feat: doc文档优化 (#1850) @Alex-huxiyang
  • :bug: fix(swiper): fix props of saving image at taro, fix parameter of onChange, update taro version to 3.6.22 (#1847) @xiaoyatong
  • :bug: fix: fix some components display bad with the white screen at taro when is development (#1852) @xiaoyatong
  • 🔨 chore(deps): update icons to v1.0.2 (#1853) @oasis
nutui
published 2.3.6-beta.0 •

nutui
published 2.3.5 •

Changelog

Source

v2.3.5

2024-01-05

  • :sparkles: feat(avatarcropper): 新增属性shape,可设置裁剪样式为圆形 (#1842) @Marvin Gui
  • :sparkles: feat(dialog): 新增 CSS 变量 (#1844) @LING_ZI_QING
  • :sparkles: feat(range): marks type optimization (#1833) @oasis-cloud
  • :sparkles: feat(tabs): 新增 CSS 变量 (#1835) @LING_ZI_QING
  • :bug: fix(avatarcropper): fix cannot display when it is development at taro (#1840) @xiaoyatong
  • :bug: fix(empty): fix import at taro (#1839) @xiaoyatong
  • :bug: fix(picker): 优化 options 的 text 属性的判空逻辑 (#1837) @oasis-cloud
  • :bug: fix(picker): 修复 safari 下 mask 样式问题 (#1843) @eiinu
  • :bug: fix(pulltorefresh): 修复安卓小程序下拉卡顿问题 (#1830) @NickH
  • :bug: fix(tabs): docs and jmapp css variables (#1838) @xiaoyatong
  • 🔨 chore(deps): update @nutui/icons to v1.0.1 (#1836) @oasis-cloud
nutui
published 2.3.4 •

Changelog

Source

v2.3.4

2023-12-29

  • 📖 docs(nabvar): showtoas 改为 showToast (#1826) @MingHui
  • :bug: fix(datepicker): 未设置 value/defaultValue 时渲染 0 (#1819) @RyanCW
  • :bug: fix(infiniteLoading): ssr (#1828) @xiaoyatong
  • :bug: fix(infiniteLoading): 修改类名及demo (#1818) @xiaoyatong
  • :bug: fix(popover): icon cannot be displayed at taro (#1820) @xiaoyatong
  • :bug: fix(popver): bottom positon (#1823) @xiaoyatong
  • :bug: fix(tabbar): fix icon color (#1816) @xiaoyatong
  • :bug: fix(virtualList): 等高模式下的抖动处理, 不定高模式快速滑动白屏 (#1825) @oasis-cloud
  • :bug: fix(watermark): fix demos (#1817) @xiaoyatong
  • 🛠 refactor(infiniteloading): onRefresh、onLoadMore 改为 Promise 类型,去掉显示调用 done 方法 (#1827) @oasis-cloud
nutui
published 2.3.3 •

Changelog

Source

v2.3.3

2023-12-22

  • :sparkles: feat(form): validateFields 挂到实例上 (#1813) @oasis-cloud
  • :sparkles: feat(table): 增加table锁定头部、左侧列、右侧列 (#1775) @zhehu1
  • :bug: fix(Button): incorrect color for danger (#1809) @vczyh
  • :bug: fix(cascader): 增加 ref 上的 open 和 close 方法,支持 form 中使用 (#1799) @oasis-cloud
  • :bug: fix(datepicker): 受控模式不生效 (#1797) @oasis-cloud
  • :bug: fix(infiniteloading): scrollview 的 scrolltop 不应该根据高度设置 (#1804) @oasis-cloud
  • :bug: fix(pulltorefresh): icon 部分拆到demo中 (#1812) @xiaoyatong
  • :bug: fix(tabbaritem): 将 clone 子元素的方法,改为 context 的方式,隐藏内部使用的 props,精简对外暴露的 props 类型 (#1811) @oasis-cloud
  • :bug: fix(tabs): 导航滚动到可视范围需要显示指定 name,调整为内置 uuid 替代 name (#1800) @oasis-cloud
  • 🔨 chore: use svg64 in taro (#1805) @xiaoyatong
nutui
published 2.3.2 •

Changelog

Source

v2.3.2

2023-12-15

  • 📖 docs(cascader): 动态加载文档代码与 demo 保持一致,回显已选数据 (#1787) @LING_ZI_QING
  • :sparkles: feat(fixednav): add the list icon for ReactNode (#1786) @sunsunmonkey
  • :bug: fix(cascader): second column data cannot be displayed (#1796) @xiaoyatong
  • :bug: fix: popup minheight for iPhone14 pro max (#1795) @xiaoyatong
  • :bug: fix: toast duration too long (#1794) @xiaoyatong
  • 🛠 refactor(swiper): implementing sliding logic through useTouch (#1793) @oasis-cloud
  • 🛠 refactor: 类型文件统一为 types,增加 fixednavitem 类型 (#1789) @oasis-cloud
nutui
published 2.3.1 •

Changelog

Source

v2.3.1

2023-12-13

  • :bug: fix(searchbar): 小程序环境不支持 _ 选择器,将 _ 展开为 div、span、svg (#1777) @oasis-cloud
  • :bug: fix: jmapp variables (#1776) @xiaoyatong
  • :bug: fix: icon 使用方式错误 (#1778) @xiaoyatong
  • :bug: fix: 使用 popup 的组件,采用 scrollview 实现 (#1782) @oasis-cloud
nutui
published 1.5.13 •

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