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

tinper-bee

Package Overview
Dependencies
Maintainers
13
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinper-bee - npm Package Versions

1
24

2.2.4-alpha.0

Diff

yangchch
published 2.2.3 •

Changelog

Source

tinper-bee 2.2.3

  • bee-input-number@2.1.7
    • 🐞 [ Fixbug ] 解决点击加减按钮,触发输入框 onBlur 事件的问题。
    • 🐞 [ Fixbug ] 输入框为空时,无法输入负号的问题。#385
  • bee-tabs@2.1.6
    • 🐞 [ Fixbug ]解决TabPane面板中的事件自动触发tabs组件onChange回调的问题。#387
  • bee-tree@2.1.11
    • 🐞 [ Fixbug ]双击事件触发了两次 onDoubleClick 回调。
  • bee-table@2.2.15
    • 🐞 [ Fixbug ]树形表,onRowHover 方法返回参数异常。#376
  • bee-complex-grid@2.0.26
    • 🐞 [ Fixbug ]解决动态改变 column 的属性值,组件报错的问题。#389
  • bee-svgicon@0.0.1
    • 🌟 [ Feature ]新增 SVG图标组件。
yangchch
published 2.2.3-alpha.1 •

yangchch
published 2.2.3-alpha.0 •

yangchch
published 2.2.2 •

Changelog

Source

tinper-bee 2.2.2

  • bee-form-control@2.0.9
    • 💄 [ Update ]解决 Warning: React does not recognize the debounceDelay prop on a DOM element.
    • 💄 [ Update ]解决 value 设置为 undefinednull 时,报警告的问题。
  • bee-tabs@2.1.5
    • 🌟 [ Feature ]支持自定义属性。
    • 🐞 [ Fixbug ]解决 max-width 导致的样式问题。
    • 🌟 [ Feature ]底层支持 DNDclick 事件。
  • bee-tree@2.1.10
    • 🌟 [ Feature ]支持自定义属性。
    • 🐞 [ Fixbug ]树节点展开鼠标移开后会自动收起来。#354
    • 🐞 [ Fixbug ]解决设置 defaultExpandedAll 时,树参照节点自动收起的问题。#379
  • bee-upload@2.0.5
    • 🌟 [ Feature ]支持自定义属性。
    • 🐞 [ Fixbug ]删除按钮样式不对。
    • 🐞 [ Fixbug ]onRemove 返回值为 false 时,依然可以删除。#373
  • bee-datepicker@2.2.12
    • 🐞 [ Fixbug ]切换年的时候不触发 onChange 事件。#347
    • 🌟 [ Feature ]RangePicker 的 onChange 回调增加第三个参数(dateStrings: [string, string]),类型为字符串数组。
    • 🐞 [ Fixbug ]多语言包增加 monthFormat 字段。#370
    • 🐞 [ Fixbug ]日期时间范围控件开始时间赋值不了。#367
  • bee-message@2.1.6
    • 🐞 [ Fixbug ]解决新老版本样式冲突问题,主要是关闭按钮样式问题。#363
  • bee-menus@2.0.11
    • 🌟 [ Feature ]底层支持 DNDclick 事件
  • bee-radio@2.0.18
    • 🐞 [ Fixbug ]解决 radio 在第二次初始值为0 不会被选中的问题。#361
    • 🌟 [ Feature ]支持单独使用 Radio,解决不包裹 RadioGroup 会报错的问题。
  • bee-checkbox@2.0.9
    • 🐞 [ Fixbug ]checkbox inverse 模式下没有 disabled 样式。#364
    • 🐞 [ Fixbug ]解决点击复选框报错的问题。
  • bee-pagination@2.0.12
    • 🐞 [ Fixbug ]解决dataNum属性更新失败的问题。#366
    • 🐞 [ Fixbug ]dataNum第一次传0不生效的问题。
  • bee-table@2.2.14
    • 🐞 [ Fixbug ]Grid 多级表头在点隐藏按钮时,多级表头变成了一级表头。#360
    • 🐞 [ Fixbug ]单元格内容超出列宽时,表头和表体出现错位。
    • 💄 [ Update ]优化多选表格data更新处理逻辑。#314
  • bee-loading@2.0.3
    • 🐞 [ Fixbug ]loadingType='line' 时不显示tip的bug,tip和children都传的时候,tip优先。
  • bee-input-number@2.1.5
    • 🌟 [ Feature ]onFocus onBlur 回调函数,增加第二个参数:event 对象。
  • bee-popover@3.0.5
    • 🌟 [ Feature ]支持自定义属性。
    • 🌟 [ Feature ]兼容 react 15。
  • bee-tooltip@2.1.4
    • 🌟 [ Feature ]支持自定义属性。
  • bee-select@2.0.16
    • 🌟 [ Feature ]支持自定义属性。
  • bee-affix@1.0.17
    • 🌟 [ Feature ]支持自定义属性。
  • bee-anchor@0.0.5
    • 🌟 [ Feature ]支持自定义属性。
  • bee-notification@2.0.3
    • 🌟 [ Feature ]支持自定义属性。
  • bee-message@2.1.6
    • 🌟 [ Feature ]支持自定义属性。
  • bee-carousel@1.0.1
    • 🌟 [ Feature ]支持自定义属性。
  • bee-form@2.0.12
    • 🌟 [ Feature ]支持自定义属性。
yangchch
published 2.2.2-alpha.3 •

yangchch
published 2.2.2-alpha.2 •

yangchch
published 2.2.2-alpha.1 •

yangchch
published 2.2.2-alpha.0 •

yangchch
published 2.2.1 •

Changelog

Source

tinper-bee 2.2.1

  • bee-loading@2.0.2
    • 💄 [ Update ]组件内添加默认容器样式 "position : relative"。#327
    • 🌟 [ Feature ]增加 tip 属性,自定义描述文字。
    • 🌟 [ Feature ]支持服务端渲染。
    • 🌟 [ Feature ]支持自定义属性。
  • bee-checkbox@2.0.7
    • 🌟 [ Feature ]CheckboxGroup 新增 defaultValue API,用于设置默认选中的选项。
    • 🌟 [ Feature ]CheckboxGroup 新增 options API,支持通过传入数组,生成可选项 Checkbox。#329
  • bee-tabs@2.1.2
    • 🐞 [ Fixbug ]竖向tabs,设置额外元素时,样式错乱的问题。
    • 🌟 [ Feature ]新增 onEdit API,新增和删除页签的回调,在 tabBarStyle="editable-card" 时有效。
    • 🐞 [ Fixbug ]解决 onPrevClickonNextClick 属性无效问题。
  • bee-timepicker@2.0.5
    • 🐞 [ Fixbug ]disabled 状态不显示清空按钮。
    • 🌟 [ Feature ]增加 showClear 参数,控制清空按钮是否显示。
  • bee-tree@2.1.6
    • 🐞 [ Fixbug ]解决动态获取数据源时,defaultExpandAll 和 defaultExpandedKeys 不生效的问题。#331
    • 🐞 [ Fixbug ]解决动态改变 treeData 时,没有重新截取数据的问题。
    • 💄 [ Update ]递归遍历数据方法中,优化对 expandedKeys 的处理。
    • 🐞 [ Fixbug ]滚动加载时,获取树节点真实行高。
  • bee-tree-select@0.0.6
    • 🌟 [ Feature ]树选择 TreeSelect 多选的时候支持搜索。#315
  • bee-cascader@2.1.6
    • 🐞 [ Fixbug ]解决了点击清除按钮时,被包裹在form中的级联组件Cascader的值不会被清除。#300
    • 🌟 [ Feature ]新增 separator API,用于自定义分隔符。#338
  • bee-upload@2.0.1
    • 🌟 [ Feature ]新增 disabled API,用于禁止上传、删除已上传列表行为。#336
    • 🌟 [ Feature ]listType API 新增 picture-card 类型,支持图片预览及删除功能。
    • 🐞 [ Fixbug ]解决预览图片显示不出来的问题。#326
  • bee-table@2.2.12
    • 💄 [ Update ]嵌套表格,扩展行支持高度自适应。#333
    • 🐞 [ Fixbug ]解决多选表格,某一行禁用多选,通过行点击仍然可以操作多选框的问题。#334
    • 🌟 [ Feature ]增加自定义整行整列样式(包括背景色和字体内容颜色)。
    • 🌟 [ Feature ]多选表格,新增 multiSelectConfig API,用于自定义 Checkbox 属性,如设置复选框为红色填充。
    • 🐞 [ Fixbug ]解决层级树大数据场景,动态改变data时,数据未同步的问题。
    • 🐞 [ Fixbug ]修正 props 拼写错误。
  • bee-affix@1.0.16
    • 🌟 [ Feature ]支持服务端渲染。#340
  • bee-datepicker@2.2.8
    • 🌟 [ Feature ]支持服务端渲染。#343
    • 🐞 [ Fixbug ]RangePicker 缺少 onOk 事件。
    • 🐞 [ Fixbug ]MonthPicker 缺少 onOpenChange 事件。
    • 💄 [ Update ]format 参数增加默认值。
    • 💄 [ Update ]优化组件额外页脚的样式。#343
  • bee-modal@2.1.2
    • 🌟 [ Feature ]modal静态方法支持设置 backdropClosecentered 参数。#342
    • 🐞 [ Fixbug ]解决 warning:React does not recognize the “X” prop on a DOM element。#350
  • bee-pagination@2.0.10
    • 🌟 [ Feature ]分页条中的特殊按钮添加类名标识。#344
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