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

tinper-bee

Package Overview
Dependencies
Maintainers
12
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.1-alpha.0

Diff

yangchch
published 2.2.0 •

Changelog

Source

tinper-bee 2.2.0

  • bee-tree@2.1.2
    • 🌟 [Feature]增加 getScrollContainer 属性,自定义滚动事件监听的容器。
    • 🐞 [Fixbug]滑动过程中出现层级结构错乱。
    • 🐞 [Fixbug]树元数据序列化react dom节点信息丢失。
    • 🌟 [Feature]增加 expandWhenDoubleClick API,设置双击树节点的时候,是否触发收起/展开动作。
  • bee-dnd@2.0.0
    • 💄 [Update]升级 react-beautiful-dnd 版本,draggableId 改为字符串。
  • bee-complex-grid@2.0.24
    • 💄 [Update]修改 export导出形式,兼容 GridToolBar = Grid.GridToolBar
  • bee-dropdown@2.0.11
    • 💄 [Update]解决左右padding不一致问题。
  • bee-datepicker@2.2.7
    • 🐞 [Fixbug]解决了click 和 mouseover 冒泡问题。
    • 🐞 [Fixbug]更改系统时区后,日期框需要触发 onChange 事件。
  • bee-modal@2.1.0
    • 🐞 [Fixbug]解决了 info、success 等方法点击遮罩层无法关闭的问题。#313
    • 💄 [Update]当弹框留在可视区的宽度小于 50px 时,拖拽不生效,避免无法拖回的情况。
  • bee-pagination@2.0.9
    • 🌟 [Feature]新增 sizeWithCookie 属性,可将分页数据存储在 cookie 中,存储周期为 7 天。
  • bee-colorpicker@0.0.13
    • 🌟 [Feature]新增了自定义传给 modal 子组件属性的功能。
    • 🌟 [Feature]新增了自定义是否隐藏右侧参数区域的功能。#320
    • 🐞 [Fixbug]解决了colorPicker 白色回显的时候变成 none 的问题。#319
  • bee-menus@2.0.10
    • 🐞 [Fixbug]横向 Menu 子菜单第二次渲染时,宽度变窄的问题。#321
  • bee-radio@2.0.16
    • 🐞 [Fixbug]解决了当bee-form包裹时,选中项不能显示的问题。#317
    • 💄 [Update]将 Radio 的三种状态(focus、selected、取消选中)统一为一种表现形式。#260
  • bee-table@2.2.0
    • 🐞 [Fixbug]数据动态改变,表体显示空白的问题。
    • 🐞 [Fixbug]设置属性showHeader={false}, 在多选框后面出现空白padding。#287
  • bee-table@2.2.1
    • 🐞 [Fixbug] 解决了右侧固定列无法使用扩展功能的问题。#298
    • 🐞 [Fixbug]解决滚动加载场景,数据显示不全的问题。
    • 🐞 [Fixbug]大数据量滚动加载场景,合并表格行时,出现样式错乱问题。
    • 💄 [Update]bodyDisplayInRowheaderDisplayInRow 默认值设为 true ,即默认内容不换行,以省略号形式展现。
    • 🌟 [Feature]新增Table属性 showRowNum 展示序号列,默认为 false,设置为 true 时使用默认配置。自定义配置时需传入 showRowNum 对象。
    • 💄 [Update]点击行时同时触发点击勾选框的勾选或取消勾选。
    • 🌟 [Feature]新增Column属性 sortEnable,开启默认排序 默认值为 false(不排序) 设置为 true 时,若设置 fieldType='number' ,则按数字排序,否则按字符串排序。 优先级低于sorter属性
    • 🌟 [Feature] Column新增 fieldType='link' 类型数据,可渲染url链接 需在column中配置 linkConfig 属性 该属性的渲染优先级低于render,即有 render 时设置不渲染为link类型。
  • bee-table@2.2.6
    • 💄 [Update]树形表支持多选。
    • 🌟 [Feature]新增table属性 autoSelect ,在树型表中开启联动勾选
    • 🌟 [Feature]fieldType属性新增 stringChinese 类型,供中文排序使用,渲染同string
    • 💄 [Update]showRowNum 属性将不会改变数据源
    • 🌟 [Feature]fieldType属性新增 select 类型,控制下拉类型的渲染
    • 🌟 [Feature]column新增 isShow 属性,控制该列是否展示
    • 🌟 [Feature]column新增 cellMenu 属性,展示单元格内菜单
    • 🐞 [Fixbug]解决树表和行拖拽组合场景,图标重叠问题。[#325]
    • 🌟 [Feature]增加 onBodyScroll 回调函数,在表体滚动时返回可视区最后一条数据的 index。
  • bee-table@2.2.9
    • 🌟 [Feature]树形表支持多级懒加载。
    • 🌟 [Feature]增加 autoCheckedByClickRows 参数,设置行点击事件是否自动勾选复选框。
    • 💄 [Update]对 headerDisplayInRowheight 同时使用的情况做了处理,从组件层面避免错行。
yangchch
published 2.2.0-alpha.1 •

yangchch
published 2.2.0-alpha.0 •

yangchch
published 2.1.6 •

Changelog

Source

tinper-bee 2.1.6

  • bee-input-number@2.1.4
    • 🌟 [Feature]新增数值范围组件。
    • 🌟 [Feature] precision 设置 0 无效问题。
  • bee-drawer@0.0.6
    • 🐞 [Fixbug]适配 React.createContext。
  • bee-switch@2.0.6
    • 🌟 [Feature]新增了switch组件转译之后最外层span的css类名。
  • bee-tabs@2.1.1
    • 🌟 [Feature]新增SearchTabs查询形式页签。
    • 🐞 [Fixbug]解决onTabClick事件无效问题。#305
  • bee-form-control@2.0.7
    • 🐞 [Fixbug]解决了清空value后删除按钮仍然可见的问题。
    • 💄 [Update]有value时光标移出后,删除按钮自动隐藏。
  • bee-tree@2.0.18
    • 🐞 [Fixbug]不带复选框的树,不能通过空格键选中树节点的问题。
  • bee-tree@2.1.0
    • 🌟 [Feature]支持多级节点滚动加载。
    • 🌟 [Feature]增加 treeData API,如果设置则不需要手动构造 TreeNode 节点
    • 🌟 [Feature]增加 lazyLoad API,设置是否使用懒加载(适用于大数据场景)
    • 🌟 [Feature]增加 renderTitle API,使用 treeData 渲染树时使用,可通过此函数自定义树节点 title 内容
    • 🌟 [Feature]增加 renderTreeNodes API,使用 treeData 渲染树时使用,可使用该函数自定义 TreeNode 渲染
    • 🌟 [Feature]增加参数 autoSelectWhenFocus,控制“↑、↓”快捷键切换焦点时,是否自动选中树节点。
  • bee-message@2.1.4
    • 🌟 [Feature]解决 showIcon 属性隐藏图标无效的问题。
    • 🌟 [Feature]增加 icon API,支持自定义图标。#283
    • 🌟 [Feature]支持自定义图标字体库。
  • bee-complex-grid@2.0.24
    • 🐞 [Fixbug]列过滤面板被模态框遮盖的问题。#286
    • 🐞 [Fixbug]设置属性showHeader={false}, 在多选框后面出现空白padding。#287
  • bee-table@2.1.14
    • 🐞 [Fixbug]解决拖拽列宽无效的问题。
    • 🐞 [Fixbug]解决了移动端switch所在行在拖拽问题,需升级switch到最新版本。#316
    • 💄 [Update]优化了拖拽行的功能,把交换行,改成插入行。
    • 🐞 [Fixbug]解决嵌套表格展示错行、拖拽过程中错行问题。
yangchch
published 2.1.6-alpha.0 •

yangchch
published 2.1.5 •

Changelog

Source

tinper-bee 2.1.5

  • bee-form-control@2.0.6
    • 🐞 [Fixbug]解决 FormControl 无法输入的问题。#280
yangchch
published 2.1.5-alpha.0 •

yangchch
published 2.1.4 •

Changelog

Source

tinper-bee 2.1.4

  • bee-table@2.1.10
    • 🐞 [Fixbug]表头交换列的时候,如果title出入的dom ,目前无法拖拽问题。
    • 🐞 [Fixbug]解决嵌套表格带有固定列的场景,表行右侧列断开的问题。
    • 🌟 [Feature]增加拖拽列宽时的回调函数 onDraggingBorder 。
    • 🐞 [Fixbug]大数据场景,重新渲染时表体显示空白的问题。
  • bee-datepicker@2.2.5
    • 🐞 [Fixbug]解决了更改时区之后,日期输入框中时间改变,但是没有触发 onChange 回调的问题。
    • 🌟 [Feature]新增外层输入框点击关闭的回调。
  • bee-form-control@2.0.5
    • 🌟 [Feature]新增了onChange事件函数防抖功能和防抖时间间隔的属性debounceDelay。#279
  • bee-overlay@1.0.31
    • 🌟 [Feature]getDocument可传数组
  • bee-dropdown@2.0.10
    • 🌟 [Feature]getDocument可传数组
  • bee-modal@2.0.21
    • 🐞 [Fixbug]居中显示的 Modal,拖拽改变大小时,上下同时变大的问题。
yangchch
published 2.1.4-alpha.0 •

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