Releases: DouyinFE/semi-design
Releases · DouyinFE/semi-design
v2.20.2
v2.20.1
v2.20.0
- 【Fix】
- 修复 Form.InputGroup 不支持 FormProps.wrapperCol 、 labelCol 布局的问题
- 修复 Image 预览放大后拖拽问题
- 修复 DataPicker 组件 foundation 中包含 React 相关类型定义问题 @rashagu
- 修复 Navigation、Tree组件 foundation 在高版本typescript中报错问题 @rashagu
- 修复受控 Tree 在远程加载数据时展开不成功 #1124
- 修复 ButtonGroup 未支持 style API 问题
- 修复虚拟化 Table 在有左边固定列时,首次渲染左边固定列会有多余的 box-shadow 问题 #1134
- 【Fix】
- fix the issue that Form.InputGroup does not support FormProps.wrapperCol , labelCol layout
- fix the drag and drop problem after the Image preview is enlarged
- fix DataPicker component foundation contains React related type definitions @rashagu
- fix the problem that the foundation of Navigation and Tree components reports errors in high versions of typescript @rashagu
- fix the expansion of the controlled tree when the data was loaded remotely unsuccessfully #1124
- fix ButtonGroup does not support style API issue
- fix the problem that when the virtualized Table has a fixed column on the left, the first rendering of the fixed column on the left will have an extra box-shadow #1134
v2.20.0-beta.1
v2.20.0-beta.0
- 【New Component】
- 新增 Image 组件 #344
- 【Feat】
- 【Chore】
- 移除 @douyinfe/semi-ui 发包产物中的ts源码,仅保留 lib、dist目录
- 修改部分组件 scss 的写法,将除法转换为乘法及math.div语法,避免 sass 高版本编译时重复抛出 warning 的问题
- 【New Component】
- Add Image Component #344
- 【Feat】
- Tag add shape property, supports
square
、circle
#89 - Progress supports automatically filling gradient colors according to progress, and automatically switching colors according to progress presets #1092 @uiuing
- Toast supports dynamic modification of content by ID #1035 @gwsbhqt
- Skeleton.Avatar supports shape property #1117 @MuxinFeng
- Tag add shape property, supports
- 【Chore】
- Remove the ts source code in the package product of @douyinfe/semi-ui, leaving only the lib and dist directories
- Modify the writing of some components scss, convert division into multiplication and math.div syntax, to avoid the problem of repeatedly throwing warnings when compiling higher versions of sass
v2.19.0
- 【Fix】
- 【Chore】
- 移除 semi-foundation 、semi-ui中的 corejs 依赖
- 【Fix】
- fix the issue that the keyboard focus style is blocked after the Anchor spacing can trigger the selection
- fixed the issue that the Select onblur event was not triggered when the panel was closed
- fix Anchor spacing in front of anchor text cannot trigger selection @edc-hui
- fix the problem that the location of event rendering did not change after Calendar weekStartsOn was changed
- fix the problem that Input onEnterPress event does not take effect when using Input in DropDown
- fix the problem that tagGroup pollutes incoming tagList data #1107
- fix DatePicker time will be set 8:00 when switch month and type is dateTime @rojer95
- 【Chore】
- Remove corejs deps in semi-foundation semi-ui.
v2.19.0-beta.0
- 【Feat】
- Popconfirm onOk、onCancel支持 Promise 类型返回值,异步关闭 #1056
- 【Fix】
- 【Style】
- Sidesheet body 添加 overflow: auto 默认样式,内容超出时不再需要自行通过 props.bodyStyle 添加 overflow相关样式 #1098
- 【Refactor】
- 【Breaking Change】
- 使用 CheckboxGroup 时,如果给子级 Checkbox 嵌套一层 div 或者 span 等元素,这时 Checkbox 将不带 margin-bottom。单独给每个 Checkbox 嵌套元素样式上不受影响 #1073
- 【Feat】
- Popconfirm's onOk and onCancel support Promise type return value and close asynchronously #1056
- 【Fix】
- Fix Popconfirm multiline content style bug #868
- Fix DefaultTabBar type error #1077
- Fix the TS error when the Form level is set to autoComplete to false
- Fix an issue where Slider was incorrectly positioned when passing in partial steps values #1043
- Fix Tag tagKey type definition error problem #1081
- Fix incorrect value when RadioGroup was first rendered #1060
- 【Style】
- Add overflow: auto default style to Sidesheet body, you no longer need to add overflow related styles through props.bodyStyle when the content exceeds #1098
- 【Refactor】
- 【Breaking Change】
- When using CheckboxGroup, if the child Checkbox is nested with a layer of elements such as div or span, then the Checkbox will not have margin-bottom. Styling each Checkbox nested element individually is unaffected #1073
v2.18.2
v2.18.1
v2.18.0
- 【Feat】
- Checkbox & Radio 增加 type API
- 【Chore】
- 移除semi-animation-react 的 peerDependences : react-dom、react、prop-type
- 【Fix】
- 【Docs】
- Popover / Popconfirm / Dropdown 新增 FAQ
- 【Feat】
- Add type API for Checkbox & Radio
- 【Chore】
- Remove semi-animation-react's peerDependences : react-dom, react, prop-type
- 【Fix】
- 【Docs】
- Popover / Popconfirm / Dropdown added FAQ